This release of the Application Control package includes some new VIs:
-=3D NEW VIS =3D-
Find VI with Focus:
Returns a reference to the frontmost VI panel.=20
This VI is reentrant (as indicated by the crosshatched background) so =
that
references in use by one caller aren't closed by another. This also =
allows
different callers to exclude different panels from consideration and to =
get
a proper indication of whether a changed has occurred since their own =
last
last call.
This is an enhancement of Jim Kring's Find Frontmost VI that returns a
reference as well as a name, signals if this has changed since the last
call, allows exclusion of VIs in the calling sequence of this VI or =
other
VIs of the user's choice (useful for editing utilities that stay on top =
of
all other windows), cleans up unused references, and runs, on average, =
50 or
more times faster.
Fit VI window to Content:
This utility will fit (resize and center) a VI (defined by the "VI Ref"
input) about the all of the Front Panel objects. It will add a border
defined by border spacing in units of pixels. If no VI Reference is =
passed
in, it will operate on the calling VI.
-=3D UPDATED VIS =3D-
* "UnMangle VI Name.vi" is now a polyVI to handle strings or paths
* "Fit VI window to Largest Decoration.vi" - "border spacing" input =
changed
to a signed integer to allow a negative border size.
* "Get Frontmost VI.vi" now implemented with "Find VI with Focus.vi"
Special thanks to Paul Sullivan for his many valueable contributions to =
this
package release.
Regards,
-Jim
Notes:
-=3D oglib_appcontrol-2.4-1.ogp =3D-
<https://sourceforge.net/project/showfiles.php?group_id=3D52435&package_i=
d=3D561
51&release_id=3D225119>
Changes:
Changes from 2.3-2 --> 2.4-1
--------------------------------
2004-03-19
[MOD] "UnMangle VI Name.vi" is now a polyVI to handle strings or paths =
[NEW]
"Find VI with Focus.vi" added to package [NEW] "Fit VI window to =
Content.vi"
Fits a VI's front panel window
to its FP Contents.
[MOD] "Fit VI window to Largest Decoration.vi" - 'border spacing' input
changed to a signed integer to allow a negative border size. [MOD]
'Get Frontmost VI.vi' now implemented with 'Find VI with Focus.vi'
Changes from 2.2-2 --> 2.3-1
--------------------------------
2004-03-12
[MOD] Close Obj Reference can optionally wait on VI(s) unloaded
Changes from 2.1-2 --> 2.2-1
--------------------------------
2004-03-05
[FIX] "Dist Build App from LLB (proxy).vi" works in 6.1 and 7.0
Changes from 2.0-2 --> 2.1-1
--------------------------------
2003-12-01
[FIX] 'Mangle VI Name' window title no longer shows '__ogtk'
|