Hi all,<br><br>we are under PD 0.42.5 - GEM 0.92.3 - Ubuntu 9.04 - NVIDIA Gtx 260 (proprietary driver 256.44)<br><br>we have a patch (a sort of circular slide show with the images reflected an a plane) with 12 pix_image loading images of 1024 px *1024 px <br>
The problem was: half the time we launch the patch some of the pix_image (random number) fail to load the image (gray rectangle).<br><br>After few hours of debugging and web search we&#39;ve found a workaround: <br>send a [thread 0( message to every pix_image to prevent the start of a new thread for loading the images. <br>
<br>Someone know why this happen? <br><br>Anyhow, with this workaround we can display 120 images without problems and now we are very happy (after some concern) - Many thanks to all you pd and gem boys!<br>
<br><br>