-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
MDI by Lvs-Tools.Co.Uk - Toolkit for LabVIEW Download
Version | 2.0.0.24 |
Released | Jun 22, 2017 |
Publisher | Lvs-Tools.Co.Uk |
License | Lvs-Tools.co.uk Commercial Licence |
LabVIEW Version | LabVIEW>=13.0 |
Operating System | Windows |
Project links | Homepage |
Description
The MDI Toolkit enables developers to create Multiple Document Interface (MDI) applications quickly and easily on Windows platforms.
It encapsulates the Windows API functions to create child windows and adds powerful management functions such as tile, cascade, dock/undock and flash child panels' titlebars. Mouse and front panel events are simultaneously propagated from the child panels so that the MDI application is fully aware of user activities.
Release Notes
New Feature: Set System Buttons. Enables/disables the Maximize, Minimize and/or Close buttons on a Form.
New Feature: IsDocked. Returns true if the VI is docked in the parent and false if stand alone.
New Feature: Refresh. Causes all front panels to be refreshed.
New Feature: Order. A new property of tile and cascade that enables repositioning by the list order or the z-order.
New Feature: Get Vi Reference exposed so that all FP properties can be accessed.
Changes. New HTML help
BugFix: Removed password from TestWindow.vi