[Gambas-user] gambas-0.64a

Benoit Minisini gambas at ...2...
Tue Aug 12 10:06:24 CEST 2003


Le Mardi 12 Août 2003 00:33, Charlie a écrit :
> SuSE 7.2 , KDE 2.2.2 , qt-3.0.5 and gcc 2.95.x. reports :
>
> for making gambas-0.64a
>
> make the 3 and it works
>
> on gentoo the same.
>
> But see my attached Test projekt (last mail) it runs well under SuSE 7.2
> on gentoo the Buttons don't work.
> Same with gambas-0.64a
> Since gambas-0.30 I test every Version also with this project.
> If you want you can take it to the examples.
>
> amicalement
> Charlie
>

You example will never work anymore, because the behaviour of WAIT has 
changed. 

Now, during a WAIT, only redraw events are processed. The keyboard and mouse 
events are not processed anymore. So your button never receveive the Click 
event.

This behaviour avoids many possible infinite recursion, like it did in VB.

Now, you must write any animation by using a Timer, and not WAIT anymore.

P.S. Thanks for being a good tester :-)

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list