Re: question about List text colors
- Posted by Brian Jackson <bjackson at 2FARGON.HYPERMART.NET> Jan 24, 2000
- 465 views
Derek wrote: > <SNIP> > I put you on the list of people to receive a registered version. > </SNIP> Thanks. It's always nice to be appreciated. Bernie wrote: > > <SNIP> > The above statement is a Object Orientated statment. It means to use the > InsertItem method ( procedure )associated with the TreeView object. > To use pictures and etc. > </SNIP> I understand what OOP is all about, and apologize if I implied otherwise. I have use it daily in other languages for MFC, COM, and ActiveX class objects. What I don't understand is how to access the InsertItem function within the TreeView class in Euphoria. In C++, VB, etc., I use OBJECTNAME.METHOD. Since Eu doesn't support dot notation, how on earth can you get at the class functions? Brian