This content has been marked as final.
Show 3 replies
-
1. Re: XMLSocket on Windows Mobile - no data send and onConnect not entered
mucatron Oct 27, 2009 8:35 AM (in response to ChrFin00)If you use the Launch FSCommand then your file editor application will come to the foreground correct?
Try calling the FSCommand from inside the onConnect handler.
Mark
-
2. Re: XMLSocket on Windows Mobile - no data send and onConnect not entered
ChrFin00 Oct 27, 2009 8:39 AM (in response to mucatron)Hi,
my file editor is a console application, so it has no window which can come to the foreground and I already have a Launch command inside the onConnect Handler which get never called (=no etry in the log file)...
regards
-
3. Re: XMLSocket on Windows Mobile - no data send and onConnect not entered
Sugar.Chen Oct 29, 2009 8:31 PM (in response to ChrFin00)maybe you can move send(...) to onConnect event function, it makes sure connctor is OK.

