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: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

ImageView.SetFrameWithControl

Repositions image view to given control.

Component Version macOS Windows Linux Server iOS SDK
ImageView 9.0 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "ImageView.SetFrameWithControl"; ImageView; ControlName { ; DX; DY } )   More

Parameters

Parameter Description Example Flags
ImageView The image view reference number. $$ImageView
ControlName The name of the control on your FileMaker form.
e.g. you can place a rectangle there to define the position.
"mymedia"
DX A delta to move drop area more to left or right. 0 Optional
DY A delta to move drop area more to top or bottom. 0 Optional

Result

Returns OK or error.

Description

Repositions image view to given control.
If you moved control in layout mode, this can move the drop area back to the new position.
Also useful to switch between different locations on the layout.

See also

Release notes

Blog Entries

This function checks for a license.

Created 16th January 2019, last changed 9th June 2020


ImageView.SetFrame - ImageView.SetImage

💬 Ask a question or report a problem