Is it possible to update the component during authoring?
Hi,
I created a component that represents a button. It has one string parameter, which corresponds to the button label.
I need to use about 6 or 7 buttons of those in a single screen, and it isn't very nice to have all those buttons with the same label (the text that I used for the text field when I created the component), so I wonder if it is possible to force the component to update its label during authoring and not just at runtime.
I do have the "Enable Live Preview" option activated (on the Control menu), but that doesn't seem to make any difference. Should the class (in the .AS file) have some specific code for this to happen?
and I noticed that on the first tutorial (from ultrashock.com) they use the component on the preview project, instead of breaking it appart. Is there any inconvenience by doing that?