load a widget at start up and keep it invisible

2683
1
Jump to solution
09-18-2015 09:42 AM
LefterisKoumis
Occasional Contributor III

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.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

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.

View solution in original post

1 Reply
RobertScheitlin__GISP
MVP Emeritus

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.