win32lib v0.59.1 released

new topic     » topic index » view thread      » older message » newer message

Please find the latest release of the Win32Lib library at

  http://www.users.bigpond.com/ddparnell/euphoria.htm

New
---
** When creating a control, you can add the w32AUTOCLOSE flag to cause the
control to close its parent window when clicked.
** Beep() to sound various beeps.
** getClassName() to return the Windows Class name for a control
** makeFront() to set the given window to the front of others.
** findWindow() to search for a specific window running in the system.

Enhanced
---------
** The UserProperty routines are now faster if you use integer Property ID
values.
** addStyle and removeStyle also support the new w32AUTOCLOSE feature.

Fixed
-----
** setText() now correctly works with Menu and MenuItem controls.
** setIndex() now works with multiple selection lists.
** getPrinter() and getPrinterChoice() no longer fail to initialize the
printer.

Changed
-------
** Removed dependance on the clib.e library. This was causing too many
namespace clashes.

Known Bugs
-----------
** Fonts are not being released back to the system until the application
ends. This can mean that a program that does lots of setFont() calls, may
run out of Windows resources.

--
Derek

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu