On 10/5/00 3:35 pm, Sivakatirswami <[EMAIL PROTECTED]> wrote:
> I cloned the download stack, making it a substack of another main stack,
> calling it "HA Download Stack"
>
> in the main stack I have the button
>
> on mouseUp
> downloadNgo "http://www.himalayanacademy.com/studyhall/syllabus.mc"
> end mouseUp
>
>
> But i get an error message saying "can't find handler, bad token
> "downloadNgo"
>
> I presume this is because the button is on the main stack and is thus
> "above" the substack. . .i.e. the custom command plus href are going "up"
> the message hierarchy but the substack is "below" it.
>
> how do i get the command to go to the substack script?
The simplest way to do this is to start using that stack:
start using "download stack"
> i tried this:
>
> on mouseUp
> send downloadNgo
> "http://www.himalayanacademy.com/studyhall/syllabus.mc"\ to stack "HA
> Download Stack"
>
> end mouseUp
If you want to do it using send, you need to reformat it slightly:
send "downloadNgo" && quote &
"http://www.himalayanacademy.com/studyhall/syllabus.mc" & quote to stack
"download stack"
Regards,
Kevin
> But that also doesn't work.
>
>
> Hinduism Today
>
> Sivakatirswami
> Editor's Assistant/Production Manager
> www.HinduismToday.com
> [EMAIL PROTECTED]
Kevin Miller <[EMAIL PROTECTED]> <http://www.xworlds.com/>
Cross Worlds Computing, MetaCard Distributors, Custom Development.
Tel: +44 (0)131 672 2909. Fax: +44 (0)1639 830 707.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.