A problem with clearing fields on marked cards

charles61 cszasz at mac.com
Wed Jun 9 15:05:16 EDT 2010


Dunbarx

Thanks for the explanation! I will try it!

Charles Szasz
cszasz at mac.com




On Jun 9, 2010, at 2:44 PM, dunbarx [via Runtime Revolution] wrote:

> Charles. 
> 
> Custom properties are very simple and very powerful. They work just like 
> any other property. 
> 
> You just make them up. Write: 
> 
> set the isLabel of field "yourField" to "true"     --isLabel is the new 
> custom property 
> 
> Then ask: 
> 
> answer the isLabel of fld "yourField" 
> 
> You will get "true". 
> 
> You will set the isLabel of all your other fields to "false". You can do 
> this in a script. 
> 
> This property is separate from the ordinary properties of your fields. For 
> example, you might want a locked field in your application for some reason, 
> and that would then interfere with your ability to distinguish it from a 
> label field. 
> _______________________________________________ 
> use-revolution mailing list 
> [hidden email] 
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences: 
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 
> 
> View message @ http://runtime-revolution.278305.n4.nabble.com/A-problem-with-clearing-fields-on-marked-cards-tp2245427p2249318.html 
> To unsubscribe from A problem with clearing fields on marked cards, click here.
> 


-- 
View this message in context: http://runtime-revolution.278305.n4.nabble.com/A-problem-with-clearing-fields-on-marked-cards-tp2245427p2249346.html
Sent from the Revolution - User mailing list archive at Nabble.com.



More information about the use-livecode mailing list