ok, this works for the ringMenu.
What about the action panel?
in the form file, this does not compile:
action defaults
action act1 ( text = "Act1", accelerator = Fx, style = "my buttonstyle" )
end
action defaults ( style = "my buttonstyle" )
action act1 ( text = "Act1", accelerator = Fx )
end
in the styles file these attributes are missing:
actionPanelButtonFontFamily = ....
actionPanelButtonFontSize = ...
Any idea, how to apply a style to the actionPanelButtons?
Thanks,
Umo