Page 1 of 1

How to restore Dictionary window

Posted: Mon Mar 23, 2009 9:34 am
by ale870
Hello, I found a strange problem.
I have the window of the Dictionary that is visible when maximized, but if I make it "normal", then it disappear.
I tried to look for the name of Dictionary window, but I cannot find it (I wanted to modify its position).
How can I restore normal Dictionary position? What's the name of that stack?

Thank you for your help!

Posted: Mon Mar 23, 2009 11:55 am
by SparkOut
You should be able to use the message box to type

Code: Select all

set the iconic of stack "revDictionary" to false
and/or

Code: Select all

set the loc of stack "revDictionary" to the screenloc
to get the dictionary stack back into view. HTH

Posted: Mon Mar 23, 2009 1:52 pm
by ale870
It worked successfully!

Thank you!