[XForms] question box appears huge

Kerich, Steve (AGTE) Steve.Kerich at smiths-aerospace.com
Thu Oct 12 16:56:45 EDT 2006


I am having a problem with a question box. I use them throughout my code
but this one keeps putting up a question box that is so big it goes off
the left side of the screen and buttons that are huge. The text in the
label and on the buttons is also corrupted. I found out by trail and
error that if I show an alert box before making the call to
show_question, the question box is the correct size. Has anyone seen
something like this happen before? The show_alert is doing something to
XForms that is making the show_question box work. I guess like flushing
a buffer, reseting a pointer, or something. Below is the snippet from
the program with the show_alert that makes this work. This only happens
with the show_question call in the program. Elsewhere it works fine. 
 
Any ideas would be greatly appreciated.
 
 fl_show_alert("Nothing to write",
            "Test.",
            "test.",
            1);
 
      fl_show_question("Write archive CD with current track layout?",
1);


******************************************
The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege.  If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager.  Please do not copy it for any purpose, or disclose its contents to any other person.  The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company.  The recipient should check this e-mail and any attachments for the presence of viruses.  The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
******************************************




More information about the Xforms mailing list