Re: [NTG-context] Issue with interactive checkboxes[solved]

2022-05-25 Thread Pablo Rodriguez via ntg-context
On 5/24/22 19:58, Henning Hraban Ramm via ntg-context wrote: > Am 24.05.22 um 18:43 schrieb Pablo Rodriguez via ntg-context: >> But what I experienced in Acrobat Reader DC (on a borrowed computer) is >> that you get the standard image (only when field is enabled) when you >> click elsewhere in the

Re: [NTG-context] Issue with interactive checkboxes[solved]

2022-05-24 Thread Jan-Erik Hägglöf via ntg-context
I’ve tested on my Mac OS Monterey 12.3.1 and the same phenomena as firefox it also is on google chrome. > 24 maj 2022 kl. 10:18 skrev Jan-Erik Hägglöf : > > HI Again! > > I discovered what went wrong, such a silly syntax error, here comes a working > code: > >

Re: [NTG-context] Issue with interactive checkboxes[solved]

2022-05-24 Thread Henning Hraban Ramm via ntg-context
Am 24.05.22 um 18:43 schrieb Pablo Rodriguez via ntg-context: But what I experienced in Acrobat Reader DC (on a borrowed computer) is that you get the standard image (only when field is enabled) when you click elsewhere in the document. I guess that this may be related to a missing

Re: [NTG-context] Issue with interactive checkboxes[solved]

2022-05-24 Thread Pablo Rodriguez via ntg-context
On 5/24/22 10:18, Jan-Erik Hägglöf via ntg-context wrote: > HI Again! > > I discovered what went wrong, such a silly syntax error, here comes a > working code: Hi Jan-Erik, this will also make it: \setupinteraction[state=start] \definesymbol [yes] [{\externalfigure[on.svg][conversion=mp]}]

Re: [NTG-context] Issue with interactive checkboxes[solved]

2022-05-24 Thread Jan-Erik Hägglöf via ntg-context
HI Again! I discovered what went wrong, such a silly syntax error, here comes a working code: \setupinteraction[state=start] \definesymbol[yes][{\externalfigure[check-mark-svgrepo-com.svg][conversion=mp]}] \definesymbol[no][] \newcount\chk \def\checkmark{% \global\advance\chk by 1