Opening a stack in the same window

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
gwbasic
Posts: 34
Joined: Tue Mar 16, 2010 6:39 am

Opening a stack in the same window

Post by gwbasic » Mon Aug 16, 2010 4:13 am

go to stack URL "http://localhost/test.rev"

The code above will open the stack in a new window. How do I run the stack without opening a new window?

Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Re: Opening a stack in the same window

Post by Janschenkel » Mon Aug 16, 2010 5:33 am

Try the following extension of your 'go' command:

Code: Select all

go to stack URL "http://localhost/test.rev" in the window of this stack
HTH,

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com

Post Reply