Re: [Gambas-user] form_open not raised when embedding form

2009-11-19 Thread Benoît Minisini
> Forget last message. Setting GDK_NATIVE_WINDOWS=1 makes the Form_Open event > run! > > But theres a few glitches like columnview and textarea background colours > not being right. > > Thanks. > Please send a project that shows these glitches so that I can fix them. Regards, -- Benoît Minis

Re: [Gambas-user] form_open not raised when embedding form

2009-11-15 Thread Joshua Higgins
Forget last message. Setting GDK_NATIVE_WINDOWS=1 makes the Form_Open event run! But theres a few glitches like columnview and textarea background colours not being right. Thanks. -- joshua higgins >>-- -- Let Cr

Re: [Gambas-user] form_open not raised when embedding form

2009-11-15 Thread Joshua Higgins
Thanks for the reply. GDK_NATIVE_WINDOWS=1 makes no difference. I'll try the latest Gambas version and reply back with the results. -- joshua higgins >>-- -- Let Crystal Reports handle the reporting - Free Crysta

Re: [Gambas-user] form_open not raised when embedding form

2009-11-15 Thread Benoît Minisini
> 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 rou

[Gambas-user] form_open not raised when embedding form

2009-11-15 Thread Joshua Higgins
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. -- j