Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: ImageView
A control to show images with animation on a layout on macOS and iOS.
You can ue this instead of a webviewer to show GIF animations.
Version | macOS | Windows | Linux | Server | iOS SDK |
7.4 / 13.0 | ✅ Yes | ❌ No | ❌ No | 🔶 5%, on macOS | ✅ 90% |
Item | Details |
---|---|
ImageView.Clear Clears image. | Mac/iOS 7.4 |
ImageView.CreateWithControl Creates a new image view on the given window covering the area of the given control. | Mac/iOS 7.4 |
ImageView.CreateWithSize Creates a new image view inside the window with the given rectangle. | Mac/iOS 7.4 |
ImageView.CreateWithWindow Creates a new image view which covers the whole window. | Mac/iOS 7.4 |
ImageView.GetHeight Queries current height of image view. | Mac/iOS 7.4 |
ImageView.GetLeft Queries current position of the image view. | Mac/iOS 7.4 |
ImageView.GetTag Queries the tag string for this image view. | Mac/iOS 7.4 |
ImageView.GetToolTip Queries tooltip text. | Mac only 7.4 |
ImageView.GetTop Queries current position of the drop area. | Mac/iOS 7.4 |
ImageView.GetVisible Queries current visibility state. | Mac/iOS 7.4 |
ImageView.GetWidth Queries current width of the image view. | Mac/iOS 7.4 |
ImageView.List Lists all IDs of image view objects. | Mac/iOS 13.0 |
ImageView.Release Releases the image view and reclaims memory. | Mac/iOS 7.4 |
ImageView.ReleaseAll A convenience method to release all image views. | Mac/iOS 7.4 |
ImageView.SetFrame Sets a new frame for the image view. | Mac/iOS 7.4 |
ImageView.SetFrameWithControl Repositions image view to given control. | Mac/iOS 9.0 |
ImageView.SetImage Sets the image to be shown in the image view. | Mac/iOS 7.4 |
ImageView.SetTag Sets the tag string for this image view. | Mac/iOS 7.4 |
ImageView.SetToolTip Sets tooltip for image view. | Mac only 7.4 |
ImageView.SetVisible Hides or shows the image view. | Mac/iOS 7.4 |
20 functions shown.
These functions require a license (60%).
Release notes
- Version 14.0
- Fixed a problem with ImageView.CreateWithSize not working properly on macOS.
- Version 13.0
- Added ImageView.List function.
- Version 10.3
- Rewrote also DragDrop.SetFrame, ImageView.SetFrame, MapView.SetFrame and TextView.SetFrame.
- Rewrote control placement for MacOS and iOS controls for AVPlayer.AddView, DragDrop.CreateWithControl, ImageView.CreateWithControl, MapView.CreateWithControl, TextView.CreateWithControl, WebView.CreateWithControl.
- Rewrote control placement for MacOS and iOS controls for AVPlayer.SetFrameWithControl, DragDrop.SetFrameWithControl, ImageView.SetFrameWithControl, MapView.SetFrameWithControl TextView.SetFrameWithControl, WebView.SetFrameWithControl.
- Version 9.0
- Added ImageView.SetFrameWithControl and MapView.SetFrameWithControl functions.
Blog Entries
- 5000 Functions in MBS Plugin
- MBS FileMaker Plugin 7.4 - More than 4900 Functions In One Plugin
- MBS FileMaker Plugin, version 7.4pr6
- Image view for FileMaker via MBS Plugin