Stuck between modes

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
yeldarb
Posts: 43
Joined: Thu Dec 14, 2017 5:39 pm

Stuck between modes

Post by yeldarb »

My IDE seems to be stuck between modes. I can go into the browse mode and things work as expected. However, when I try to go into edit mode, I can't directly select some controls, and they generally behave as if I were still in browse mode. However, I can select controls via the Project Browser and modify them that way.
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Stuck between modes

Post by FourthWorld »

Sounds like you may have accidentally clicked the cantSelect option for those controls in the Project Browser (the lock icon).

I've talked about that with the team, they think having that there is fine but I've not seen anyone who found it other than confusing.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Stuck between modes

Post by Klaus »

AHA! :D

Thanks for the info, Richard, I was desparately looking for this prop in the inspector palette!
bogs
Posts: 5480
Joined: Sat Feb 25, 2017 10:45 pm

Re: Stuck between modes

Post by bogs »

I rather love that little lock, but I have a weird background and use pattern, and it sure beats typing 'set the cantSelect to true' in the message box all the time :|
Image
yeldarb
Posts: 43
Joined: Thu Dec 14, 2017 5:39 pm

Re: Stuck between modes

Post by yeldarb »

No, it's not that.
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Stuck between modes

Post by Klaus »

Just to be sure: Is your stacks "cantmodify" UNchecked?
yeldarb
Posts: 43
Joined: Thu Dec 14, 2017 5:39 pm

Re: Stuck between modes

Post by yeldarb »

The "cantmodify" property is NOT checked.
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Stuck between modes

Post by FourthWorld »

If all conditions described are accurate, what you're experience is something I've never seen described before. If you can make a simple sample stack illustrating the problem we may be able to help diagnose what's going on.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
yeldarb
Posts: 43
Joined: Thu Dec 14, 2017 5:39 pm

Re: Stuck between modes

Post by yeldarb »

Richard, thanks for the offer. I don't think it's something simple I'm overlooking, though it wouldn't be the first time. I've stripped most everything out of the stack, but there's a group "options" remaining. A number of the items in this group don't seem to be behaving in the normal manner (I can't select them, whether I'm editing the group, or with the "Select Grouped" mode on or off.
Attachments
retroClock.livecode.zip
(2.98 KiB) Downloaded 601 times
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Stuck between modes

Post by FourthWorld »

All of the objects are within a group which has its selectGroupedControls property turned off. While off, its controls cannot be selected. Turning that back on allows them to be selected again.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
yeldarb
Posts: 43
Joined: Thu Dec 14, 2017 5:39 pm

Re: Stuck between modes

Post by yeldarb »

thanks...

:oops:

Still getting used to LC...
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Stuck between modes

Post by Klaus »

Don't worry, we have all been there! :-)
Post Reply