how to navigate

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
mario baccheschi
Posts: 13
Joined: Mon Oct 26, 2009 7:30 pm

how to navigate

Post by mario baccheschi » Wed Apr 28, 2010 5:53 pm

goodevening to everubody

I hope for some help
I learned to navigate between stack and substacks ..... i can do it with the “topleve stack” command...
but.. on the web?
How can i do it?
my best thanks
mario

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: how to navigate

Post by Mark » Wed Apr 28, 2010 6:25 pm

Hi Mario,

It is a little tricky to switch stacks in a revlet. There is only one window available, but there are mutliple stacks. Try this:

Code: Select all

go stack "Other Stack" in window of this stack
Probably, this means that all your stacks need to have equal dimensions.

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

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4171
Joined: Sun Jan 07, 2007 9:12 pm

Re: how to navigate

Post by bn » Wed Apr 28, 2010 6:33 pm

Mario,
if you want the stack and the substack side by side and switch between them or one on top of the other (not in the same window) have a look at this
http://forums.runrev.com/phpBB2/viewtop ... sub#p19581
regards
Bernd

Curry
Posts: 111
Joined: Mon Oct 15, 2007 11:34 pm
Contact:

Re: how to navigate

Post by Curry » Wed Apr 28, 2010 6:52 pm

For web, I would design for one stack unless I had a really important reason to use more.
Best wishes,

Curry Kenworthy

LiveCode Development, Training & Consulting
http://livecodeconsulting.com/

WordLib: Conquer MS Word & OpenOffice
SpreadLib: "Excel-lent" spreadsheet import/export
http://livecodeaddons.com/

mario baccheschi
Posts: 13
Joined: Mon Oct 26, 2009 7:30 pm

Re: how to navigate

Post by mario baccheschi » Wed Apr 28, 2010 7:00 pm

Many thanks to ALL YOU
I'll study your ideas
my best to YOU
mario

Post Reply