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!
I have a seemingly simple problem that I just can't seem to solve. I want to display a custom property that I have already defined in a field. I have tried the following as well as several iterations, but I just can't seem to get it to work.
You are probably familiar with and have already used native properties, no? Like "the textFont", "the backgroundColor" or "the loc"? Same thing with custom.
Look at your original construction: put cProperty into field "property"
Do you see this is identical to putting the contents of a variable (cproperty) into that field? There has to be a way for LC to tell the difference. The dictionary gives the syntax.
In that vein, you likely never actually set the property in the first place, since you have to do so explicitly with the word "set". Play around with these, though, as custom properties have enormous power, are fun, and can be used almost everywhere.