Example script for Logo plug-ins creation:
On Central Start script:
import LogoPlugin
reload(LogoPlugin)
RegisterPlugin(LogoPlugin.CreatePlugin(GetPanel("CustomPanel4").handle, "Logo"))
NOTE: before applying the script make sure CustomPanel4 is set to visible in Service->General->Panels.
|