Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] X Button over Pocket PC Platform


Hi Reinaldo,

No. The smart minimize button (as it is called by Microsoft) is not meant to be handled by the application and no particular SWT event is fired when it is pressed by the user. You should let the OS hide your app (push it behind the other applications). See http://www.eclipse.org/articles/Article-small-cup-of-swt/pocket-PC.html and search for "smart minimize".
On the other hand, you can also look into the Ok button that does fire a SWT.Close event when triggered. Look for "ok button" in the previous reference.

Please use the SWT newsgroup to reach more people in the future instead of this developer's mailing list.

Chris



"Reinaldo Braga" <reinaldo.braga@xxxxxxxxxxxxxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

12/17/2003 08:45 AM
Please respond to platform-swt-dev

       
        To:        <platform-swt-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-swt-dev] X Button over Pocket PC Platform



Hello Everyone !!

The Shell on Pocket PC create button X, on bar ( start menu )...
I need control this button..
It´s possible ???

tks..
Reinaldo.

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top