Re: IDE version .9L BUG Report
- Posted by Judith Evans <camping at FLASH.NET> Nov 25, 2000
- 370 views
I was asleep at the wheel this morning when I read you post. Of course 'version' will help with the IDE package since the main problem is what version of win32lib the IDE is running with. I'll start that change right away. The potential problem with Style still holds though. But maybe it won't be a problem as people get used to looking at style on a couple of controls -- RichEdit, UpDown, ListView and TreeView. On Sat, 25 Nov 2000 08:18:32 -0500, Judith Evans <camping at FLASH.NET> wrote: >Thanks, Derek, > >I saw earlier that you have added 'version' but here is the delima I have. >Assume someone has different versions of Win32lib in folders with the >programs that use that version. I do that. Suppose they save the prj and exw >in one of those folders. If the version is different than the IDE uses, the >exw could fail. I know I can't protect everybody, but I try. > >Should I worry about this? > >The other problem is style. I noticed in version 54.5 we can use it >different ways depending upon what you want to happen by adding the {}. I >REALLY, REALLY like that approach but it means I can't predetermine in the >IDE. Got any idea about that? > >I think we are getting down to the 'sticky' stuff now and I'm going to need >lots of suggestions about how to approach different requests. I'm thinking >of adding an area on my home page of requested items with some sort of >status beside it and also indicate the ones that I need help on. > >Thanks, > >Judith > > >On Sun, 26 Nov 2000 00:07:12 +1100, Derek Parnell <dparnell at BIGPOND.NET.AU> >wrote: > >>Judith, >>your IDE code can tell what version of Win32lib is is being used. There is >a >>global constant called Win32LibVersion. It is a sequence of three integers >>Major-Minor-Patch numbers. >>You could examine these and adjust the "constants" as appropriate. >> >>eg. >> pY = cY + iff(Win32LibVersion[1] >= 54,70, 70 + 20 + 20) >> >> >>Also, please tell me if something should be changed or added to the library >>that would help your IDE code. The clipboard routines for example, I'm >>putting into the library. >> >>------ >>Derek Parnell >>Melbourne, Australia >>(Vote [1] The Cheshire Cat for Internet Mascot) >>