The Mysterious Disappearing Tools Palette

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
phaworth
Posts: 592
Joined: Thu Jun 11, 2009 9:51 pm

The Mysterious Disappearing Tools Palette

Post by phaworth » Sat Aug 07, 2010 1:58 am

Revolution is so great yet so madly frustrating at times! If I am in debug mode and stop processing when an error is flagged by the debugger, my Tools Palette disappears. It's still checked in the Tools menu. Unchecking it and checking it again does nothing, neither does anythi ng else except quitting Revolution and restarting.

Is there some way to get the Tools palette back in these circumstances?

Curry
Posts: 111
Joined: Mon Oct 15, 2007 11:34 pm
Location: USA
Contact:

Re: The Mysterious Disappearing Tools Palette

Post by Curry » Sat Aug 07, 2010 2:42 am

This does happen sometimes! :-)

(I can also make Tools disappear by editing a script, making a change, pressing close box on script editor window, and not saving changes.)

I believe you can get Tools back by opening the script editor and then closing it again via the close box. Works for me!
Best wishes,

Curry Kenworthy

LiveCode Development, Training & Consulting
http://livecodeconsulting.com/

WordLib: Conquer MS Word & OpenOffice
SpreadLib: "Excel-lent" spreadsheet import/export
http://livecodeaddons.com/

Curry
Posts: 111
Joined: Mon Oct 15, 2007 11:34 pm
Location: USA
Contact:

Re: The Mysterious Disappearing Tools Palette

Post by Curry » Sat Aug 07, 2010 2:45 am

Or: show stack "revtools"
Best wishes,

Curry Kenworthy

LiveCode Development, Training & Consulting
http://livecodeconsulting.com/

WordLib: Conquer MS Word & OpenOffice
SpreadLib: "Excel-lent" spreadsheet import/export
http://livecodeaddons.com/

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

Re: The Mysterious Disappearing Tools Palette

Post by Mark » Sat Aug 07, 2010 9:39 am

Hi phaworth,

In the Script Editor section of the preferences window, you can turn off the option to hide palettes while editing scripts. Does that help?

Best,

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

RogerK
Posts: 4
Joined: Thu Jul 29, 2010 10:20 am

Re: The Mysterious Disappearing Tools Palette

Post by RogerK » Sat Aug 07, 2010 9:48 am

I use two screens and often lose not only the tools palette but also the Documentation panel when I revert to one screen use on my laptop. (Even though I drag them to the main screen before disconnecting the second screen. The quickest way I have found to resolve this is to search for the openStacks using the control panel and then relocate the topLeft of those that are 'missing' to say 100,100 via a command.

phaworth
Posts: 592
Joined: Thu Jun 11, 2009 9:51 pm

Re: The Mysterious Disappearing Tools Palette

Post by phaworth » Sat Aug 07, 2010 4:45 pm

Mark - I'll try the preference setting. That already helps since I often want to see the custom properties of a control while I'm writing a script.

Thanks to the others for workarounds.

Pete

exheusden
Posts: 170
Joined: Fri Oct 09, 2009 5:03 pm
Location: Belgium
Contact:

Re: The Mysterious Disappearing Tools Palette

Post by exheusden » Fri Nov 19, 2010 5:32 pm

I'm experiencing the same disappearing Tools palette problem, but in LiveCode 4.5.1.

Running
show stack "revtools"
in the message window returns "true" but does not show the Tools palette.

Editing a script, but not saving the changes doesn't help and neither does turning off the option to hide palettes in the Script Editor section of Preferences. Also not after quitting LiveCode and restarting.

Edit: running

show stack "revTools"

(note the upper-case T in revTools) solved the problem for me.

Well, it did temporarily. Now I'm back to no Tools palette and a "true" response to the show stack command.

Any other suggestions?

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: The Mysterious Disappearing Tools Palette

Post by shaosean » Fri Nov 19, 2010 7:38 pm

try

Code: Select all

revSEShowPalettes

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: The Mysterious Disappearing Tools Palette

Post by mwieder » Sat Nov 20, 2010 5:16 am

or

Code: Select all

set the loc of stack "revTools" to the screenloc

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”