RE: Bugs in latest IDE (0.18.6o)
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Feb 17, 2004
- 576 views
> -----Original Message----- > From: CoJaBo [mailto:cojabo at suscom.net] > 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