[MWForum]Zehava4

Jeff Knope mwforum@lists.mathcats.com
Thu, 8 Jul 2004 07:10:54 -0700


Hi Zehava,

I assume there is some good reason the buttons are not already where you
want them to be at startup. Though I'm having a little trouble imagining
what that reason could be.

You may address different pages in your startup procedure like this:

to startup
set "button1 "pos [300 -120]
page2
set "button1 "pos [-250 0]
page1
end

Startup always begins at page1 (if there is a page1, or unless told
otherwise). But may include instructions to go to other pages, do stuff,
then return to page1.


----- Original Message ----- 
From: "Zehava Wizman" <zehava_w@hotmail.com>
To: <mwforum@lists.mathcats.com>
Sent: Thursday, July 08, 2004 4:40 AM
Subject: RE: [MWForum]Zehava4


> Hello Jeff
> the 2 solutions are exactly what I need, thanks a lot.
> Maybe you can help me in another problem I have some pages in my program,
> each of them has some buttons, in each page I have "button1, "button2 (I
> have no control on button's name), then if I want in startup procedure to
> pos button1, button2 from page 2 for example' how can I specify those
> buttons?
>                               thanks,Zehava
>
>
>
> >From: "Jeff Knope" <jknope@asis.com>
> >Reply-To: mwforum@lists.mathcats.com
> >To: <mwforum@lists.mathcats.com>
> >Subject: [MWForum]Zehava4
> >Date: Mon, 5 Jul 2004 11:57:48 -0700
> >
> >Hi Zehava,
> >
> >One bug led to another to another...So here's a new version, bulletproof
as
> >far as I can tell.
> >
> >--Jeff
> ><< Zehava4.mw2 >>
>
> _________________________________________________________________
> Add photos to your e-mail with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
> _______________________________________________
> MWForum mailing list
> MWForum@lists.mathcats.com
> http://lists.mathcats.com/mailman/listinfo/mwforum
> Attachments archived at:
> http://www.mathcats.com/mwforum/attachments.html
> To unsubscribe or for administrative questions contact
> mailto:mwforum-admin@lists.mathcats.com
>
>