Card Order
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Card Order
How can I change card order? Application browser shows a card number for each card in the order I created them. But I'd like to rearrange the cards in the stack. How do I go about doing that in Mac OS X?
ds_tx
Hi ds_tx,
There are several ways to do this.
set the number of this cd to 1
or
sort cards by fld "New Number" of each
or
and even
sort cards by (the number of this card <> 6) of each
to bring cd 6 to front.
Best,
Mark
There are several ways to do this.
set the number of this cd to 1
or
sort cards by fld "New Number" of each
or
Code: Select all
on foo
cut this cd
go cd 25
paste -- after cd 25
end foo
sort cards by (the number of this card <> 6) of each
to bring cd 6 to front.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Mark,
Nothing happens when I paste code you provided into script editor with the card number I want, nor when i type in script editor "set the number of this card to ..." that number. Is there something I'm leaving out of the code? I even closed ap and removed from memory, then restarted but that didn't help.
Nothing happens when I paste code you provided into script editor with the card number I want, nor when i type in script editor "set the number of this card to ..." that number. Is there something I'm leaving out of the code? I even closed ap and removed from memory, then restarted but that didn't help.
ds_tx
Hi ds_tx,
What do you expect to see happening? Have you checked the card number before and after executing the code (put number of this card)? Are you sure the code is even executing?
Best,
Mark
What do you expect to see happening? Have you checked the card number before and after executing the code (put number of this card)? Are you sure the code is even executing?
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode