Re: IDE version .9L BUG Report
- Posted by Judith Evans <camping at FLASH.NET> Nov 25, 2000
- 367 views
Well this might work well for future version testing but Win32LibVersion is not in versions prior to 54. I can't expect anybody to modify their possible stamped version of win32lib just to accommodate me. BTW any progress on finding out why RichEdit using setFont changes the font of what is behind the exw screen? 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) > >----- Original Message ----- >From: "Judith Evans" <camping at FLASH.NET> >To: <EUPHORIA at LISTSERV.MUOHIO.EDU> >Sent: Saturday, November 25, 2000 11:50 PM >Subject: Re: IDE version .9L BUG Report > > >> Sorry everyone, >> >> Add IDE_draw.ew to the modules that need inspection for mouse x and y. >> Changes are marked there also. >> >> THIS IS IMPORTANT. I've gotten many private e-mails telling me that STYLE >is >> not correct and the generated exw fails. Please read the docs about STYLE. >> If anyone has a better method please pass it on. >> >> Thanks, >> >> Judith >> >> >> >> >> On Sat, 25 Nov 2000 07:34:55 -0500, Judith Evans <camping at FLASH.NET> >wrote: >> >> >Its a big toss up which way to go with Win32Lib. A lot of people are >still >> >using version 50. Only the last upgrade to version 54 affects mouse x and >> y. >> >Derek put out a message concerning that. However if you look at IDE.exw >and >> >search for 'version 54' you'll find most of the changes necessary. >> > >> >Sorry, >> > >> >Judith >> > >> >