I need to keep to load a widget at startup and run in the background (not visible). There is no user interface.
The off-panel widget has the visible property but not the "openAtStart" property. The on-panel widget has the "openAtStart" property but not the visible property. Is there a way in configuration to do both? If not, by code?
Thanks.
Solved! Go to Solution.
Lefteris,
If you build a widget that has no user interface then it should be a off-panel widget and the visible property (can be misleading) just mean that the widget is turned on.
Lefteris,
If you build a widget that has no user interface then it should be a off-panel widget and the visible property (can be misleading) just mean that the widget is turned on.