1. Win32Lib 0.50a Bleeding Edge
Win32Lib Beta testers (and other adventursome souls):
I've posted the latest 'bleeding edge' version of Win32Lib at:
http://www.lanset.com/dcuny/win32.htm#BleedingEdge
Features include:
- Controls can be deleted using delete()
- Get selected text in SLE with getSelectedText
- Replace selected text in SLE with setSelectedText
- Pass extended flags to create with createEx()
These are features I've been promising for some time to add, but hadn't
gotten around to. I haven't really had a chance to hammer on the code, so
bug reports are more than welcome.
Still on my to-do list:
- fix the combo box
- allow easy setting of the default font
Thanks!
-- David Cuny
2. Re: Win32Lib 0.50a Bleeding Edge
Urgh. The procedure to destroy widgets is 'destroy', not 'delete'.
Sorry.
-- David Cuny
3. Re: Win32Lib 0.50a Bleeding Edge
I know this probably has nothing to do with what you're doing, but I noticed
in Win32lib .40 that you removed the caret functions and maintained the
documentation.
4. Re: Win32Lib 0.50a Bleeding Edge
> carets
thanks. i probably didn't regenerate the docs.
-- david cuny