Community
Participate
Working Groups
Not able to resolve org.eclipse.swt.widgets.DirectoryDialog even after the addition of RAP 1.4 incubator and runtime.FileDialog is running fine but the DirectoryDialog is not getting resolved in the org.eclipse.swt.widgets.
Created attachment 210426 [details] DirectoryDialog not getting resolved
Could you explain what is the use case of the DirectoryDialog in a client-server (RAP) application? Which directory do you expect to select - local on the client or remote on the server?
(In reply to comment #2) > Could you explain what is the use case of the DirectoryDialog in a > client-server (RAP) application? Which directory do you expect to select - > local on the client or remote on the server? I am implementing the Export File functionality in my RAP application, for that I need to select the Directory that will store my exported file. In this case for the selection of the directory i need the DirectotyDialog. I need the DirectotyDialog to select the directory local on the server.