[Gambas-user] Feature request
Benoit Minisini
gambas at ...1...
Mon Nov 6 20:29:06 CET 2006
On Monday 06 November 2006 18:58, R. Stormo wrote:
> Wonder if there is a possibility to include both group_keypress and
> object_keypress in a later release.
> Is sometimes there would be needed to check
> sub MyGroup_keypress()
> 'Some of the elements have changed
> haschanged=true
> end sub
>
>
> sub TextBox1_keypress()
> some change specified only to this box
>
> end sub
> sub TextBox2_keypress()
> some change to this box.
> end usb
>
> Does this make sense?
>
>
> Regards Rohnny
> My Gambas Community http://gambasforum.tk
That makes sense, but it is impossible at the moment. An object can have only
one event observer with only one event name.
It could be possible to specify two event names for example, the second being
used when the first gives nothing, but not now. After the 2.0.
Regards,
--
Benoit Minisini
More information about the User
mailing list