[SOLVED] Tools pallet will not show

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
anmldr
Posts: 459
Joined: Tue Sep 11, 2012 11:13 pm

[SOLVED] Tools pallet will not show

Post by anmldr »

I select the Tools Pallet and Paint and Draw Tools but they will only flicker on and then back off in the blink of an eye. If you are not watching closely, you will miss it because it is so fast. When this is happens, I have already created a new stack and card.

Am I doing something wrong or is this a bug?

Linda
LC Version 5.5.2 Build 1492 iOS Subscription
Last edited by anmldr on Thu Oct 04, 2012 2:56 am, edited 1 time in total.
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Tools pallet will not show

Post by Klaus »

Hi Linda,

works fine here.

Do you doubleclick that little arrow in the palette?
If yes, don't! :D

Sorry, no other idea...


Best

Klaus
anmldr
Posts: 459
Joined: Tue Sep 11, 2012 11:13 pm

Re: Tools pallet will not show

Post by anmldr »

I don't know if I did or if I did not. All I know is that it will not open...or rather will not stay open for more than a fraction of a second.

Linda
sturgis
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1685
Joined: Sat Feb 28, 2009 11:49 pm

Re: Tools pallet will not show

Post by sturgis »

As mentioned by Klaus, don't click it twice (double click) Its a toggle button, click it once the panel expands, click it again it detracts. If you single click it and it doesn't work as expected then something else is going on, but the double click thing is the most likely issue.
jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7423
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Tools pallet will not show

Post by jacque »

I'm not sure what you're selecting. Do you mean you chose the two items from the Tools menu? And does the whole Tools palette disappear, or only the paint/draw tools portion?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
anmldr
Posts: 459
Joined: Tue Sep 11, 2012 11:13 pm

Re: Tools pallet will not show

Post by anmldr »

I go to the Tools menu and select Tools Palette, then there is a flicker on the left as if it opened and closes really fast. I can never get it to stay open.

Linda
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: Tools pallet will not show

Post by dunbarx »

Linda.

in the message box, type:

show stack "revTools"

What happens?

Craig Newman
anmldr
Posts: 459
Joined: Tue Sep 11, 2012 11:13 pm

Re: Tools pallet will not show

Post by anmldr »

It says "true". But it still is not visible.

Linda
mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3582
Joined: Mon Jan 22, 2007 7:36 am
Contact:

Re: Tools pallet will not show

Post by mwieder »

Linda-

try
set the loc of stack "revTools" to the screenloc
anmldr
Posts: 459
Joined: Tue Sep 11, 2012 11:13 pm

Re: Tools pallet will not show

Post by anmldr »

I closed all stacks (some were still in memory that I did not know were open), stopped a plug-in from running and closed LiveCode. I don't know what part of this worked but it did. I created a new stack and the tools pallet is now showing.

Linda
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: [SOLVED] Tools pallet will not show

Post by dunbarx »

Linda.

Whew.

OK, know that the tools palette is simply a stack, like all LC gadgets, and can be shown, hidden and have its loc set like any other.

If some other component hid it, you need to find the cause. Add those components one at a time until the problem pops up again. Then see if there is something that hides this stack.

Craig Newman
Post Reply