[Gambas-user] IDE Suggestion or bug
Eduardo Ruiz
listas at ...949...
Tue May 24 01:43:41 CEST 2005
I don't know if this can be a bug or not, but, if you have a button for
instance with a event code and after you change the name of the button,
this button lose the event.
For instance:
PUBLIC SUB Button1_Click()
ConfClientes.Close
END
After I finish I realised that this button had a generic name, I changed
the name and after this the code didn't work because there wasn't any
button with this name.
It is possible to change the name in the code when you change the name
of a button, checkbox, ...
Thanks
More information about the User
mailing list