<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Apr 2015 18:15:36 Z</lastBuildDate><pubDate>31 Mar 2015 18:53:51 Z</pubDate><description>Hi, all!&#13;
&#13;
So I am trying to alter an image variable in a separate thread. I pass the image variable as a parameter of the procedure which will be ran in the separate thread.&#13;
&#13;
When I call dRotation(imgThreadImage, 90) the Main Thread gets jammed up until the operation is finished, even though it is being called on a separate thread.&#13;
&#13;
To test, I commented out the dRotation() call and replaced it with a Wait(10000) and the Main Thread never jammed up.&#13;
&#13;
What do I have to do to make dRotation play nice and stick to playing inside its own sandbox instead of jumping over to the Main Thread?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread/read.awp</link><title>[WD19] Threads and d_______ functions -- can't perform on separate thread?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separatethread-51309/read.awp</comments><pubDate>1 Apr 2015 18:15:36 Z</pubDate><description>Hi Andrew&#13;
&#13;
you can continue to think that and abandon windev, or you can learn how &#13;
to do things in windev and create VERY CO…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separatethread-51309/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separatethread-51309/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread/read.awp">[WD19] Threads and d_______ functions -- can't perform on separate thread?</source><title>Re: [WD19] Threads and d_______ functions -- can't perform on separatethread?</title></item><item><author>Andrew</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread-51304/read.awp</comments><pubDate>1 Apr 2015 17:30:22 Z</pubDate><description>Thanks, Mr. Harari... &#13;
&#13;
... WinDev's been falling short for us lately, this is just another example of its inadequacy I guess.…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread-51304/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread-51304/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread/read.awp">[WD19] Threads and d_______ functions -- can't perform on separate thread?</source><title>Re: [WD19] Threads and d_______ functions -- can't perform on separate thread?</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separatethread-51298/read.awp</comments><pubDate>1 Apr 2015 14:36:59 Z</pubDate><description>Hi Andrew&#13;
&#13;
dxxx functions ARE UI functions... The possibility to draw inside an &#13;
image VARIABLE is very new, and there is a g…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separatethread-51298/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separatethread-51298/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread/read.awp">[WD19] Threads and d_______ functions -- can't perform on separate thread?</source><title>Re: [WD19] Threads and d_______ functions -- can't perform on separatethread?</title></item><item><author>Andrew</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread-51297/read.awp</comments><pubDate>1 Apr 2015 13:25:16 Z</pubDate><description>Thank you, Mr. Harari&#13;
&#13;
Unfortunately, my secondary thread does not access my Main Thread (no controls, no global variables... …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread-51297/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread-51297/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread/read.awp">[WD19] Threads and d_______ functions -- can't perform on separate thread?</source><title>Re: [WD19] Threads and d_______ functions -- can't perform on separate thread?</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separatethread-51291/read.awp</comments><pubDate>1 Apr 2015 02:39:38 Z</pubDate><description>Hi Andrew&#13;
&#13;
secondary thread should NEVER try to access the UI. The UI is a RESERVED &#13;
resource of the main thread... It doesn'…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separatethread-51291/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separatethread-51291/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51284-wd19-threads-and-functions-can-perform-separate-thread/read.awp">[WD19] Threads and d_______ functions -- can't perform on separate thread?</source><title>Re: [WD19] Threads and d_______ functions -- can't perform on separatethread?</title></item></channel></rss>
