OK I am slowly getting into geo management.
puzzle: I have a set of controls on card 1 call it group A
on cards 2 to the end, there is another set of controls as a group B.
If I set up a resizestack handler in the main stack script which "talks" to
the positions of all the objects in group A when the user resizes the stack
when he is on card one. That works fine, but I can't apply changes to the
positions of the controls of group B because they aren't on the card, I get
an error message they controls don't exist. (obviously)... so to get around
this I do this:
on resize stack
if the number of this card is 1 then
--resize controls statements for controls on cd 1 here
else
-- resize controls statements for objects in group B
-- on all the other cards
end if
now this works fine if you are on card one but when you move to card to.
there is no resizestack message sent and the controls are in wrong positions
until the user resizes the stack, then the controls will move.
so question is. . .in the messaging path, how far up and down can I trap the
resizeStack handler. I know the card gets it, the stack gets it, but what I
need is for a group or a background to get it, even though it is not place
on the card that I am currently on when I resize the stack... so that when I
leave that card to go to a card with the other group on it, the will all be
in their proper places. This should be a no brainer, but well, I can't
figure it out, never having done it before.
TIA
Hinduism Today
Sivakatirswami
Editor's Assistant/Production Manager
[EMAIL PROTECTED]
www.HinduismToday.com, www.HimalayanAcademy.com,
www.Gurudeva.org, www.hindu.org
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.