Hi

I have a problem with beaming which is as follows:

In my PilotMain, to receive beamed information I have the following code:

ReceiveBeam();

if ( flagIsSet ) {
        BeamBackToSender();
}

FrmGotoForm(BeamForm);


Now, that gives me a "out of memory" error. However, if I then include a 
button on the BeamForm that calls BeamBackToSender() and do NOT include 
BeamBackToSender in PilotMain, that works fine! I haven't done anything in 
between time, and it is exactly the same function. Why can't I do 
contiguous beams like this? What am I doing wrong? Why does the 
BeamBackToSender only work if the user explicitly clicks a button? I'd 
really like the BeamBack to happen automatically, it would be a much neater 
solution.

Many thanks
Fran


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