Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] unsubscribe

UNSUBSCRIBE
----- Original Message ----- From: <platform-swt-dev-request@xxxxxxxxxxx>
To: <platform-swt-dev@xxxxxxxxxxx>
Sent: Wednesday, May 03, 2006 5:00 PM
Subject: platform-swt-dev Digest, Vol 15, Issue 2


Send platform-swt-dev mailing list submissions to
platform-swt-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
or, via email, send a message with subject or body 'help' to
platform-swt-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
platform-swt-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of platform-swt-dev digest..."


Today's Topics:

  1. Hai Jie Wu is out of the office. (Hai Jie Wu)
  2. Fwd: SWT ALT+F4 key combinations listeners (Suren Amarasingha)


----------------------------------------------------------------------

Message: 1
Date: Wed, 3 May 2006 01:11:05 +0800
From: Hai Jie Wu <wuhaijie@xxxxxxxxxx>
Subject: [platform-swt-dev] Hai Jie Wu is out of the office.
To: platform-swt-dev@xxxxxxxxxxx
Message-ID:
<OF07B3A057.83AEA0C3-ON48257162.005E661B-48257162.005E661C@xxxxxxxxxx>
Content-Type: text/plain; charset="us-ascii"


I will be out of the office starting  2006-05-01 and will not return until
2006-05-12.

I will respond to your message when I return. Please contact my manager Xu
Guang Gu/China/IBM if urgent. Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://eclipse.org/pipermail/platform-swt-dev/attachments/20060503/a8feb535/attachment.html

------------------------------

Message: 2
Date: Wed, 3 May 2006 18:15:41 +0530
From: "Suren Amarasingha" <suren.amarasingha@xxxxxxxxx>
Subject: [platform-swt-dev] Fwd: SWT ALT+F4 key combinations listeners
To: platform-swt-dev@xxxxxxxxxxx
Message-ID:
<d387cd280605030545s4470604apde996fb4df56b46e@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Could this be a bug in SWT's shell where the shell captures the ALT +
F4 key events even though the title bar is not used?

---------- Forwarded message ----------
From: Suren Amarasingha <suren.amarasingha@xxxxxxxxx>
Date: May 2, 2006 9:28 PM
Subject: SWT ALT+F4 key combinations listeners
To: platform-swt-dev@xxxxxxxxxxx


Hi all

I'm currently developing a custom dialog by extending JFace's Dialog.
I need to implement a ALT+F4 listener (to close the dialog), but
unfortunately, the Dialog uses a Shell internally and that Shell grabs
and consumes the ALT+ F4 key events. For the purpose of my dialog, I
don't use the title bar provided by SWT's shell, and so I can't
directly use the Shell's ALT+F4 functionality (basically the Shell
would consume the the ALT+F4 and then do nothing).

So is there a way where I can either bypass the Shell's ALT+F4
functionality or indirectly use the Shell's ALT+F4 functionality for
my purpose?


--
Regards Suren


------------------------------

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


End of platform-swt-dev Digest, Vol 15, Issue 2
***********************************************




Back to the top