Look at the Immed help information. There's a function much like print where you specify an XML file, and the ID name of your dialog, and you can view your dialog without having to provide a callback. Of course, that means you can't do anything useful, but it's handy when designing dialogs.

Aaron

Kevin Huber wrote:
Hi:
I am trying to run the sample dialogs provided in the Window-eyes
Scripting manual, but I am encountering the following problem:
I have created a file called Messagebox.xml containing the following code:
<?xml version="1.0"?>
<wescriptui>
<dialog id="mymessagebox" sysmenu="yes" minimize="no">
My Message Box
<group childalign="center" justify="full">
<static textalign="center">Hello World!</static>
<spacer/>
<button width="+30">OK</button>
</group>
</dialog>
</wescriptui>
I am trying to bring up the dialog from an Immediate Mode window using
the following statement:
Dialog "messagebox.xml", "mymessagebox"
However, I am getting the following error:
Dialog "messagebox.xml", "mymessagebox"
What am I doing wrong and how do I correct the problem?
Kevin Huber


--
To insure that you receive proper support, please include all past
correspondence (where applicable), and any relevant information
pertinent to your situation when submitting a problem report to the GW
Micro Technical Support Team.

Aaron Smith
GW Micro
Phone: 260/489-3671
Fax: 260/489-2608
WWW: http://www.gwmicro.com
FTP: ftp://ftp.gwmicro.com
Technical Support & Web Development

Reply via email to