<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>12 Sep 2017 12:56:00 Z</lastBuildDate><pubDate>11 Sep 2017 22:54:00 Z</pubDate><description>I have a popup window that serves as a loading window. It consists of a background image and a small image that contains an ajax spinner gif. If I click on this loading window too many times the ajax spinner stops animating. If I click once more Windows displays, "App is not responding".&#13;
&#13;
Is there a way to disable all input so that this does not happen? I tried putting an empty super control over the top of the entire window, but this only seems to give me a few extra clicks. This window is displayed via threading code below.&#13;
&#13;
PROCEDURE DisplayLoadingWindow() ThreadExecute("ThreadLoadingWindow", threadNormal, ExecuteLoadingWindow) ThreadWaitSignal()&#13;
PROCEDURE ExecuteLoadingWindow() // Show Window OpenChild(WIN_Popup_Loading) // Wait for Signal ThreadSendSignal(threadMain) EventWait("CloseLoadingWindow") // Close Window Close(WIN_Popup_Loading) // End Thread ThreadEnd()&#13;
PROCEDURE CloseLoadingWindow() EventChange("CloseLoadingWindow", eventOpen)</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62621-wd20-disable-all-input-window/read.awp</link><title>[WD20] Disable All Input on a Window</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/62621-wd20-disable-all-input-window-62625/read.awp</comments><pubDate>12 Sep 2017 12:56:00 Z</pubDate><description>Hi Curtis,&#13;
&#13;
there is a good chance that the problem is coming from you ignoring the FIRST and MOST IMPORTANT rules of using th…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62621-wd20-disable-all-input-window-62625/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62621-wd20-disable-all-input-window-62625/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62621-wd20-disable-all-input-window/read.awp">[WD20] Disable All Input on a Window</source><title>Re: [WD20] Disable All Input on a Window</title></item></channel></rss>
