I have this little example:
... get oget1 var pippo1
... get oget2 var pippo2
oget1:ldrag:=.t.
oget2:ldrag:=.t.
oget1:bMoved:={ || myfunction() }
activate ....
Now i want to move pippo1 and while i move it i want call a myfunction().
The above example only call the myfunction() after i release the button mouse.
I also tried with oget1:bMMoved:={ || myfunction() } (tks to EMG) but nothing happens.
Any Help ?
Tks
Piscicelli/Zingoni