On Sat, Feb 10, 2001 at 03:45:19PM -0600, Chad Harrison wrote:
> 
> I am trying to beam multiple databses from within my new app.

ZBoxZ does this (palmboxer.sourceforge.net) does the same thing...

> I can get everything to work fine with just one DB, using a similar method
> to that described at http://oasis.palm.com/dev/kb/samples/1411.cfm and in
> the PalmOS Programming bible.
> 
> The trick is, getting multiple DB's to beam. What seems to happen, is that
> after the first DB gets beames, the receiving palm asks "Do you want to
> accept XXX". If you do not answer that fast enough, the sending palm says
> that the other palm is not ready. If you do answer fast enough, the
> sending palm sends the next database. 

... and has the same problem.

> I would like to send all of the DB's in one pass. Is there some way to do

> this? to package all of the db's together? Like an ExgSocketType that
> contains multiple DB id's or something?

You need to NOT ask, but return a code to say to accept the database.
Basically you get two events, the first is an OK, Cancel, or pop up a
dialog to ask.  If it is OK, then it does the actual receive.

> any pointers would be appriciated...

Basically I had to pause long enough between sends, and the user has
to shut off ask on beam receives.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to