ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* interactionbuttons question
@ 2008-12-13 14:30 Alan STONE
  2008-12-15  8:50 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Alan STONE @ 2008-12-13 14:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 315 bytes --]

Hi,

Is it possible to make a column (a vertical alignment) of buttons with the
interactionbuttons command ?

If so, how to proceed ?

button 1
button 2
...
button x

-- 
Best,
Alan

* TeX engine = LuaTeX
*ConTeXt minimals ver: 2008.11.10 21:40 MKIV  fmt: 2008.11.21  int:
english/english
* Ubuntu 8.04 Hardy Heron

[-- Attachment #1.2: Type: text/html, Size: 493 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] 4+ messages in thread

* Re: interactionbuttons question
  2008-12-13 14:30 interactionbuttons question Alan STONE
@ 2008-12-15  8:50 ` Taco Hoekwater
  2008-12-16 14:18   ` Alan STONE
  0 siblings, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2008-12-15  8:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Alan STONE wrote:
> Hi,
>  
> Is it possible to make a column (a vertical alignment) of buttons with
> the interactionbuttons command ?

A simple solution could be \rotate[90], but that may look silly
depending on your style. Otherwise I guess you will have to do
the buttons by Hand, one at a time.

Best wishes,
Taco
___________________________________________________________________________________
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] 4+ messages in thread

* Re: interactionbuttons question
  2008-12-15  8:50 ` Taco Hoekwater
@ 2008-12-16 14:18   ` Alan STONE
  2008-12-17 12:07     ` Alan STONE
  0 siblings, 1 reply; 4+ messages in thread
From: Alan STONE @ 2008-12-16 14:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1141 bytes --]

Thanks Taco. The rotate trick will do it for the moment.

On Mon, Dec 15, 2008 at 9:50 AM, Taco Hoekwater <taco@elvenkind.com> wrote:

>
>
> Alan STONE wrote:
> > Hi,
> >
> > Is it possible to make a column (a vertical alignment) of buttons with
> > the interactionbuttons command ?
>
> A simple solution could be \rotate[90], but that may look silly
> depending on your style. Otherwise I guess you will have to do
> the buttons by Hand, one at a time.
>
> Best wishes,
> Taco
>
> ___________________________________________________________________________________
> 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
>
> ___________________________________________________________________________________
>



-- 
Best,
Alan

* TeX engine = LuaTeX
*ConTeXt minimals ver: 2008.11.10 21:40 MKIV  fmt: 2008.11.21  int:
english/english
* Ubuntu 8.04 Hardy Heron

[-- Attachment #1.2: Type: text/html, Size: 1893 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] 4+ messages in thread

* Re: interactionbuttons question
  2008-12-16 14:18   ` Alan STONE
@ 2008-12-17 12:07     ` Alan STONE
  0 siblings, 0 replies; 4+ messages in thread
From: Alan STONE @ 2008-12-17 12:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 491 bytes --]

How do you get the buttons within the edge's left and right margins while
keeping the button width=\rightedgewidth ?

\setuplayout[
 rightmargin=0mm,
 rightedge=15mm]

\showframe

\def\myButtons{
    \vtop {
  \interactionbuttons[
   width=\rightedgewidth,
   height=20pt]
   [StartMovie]
  \blank
  \interactionbuttons[
   width=\rightedgewidth,
   height=20pt]
   [StartMovie]}}

\setupinteraction[state=start]

\setuptexttexts[edge]
 [][\myButtons]

\starttext
test
\stoptext

Best,
Alan

[-- Attachment #1.2: Type: text/html, Size: 909 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] 4+ messages in thread

end of thread, other threads:[~2008-12-17 12:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-13 14:30 interactionbuttons question Alan STONE
2008-12-15  8:50 ` Taco Hoekwater
2008-12-16 14:18   ` Alan STONE
2008-12-17 12:07     ` Alan STONE

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).