Im not sure what happened, but my project browser is gone. I have uninstalled all versions of livecode and re-installed a few, but still, when I choose Project Browser from the menu, nothing happens. Not really sure whats going on here, anybody have any ideas? Running win 7 64 bit, tested on 6.5.2 up to 6.6.2 (rc3)
Thanks,
Sefro
Project Browser MIA
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Livecode Opensource Backer
- Posts: 447
- Joined: Mon Jan 23, 2012 12:46 pm
Re: Project Browser MIA
Hi Sefro,
It sounds like the project browser could be off screen? Did you at any point use two monitors?
If it is off screen, then the following script should bring it back to the centre of your main monitor-
Kind Regards,
Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——
It sounds like the project browser could be off screen? Did you at any point use two monitors?
If it is off screen, then the following script should bring it back to the centre of your main monitor-
Code: Select all
set the loc of stack "revProjectBrowser" to the screenLoc
Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——
-
- Livecode Opensource Backer
- Posts: 447
- Joined: Mon Jan 23, 2012 12:46 pm
Re: Project Browser MIA
That was it! Thanks Neil!