Hi.  I'm drawing cards on screen but the "preparing
..." and the "accepting..." dialog window which pops
up while beaming erases the cards previously drawn in
the lower part of the screen.

Of course I could redraw all the cards everytime
(which I'll implement) but it'd be nice to remove the
status reports in a card game.

I already set  exgSocket.noStatus = 1;  which made no
difference, and I vaguely understand how to handle
exgAskOk.

I tried the following but I gather that I haven't
quite handled the call:

 ...
 case sysAppLaunchCmdExgAskUser:
      paramP = (ExgAskParamPtr)cmdPBP;
      paramP->result = exgAskOk;
      break;
 case sysAppLaunchCmdExgReceiveData:
      if (launchFlags & sysAppLaunchFlagSubCall) 
           IsAppActive = true;
      else 
           IsAppActive = false;
      ReceiveBeamedCard((ExgSocketPtr)cmdPBP,
                                IsAppActive);
 ...

since the card program will be running when the
beaming takes place I wonder whether I can use
sysAppLaunchCmdExgAskUser at all, and that's the only
call I've read which has the exgAskOk option.

Any suggestions?

Thanks.  Gil.

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

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

Reply via email to