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?
Card showing in project browser but not in stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 7
- Joined: Sat Jul 06, 2019 10:04 am
Re: Card showing in project browser but not in stack
Which Operating system and version of Lc are you using?

Re: Card showing in project browser but not in stack
Hi Tom,
Best
Klaus
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 amI 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.
Sure, you can alsways set the NUMBER of any card to any value you need toTomKeane123 wrote: ↑Fri Jul 26, 2019 12:54 amIs it possible to create a new card and move it to the first position in the stack?
Code: Select all
...
## Make LAST card number one:
set the number of last card to 1
...
Klaus