02-03-2006 04:52 AM
02-03-2006 04:59 AM
02-03-2006 04:59 AM
Hiii,
If you are using two different cases true and false then use the property node in the both according to the text require, as you are mentioning the button, you are using the different cases for sure, so do it that way, it will work for sure.
Thanks,
Nishant
02-03-2006 05:08 AM
hi nishant
i tried the same, but the problem it is changing OFF text only, it is not changing ON text.
02-03-2006 05:12 AM
02-03-2006 05:33 AM
02-03-2006 05:39 AM
It's explained in the help for it (just right click the property node and select Help for Strings[4]).
It's an array of strings - one for each state of the button (it has 4 states, yes, although you can't always see them), so you put the right strings in the array.
02-03-2006 06:28 AM