From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2004-09-27 08:53:14
|
On Sat, 25 Sep 2004 09:11:37 -0700, Kevin Altis wrote: >I just changed the minimum requirement for running PythonCard to >wxPython 2.5.2.8 in order to get rid of some workaround code in >dialog.py that I did for wxPython 2.5.2.7. If you're working from cvs, >you'll need to update your version of wxPython. > >I added a passwordTextEntryDialog and multilineTextEntryDialog to >dialog.py. (Apologies to the moderator AGAIN...I posted this with the wrong email address to begin with) Oooh! A password field....nice :-) I've built a couple of support tools to help me out at customer sites, and logon/password protection would be helpful. Thanks for reading my mind. Kevin...what's the schedule for releasing 0.8.1, or whatever the next version is? I haven't got around to accessing via CVS yet because 0.8 has more than kept me occupied so far. Just curious. Neil |
From: Kevin A. <al...@se...> - 2004-09-27 15:39:27
|
On Sep 27, 2004, at 1:34 AM, XXXXXXXXXXX wrote: > > Oooh! A password field....nice :-) I've built a couple of support tools > to help me out at customer sites, and logon/password protection would > be > helpful. Thanks for reading my mind. There was already a PasswordField component that you could use in a Background. You could also pass in a style flag to the textEntryDialog to get the password and multi-line variations of the dialog, but I figured we might as well just make them standalone functions for simplicity. Hope it helps. > Kevin...what's the schedule for releasing 0.8.1, or whatever the next > version is? I haven't got around to accessing via CVS yet because 0.8 > has > more than kept me occupied so far. Just curious. > Originally I planned on releasing 0.8.1 sometime in September, but my guess is it will be sometime in October. Release 0.8 didn't turn out to have as many bugs as I thought it might considering all the major changes, so I don't think anyone is clamoring for a new release. As the fall progresses, more and more of my time will be sucked away by the deluge of videogames though, so I want to get a release out before the coding sprint in Seattle (Oct. 23-24). That way if if I'm not doing much coding in October and November people will at least have the changes added in the last month. This is what the change log shows as of this morning... Release 0.8.1 2004-10-?? added time alias to util.py to use time.time() on Windows, time.clock() on *nix added gravity sample minimum requirement changed to wxPython 2.5.2.8 added passwordTextEntryDialog and multilineTextEntryDialog to dialog.py many minor bug fixes reworked dialogs sample interface added Show Grid Lines option to resourceEditor added cursor key support in resourceEditor for moving components added FloatCanvas component and sample added Notebook component, PageBackground, and testNotebook sample added relativePath to util.py added colorFromString to util.py added main_is_frozen workaround for bundlebuilder standalones on Mac added csv support to dbBrowser sample ka |
From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2004-09-30 07:32:24
|
On Mon, 27 Sep 2004 08:39:18 -0700, Kevin Altis wrote: >There was already a PasswordField component that you could use in a >Background. You could also pass in a style flag to the textEntryDialog >to get the password and multi-line variations of the dialog, but I >figured we might as well just make them standalone functions for >simplicity. Hope it helps. Yikes! Talk about looking but not seeing - how many times have I opened the list of components in the resource editor and missed the password one. Thanks for the pointer and the new dialog anyway. > >> Kevin...what's the schedule for releasing 0.8.1, or whatever the next >> version is? I haven't got around to accessing via CVS yet because 0.8 >> has >> more than kept me occupied so far. Just curious. >> >Originally I planned on releasing 0.8.1 sometime in September, but my >guess is it will be sometime in October. Release 0.8 didn't turn out to >have as many bugs as I thought it might considering all the major >changes, so I don't think anyone is clamoring for a new release. As the >fall progresses, more and more of my time will be sucked away by the >deluge of videogames though, so I want to get a release out before the >coding sprint in Seattle (Oct. 23-24). That way if if I'm not doing >much coding in October and November people will at least have the >changes added in the last month. This is what the change log shows as >of this morning... Sounds good. Clearly I haven't come close to using all of the stuff in 0.8 yet and there haven't been any show-stoppers with what I've been building up to this point (simple utilities using ODBC so far). Neil |