Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
PhotoPicker.SetSize
Sets size to use for popover.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PhotoPicker | 13.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "PhotoPicker.SetSize"; Width; Height ) More
Parameters
Parameter | Description | Example |
---|---|---|
Width | The new width to use. | 600 |
Height | The new height to use. | 500 |
Result
Returns OK or error.
Description
Sets size to use for popover.Default is 600x500 points.
You can call this once on start of solution to define what size to use. May depends on user screen size.
Examples
Use bigger size:
Set Variable [$r; Value: MBS( "PhotoPicker.SetSize"; 800; 600 )]
See also
Release notes
- Version 13.2
- Added PhotoPicker.SetSize function.
Blog Entries
This function is free to use.
Created 24th March 2023, last changed 16th April 2023