* standard focus with interaction is not working
@ 2009-08-24 15:15 Khaled Hosny
2009-08-24 20:29 ` Hans Hagen
0 siblings, 1 reply; 3+ messages in thread
From: Khaled Hosny @ 2009-08-24 15:15 UTC (permalink / raw)
To: mailing list for ConTeXt users
[-- Attachment #1.1: Type: text/plain, Size: 575 bytes --]
\setupinteraction[focus=standard] has no effect, I get the usual "fit
page" mode instead. Works fine with MkII.
Example:
\setupinteraction[state=start,focus=standard]
\starttext
\goto{Knuth}[knuth]
\page
\input knuth \textreference[knuth]{}
\stoptext
A side note, I'm just wondering why "standard" isn't the default mode,
"fit page" is very annoying and distracts me while reading and I wonder
why anyone would need that in regular documents?
Regards,
Khaled
--
Khaled Hosny
Arabic localiser and member of Arabeyes.org team
Free font developer
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 487 bytes --]
___________________________________________________________________________________
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 : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: standard focus with interaction is not working
2009-08-24 15:15 standard focus with interaction is not working Khaled Hosny
@ 2009-08-24 20:29 ` Hans Hagen
2009-08-24 23:14 ` Khaled Hosny
0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2009-08-24 20:29 UTC (permalink / raw)
To: mailing list for ConTeXt users
Khaled Hosny wrote:
> \setupinteraction[focus=standard] has no effect, I get the usual "fit
> page" mode instead. Works fine with MkII.
>
> Example:
> \setupinteraction[state=start,focus=standard]
> \starttext
> \goto{Knuth}[knuth]
> \page
> \input knuth \textreference[knuth]{}
> \stoptext
in mkiv hypherlinks (annotations in general) are implemented rather
different thamn in mkii
in mkii the mechanism evolved from dvi based hyperlinks (dviwindo) and
had a couple of features not supported by pdftex by default
in mkiv all is handled by lua code (no pdf annotation primitives are
used); thsi means that we can do some more tricks than before; i
implemented support for views for lists but not for all other components
yet; after all, some of the view (focus) features make no sense for
references like the one in your example (future mkiv releases will
provide control over references areas)
i added support for that key but keep in mind that this is rather viewer
dependent (an di have no time now to figure out viewer details)
> A side note, I'm just wondering why "standard" isn't the default mode,
> "fit page" is very annoying and distracts me while reading and I wonder
> why anyone would need that in regular documents?
because it always was that defaukt and because it's the way i like it (i
always have/had high res screens, 1600x1200 or 1920x1200, which is nice
for viewing whole pages
Hans
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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 : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: standard focus with interaction is not working
2009-08-24 20:29 ` Hans Hagen
@ 2009-08-24 23:14 ` Khaled Hosny
0 siblings, 0 replies; 3+ messages in thread
From: Khaled Hosny @ 2009-08-24 23:14 UTC (permalink / raw)
To: mailing list for ConTeXt users
[-- Attachment #1.1: Type: text/plain, Size: 1819 bytes --]
On Mon, Aug 24, 2009 at 10:29:57PM +0200, Hans Hagen wrote:
> Khaled Hosny wrote:
>> \setupinteraction[focus=standard] has no effect, I get the usual "fit
>> page" mode instead. Works fine with MkII.
>>
>> Example:
>> \setupinteraction[state=start,focus=standard]
>> \starttext
>> \goto{Knuth}[knuth]
>> \page
>> \input knuth \textreference[knuth]{}
>> \stoptext
>
> in mkiv hypherlinks (annotations in general) are implemented rather
> different thamn in mkii
>
> in mkii the mechanism evolved from dvi based hyperlinks (dviwindo) and
> had a couple of features not supported by pdftex by default
>
> in mkiv all is handled by lua code (no pdf annotation primitives are
> used); thsi means that we can do some more tricks than before; i
> implemented support for views for lists but not for all other components
> yet; after all, some of the view (focus) features make no sense for
> references like the one in your example (future mkiv releases will
> provide control over references areas)
>
> i added support for that key but keep in mind that this is rather viewer
> dependent (an di have no time now to figure out viewer details)
Thanks.
>> A side note, I'm just wondering why "standard" isn't the default mode,
>> "fit page" is very annoying and distracts me while reading and I wonder
>> why anyone would need that in regular documents?
>
> because it always was that defaukt and because it's the way i like it (i
> always have/had high res screens, 1600x1200 or 1920x1200, which is nice
> for viewing whole pages
Not that common setup :) but as long as we have a way to use normal
focus for our poor setups it should be fine.
Regards,
Khaled
--
Khaled Hosny
Arabic localiser and member of Arabeyes.org team
Free font developer
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 487 bytes --]
___________________________________________________________________________________
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 : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-24 23:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-24 15:15 standard focus with interaction is not working Khaled Hosny
2009-08-24 20:29 ` Hans Hagen
2009-08-24 23:14 ` Khaled Hosny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).