Hi Torsten, It is a known problem in ULC 6.0.4: https://www.canoo.com/jira/browse/UBA-644.
It has been fixed in ULC 6.1. Your solution is correct provided an asynch event conforms with your app logic and UI flow requirements. Thanks and regards, Janak -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hofmann, Torsten Sent: Friday, June 23, 2006 8:36 PM To: [EMAIL PROTECTED] Com Subject: AW: [ULC-developer] Problem with focusGained Im using the version 6.0.4 I have fixed the problem with the method: ClientContext.setEventDeliveryMode(proxy,IUlcEventConstants.FOCUS_EVENT, IUlcEventConstants.ASYNCHRONOUS_MODE); Is this ok? Torsten Hofmann Dipl. - Informatiker (FH) IT Consultant Business Integration Würth Phoenix GmbH Drillberg 6 D-97980 Bad Mergentheim (Phone: +49 7931 91 6284 7 Fax: +49 7931 91 7284 +E-Mail: [EMAIL PROTECTED] Website: www.wuerth-phoenix.de Von: Janak Mulani [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 23. Juni 2006 16:16 An: Hofmann, Torsten Betreff: RE: [ULC-developer] Problem with focusGained Hi, Which version of ULC are you using? Please mention the version in all your mails. Thanks and regards, Janak -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hofmann, Torsten Sent: Friday, June 23, 2006 5:58 PM To: [email protected] Subject: [ULC-developer] Problem with focusGained Hello I have an login dialog (modal) and i have an ULCPassword field there and i have added an Focuslistner, so that when the passwordfield gets the focus it should be cleared. (But also when i use an InternalFrame) When i click into the field the text in the passwordfield is cleared, but when i now klick on a button i get a "beep" and the action is not performed. The action is only performed on the secound click. What is the reason for this behaviour and how could i change this? Regards Torsten Hofmann Dipl. - Informatiker (FH) IT Consultant Business Integration Würth Phoenix GmbH Drillberg 6 D-97980 Bad Mergentheim (Phone: +49 7931 91 6284 7 Fax: +49 7931 91 7284 +E-Mail: [EMAIL PROTECTED] Website: www.wuerth-phoenix.de _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
