Esri / dashboard-samples

Using the ArcGIS API for JavaScript, you can develop widget, map tools, and feature action extensions for Operations Dashboard running on Windows and in a browser.
Apache License 2.0
51 stars 48 forks source link

Last update to Dashboard render configuration pane blank #6

Closed steffenph closed 7 years ago

steffenph commented 7 years ago

Hi,

I have used these samples with great success in the past, but after the last update of the Dashboard app (windows) both my own widgets and the samples in this repo are not functioning correctly. I'm not seeing the configuration page of any widgets, just a blank page. The debug console does not provide any information either. Is this behaviour known? It may be a user error of course. Thanks.

jaychen15-zz commented 7 years ago

Hi @steffenph - did you see this issue only for configuration of the widget or everything about the widget? Does the widget itself load correctly?

steffenph commented 7 years ago

It seems like this issue is both for the configuration and for the display of the widget. Using the URLs from the debug console directly in a web browser shows the page. More importantly, is this isolated to my dashboard install? Or will the new update break all the widgets in this repo for everyone.

Any tips for how to troubleshoot this?

jaychen15-zz commented 7 years ago

hmm, this looks like could possibly related to a known issue that we have a KB article. Do you happen to have dual graphic cards in your computer? If you do, please refer to the solution described at http://support.esri.com/technical-article/000012611

steffenph commented 7 years ago

Thanks a lot, @jaychen15! Reconfiguring my dual graphics card setup did the trick. All of the custom widgets now work as expected.

PS: Looking forward to the new version of Operations Dashboard:)