<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 May 2015 04:13:00 Z</lastBuildDate><pubDate>28 May 2015 18:39:00 Z</pubDate><description>Is there a way to list the visible widgets in a dashboard control or a way to tell if a single widget is shown or hidden?&#13;
&#13;
Functions I've tried:&#13;
WinStatus() - Always returns Not Found. Must not play nice with internal windows.&#13;
&#13;
I tried these hoping it would return 0/null if the window wasn't found, but they error out.&#13;
WinInXPos()&#13;
WinOutXPos()&#13;
WinStatus</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden/read.awp</link><title>[WD20] How to tell if a Dashboard widget is shown or hidden</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/52371-wd20-how-tell-dashboard-widget-shown-hiddensolved-52391/read.awp</comments><pubDate>29 May 2015 04:13:00 Z</pubDate><description>Hello Curtis,&#13;
&#13;
Try This:&#13;
&#13;
DoesWidgetsExist(sWIn is string) //See how many are in the dashboard control nCnt is int = DashCou…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hiddensolved-52391/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hiddensolved-52391/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden/read.awp">[WD20] How to tell if a Dashboard widget is shown or hidden</source><title>Re: [WD20] How to tell if a Dashboard widget is shown or hidden[SOLVED]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52386/read.awp</comments><pubDate>28 May 2015 22:34:00 Z</pubDate><description>I think I'll be able to do it with global booleans. Set a global boolean to false for each chart. At end of init for each chart …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52386/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52386/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden/read.awp">[WD20] How to tell if a Dashboard widget is shown or hidden</source><title>Re: [WD20] How to tell if a Dashboard widget is shown or hidden</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52385/read.awp</comments><pubDate>28 May 2015 21:24:00 Z</pubDate><description>That won't work either.&#13;
&#13;
If I have 4 widgets in a row and the second one is hidden, this code will get the captions of the fir…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52385/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52385/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden/read.awp">[WD20] How to tell if a Dashboard widget is shown or hidden</source><title>Re: [WD20] How to tell if a Dashboard widget is shown or hidden</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52381/read.awp</comments><pubDate>28 May 2015 19:26:00 Z</pubDate><description>I also just found DashCount Derek. I think that might be my best option. Get a DashCount(). Loop through each widget subscript a…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52381/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52381/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden/read.awp">[WD20] How to tell if a Dashboard widget is shown or hidden</source><title>Re: [WD20] How to tell if a Dashboard widget is shown or hidden</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52380/read.awp</comments><pubDate>28 May 2015 19:24:00 Z</pubDate><description>If they are internal windows did you check if the internal windows control is visible or not?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52380/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52380/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden/read.awp">[WD20] How to tell if a Dashboard widget is shown or hidden</source><title>Re: [WD20] How to tell if a Dashboard widget is shown or hidden</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52379/read.awp</comments><pubDate>28 May 2015 19:22:00 Z</pubDate><description>Curtis&#13;
DashCount() may be your friend - I have not tried it.&#13;
&#13;
From the Help (v20)&#13;
Example // Displays the number of widgets …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52379/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52379/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden/read.awp">[WD20] How to tell if a Dashboard widget is shown or hidden</source><title>Re: [WD20] How to tell if a Dashboard widget is shown or hidden</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52378/read.awp</comments><pubDate>28 May 2015 19:13:00 Z</pubDate><description>MDIEnumChild() returns no results unfortunately.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52378/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52378/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden/read.awp">[WD20] How to tell if a Dashboard widget is shown or hidden</source><title>Re: [WD20] How to tell if a Dashboard widget is shown or hidden</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52377/read.awp</comments><pubDate>28 May 2015 19:03:00 Z</pubDate><description>Hi, a widget is basically an internal window. I didn't try but I'd say that all procedures to detect an open MDI-window will wor…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52377/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden-52377/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52371-wd20-how-tell-dashboard-widget-shown-hidden/read.awp">[WD20] How to tell if a Dashboard widget is shown or hidden</source><title>Re: [WD20] How to tell if a Dashboard widget is shown or hidden</title></item></channel></rss>
