Most Fireworks extensions act on the currently selected elements. Users will expect the same elements to be selected after the command is done, but the selection typically changes during the execution of the command.
Solution
To maintain the selection, all you have to do is copy the current selection into an array and then restore it at the end of the command.
Fireworks CS3 currently includes a set of "Flex Component" Rich Symbols that are great for wireframing Flex Apps, but do not include all of the Flex Components.
Solution
Draw or take a screen shot of the component, convert to a symbol, and add Rich Properties through Javascript.
Fireworks CS3 currently includes a set of "Flex Component" Rich Symbols that are great for wireframing Flex Apps, but do not include all of the Flex Components.
Solution
Draw or take a screen shot of the component, convert to a symbol, and add Rich Properties through Javascript.
Most Fireworks extensions act on the currently selected elements. Users will expect the same elements to be selected after the command is done, but the selection typically changes during the execution of the command.
Solution
To maintain the selection, all you have to do is copy the current selection into an array and then restore it at the end of the command.