On dimanche 20 juillet 2008, Benoit Minisini wrote:
> On dimanche 20 juillet 2008, jbskaggs wrote:
> > Okay so in  my case the bug is called by the gb.qt.ext printer component?
> > That is the only .ext component I have.
> >
> > How long before 2.8 comes out?
> >
> > I am wondering if I should find a work around for the printer until the
> > 2.8 comes out.
> >
> > Unfortunately I released this program for beta.
> >
> > JB
>
> A workaround is to be sure that the focus is not on a ValueBox when its
> window is closed.
>
> Regards,

More precisely, you must do something like that in the Form_Close event 
handler:

AControlThatIsNotAValueBox.SetFocus
WAIT ' Mandatory, to be sure that The ValueBox receives its GotFocus event 
before the form is closed.

Tell me if it works.

Regards,

-- 
Benoit Minisini

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to