switch cards quickly without application browser?

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
jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

switch cards quickly without application browser?

Post by jalz » Thu May 10, 2012 8:17 pm

Hi Guys,

Just wondering. I'm working on my 13" Macbook, trying to develop an app. I wanted to know whether there was a quicker way to switch between cards than using the application browser as I don't have enough screen real estate to leave that window open all the time.

Many thanks
Jalz

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10320
Joined: Wed May 06, 2009 2:28 pm

Re: switch cards quickly without application browser?

Post by dunbarx » Thu May 10, 2012 8:25 pm

Do you know you can write at any time, from the message box, say, or from a script:

"go to next card" or "go to card 4" or "go to card myFavoriteCard" or "go last card"

And several others.

Or, in the "View" menu, there are some of the above. Useful if you are not traveling far.

How about "go to first marked card"?

Craig Newman

jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

Re: switch cards quickly without application browser?

Post by jalz » Thu May 10, 2012 8:42 pm

Thanks Craig,

Missed the 'View Menu'. That will help me out :D

Post Reply