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
Double screen problem
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Livecode Opensource Backer
- Posts: 79
- Joined: Sat Apr 17, 2010 9:21 am
Re: Double screen problem
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
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