I wrote earlier : > > I'm currently implementing record beaming into my application. So far, > > just declaring an ExgSocketType, setting it to all 0's and only > > initializing its name and description fields (as done in my O'Reilly > > Palm OS Programming book) results into ExgPut hanging with a Beam dialog > > saying "Preparing: description" (and nothing on the receiving device). > > This Beam dialog has a Cancel button, but it doesn't do anything. I can > > hit the Home silkscreen button to leave my application, but I noticed I > > then have to do a soft reset to be able to perform a Hotsync again. > > Before doing this soft reset, using FileZ to beam anything else to the > > target device seems to "push" my previous beam put request and I then > > get the Beam Accept dialog on the target device. I tried filling more of > > the socket structure (target and appData), the result is the same. > > No solution for that yet :(
Solved: I was mishandling the return code from ExgPut and never disconnecting. -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
