Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Window.ShowCharacterPalette
Shows the standard character palette.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Window | 7.2 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "Window.ShowCharacterPalette" )
Parameters
none
Result
Returns OK or error.
Description
Shows the standard character palette.Allows you to enter Emoji and other symbols.
Examples
Show keyboard:
Set Variable [ $r ; Value: MBS("Window.ShowKeyboard") ]
Show character palette:
Set Variable [ $r ; Value: MBS("Window.ShowCharacterPalette") ]
See also
Release notes
- Version 7.2
- Added Window.ShowCharacterPalette.
Blog Entries
This function checks for a license.
Created 26th March 2017, last changed 2nd August 2021
