On May 26, 2007, at 8:22 AM, Shari wrote:

As for the Ask/Answer issue, they were embedded because I changed the look slightly to be more in line with my program.

I, too, changed the look of MC's ask and answer and embedded them in my standalones. I found a general solution to this problem that I've been happy with for a long time:

- Rename your custom ask/answer dialogs to something line "MyAsk" and "MyAnswer" and make them substacks of your "standalone" stack.
- In the "startup" handler of your standalone, put statements like:
if not(there is a stack "ask") then set the name of stack "myAsk" to "ask"

This means that while you're in the IDE, you'll see the Rev/MC ask and answer dialogs, but in your standalone your custom dialogs will appear. No conflicts. Ever!

t

--
Tereza Snyder
Califex Software, Inc.


_______________________________________________
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to