October 30, 2008
-
If a user has Igor version 6.10, both graphs and tables will be displayed in the CreateLayouts panel. This display mode was supported starting with 6.10B03, so users with previous beta versions of 6.10 should upgrade or they will get undesired behavior.
-
* Reworked code a bit to provide a better API. * Made it so that new windows will automatically be assigned to the current desktop, if one is selected. * Removed code that was no longer necessary since this package requires Igor 6.01 or greater. * Separated showing/hiding of individual windows into a new function UpdateWindowShowHide(). ChangeDisplayedDesktop() now calls this new function for each window in the experiment. In addition, SetWindowDesktop() also calls this function. The overall effect of this change is that performance should improve by quite a lot in experiments with many windows or complicated graphs, since only the windows that need to be updated will be updated. * Deleted some extra whitespace.
July 9, 2008
-
Created a tag for version 1.1
-
Fixed a bug in which windows that had first been selected to be on a layout and which were then closed would still show up in the list of windows that should be added to the layout, but there was no way for the user to remove the window from that list. With this change, windows that are deleted in Igor will be removed from all lists that CreateLayouts uses internally.
June 7, 2008
-
Creating initial release (version 1.0).
-
Removing test tag.
April 28, 2008
-
Prevent ControlNameList() and ChildWindowList() from throwing errors by checking for the type of the window before calling those functions.
-
Removed unnecessary code of Panel0() macro from built in procedure file.
April 22, 2008
-
Creating IGOR-6-03--1-0 tag for release.
-
TabControl: /packages/ACL_tabcontrol/trunk/ACL_TabControlExample.pxp 709
TabControl: /packages/ACL_tabcontrol/trunk/ACL_TabUtilities.ipf 709
TabControl: /packages/ACL_tabcontrol/trunk/ACL_UserdataEditor.ipf 709* #615 by aclight: Support tab controls that are on subwindows of a panel properly.
