Page 1 of 1

Card showing in project browser but not in stack

Posted: Fri Jul 26, 2019 12:54 am
by TomKeane123
I'm currently working my way through the 8 APP building course.

I have created a stack with 3 cards but the first card will not display when I use Ctrl key and 1 or if I use go first from the view menu.

I can see the card in the project browser but can't open it from there either.

Is it possible to create a new card and move it to the first position in the stack?

Re: Card showing in project browser but not in stack

Posted: Fri Jul 26, 2019 7:29 am
by bogs
Which Operating system and version of Lc are you using?

Re: Card showing in project browser but not in stack

Posted: Fri Jul 26, 2019 1:51 pm
by Klaus
Hi Tom,
TomKeane123 wrote:
Fri Jul 26, 2019 12:54 am
I have created a stack with 3 cards but the first card will not display when I use Ctrl key and 1 or if I use go first from the view menu.
I can see the card in the project browser but can't open it from there either.
are you sure you do not have any handlers in the script of your first card that do not what you want to?
TomKeane123 wrote:
Fri Jul 26, 2019 12:54 am
Is it possible to create a new card and move it to the first position in the stack?
Sure, you can alsways set the NUMBER of any card to any value you need to

Code: Select all

...
## Make LAST card number one:
set the number of last card to 1
...
Best

Klaus