Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] new to swt


Are we talking about the close box of a shell?  See http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet99.html



Jonquil Swann <swann@xxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

03/05/2004 01:39 PM
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [platform-swt-dev] new to swt



I also tried adding a listener for SWT.Close and SWT.Dispose but to no
avail.
Thanks.
Jonquil

Steve Northover wrote:

>
> Isn't this just the SWT.Close event?
>
>
>
>
>                  *"Schuster, Joel (N-Compaq)" <joel.schuster@xxxxxxxx>*
> Sent by: platform-swt-dev-admin@xxxxxxxxxxx
>
> 03/05/2004 11:48 AM
> Please respond to platform-swt-dev
>
>                        
>         To:        platform-swt-dev@xxxxxxxxxxx
>         cc:        
>         Subject:        RE: [platform-swt-dev] new to swt
>
>
>
>
> Boy, I would love to hear an answer to this one too!
>
>
> -----Original Message-----
> From: platform-swt-dev-admin@xxxxxxxxxxx
> [mailto:platform-swt-dev-admin@xxxxxxxxxxx]On Behalf Of Jonquil Swann
> Sent: Friday, March 05, 2004 9:38 AM
> To: platform-swt-dev@xxxxxxxxxxx
> Subject: [platform-swt-dev] new to swt
>
>
>
> Hi,
>
> I am trying to capture the user clicking on the X in the upper right
> corner.  I am using an ApplicationWindow added a ShellListener.  The
> only event that is recognized in deiconified when the window is first
> displayed.  Any suggestions on how to capture the other events like
> closed, activated, etc...
>
> --
> Thanks,
> Jonquil
> .........................
> MIT Lincoln Laboratory
> Group 33
>
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>

--

.........................
MIT Lincoln Laboratory
Group 33


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


Back to the top