Hi All, We have an application running on Tungsten c, which exchanges data from our app to a remote web server.
Here is how the data exchange happens: myApp.prc <--> exchange manager <--> web browser (2.0) <--> remote server (Java app running on Tomcat) It's a two way data exchange. During the data transfer, the progress dialog box keeps popping up showing "transferring...". During one session, there are about 10 round trips of data exchange between the server and the palm client. We need to get rid of this progress dialog. ExgSocketType has a noStauts field which can disable the progress dialog. We successfully get rid of the dialog box when data is send from myApp.prc to the browser by setting the noStatus field to true. But can't disable the progress dialog when myApp.prc receives data from the browser. It seems that by default the progress dialog is displayed. When the browser starts sending data to myApp.prc, the progress dialog has already being displayed. Are there other ways that we can disable the progress dialog? Is there a way to set notStatus to true globally for the exchange lib rather than setting it inside an application? Any help/suggestion will be greatly appreciated. Chang -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
