Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Example on MouseDoubleClick and SelectionEvent working to gather on SashForm

Title: Example on MouseDoubleClick and SelectionEvent working to gather on SashForm

Hi Everyone,

    Does anyone have a good example on sashform being used to attached to two event listener. One being MouseDoubleClick and SelectionEvent, the problem that I am facing is that Selection Event is being called twice before the MouseDoubleClick is call and I have a integer variable that is keeping track of offset. So selection even is overriding the integer value on doubleclick. Here are the event for each listener, double click will hide/show the left portion of the sashform and selection will let it dragged to any part of the window. A help will be greatly appricated.

Thanks,
Pratik

<<Parikh,Pratik.vcf>>

CONFIDENTIALITY NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sender of the delivery error by e-mail or you
may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
---------------------------------------- --
BEGIN:VCARD
VERSION:2.1
N:Parikh;Pratik
FN:Parikh,Pratik
ORG: ;NEXUS FSI Engineering
TITLE:Software Engineer
TEL;WORK;VOICE:816-201-1298
TEL;HOME;VOICE:n/a
TEL;CELL;VOICE:n/a
TEL;PAGER;VOICE:n/a
ADR;WORK:;W0951 / WHQ, Dev Ctr, Bldg 9, Flr 5;;Architecture - Application Architecture;Application Architecture;;n/a
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:W0951 / WHQ, Dev Ctr, Bldg 9, Flr 5=0D=0AArchitecture - Application Architec=
ture, Application Architecture=0D=0An/a
EMAIL;PREF;INTERNET:Pratik.Parikh@xxxxxxxxxx
REV:20050607T133626Z
END:VCARD

Back to the top