[Gambas-user] My first work

Benoit Minisini gambas at ...1...
Sun Jan 4 17:10:18 CET 2004


On Saturday 03 January 2004 23:40, -=FoX=- wrote:
> Hi all :)
> I have made a cursor changer for xfree 4.3 with Gambas
> If you want to take a look -->
> http://linuxgarage.interfree.it/Downloads.html
> it's only 8k :P
>
> bye
> Fox
>
>

It does not work here. It blocks in a infinite loop, so I opened the sources.
It seems that you need files in the home directory that I don't have, but...

You must use the WAIT keyword AFTER the SHELL instruction, this way:

SHELL .... WAIT.

And NOT:

SHELL ....
WAIT 1

!!!


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





More information about the User mailing list