[Gambas-user] Form listener
Leon Davis
leondavisjr at ...626...
Mon May 29 15:03:59 CEST 2017
Using Gambas v3.9.2 and GTK+3
I have added a form to another form:
Dim NForm as Form
NForm = new MyForm(ME) as "MyForm"
The problem I'm having is none of the Key events, i.e. (keypress, keyup,
keydown) for either form do anything. Also the Form_Resize for NForm
doesn't fire. In my search I found an item that mentioned doing a search
for listener in the Gambas wiki but that search was unsuccessful. Searched
the mailing list with the same result. Any suggestions?
More information about the User
mailing list