On 3/1/05 12:29 AM, Rob Meijer wrote:
I made some changes: the mainstack now is "Frontpage", the substack="pages"
The script of the mainstack contains "fillfield" . The opencardhandler
is in the cardscript. Yet it does not work for me.
The only way to get fillfield executed is to put it in the navigationbutton of "pages"
like: on mouseUp; go card "index" of stack "frontpage";fillfield;end mouseup.
When you say "substack" do you mean a real substack, or just a second file on disk? A real substack is part of the same file and will share the script of the main stack. A separate stack on disk does not do that.
-- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
