On 26/10/00 6:41 pm, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I have a stack originally written in MC 2.2.5 that I am upgrading to 2.3.1.
> I deletered the old Ask and Answer stacks and moved in the new Ask and Answer
> stacks but now I have a problem. The stack creates a slide show on the
> computer so the backgroundColor is set to black. When the Answer stack
> appears, for example, when asking if they really want to quit the program,
> its backgroundColor is also black and the text is unreadable. I tried
> assigning a backgroundColor to both the Ask and Answer dialog stacks but they
> still come up black. Any ideas? Also, why do they now appear different than
> in 2.2.5?
You assumed correctly when you tried to apply colors to those stacks.
However, is it possible that copies of the ask and answer dialogs from the
MC tools stack were present, and when you changed the colors it was those
stacks that got changed? To avoid this problem, open MC, then run:
delete stack "ask dialog"; delete stack "answer dialog"
*before* opening up your stack file. Then open up the stack file that
contains your ask and answer dialogs and set the colors:
set the colors of stack "answer dialog" to the colors of stack "home"; save
stack "anwer dialog"
...ditto for the "ask dialog". Next, exit MetaCard and reopen before doing
anything else - do this step to restore the ask and answer dialogs you
deleted from the mctools stack, otherwise you may make some other change to
mctools in the same session and forget and save mctools - in which case you
would save it without the ask and answer dialogs you deleted.
Regards,
Kevin
Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/>
Runtime Revolution Limited (formerly Cross Worlds Computing).
Tel: +44 (0)131 672 2909. Fax: +44 (0)1639 830 707.
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.