Probably you will have to group the buttons in order to be able to use 
\setupinteraction[color=yourcolor]

You could think about using setups:

\startsetups XX
  \bgroup
      \setupinteraction[color=yourcolor]
     \button ...
 \egroup
\stopsetups

I used this recently. Okay I used a layer for the buttons, so it is convenient 
to use setups to organize things. In my case I placed the buttons in the footer 
area so I could use the \setupfootertexts[background=TheLayer] and the buttons 
placed with \setlayerframed....

I hope this might help

Willi
On 5 Jul 2011, at 15:23, Cecil Westerhof wrote:

> 2011/7/5 luigi scarso <luigi.sca...@gmail.com>
> Search for \setupinteraction for the color of the link
> 
> I know I want a lot ;-} but would it be possible to have another color for 
> the highlighting as 'normal' links? At the moment 'normal' links are blue and 
> I do not mind that in the buttons they are blue also, but when in the future 
> this changes, it would be nice to know how to change it.
> 
> 
> -- 
> Cecil Westerhof
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to