Search found 4 matches

by theperm
Mon Jan 29, 2007 6:37 pm
Forum: NeoTicker indicators
Topic: TRO's middle for NeoTicker
Replies: 16
Views: 24347
Gender: Male

yes, but when using COM all members are public. I dont know enough about .NET to know why you cant see the properties. Try googling to see if there is a solution. Good Luck.
by theperm
Wed Jan 24, 2007 11:40 am
Forum: NeoTicker indicators
Topic: TRO's middle for NeoTicker
Replies: 16
Views: 24347
Gender: Male

every single get_ or set_ should have a property that you should beusing instead. None of the get_ or set_ functions/method are supposed to be used publicly, well at least thats the norm in OOP. This is supposed to be common knowledge. One of the reasons for this is that you dont allways know how th...
by theperm
Tue Jan 23, 2007 11:10 am
Forum: NeoTicker indicators
Topic: TRO's middle for NeoTicker
Replies: 16
Views: 24347
Gender: Male

any of them, tht start with get_ i.e N.Data1().get_High(0)) I wonder why the properties arent available to you? They are all in the delphi TLB, which represents the interfaces for neoticker. Not sure how .net handles it. So r you saying in your .Net environment using the properties doesnt compile or...
by theperm
Sun Jan 21, 2007 4:06 pm
Forum: NeoTicker indicators
Topic: TRO's middle for NeoTicker
Replies: 16
Views: 24347
Gender: Male

Tell me, out of curiosity why you use neoticker property accessors instead of the properties themselves in your code?

Go to advanced search