How to restore Dictionary window

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

How to restore Dictionary window

Post by ale870 » Mon Mar 23, 2009 9:34 am

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!

SparkOut
Posts: 2947
Joined: Sun Sep 23, 2007 4:58 pm

Post by SparkOut » Mon Mar 23, 2009 11:55 am

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

ale870
Posts: 250
Joined: Tue Apr 22, 2008 9:17 am
Contact:

Post by ale870 » Mon Mar 23, 2009 1:52 pm

It worked successfully!

Thank you!

Post Reply