Comprehensive tutorials for Property Inspector

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
erikhans08
Posts: 87
Joined: Wed Mar 25, 2015 2:01 am

Comprehensive tutorials for Property Inspector

Post by erikhans08 » Wed Apr 29, 2015 5:53 pm

For "shared hilite" I tried the LiveCode Users Manual and Dictionary with result = 0. Searching the forum, there was one thread with a full explanation by der Klaus. As it turns out my one card stacks don't use "shared hilite".

A full explanation of the Property Inspector covering all of the menu items would be great. Googling "livecode tutorials buttons Property inspector" produced some good overall introductions to the Property Inspector, but no full explanation that I could find. Buttons are my immediate concern, but fields and graphics would also be good.

Is there a way of searching that I am missing?

Klaus
Posts: 14267
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Comprehensive tutorials for Property Inspector

Post by Klaus » Wed Apr 29, 2015 6:40 pm

Hi Erik,

actually it is ONE word -> "sharedhilite" and this idefintively in the dictionary, I just had a look :D
I don't think there is any tutorial about the property inspector.

Sounds like you have the description of the property as labels in the inspector!?
That will read "shared hilite".

To show the (more helpful) property names a labels, go to the LC preferences -> General
and check -> Property labels are -> "Name of Livecode property"


Best

Der Klaus 8)

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

Re: Comprehensive tutorials for Property Inspector

Post by dunbarx » Wed Apr 29, 2015 6:55 pm

Hi.

What Klaus said.

It would be well worth your while to make a button, a field, an option menu, etc, and spend a little time changing the properties of each, watching what effects it has on the control as you do so. You might use many, but perhaps not all of the various tabs for each control.

Then the only thing to remember is that all these properties (and many more) are accessible via script. Once you have done that, you will be much more comfortable.

Craig Newman

erikhans08
Posts: 87
Joined: Wed Mar 25, 2015 2:01 am

Re: Comprehensive tutorials for Property Inspector

Post by erikhans08 » Thu Apr 30, 2015 10:27 pm

Name of LiveCode property is so much better for exploring the features using the Dictionary.

Thanks,

Erik

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

Re: Comprehensive tutorials for Property Inspector

Post by SparkOut » Thu Apr 30, 2015 10:38 pm

Without messing about with preference settings, there is also a tooltip which shows the LC property name when you hover the mouse over the description

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10066
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Comprehensive tutorials for Property Inspector

Post by FourthWorld » Thu Apr 30, 2015 10:56 pm

erikhans08 wrote:Name of LiveCode property is so much better for exploring the features using the Dictionary.
For many years I recommend to newcomers that the first thing they do when running LiveCode is turn off the Preferences option for Inspector labels, showing actual LiveCode tokens instead.

This is so very useful for reinforcing learning that frankly if it were up to me I'd make it the default.

I recognize that at first it can be a bit off-putting to see such jargony labels, but it doesn't take long to appreciate the reinforcing value they deliver.

But it's a tough call. After all, if a person is turned off to a UI in the first few minutes because of what seems like strange jargon, there may not be another few hours when that jargon becomes valuable. It's the classic difference between demoability and usability that all software contends with, since what's best for one is often not best for the other, and if it doesn't demo well the user will never spend enough time with it for usability to matter.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

erikhans08
Posts: 87
Joined: Wed Mar 25, 2015 2:01 am

Re: Comprehensive tutorials for Property Inspector

Post by erikhans08 » Tue May 05, 2015 4:27 pm

Using the "strange jargon" with the tooltip provides maximum usability for me. Thanks and a tipothehat.

Erik Hansen

Post Reply