[Gambas-user] Minimize event in forms

Stefano Palmeri rospolosco at ...152...
Wed Apr 16 22:55:55 CEST 2008


Alle 19:48, mercoledì 16 aprile 2008, Wellington de Souza Pinto ha scritto:
> Hi everyone!
>
> In form exist events: hide, show, close, lostfocus, ....
>
> I'm need the minimize event.
>      FORM_Minimize()
>
> How to????
>
> Reguards,
>
> Souza, Wellington

Hi.

I use a workaround for this. It works using gb.qt.

PUBLIC SUB Form_Deactivate()
  
  IF ME.Minimized THEN PRINT "I'm minimized"
      
END

Stefano


> ___________________________________________________________________________
>________ Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A
> Embratel tem tarifas muito baratas esperando por você. Aproveite!
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/java
>one _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list