<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>4 Oct 2017 21:13:00 Z</lastBuildDate><pubDate>28 Sep 2017 08:33:00 Z</pubDate><description>I'm implementing a dashboard for our product. I need configurations for nearly each widget. And widgets may exist several times in the dashboard.&#13;
&#13;
I have implemented a very simple dashboard, to try out all functionality. There is only one Internal Window named IW_Static, which only shows some text.&#13;
&#13;
I can already add as many widget I like with different strings. (Using an edit field and a button. The button creates the widget with the given string)&#13;
&#13;
I can already store the dashboard status and load it again (Using a global array to store the different strings and reading the string returned from DashSaveConfiguration; I'm creating each widget by programming on loading the saved status again.)&#13;
&#13;
Now I need a functionality to update all instances of widgets shown on the dashboard (but only the ones visible, not the hidden ones.) There is a local procedure "Update" in the IW_Static. But how do I call this procedure? IW_Static.Update() calls only the Update method of the first instance. I can't find a way to get the instances from the dashboard.&#13;
&#13;
Please, help! Any help is really appreciated! Thanks a lot for any idea! (You see, I'm really desperate already)&#13;
&#13;
I will also need a functionality to update a specific instance, when it is changed from hidden to visible. Any idea there?&#13;
&#13;
Best Regards&#13;
Christine Wagner</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved/read.awp</link><title>[WD21] Dashboard [SOLVED]</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62855/read.awp</comments><pubDate>4 Oct 2017 21:13:00 Z</pubDate><description>Hi&#13;
&#13;
Ok Works great doesn't it.&#13;
&#13;
Ps&#13;
The thing with webdev though is the lack of support for internal windows in webdev. The …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62855/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62855/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved/read.awp">[WD21] Dashboard [SOLVED]</source><title>Re: [WD21] Dashboard [SOLVED]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62835/read.awp</comments><pubDate>3 Oct 2017 11:46:00 Z</pubDate><description>I have of now (I'm currently checking in all my changes) a working solution for my dashboard. I'm not only showing charts, but m…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62835/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62835/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved/read.awp">[WD21] Dashboard [SOLVED]</source><title>Re: [WD21] Dashboard [SOLVED]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62833/read.awp</comments><pubDate>3 Oct 2017 09:55:00 Z</pubDate><description>Hi&#13;
&#13;
I did same kind of thing. To make graphs in dashboard. Use a template internal window withchart ( enable everything ) so c…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62833/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62833/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved/read.awp">[WD21] Dashboard [SOLVED]</source><title>Re: [WD21] Dashboard [SOLVED]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62787/read.awp</comments><pubDate>28 Sep 2017 09:01:00 Z</pubDate><description>Sorry, I found a workaround.&#13;
I will call DashDisplay and update the widgets in the "Refreshing the IW_... Widget" section.&#13;
If …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62787/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved-62787/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62786-wd21-dashboard-solved/read.awp">[WD21] Dashboard [SOLVED]</source><title>Re: [WD21] Dashboard [SOLVED]</title></item></channel></rss>
