[NTG-context] SubmitForm interaction

2010-11-29 Thread Daniel Grycman
Hi lists,

I'm working with some pdf interactions and using the line
\button{Absenden}[SubmitForm{mailto::daniel.gryc...@rub.de,Kommentar}];
to create the submit button. But there is no new mail created, after
initiating the submit process. Missed I something?

Daniel


___
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
___


Re: [NTG-context] SubmitForm interaction

2010-11-29 Thread Hans Hagen

On 29-11-2010 3:37, Daniel Grycman wrote:

Hi lists,

I'm working with some pdf interactions and using the line
\button{Absenden}[SubmitForm{mailto::daniel.gryc...@rub.de,Kommentar}];
to create the submit button. But there is no new mail created, after
initiating the submit process. Missed I something?


a more complete example is needed


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] SubmitForm interaction

2010-11-29 Thread Daniel Grycman
Hi Hans,
Hi list,

the whole source attached.

Daniel

On 11/29/10 7:19 PM, Hans Hagen pra...@wxs.nl wrote:

On 29-11-2010 3:37, Daniel Grycman wrote:
 Hi lists,

 I'm working with some pdf interactions and using the line
 \button{Absenden}[SubmitForm{mailto::daniel.gryc...@rub.de,Kommentar}];
 to create the submit button. But there is no new mail created, after
 initiating the submit process. Missed I something?

a more complete example is needed


-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-



kvv.tex
Description: Binary data
___
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
___


Re: [NTG-context] SubmitForm interaction

2010-11-29 Thread Wolfgang Schuster

Am 29.11.2010 um 19:26 schrieb Daniel Grycman:

 Hi Hans,
 Hi list,
 
 the whole source attached.

Short examples like this are preferred:

\setupinteraction[state=start]
\starttext
\button{Absenden}[SubmitForm{mailto::daniel.gryc...@rub.de,Kommentar}]
\stoptext

Wolfgang

___
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
___


Re: [NTG-context] SubmitForm interaction

2010-11-29 Thread Daniel Grycman
Here comes the short one :-).

\setupcolors[state=start]
\setupinteraction[state=start, author=Daniel Grycman, date=\currentdate]
\setupfields[methods=xml]

\setupfield[TextSetup] [width=10cm, height=2.75cm, rulethickness=1pt,
regionin=JS(Initialize_TeX_Key), afterkey=JS(Convert_TeX_key),
validate=JS(Convert_TeX_String)]
\definefield [Kommentar] [text] [TextSetup] [Ihr
Veranstaltungskommentar...]
\starttext
\bTABLE
\bTR \bTD Kommentar: \eTD \bTD  \field [Kommentar] [Ihr Kommentar...] \eTD
\eTR
\eTABLE
\button{Absenden}[SubmitForm{mailto::daniel.gryc...@rub.de,Kommentar}]
\stoptext


___
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
___


Re: [NTG-context] SubmitForm interaction

2010-11-29 Thread Procházka Lukáš Ing . - Pontex s . r . o .

In my case, when I press Absenden, the Kommentar field gets cleared (or: the default 
value Ihr Veranstaltungskommentar... appears), but no mail is sent nor any mail client starts; I 
supposed some mailing should occur.

- WinXP, AR 8.

Lukas


On Mon, 29 Nov 2010 19:48:01 +0100, Daniel Grycman daniel.gryc...@rub.de 
wrote:


Here comes the short one :-).

\setupcolors[state=start]
\setupinteraction[state=start, author=Daniel Grycman, date=\currentdate]
\setupfields[methods=xml]

\setupfield[TextSetup] [width=10cm, height=2.75cm, rulethickness=1pt,
regionin=JS(Initialize_TeX_Key), afterkey=JS(Convert_TeX_key),
validate=JS(Convert_TeX_String)]
\definefield [Kommentar] [text] [TextSetup] [Ihr
Veranstaltungskommentar...]
\starttext
\bTABLE
\bTR \bTD Kommentar: \eTD \bTD  \field [Kommentar] [Ihr Kommentar...] \eTD
\eTR
\eTABLE
\button{Absenden}[SubmitForm{mailto::daniel.gryc...@rub.de,Kommentar}]
\stoptext


___
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
___