I did not know about this Java feature, but now, when the topic is opened... :-) Maybe this is something similar: I use tablet (at home) and I still have problem to select node (Ctrl+click), open collapsed node (a click into collapse/expand symbol), etc. So I rather select nodes using Ctrl+UpArrow :-) The problem with tablet can be the same, as during a pen click (an equivalent for mouse click) is really difficult to not to move the pen about a pixel or more. Usually AFAIK, in GUIs, the mouse clicks, drags, etc. are always limited (either for moving out or for not moving out) with asensitivity, which is mostly 2 or 3 pixels.
So I suppose, I the Java behaviour can be adapted in XXE to operate with some kind of asensitivity, the tablet clicks would work fine. Have a nice day, Martin -----Original Message----- From: [email protected] [mailto:xmleditor-support-bounces at xmlmind.com]On Behalf Of Hussein Shafie Sent: Wednesday, November 17, 2004 10:56 AM To: Jan Bares Cc: xmleditor-support at xmlmind.com Subject: Re: [XXE] Mouse clicks Jan Bares wrote: > very annoying java "feature" is the fact, that mouseclick is send to > application only if the mouse down and mouse up event appear on excatly the > same coordinates. The net result of this behaviour is that sometimes the > click seems to be ignored by application. Am I the only one who don't like > that? > You can fix that in your application if you will handle the mouse clicks > differently. You are the first person to complain about this. Could you please specify for which action this is the most annoying? Note that you can customize XXE by binding some of its commands to mousePressed events instead of mouseClicked events. See http://www.xmlmind.com/xmleditor/_distrib/docs/configure/ch06s01.html -- XMLmind XML Editor Support List xmleditor-support at xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support

