Resizing stacks and make changes on more than one card

Paul Dupuis paul at researchware.com
Sat Mar 9 08:29:02 EST 2019


move the resizeStack handlers from each CARD to the STACK script and 
combine them so they update both cards to the new stack size


On 3/9/2019 7:51 AM, Tore Nilsen via use-livecode 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