<?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 Mar 2015 16:42:12 Z</lastBuildDate><pubDate>3 Mar 2015 21:48:15 Z</pubDate><description>Is there anything special I have to do to reference controls on an internal window page from a different thread?&#13;
&#13;
The scenario is I have a window with an internal window control. The main window spawns a background thread that periodically checks for certain conditions.&#13;
&#13;
In the event that these conditions are met, I need to modify the properties of controls on the displayed internal window. Grey out buttons, ect. &#13;
&#13;
I know I can't reference the windows via IW_Name.ControlName..Property. That doesn't work.&#13;
&#13;
Is there something I'm missing?&#13;
&#13;
Thanks.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread/read.awp</link><title>[WD18] Referencing controls on an internal window from a different thread</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>rob</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread-50766/read.awp</comments><pubDate>4 Mar 2015 16:42:12 Z</pubDate><description>Thanks again for the advice Fabrice.&#13;
&#13;
I'll figure out how to make it work as you've suggested.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread-50766/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread-50766/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread/read.awp">[WD18] Referencing controls on an internal window from a different thread</source><title>Re: [WD18] Referencing controls on an internal window from a different thread</title></item><item><author>rob</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread-50762/read.awp</comments><pubDate>4 Mar 2015 15:24:26 Z</pubDate><description>After messing with it for a little bit this morning, it looks more like the issue I'm having is with figuring out how to referen…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread-50762/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread-50762/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread/read.awp">[WD18] Referencing controls on an internal window from a different thread</source><title>Re: [WD18] Referencing controls on an internal window from a different thread</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-differentthread-50761/read.awp</comments><pubDate>4 Mar 2015 15:05:16 Z</pubDate><description>Hi Rob&#13;
&#13;
I did not have the time to look at your code in details, but make sure &#13;
you read all the help about the threads befor…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-differentthread-50761/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-differentthread-50761/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread/read.awp">[WD18] Referencing controls on an internal window from a different thread</source><title>Re: [WD18] Referencing controls on an internal window from a differentthread</title></item><item><author>rob</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread-50756/read.awp</comments><pubDate>4 Mar 2015 14:53:11 Z</pubDate><description>Thank you Fabrice. I'll take a look at that.&#13;
&#13;
However, your statement has me a little confused. Because if that is true, then …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread-50756/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread-50756/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread/read.awp">[WD18] Referencing controls on an internal window from a different thread</source><title>Re: [WD18] Referencing controls on an internal window from a different thread</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-differentthread-50749/read.awp</comments><pubDate>3 Mar 2015 23:42:00 Z</pubDate><description>Hi Rob&#13;
&#13;
What you are missing is the fact that ONLY the MAIN thread can interact &#13;
with the UI... From a secondary thread, you …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-differentthread-50749/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-differentthread-50749/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50748-wd18-referencing-controls-internal-window-from-different-thread/read.awp">[WD18] Referencing controls on an internal window from a different thread</source><title>Re: [WD18] Referencing controls on an internal window from a differentthread</title></item></channel></rss>
