Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

MediaLibraryBrowser.setFrame

Sets the panel rectangle.

Component Version macOS Windows Linux Server iOS SDK
MediaLibraryBrowser 3.5 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "MediaLibraryBrowser.setFrame"; x; y; w; h )   More

Parameters

Parameter Description Example
x New X coordinate. 20
y New Y coordinate. 200
w New width of panel. 300
h New height of panel. 200

Result

Returns OK or error.

Description

Sets the panel rectangle.
Requires macOS 10.9.
Uses bottom up coordinates, so 0/0 is bottom left of main screen.

See also

Created 18th August 2014, last changed 10th August 2020


MediaLibraryBrowser.getVisible - MediaLibraryBrowser.setMediaLibraries

Feedback: Report problem or ask question.