[Gambas-user] Minimize button event on forms

Stefano Palmeri rospolosco at ...152...
Thu Aug 5 18:33:27 CEST 2010


Il giovedì 5 agosto 2010 15:49:12 Wellington de Souza Pinto ha scritto:
> Hi!
>
> Any idea about capture minimize button event in forms?
>
> Tks

The only way I know is a workaround. It works with gb.Qt.

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

Stefano



> ---------------------------------------------------------------------------
>--- The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________
> 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