Resizing stacks and make changes on more than one card

Brian Milby brian at milby7.com
Sat Mar 9 08:00:56 EST 2019


preOpenCard is what I’ve used.  I know it includes “openCard”, but it is a different handler.

Thanks,
Brian
On Mar 9, 2019, 7:52 AM -0500, Tore Nilsen via use-livecode <use-livecode at lists.runrev.com>, wrote:
> I have a stack with 2 cards. On these cards, some elements change size or position when the stack is resized. As the resizeStack message is only sent to the current card, any changes only happen on this card. If the user then navigates to the other card, elements will be out of order on this card.
>
> I have tried sending resizeStack to the other card in a resizeStack handler on each card, but this only causes a recursion limit error, obviously. I have also tried to send resizeStack before actually navigating to the other card with no result.
>
> Do anyone have a solution for this, apart from arranging the elements in an openCard handler?
>
>
> Best regards
>
> Tore Nilsen
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list