Finding ParentScripts
Posted: Sat Apr 18, 2009 8:30 pm
Trying to figure out the right way to set up parentScripts (behaviors). I believe the code must be set up in buttons but then "attaching" that script to other buttons presents a problem.
Using the Inspector, I can see a Behavior property for fields and for buttons like checkbox, push, radio, etc. But buttons like option, combo, popup don't show a Behavior property -- even though they seem to allow behaviors if set through script.
So is the problem that (1) the Behavior property is just missing from the inspector for those types of buttons, or (2) that by design I must use script to set those behaviors or (3) I'm not supposed to be using behaviors with option buttons.
And a related question -- at a later time, is there some way to determine which fields/buttons are attached to which behavior buttons?
Thanks.
... Ron
Using the Inspector, I can see a Behavior property for fields and for buttons like checkbox, push, radio, etc. But buttons like option, combo, popup don't show a Behavior property -- even though they seem to allow behaviors if set through script.
So is the problem that (1) the Behavior property is just missing from the inspector for those types of buttons, or (2) that by design I must use script to set those behaviors or (3) I'm not supposed to be using behaviors with option buttons.
And a related question -- at a later time, is there some way to determine which fields/buttons are attached to which behavior buttons?
Thanks.
... Ron