L Lasse Member Licensed User Sep 19, 2007 #1 Hi I would like my program to automatically try to connect to my PDA with intervals. I have made a button that uses rapi.connect, but I need the program to sense when a PDA is "put in the cradle"/ "is connected to active sync" When I try this the rest of my form freezes and waits for the rapi to connect....
Hi I would like my program to automatically try to connect to my PDA with intervals. I have made a button that uses rapi.connect, but I need the program to sense when a PDA is "put in the cradle"/ "is connected to active sync" When I try this the rest of my form freezes and waits for the rapi to connect....
Erel B4X founder Staff member Licensed User Longtime User Sep 19, 2007 #2 Can you post your code? Rapi.Connect is an asynchronous method, which means that it should not block your program.
Can you post your code? Rapi.Connect is an asynchronous method, which means that it should not block your program.