Xojo Developer Conference
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
25/27th April 2018 in Denver.
MBS Xojo Conference
6/7th September 2018 in Munich, Germany.
Platforms to show: All Mac Windows Linux Cross-Platform
FAQ.How to open special characters panel on Mac?
Answer: We have functions for that in Cocoa and Carbon.
Example:
Notes:
For Cocoa, you can use orderFrontCharacterPalette method in NSApplicationMBS class.
Or simply for Carbon and Cocoa the ShowCharacterPaletteMBS method.
Answer: We have functions for that in Cocoa and Carbon.
Example:
dim a as new NSApplicationMBS
a.orderFrontCharacterPalette
For Cocoa, you can use orderFrontCharacterPalette method in NSApplicationMBS class.
Or simply for Carbon and Cocoa the ShowCharacterPaletteMBS method.
Links
MBS Xojo Plugins