[Gambas-user] form_open not raised when embedding form

Benoît Minisini gambas at ...1...
Sun Nov 15 14:45:09 CET 2009


> Hi list
> 
> I just upgraded to Ubuntu Karmic, from Gambas 2.8 to 2.13. I'm embedding a
> form into my main form like this:
> 
>   DIM hForm AS FChild
> 
>   hForm = NEW FChild(Panel1)
> 
> However in Gambas 2.13, the FChild's Form_Open event does not run. Is this
> expected or is there a way round it?
> 
> Thanks.
> 
> >>>>>>------
> 

I think that bug has been fixed since, but I'm not 100% sure, because it maybe 
related to the new uncompatible GTK+ provided wuth Ubuntu 9.10. Can you try to 
run your program by putting GDK_NATIVE_WINDOWS=1 in your environment?

-- 
Benoît Minisini




More information about the User mailing list