RE: Bugs in latest IDE (0.18.6o)
- Posted by Brian Broker <bkb at cnw.com> Feb 17, 2004
- 572 views
Derek Parnell wrote: > > > > -----Original Message----- > > From: CoJaBo [mailto:cojabo at suscom.net] > > Sent: Wednesday, 18 February 2004 9:38 AM > > To: EUforum at topica.com > > Subject: RE: Bugs in latest IDE (0.18.6o) > > > > > > Judith wrote: > > [snip] > > > > > > The error messages from getOpenFileName and getSaveFileName > > come from > > > win32lib routines. I notice there is an offering in Recent > > Contributions > > > that will help with getSaveFileName. Can anyone work up > > getOpenFileName > > > to > > > supply the ext from FileTypes if user does not enter the ext? > > > > If IDE doesn't find the ext, then couldn't it just append the > > default? > > Judith: Are you expecting the win32lib routine to automatically add this > for > you? I don't think I would like to do this as a default behavior, but > maybe > as a special option. Its a fairly common requirement but not universal. > > > [snip] > > > > > > > CoJaBo wrote: > > > Also, if I put my computer in standby mode or logoff, I get > > a zillion > > > warning messages. > > > Adding: > > > setWarning(0) > > > somewere in IDE should correct this, the warnings are harmless, but > > > annoying. > > > > > > > Will this be done? > > What are these messages? Maybe its something needs to be fixed in > win32lib? > > -- > Derek > If I recall correctly, it is an issue with blitting to a locked screen(via ctl-alt-del for example). In the case of the IDE, a popup occurs when the emulated text cursor is being blitted. I'm not sure if it's an XP-only issue or not. The error is (similar using 0.59.1): --------------------------- Win32Lib AppWindow - Error Warning --------------------------- bitBlt:BitBlt failed. Press [ YES ] to continue, [ NO ] to ignore repeats, or [ Cancel ] to quit. Win32Lib v0.59.2 13-Feb-2004 Beta --------------------------- Yes No Cancel --------------------------- I can repro running PRETEND.EXW demo then hitting Ctl-Alt-Del. You don't have to actually lock the system to get the popups and in fact you'll want to ESC back to the program quickly because that demo does many updates per second. -- Brian