Sort Cards
Posted: Sun Mar 24, 2013 10:40 pm
Is it possible to sort the cards of a stack without automatically navigating to the first card? For example, sort cards of this stack by fld "Field" will navigate to card 1.
Questions and answers about the LiveCode platform.
https://forums.livecode.com/
Code: Select all
on mouseUp
lock screen
push card
-- do your sort
pop card
end mouseUp