Hi Florian I'm sorry I went down the wrong path. Looks like a ULC bug to me. I suggest you file a JIRA issue.
Etienne -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 5:26 AM To: [email protected] Subject: Antwort: RE: [ULC-developer] File Chooser Dialog , open Button has no effect Hi Etienne! But i do not want to load the file. I only want to get the Path of the File respectively the Folder! So i want to use the chooseFile. My Problem is that the "open-Button" in the chooseFile Dialog has no effect. The Button does not copy the path or close the window or something else. Only if i double click the file, the Path of the File is copied and the Dialog get closed, If there is no solution i will use the loadFile and just close the inputstream of the function on sucess. Thank you Florian Marquardt "Etienne Studer" <[EMAIL PROTECTED] An s.com> <[EMAIL PROTECTED] Gesendet von: om>, ulc-developer <[EMAIL PROTECTED] [EMAIL PROTECTED] om> canoo.com Kopie Thema 17.04.2007 RE: [ULC-developer] File 17:32 Chooser Dialog , open Button has no effect Bitte antworten an ulc-developer @lists.canoo. com Compare ClientContext#chooseFile with ClientContext#loadFile Etienne -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 6:25 AM To: [email protected] Subject: [ULC-developer] File Chooser Dialog , open Button has no effect Hi Community! I have another question on the FileChooserDialog: My Source; FileChooserConfig fcConfig = new FileChooserConfig(); fcConfig.setDialogTitle("Select Directory"); fcConfig.setDialogType(FileChooserConfig.OPEN_DIALOG); ClientContext.chooseFile(new IFileChooseHandler() { public void onFailure(int reason, String description) { System.out.println(description); } public void onSuccess(String filePath) { getDacDecTfiPath().setValue(filePath); } }, fcConfig, bpaSettings); My Problem is the following: The dialog came up and then when i select a file and push the Open Button nothing happen! But if I double Click the File the Path of the file is copied, as wished! Is this a bug? Thanks to all! Florian Marquardt _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
