Photoshop flash panel: Get selected tool?
I'm trying to make a custom toolbar (in Flex) which shows some of the tools
as buttons (amongst other things). I'd like to query the chosen tool somehow
so I can change the related button's style to reflect that.
First I thought that it will work like getting the background color of the application,
but after reading through the JS reference guide, I saw no relevant properties or
methods.
I also looked at how Configurator does it, but the .gpc and .jsx files weren't very
helpful. As a related note: Configurator's tool buttons look and behave exactly
like the PS "originals". Is it possible to reproduce that in Flex?