Turn off UI of Custom widget

1258
5
Jump to solution
03-30-2017 02:16 AM
KumarHarish
New Contributor III

Hi,

 

I have added some functionality in a start-up function of custom widget but I am not keen to show the widget GUI.

Could some one point me how to turnoff or disable the widget GUI? 

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Then you need to make an inPanel: false (offPanel) widget then that has not Widget.html like the LocalLayer Widget

GitHub - cmndrbensisko/LocalLayer at v2.2 

View solution in original post

5 Replies
RobertScheitlin__GISP
MVP Emeritus

Kumar,

   So are you wanting your widget to run all the time with no user interaction? Or do you want the user to launch the widget from a button but not have a panel/UI that is presented after the user launches the widget?

0 Kudos
KumarHarish
New Contributor III

Robert,

I want widget to run all the time with no user interaction.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Then you need to make an inPanel: false (offPanel) widget then that has not Widget.html like the LocalLayer Widget

GitHub - cmndrbensisko/LocalLayer at v2.2 

KumarHarish
New Contributor III

Robert,

Thank you.  Your hint was very useful. 

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Don't forget to mark this question as answered by clicking on the "Correct Answer" link on the reply that answered your question.

0 Kudos