LiveCode Dictionary Off Screen

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

runrevGAf68e
Posts: 22
Joined: Mon Dec 19, 2011 1:12 pm

LiveCode Dictionary Off Screen

Post by runrevGAf68e » Mon Feb 13, 2012 3:32 pm

I've found a weird issue with LiveCode. I normally use an external monitor in addition to my laptop's screen. When working in LiveCode, I keep the "Dictionary" on the other screen.

Today, I am not connected to my external monitor as I am remote. When I open the Dictionary, it is not on-screen. I can see the faint highlight of it at the edge of my screen. However, I can't drag it into view.

I'm on a Mac with OS X Lion. When I use Mission Control, I it does show the Dictionary Window. However, clicking on it brings me back to a nice gray screen in LiveCode. My current stack, inspector, etc are not visible, nor is the Dictionary.

How in the world can I get the dictionary back into the screen?

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

Re: LiveCode Dictionary Off Screen

Post by Mark » Mon Feb 13, 2012 3:49 pm

Hi,

This is a super annoying bug that should have been fixed by RunRev a decade ago. I don't have the faintest idea why they don't bother. Anyway, to solve this problem temporarily, you need to choose Dictionary from the Help menu first and then run the following syntax from the message box:

Code: Select all

set the loc of stack "revDictionary" to the screenloc
Kind regards,

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

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: LiveCode Dictionary Off Screen

Post by Klaus » Mon Feb 13, 2012 3:52 pm

Hi

type this into the message box and hit enter:
set the loc of stack "revDictionary" to the screenloc


Best

Klaus

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: LiveCode Dictionary Off Screen

Post by Klaus » Mon Feb 13, 2012 3:53 pm

Ah, Mark was faster :D

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

Re: LiveCode Dictionary Off Screen

Post by Mark » Mon Feb 13, 2012 4:02 pm

AND I had the time to complain ;-)
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

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: LiveCode Dictionary Off Screen

Post by Klaus » Mon Feb 13, 2012 4:24 pm

Mark wrote:AND I had the time to complain ;-)
But only because you are used to it! 8)

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

Re: LiveCode Dictionary Off Screen

Post by Mark » Mon Feb 13, 2012 4:27 pm

I won't deny that,Klaus. It would be nice if I had no reason to complain, though.

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

runrevGAf68e
Posts: 22
Joined: Mon Dec 19, 2011 1:12 pm

Re: LiveCode Dictionary Off Screen

Post by runrevGAf68e » Mon Feb 13, 2012 10:02 pm

Ah! Thanks so much for the answer. I was suspecting I could use the Message Box to set it's position. I just had no clue how to determine the name of the stack.
Mark wrote:Hi,

This is a super annoying bug that should have been fixed by RunRev a decade ago. I don't have the faintest idea why they don't bother. Anyway, to solve this problem temporarily, you need to choose Dictionary from the Help menu first and then run the following syntax from the message box:

Code: Select all

set the loc of stack "revDictionary" to the screenloc
Kind regards,

Mark

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9842
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: LiveCode Dictionary Off Screen

Post by FourthWorld » Mon Feb 13, 2012 11:11 pm

I recently ran into this myself. What's the RQCC #?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

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

Re: LiveCode Dictionary Off Screen

Post by Mark » Mon Feb 13, 2012 11:17 pm

I don't know the number by heart. Let me know when you find it.

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

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9842
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: LiveCode Dictionary Off Screen

Post by FourthWorld » Mon Feb 13, 2012 11:45 pm

I appreciate your helpful reply, but searching for "dictionary offscreen" yield zero hits and searching for "dictionary" had a few items but none seemed related to this issue.

Reports I've submitted myself or for which I've voted for require no searching at all, each just a click away. I was hoping that perhaps someone here who'd voted for that would be willing to put in the time for that one click to help others who would want to lend their votes to the report.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

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

Re: LiveCode Dictionary Off Screen

Post by Mark » Mon Feb 13, 2012 11:54 pm

Yeah, I agree, I too would expect someone to have entered it already. If you can't find it while searching for "dictionary" then just create a new bug report. Always glad to help :-)

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

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

Re: LiveCode Dictionary Off Screen

Post by mwieder » Mon Feb 13, 2012 11:58 pm

I've come across this but always managed to solve it with the message box. I don't think it's in the QCC, although 7745 and 8073 come close. I think there are more major dictionary bugs to fix, but I suppose someone who is annoyed enough to care about this problem might want to file a bug so it gets some attention. YMMV.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9842
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: LiveCode Dictionary Off Screen

Post by FourthWorld » Tue Feb 14, 2012 12:10 am

Has anyone here found a recipe to make this happen?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

Re: LiveCode Dictionary Off Screen

Post by mwieder » Tue Feb 14, 2012 12:30 am

The only one I know of for sure is when I'm using multiple monitors and have the dictionary on the external screen to my laptop, then try to open it with the external monitor not attached. The old position seems to be remembered even though the monitor is no longer present.

Post Reply

Return to “Off-Topic”