From: Ralph T. <ra...@gm...> - 2005-12-06 05:22:45
|
Hi adobe-source list, I was looking at the new command system and was wondering how to command system will work with the current "action_fallback" in window_server_t. Currently I use the action fallback like this: button( name: "Rotate Right", action: @rotate, value: ["file://image.jpg", 90] ); button( name: "Rotate Left", action: @rotate, value: ["file://image.jpg", 270] ); I specify the target of the action by the value. This is very limited, because I can't do things like (say) disable the buttons if "file://image.jpg" is read-only. Is this the kind of problem that the new command_system could help solve? Thanks, Ralph |