<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>13 Oct 2016 10:29:00 Z</lastBuildDate><pubDate>12 Oct 2016 14:30:00 Z</pubDate><description>Hi,&#13;
&#13;
I found that the event "assigning The ..Value property" in control template not trigger.&#13;
&#13;
I have control template with a looper. which has procedure LoadData&#13;
&#13;
when call CTPL_test.loadData will start thread to retrieve data from webservice and fill the looper.&#13;
&#13;
in CTPL_test event "assigning The ..Value property" I put code info("assign value")&#13;
&#13;
create a window and add the ctpl_test control template then add a button&#13;
&#13;
code in button&#13;
CTPL_test.loadData()&#13;
CTPL_test..value = "this is test"&#13;
&#13;
by right the info("assign value") will be trigger but it doesn't . the whole event "assigning The ..Value property" will not be call and no error&#13;
&#13;
but if I add wait&#13;
CTPL_test.loadData()&#13;
multitask(100)&#13;
CTPL_test..value = "this is test"&#13;
&#13;
this time the info("assign value") popup&#13;
&#13;
interesting bugs right ? took me whole day to discover it</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59937-wm21-android-bugs-control-template-event-assign-value/read.awp</link><title>[wm21 - android] BUGS control template event assign ..value not trigger</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/59937-wm21-android-bugs-control-template-event-assign-value-59951/read.awp</comments><pubDate>13 Oct 2016 10:29:00 Z</pubDate><description>The problem is also effect retrieving the ..Value property of control template.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59937-wm21-android-bugs-control-template-event-assign-value-59951/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59937-wm21-android-bugs-control-template-event-assign-value-59951/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59937-wm21-android-bugs-control-template-event-assign-value/read.awp">[wm21 - android] BUGS control template event assign ..value not trigger</source><title>Re: [wm21 - android] BUGS control template event assign ..value not trigger</title></item></channel></rss>
