Jump to content

Size (XNode Ability): Difference between revisions

From LabVIEW Wiki
Size
 
m no deprecation
 
Line 2: Line 2:
| name = Size
| name = Size
| public_name = OnResize
| public_name = OnResize
| deprecated_prefer = SelectMenu3
| deprecated_prefer =
| introduced_version_number =
| introduced_version_number =
| deprecated_version_number =
| deprecated_version_number =

Latest revision as of 22:27, 15 March 2007

Size (XNode Ability)
List of XNode Abilities
Public Name:OnResize

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.

See also