[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Dialogs in XPL
- Subject: Dialogs in XPL
- From: TBaehr@xxxxxxxx
- Date: Tue, 16 May 1995 21:22:37 -0400
Nathan writes... "when someone replies to my inquiry about how
to incorporate dialog box choices in macros..."
Answer: Dialog boxes must exist in a loadable DLG file. This can
be the actual DLG file, if you're brave enough to mess with it,
or in a customization file with the internal header U1 thru U4.
Rules for writing dia logs in a U1 file are the same as for a DLG
file, except that any jump (JM function call) must include the
number of the file:
JM (1.RoutineName) for a U1 file for instance.
You can mix routines between U1 file and DLG; that way, you can
use the global subroutines in the DLG file for opening windows,
etc.