I have seen two apps that have been able to beam multiple DB's. On the
receiving palm, the user only had to accept once, and it was while in the
application launcher, not another copy of the app sending the DB's.

There was no pause between sending each one either. I just sent them all
over at once...


On Sun, 11 Feb 2001, Tom Zerucha wrote:

> 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/
> 


-- 
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