On 3/5/12 9:29 PM, Peter M. Brigham, MD wrote:
I put together a little plugin that does just what Jacque suggests --
it uses the "properties" property to save and store properties of
buttons, fields, and scrollbars so you can then apply them to new
objects.
How useful. Thanks. You've done all
Mar 5, 2012, at 6:51 PM, J. Landman Gay wrote:
> On 3/5/12 4:46 PM, Sivakatirswami wrote:
>
>> I have studied out behaviors a bit, but can we use a behavior button as
>> a kind of template for all the static props of other objects?
>>
>> e.g. you have twenty buttons on a GUI and you want to cha
On 3/5/12 4:46 PM, Sivakatirswami wrote:
I have studied out behaviors a bit, but can we use a behavior button as
a kind of template for all the static props of other objects?
e.g. you have twenty buttons on a GUI and you want to change the look
and feel of them all at the same time.
I know you
Look in the dictionary at the templateButton. If you set the
properties of that, then any button you set will have those
properties. I think it is a local property, so will only apply within
the script where you set it.
Bernard
On Mon, Mar 5, 2012 at 10:46 PM, Sivakatirswami wrote:
> I have st
I have studied out behaviors a bit, but can we use a behavior button as
a kind of template for all the static props of other objects?
e.g. you have twenty buttons on a GUI and you want to change the look
and feel of them all at the same time.
I know you can set the script of buttons 1,2,3,4