Re: How to browse a folder by using gwt

2008-11-02 Thread Lothar Kimmeringer
ship schrieb: I want to browse a folder. In gwt we have option for file browsing by using FileUpload class. But we don't have any option for folder browsing. What could i use for this? In my application when i click on a button which is on a panel then a window should open for folder

How to browse a folder by using gwt

2008-11-01 Thread ship
hi, I want to browse a folder. In gwt we have option for file browsing by using FileUpload class. But we don't have any option for folder browsing. What could i use for this? In my application when i click on a button which is on a panel then a window should open for folder browsing but i can't.

Re: How to Browse a Folder by using GWT

2008-09-25 Thread Lothar Kimmeringer
ship schrieb: hi, i've a problem that how to browse for folder in a dialog box in GWT. I want to select a folder not a file. In GWT FileUpload is for browsing a file but i could not find for folder. Pl tell me how can i solve this problem. I don't think, you can. What do you want with that?

How to Browse a Folder by using GWT

2008-09-25 Thread ship
hi, i've a problem that how to browse for folder in a dialog box in GWT. I want to select a folder not a file. In GWT FileUpload is for browsing a file but i could not find for folder. Pl tell me how can i solve this problem. --~--~-~--~~~---~--~~ You received

Re: How to Browse a Folder by using GWT

2008-09-25 Thread Lothar Kimmeringer
ship schrieb: Sir, You have to say yes, master ;-) in GWT, i have a FileUpload class for browsing a file but i don't have a functionallity for browsing a folder. That's because GWT is just HTML with Javascript. In HTML and Javascript there is nothing like that because of