Changing text in label field

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
Alistair
Posts: 33
Joined: Mon Jun 23, 2008 6:45 am

Changing text in label field

Post by Alistair » Mon Jun 23, 2008 9:42 am

This seems to be such a basic problem that feel sure that I must be missing something obvious. How does one change the text displayed in a label field in edit mode?

I can alter the font, the weight, and the size. However, nothing I have tried will let me change the text itself. I have checked every reference to "label" in the User Guide, scanned the Forums and spent more than a couple of hours googling, but still haven't been able to find the solution. What am I missing?

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

Post by Mark » Mon Jun 23, 2008 10:27 am

Hi Alistair,

Open the property inspector for that label field. Go to the contens pane, change the contents.

Frankly, I never use abel fields. I create a normal field for each label I need and enter the contents I need. When ready, I select all meant-to-be label fields and use the property inspector to change the opaque, traversalOn, lockText etc etc etc for all fields at the same time.

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

Post Reply