:( . I should be more specific... I have a live search text box for entering the path of server .I want to give them the list of all folders and subfolders as a tip when they type something. For eg: if i enter c:/test , I need to list all the subdirectories in the combo box like c:/test/subfolder1, c:/test/ subfolder1/subfolder2,c:/test/nextfolder ...etc etc I have a funtion for returning String[] for list of all subfolders ..like String[] getAllsubfolders(String path). But I have no idea how to link this String[] in search text box . I went through the example. But its calling js files. I need to call through RPC. Pls help.. sample code will help me more.
On Aug 28, 11:24 am, sujee <[EMAIL PROTECTED]> wrote: > How can i impliment a live search of all folders ,like if I type C:/ > it will show all the directorys path below that. > > pls help > regards > Suje --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
