Anybody knows how to load a custom in-panel Widget onStartUp?
I want to receive data from an off-panel widget, but the onReceiveData event of in-panel widgets only fires if the Widget was already opened.
I would like to load the widget when my application stars, but not to open it!!! I saw the property "openAtStart": true, but this is showing the panel and
I dont want to show the panel on initialitation of the application.
Thank you very much!
This discussion is taking place on another page Load In-Panel Widget onStart of the application