Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

ImagePlayground.Create

Creates a new image playground.

Component Version macOS Windows Linux Server iOS SDK
ImagePlayground 15.0 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "ImagePlayground.Create" )

Parameters

none

Result

Returns OK or error.

Description

Creates a new image playground.
First create, add source image and concepts and then present it.

Examples

Show image playground window:

# create the controller
Set Variable [ $r ; Value: MBS("ImagePlayground.Create") ]
# clear words and then add more
Set Variable [ $r ; Value: MBS("ImagePlayground.ClearConcepts") ]
Set Variable [ $r ; Value: MBS("ImagePlayground.AddConcept"; "Cat") ]
Set Variable [ $r ; Value: MBS("ImagePlayground.AddExtractedConcept"; "Mountains with trees"; "Waldberge") ]
# set the script trigger
Set Variable [ $r ; Value: MBS("ImagePlayground.SetScriptTrigger"; Get(FileName); "ImageTrigger") ]
# show the popover
Set Variable [ $r ; Value: MBS("ImagePlayground.Present") ]

See also

Example Databases

Blog Entries

Created 15th December 2024, last changed 15th December 2024


ImagePlayground.ConceptCount - ImagePlayground.GetSourceImage