Re: Visual Win32lib 0.5 has been released!
- Posted by Brian Jackson <bjackson at PRINTINGINC.COM> Dec 28, 1998
- 449 views
Stephen, Thank You! Visual Win32lib is most excellent! Of course though, I do have a wish list of things to fix/improve for the next release. Foremost is paramatized procedures/functions. Win32lib (12/24/1998) chokes on an onClick event if 2 integers not passed, and it is obnoxious to go back in after the fact and code those by hand. On the static text control, it would be great to have the option to make it LTEXT, RTEXT, or CTEXT. Lastly, it would be nice if the "SAVE AS" option remembered the last directory path used, so you didn't have to re-select it if you wanted to change the filename. I've been using it since it was released on Thursday, and it's great! I hope you will consider these requests as constructive criticism, as that's how they're meant :) Thanks again for VW32lib! Brian Jackson bjackson at printinginc.com -----Original Message----- From: Stephen Spencer [SMTP:stephen.spencer at USA.NET] Sent: Friday, December 25, 1998 10:25 AM Subject: Visual Win32lib 0.5 has been released! Come and get it! http://vis.server101.com/visualwin32lib You'll be amazed at what now works! Code editing Native exw load and save Toolbar Dynamic running List and combo editor More stable SLEs now properly defined New control type: Label (LText) Loading any .exw created in Visual Win32lib should be fine, but loading non-trivial hand written programs may require some tweaking (see the readme). Merry Christmas (or Merry Boxing Day for you people in Australia and Japan for whom this is a bit late!) - don't get too drunk! Stephen -- Stephen Spencer stephen.spencer at usa.net http://members.xoom.com/sspencer ICQ#: 14614461 p.s. If you are loading files from an old version you'll need to change the combo definitions from 'Combo' to 'DropDownList' and the SLE definitions that you want to be SLEs rather than Labels from 'LText' to 'EditText'