On Tue, Jul 5, 2011 at 2:11 PM, Cecil Westerhof
I am trying the following: \button[backgroundcolor=darkgray,framecolor=black,framecorner=round]{Go Back}[PreviousJump]
The parameter framecolor works (I tried it with green). Framecorner works also, but backgroundcolor not. How can I change the background and text color of the button?
As wolfgang said this works with mkii and mkiv \setupcolors[state=start] \setupinteraction[state=start] \starttext \button[background=color,backgroundcolor=darkgray,framecolor=black,framecorner=round]{Go Back}[PreviousJump] \stoptext Search for \setupinteraction for the color of the link
Also would it not be better when clicking on this button, the highlighting also works with rounded corners? with mkiv it is --- but not the background.
-- luigi