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 |