Re: Fixed Width char- to: Dan Moyer
- Posted by Jim <futures8 at PCOLA.GULF.NET> Nov 12, 2000
- 390 views
Dan, Thanks for the response. I do have Win32Lib v. 0.50, and I'll look into the multiple-columns feature of the List control. I do have the registered version of Euphoria, so I don't think the 'stamped' or not, should be an issue for me. Thanks for taking the time to explain what 'wrapped' means, as well as what 'stampled' implies, and the other info you provided. Much appreciated. Regards, Jim Dan B Moyer wrote: > Jim, > > Newer versions of Win32Lib do have the ListView control provided. > > The last "stamped" version of Win32Lib ( I think that's v 0.45r) doesn't > have the "ListView" control (which provides for multiple columns in the list > box) "wrapped" yet (ie, there isn't a routine in it which allows > programmatic access via Euphoria to some windows feature normally accessed > by "C" language processes); but versions 0.50 + *do* have the "ListView" > control available, though they *aren't* "stamped". > > (Stamped means that the line count in the stamped routines doesn't count > toward the 300 line code limit for providing error messages in the > non-registered version of Euphoria.) > > One Win32Lib version which I'm pretty sure has the ListView control in it is > available in the RDS web site in the "recent contributors" section, > http://www.rapideuphoria.com/contrib.htm > look for "New Win32Lib"; > > other more recent "bleeding edge" versions can be found at the SourceForge > site where further Win32Lib development is being done: > http://sourceforge.net/projects/win32libex/ > > Hope this helps you. > > Dan Moyer > >