Size (XNode Ability): Difference between revisions
Appearance
Size |
(No difference)
|
Revision as of 22:26, 15 March 2007
| Size (XNode Ability) | |
|---|---|
| List of XNode Abilities | |
| Public Name: | OnResize |
| Deprecated, prefer: | SelectMenu3 |
This ability VI is called by LabVIEW after the user resizes the XNode. Bounds is a recatangle whose coordinates are given relative to the old top-left corner of the XNode. You must either return a UpdateImageAndBounds reply or not return anything, otherwise LabVIEW will generate an error. If you return UpdateImageAndBounds, you may also return other reply strings.
Default behavior: None.
This ability does not provide UI and OS messages are not handled.