Try something like this..

ControlPtr ShowControl(int objectID);
{
   ControlPtr pControl;
        
   pControl = GetObjectPtr(objectId); 
   FrmEraseForm(FrmGetActiveForm());
   CtlShowControl(pControl);
   return pControl;
}

Jimmy |->
-----Original Message-----
From: Rob Peter [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 19, 1999 12:10 PM
To: [EMAIL PROTECTED]
Subject: Form Bitmaps


Does anyone know what the process for Showing Form Bitmaps that have been
set
as unusable in a form. The images must change during a communication
operation. I want the look and feel of the form to simulate the standard
sync
screen so I don't have to teach the users about my connection dialog. The
user
will understand clearly what is about to happen because they have
experienced
the same type of display during a normal Hotsync. I hope that this doesn't
cause a problem for Palm.

Any comments are welcome. A reminder from Palm as to the implications of a
"Standardized" communication form likened to the Sync operation. Is this a
Bad
Idea ?

I really like some the Ideas Greg@Bachmann Software and Services, LLC has
implemented. Very Nice!


Regards,
Rob

TABO Software Inc.
[EMAIL PROTECTED]

Reply via email to