[Gambas-user] How to set a slider value?

Benoît Minisini gambas at ...1...
Tue Aug 25 14:07:46 CEST 2009


> you don't understand the stop event function..
>
> stop event stop the event propagation...(so the widjet stop to act)
> but not the current sub execution !
>
> if you want to stop the sub too you need to add a 'return' keyword !
>
>
>
> if ok then
>   stop event
>   return
> endif
>
> nevertheless send me a short sample exemple and i will see what i can do
>

STOP EVENT only works for a few events where it has sense. It has no effects 
in most of events.

Regards,

-- 
Benoît




More information about the User mailing list