A couple of months ago, Hans posted the attached example in response to a desperate request for a working \presentationstep. I remember having tried it, and it worked at that time. With my current context (2003.1.10), this is no longer the case. The whole text area is covered by the presentationshield, and clicking the Whatever-Button has no effect. I guess there have been changes to the \presentationstep mechanism. Since I would (maybe) like to use this for a publication soon, I'm wondering how to get it working with a recent context. Eckhart
On Thursday 23 January 2003 17:49, I wrote:
A couple of months ago, Hans posted the attached example in response to a desperate request for a working \presentationstep. I remember having tried it, and it worked at that time. With my current context (2003.1.10), this is no longer the case. The whole text area is covered by the presentationshield, and clicking the Whatever-Button has no effect. I guess there have been changes to the \presentationstep mechanism. Since I would (maybe) like to use this for a publication soon, I'm wondering how to get it working with a recent context.
The reason was somewhat different. Context was not the only parameter that changed since last year.. I came around it when experimenting with field stacks: The presentationstep mechanism doesn't work with Acrobat Reader for Linux (neither do field stacks). Can this be fixed? Or maybe there is generally a lack in JavaScript capabilities in AR for Linux? Does anybody know more about it? Eckhart
At 01:51 PM 1/24/2003 +0100, you wrote:
The reason was somewhat different. Context was not the only parameter that changed since last year.. I came around it when experimenting with field stacks:
The presentationstep mechanism doesn't work with Acrobat Reader for Linux (neither do field stacks). Can this be fixed? Or maybe there is generally a lack in JavaScript capabilities in AR for Linux? Does anybody know more about it?
what version of acrobat do you run? I try to keep up with the changes in initialization order in acrobat (field init versus javascript init versus first page init: the incredible mess). Can you send me the smallest failing example (so that i can see it fail in my vmware linux box). Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
On Friday 24 January 2003 14:04, Hans Hagen wrote:
what version of acrobat do you run? I try to keep up with the changes in initialization order in acrobat (field init versus javascript init versus first page init: the incredible mess).
Acrobat Reader x86 linux 5.05 Apr 25 2002. Just checked the Adobe website, will try 5.06 later.
Can you send me the smallest failing example (so that i can see it fail in my vmware linux box).
\setupinteraction[state=start] \definesymbol[test1][A] \definesymbol[test2][a] \definefieldstack[teststack][test1,test2][frame=on] \starttext \placefigure[here][]{\goto{Test it!}[JS(Walk_Field{teststack})]} {\fieldstack[teststack]} \stoptext As I wrote before, your example for presentationstep also fails. Eckhart
Eckhart Guthöhrlein
The presentationstep mechanism doesn't work with Acrobat Reader for Linux (neither do field stacks).
This is not true. I have a pdf file here that uses fieldstack and displays correctly with acroread 4 and 5 on my linux box. But acroread 5 has a weired bug: running acroread filename.pdf does not enable the javascript stuff but running acroread and then opening the file from the menu turns on the field stack
Can this be fixed? Or maybe there is generally a lack in JavaScript capabilities in AR for Linux? Does anybody know more about it?
If you want, I can send you the file (.tex and/or .pdf). Use: \setupinteraction[state=start,openaction=] in the .tex file. Patrick
On Friday 24 January 2003 14:19, Patrick Gundlach wrote:
Eckhart Guthöhrlein
writes: The presentationstep mechanism doesn't work with Acrobat Reader for Linux (neither do field stacks).
This is not true. I have a pdf file here that uses fieldstack and displays correctly with acroread 4 and 5 on my linux box. But acroread 5 has a weired bug:
running acroread filename.pdf does not enable the javascript stuff but running acroread and then opening the file from the menu turns on the field stack
Thanks, Patrick! This works for me too. This is really a weird bug. Eckhart
At 02:19 PM 1/24/2003 +0100, you wrote:
running acroread filename.pdf does not enable the javascript stuff but running acroread and then opening the file from the menu turns on the field stack
whow, that's real wierd, i wonder how such an error can show up, must be intentionally programmed, unless of course no code is shared, which would explain the big binaries -) Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
On Friday 24 January 2003 14:37, Hans Hagen wrote:
At 02:19 PM 1/24/2003 +0100, you wrote:
running acroread filename.pdf does not enable the javascript stuff but running acroread and then opening the file from the menu turns on the field stack
whow, that's real wierd, i wonder how such an error can show up, must be intentionally programmed, unless of course no code is shared, which would explain the big binaries -)
And I'm glad that and wonder how Patrick spotted it. It already took me quite some time... and self-control not to smash my keyboard. Eckhart
On Fri, 24 Jan 2003 14:37:12 +0100
Hans Hagen
whow, that's real wierd, i wonder how such an error can show up, must be intentionally programmed, unless of course no code is shared, which would explain the big binaries -)
I don't know much about interactivity, but I've noticed that problem with acroread before: specifying docs on the command line can give different behavior than opening them from the menu. On Linux, at least. -Bill -- Sattre Press The King in Yellow http://sattre-press.com/ by Robert W. Chambers info@sattre-press.com http://kiy.sattre-press.com/
I don't know much about interactivity, but I've noticed that problem with acroread before: specifying docs on the command line can give different behavior than opening them from the menu. On Linux, at least.
I remember to have heard such by "PDF guru" Stephan Jaeggi about some Windows version. Grüßlis vom Hraban! -- www.fiee.net/texnique/ www.ramm.ch/context/
On jeudi, jan 23, 2003, at 17:49 Europe/Paris, Eckhart Guthöhrlein wrote:
A couple of months ago, Hans posted the attached example in response to a desperate request for a working \presentationstep. I remember having tried it, and it worked at that time. With my current context (2003.1.10), this is no longer the case. The whole text area is covered by the presentationshield, and clicking the Whatever-Button has no effect. I guess there have been changes to the \presentationstep mechanism. Since I would (maybe) like to use this for a publication soon, I'm wondering how to get it working with a recent context.
Eckhart
Hi all, I am the one who desperately was seeking \presentationstep... I jsut tried again the file sent by Hans a few weeks ago, but on my system (Mac OS X 10.2), clicking on the "WahteverButton" (the upward green triangle) does the presentationstep (although the shield is applied to ALL pages even if one asks for the \presentationstep in some places only). But the \presentationstep command doesn't work properly with other styles. On the other hand the "green style" has a strange behavior: there is a black rectangle in the middle of the pages... The resulted presentationstep.pdf file can be found on http://homepage.mac.com/otared/FileSharing3.html/presentationstep.pdf After trying to change the file s-pre-02.tex I succeeded to remove the black rectangle but its frame remains there. The lines I played with in s-pre-02.tex (and indeed changed its name...) are the following: \startuniqueMPgraphic{PageBackground} fill unitsquare % xyscaled(OverlayWidth,OverlayHeight) % Commented out by OK withcolor OverlayColor ; draw unitsquare % xyscaled(OverlayWidth,OverlayHeight) % Commented out by OK % enlarged (-2*OverlayLineWidth) % Commented out by OK % withpen pencircle scaled OverlayLineWidth % Commented out by OK withcolor OverlayLineColor ; \stopuniqueMPgraphic Best regards: OK
On Friday 24 January 2003 15:08, Otared Kavian wrote:
But the \presentationstep command doesn't work properly with other styles.
If the presentation style doesn't say \usemodule[pre-general], you have add this. After that, \presentationstep will be defined. Then you have to make sure that a Whatever button is defined and printed. That should (in principle) be everything you need. I have produced my present style starting from s-pre-01, copied some whatever code from s-pre-02.
On the other hand the "green style" has a strange behavior: there is a black rectangle in the middle of the pages... The resulted presentationstep.pdf file can be found on
I can't reproduce that. The green style is the one in Hans' example. Doesn't that work for you? No rectangle here.
http://homepage.mac.com/otared/FileSharing3.html/presentationstep.pdf
The link doesn't work, but I got the file from the parent dir. Looks horrible, indeed )-:
After trying to change the file s-pre-02.tex I succeeded to remove the black rectangle but its frame remains there.
Well, there shouldn't be a rectangle using the original? So if you use the same context version (current beta), remove all modified and temporary files and start from the clean example that Hans posted, this should work as it does here. Eckhart
participants (6)
-
Bill McClain
-
Eckhart Guthöhrlein
-
Hans Hagen
-
Hraban
-
Otared Kavian
-
Patrick Gundlach