Double screen problem

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
Rob van der Sloot
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 79
Joined: Sat Apr 17, 2010 9:21 am

Double screen problem

Post by Rob van der Sloot » Thu Apr 03, 2014 10:05 am

I have an second screen connected to my PC. If I have the application browser or the project browser opened on screen nr. 2, then when I open LC a next time without screen nr. 2 the application browser or project browser don't show up if you want them. They seem to remain on screen nr. 2. How can I solve this problem if screen nr. 2 is not connected?

Thanks

Rob van der Sloot

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

Re: Double screen problem

Post by dunbarx » Thu Apr 03, 2014 2:06 pm

Hi.

I think this can be solved if you write a handler setting the locs of these stacks. They are all stacks, you know. But watch out. The names have been changed to protect the disingenuous:

set the loc of stack "revapplicationOverview" to yourFavoriteLoc
set the loc of stack "revProjectBrowser" to yourFavoriteOtherLoc

Craig Newman

Post Reply