I think im going to make a small modal box about 100x50 and put the text in it. Only problem is a simple FrmInitForm() and FrmDrawForm() place the top left of the box in the top left corner of the screen. How can I force this small modal form to the placed in the center???
-- Scott Erickson Software Engineer, FB-4, Inc. [EMAIL PROTECTED] "Scott Erickson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Im looking to just pop up a box over the form that says please wait, or > connection to server, or something like that. Its for a task that will > take 3-6 seconds if there is a good connection to the internet. Or the > netsocket functions will timeout after 20 secs. I simply want to put a > please wait box over the current form. I dont need to update this text in > anyway, and I dont need user input (but adding a cancel button there might > be a good idea, but its not needed since the network lib fucntions have a > pretty low timeout value). I think I have tried to work with progress > call backs before, but had no success. Is this the only way to display > such a box? or is there a system call that can simply put one on the > screen in the same was as FrmCustomAlert, but without stoping the > application to wait for user input? > > -- > > > Scott Erickson > Software Engineer, FB-4, Inc. > [EMAIL PROTECTED] > > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
