Change Notes for the JDLG 1.3.2.0 070625_1745 development snapshot ------------------------------------------------------------------ JDLG 1.3.2 implements a new layout management that is intended to handle resizing the dialog correctly. If you encounter any problems with this release we would appreciate it if you could send us a problem report to the jdlg@marxmeier.com mail address. Fixed problems: - Fixed consistency problems with window reference point that is used to position windows from the same session. - Fixed window maximizing issues. - Fixed a race condition with DLG DEL / DLG NEW on listbox columns that potentially could result in wrong behavior (error returned to the application, application hang or JAVA exception). - Fixed a problem with Listbox column autowidth attribute. - The .rmbr dialog attribute is currently ignored for the edittext and editable listbox (combo box) controls. In this case the edit menu of these controls is still accessible when pressing the right mouse button. - Fixed a compatibility problem with the .visible attribute. It now reflects the specified object attribute and no longer depends on the object hierarchy. - Fixed a problem that Listbox headers were not properly resized along with the dialog. - Fixed a backwards compatibility problem. Using the title attribute of a listbox resulted in an error. Known problems: - Switching tabs may result in redrawing parts of the dialog. - Restoring a window that was initially opened maximized may move the window to the upper left or lower right corner in some cases. - When resizing a window that uses multiple fonts, some window sizes may result in a subobtimal layout. This appears to be caused a different aspect ratio, depending on the size. - If the Window menu has multiple identical entries they are not distinguished. The first entry is always activated regardless which entry is clicked. This has always been a bug in JDLG and will be solved in a future release.