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?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to