Card showing in project browser but not in stack

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
TomKeane123
Posts: 7
Joined: Sat Jul 06, 2019 10:04 am

Card showing in project browser but not in stack

Post by TomKeane123 » Fri Jul 26, 2019 12:54 am

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?

bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: Card showing in project browser but not in stack

Post by bogs » Fri Jul 26, 2019 7:29 am

Which Operating system and version of Lc are you using?
Image

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Card showing in project browser but not in stack

Post by Klaus » Fri Jul 26, 2019 1:51 pm

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

Post Reply