Hey there,
I want to have an Palette-window equal to the Transform-Palette in Illustrator, where I can get the values of an objects attributes.
So … for example when I click (or select) an item on the artboard, I want to get width and height (or any other attr.), but WITHOUT clicking on a extra button like "show" in the palette-window itself. So it should listen to objects the user selects … like "items.onClick()"
1. Is that possible?
2. How can I do this?
btw is it possible to have a listener like "artboard.onChange()", so that the script executes when changes to the artboard are happening?
THX in advance!