ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Subforms
@ 2006-10-27 15:10 luigi scarso
  2006-10-28 10:51 ` Subforms Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: luigi scarso @ 2006-10-27 15:10 UTC (permalink / raw)


I'm still playing with Designer, and actually I can't figure how to make
chained lists of objects.
Here 1 0 obj is Catalog with
/Fields [8 0 R];
following all references R , we  will end with 22 0 obj (a leaf)
which is a /Type /Annot.
My problem now is how to make all 'internal nodes'  like 8 0 obj ,
25 0 obj  and so on.
I suspect double-pass strategy.....

luigi
-------------------------------------------------------------
1 0 obj
<</Names 2 0 R
/MarkInfo <</Marked true
>>
/Pages 3 0 R
/StructTreeRoot null
/Metadata 4 0 R
/AcroForm <</DA (/Helv 0 Tf 0 g )
/DR <</Font <</Helv 5 0 R
/ArialMT 6 0 R
/CourierStd 7 0 R
>>
>>
/Fields [8 0 R]
/XFA [(preamble) 9 0 R (config) 10 0 R (template) 11 0 R (datasets) 12
0 R (localeSet) 13 0 R (postamble) 14 0 R]
>>
/Type /Catalog
>>
endobj


8 0 obj
<</Kids [25 0 R]
/T <feff006d006f00640075006c006f0031005b0030005d>
>>
endobj
25 0 obj
<</Parent 8 0 R
/Kids [23 0 R 26 0 R]
/T <feff0053006f00740074006f006d006f00640075006c0069005b0030005d>
>>
endobj
23 0 obj
<</Parent 25 0 R
/Kids [22 0 R]
/T <feff0053006f00740074006f004d006f00640075006c006f0031005b0030005d>
>>
endobj

22 0 obj
<</Q 0
/MK <<>>
/P 15 0 R
/FT /Tx
/TU (Campo di testo)
/StructParent 0
/Parent 23 0 R
/F 4
/TM (modulo1[0].Sottomoduli[0].SottoModulo1[0].Campoditesto1[0])
/DA (/ArialMT 10.00 Tf 0 g)
/Subtype /Widget
/DV (TESTO)
/Type /Annot
/T <feff00430061006d0070006f006400690074006500730074006f0031005b0030005d>
/Rect [145.205 765.213 235.913 785.055]
>>
endobj

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Subforms
  2006-10-27 15:10 Subforms luigi scarso
@ 2006-10-28 10:51 ` Hans Hagen
  2006-10-30  9:37   ` Subforms luigi scarso
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2006-10-28 10:51 UTC (permalink / raw)


luigi scarso wrote:
> I'm still playing with Designer, and actually I can't figure how to make
> chained lists of objects.
> Here 1 0 obj is Catalog with
> /Fields [8 0 R];
> following all references R , we  will end with 22 0 obj (a leaf)
> which is a /Type /Annot.
> My problem now is how to make all 'internal nodes'  like 8 0 obj ,
> 25 0 obj  and so on.
> I suspect double-pass strategy.....
>
>   
in context, when you use fields (which can have close and copies) object cross referencing will happen automatically 

if you edit a pdf file by hand, you also need to make sure that the cross ref obj table is ok (at the end of the file) 

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Subforms
  2006-10-28 10:51 ` Subforms Hans Hagen
@ 2006-10-30  9:37   ` luigi scarso
  2006-10-30 10:27     ` Subforms Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: luigi scarso @ 2006-10-30  9:37 UTC (permalink / raw)


> in context, when you use fields (which can have close and copies) object cross referencing will happen automatically
>
hmm, can you give me an examples of nested fields
(I'm reading core-fld.tex and spec-fdf.tex) ?

luigi

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Subforms
  2006-10-30  9:37   ` Subforms luigi scarso
@ 2006-10-30 10:27     ` Hans Hagen
  2006-10-30 14:50       ` Subforms luigi scarso
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2006-10-30 10:27 UTC (permalink / raw)


luigi scarso wrote:
>> in context, when you use fields (which can have close and copies) object cross referencing will happen automatically
>>
>>     
> hmm, can you give me an examples of nested fields
> (I'm reading core-fld.tex and spec-fdf.tex) ?
>
>   
widgets document on website 

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Subforms
  2006-10-30 10:27     ` Subforms Hans Hagen
@ 2006-10-30 14:50       ` luigi scarso
  2006-10-30 16:33         ` Subforms Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: luigi scarso @ 2006-10-30 14:50 UTC (permalink / raw)


> widgets document on website
hmm, I found
mwidget-p.pdf
mwidget-s.pdf.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Subforms
  2006-10-30 14:50       ` Subforms luigi scarso
@ 2006-10-30 16:33         ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2006-10-30 16:33 UTC (permalink / raw)


luigi scarso wrote:
>> widgets document on website
>>     
> hmm, I found
> mwidget-p.pdf
> mwidget-s.pdf.
>   
indeed

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-10-30 16:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-27 15:10 Subforms luigi scarso
2006-10-28 10:51 ` Subforms Hans Hagen
2006-10-30  9:37   ` Subforms luigi scarso
2006-10-30 10:27     ` Subforms Hans Hagen
2006-10-30 14:50       ` Subforms luigi scarso
2006-10-30 16:33         ` Subforms Hans Hagen

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