<?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 Dec 2017 16:53:00 Z</lastBuildDate><pubDate>12 Dec 2017 15:09:00 Z</pubDate><description>This ONLY happens with Android. Same code runs on iOS and Windows. Running on an Android A5.&#13;
&#13;
I start a thread:&#13;
ThreadExecute("Validate", threadNormal, ValidateLogin)&#13;
&#13;
In the local ValidateLogin procedure I issue this:&#13;
STC_ProgMessage = "Logging in Online ..."&#13;
RequestUpdateUI()&#13;
&#13;
I have also tried ExecuteUpdateUI()&#13;
&#13;
However, only in Android I get this fatal error message:&#13;
&#13;
"Only the original thread that created a view hierarchy can touch its views"&#13;
&#13;
Yet RequestUpdateUI() attempts to refresh the window in the original thread. If it works in Windows and iOS why not Android but more importantly how do I fix this. It appears to be a Fatal error.&#13;
&#13;
Thx to anyone who can help.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem/read.awp</link><title>Android Fatal Thread Problem</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/63646-android-fatal-thread-problem-63649/read.awp</comments><pubDate>12 Dec 2017 16:53:00 Z</pubDate><description>requestUpdateUI does exactly what is says and is NOT the problem&#13;
&#13;
The problem is the line BEFORE it, where you put by code a v…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63649/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63649/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem/read.awp">Android Fatal Thread Problem</source><title>Re: Android Fatal Thread Problem</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63648/read.awp</comments><pubDate>12 Dec 2017 16:25:00 Z</pubDate><description>Thank you so much once again Fabrice. I still don't think the help made it that clear first time. Re reading it and it seems "im…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63648/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63648/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem/read.awp">Android Fatal Thread Problem</source><title>Re: Android Fatal Thread Problem</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63647/read.awp</comments><pubDate>12 Dec 2017 15:53:00 Z</pubDate><description>Oh thank you Fabrice. I will read the help again. I am sure it said the idea of RequetUpdateUI() was to overcome this exact issu…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63647/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63647/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem/read.awp">Android Fatal Thread Problem</source><title>Re: Android Fatal Thread Problem</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63651/read.awp</comments><pubDate>12 Dec 2017 15:36:00 Z</pubDate><description>Hi John,&#13;
&#13;
from it's prefix, I'm gathering that STC_ProgMessage is a static FIELD in your window.&#13;
&#13;
An that means that you are…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63651/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem-63651/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/63646-android-fatal-thread-problem/read.awp">Android Fatal Thread Problem</source><title>Re: Android Fatal Thread Problem</title></item></channel></rss>
