Re: [Gambas-user] Timer Error: QTimer can only be used with threads started with QThread

2014-05-12 Thread Randall Morgan
Hi Benoit, I know this is an issue with my code. The error only gets raised when trying to create a timer in a static method on my system. I need a class-wide timer for this simple project. However, I can't seem to get it to work for me. Attached is a simple project. It is a modification of the L

Re: [Gambas-user] Timer Error: QTimer can only be used with threads started with QThread

2014-05-09 Thread Benoît Minisini
Le 09/05/2014 05:25, Randall Morgan a écrit : > Hi Folks, > > I'm creating a simple component that requires two timers. The component > uses gb.qt4. > However, anytime I use the timers I get this error: QTimer can only be > used with threads started with QThread. > > Any ideas how to solve this? >

[Gambas-user] Timer Error: QTimer can only be used with threads started with QThread

2014-05-08 Thread Randall Morgan
Hi Folks, I'm creating a simple component that requires two timers. The component uses gb.qt4. However, anytime I use the timers I get this error: QTimer can only be used with threads started with QThread. Any ideas how to solve this? I am running Ubuntu 12.04 with latest updates. [System] Gam