ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* chart: comments doesn't show up
@ 2002-06-06 15:55 Uwe Koloska
  2002-06-06 19:25 ` Willi Egger
  2002-06-07  7:40 ` Hans Hagen
  0 siblings, 2 replies; 11+ messages in thread
From: Uwe Koloska @ 2002-06-06 15:55 UTC (permalink / raw)


Hello,

your fix for typesetting modules works like a charm -- thank you!

I noticed another problem, now in m-chart:
I was not able to show any comments -- her is a minimal example

--- snip ---
\usemodule [chart]

\starttext

\setupFLOWcharts
   [nx=4,ny=3,
    dx=2\bodyfontsize,
    dy=2\bodyfontsize,
    width=10\bodyfontsize,
    heigth=6\bodyfontsize]

\startFLOWchart [comment]

   \startFLOWcell
     \name       {first}
     \location   {1,1}
     \shape      {action}
     \text       {first cell}
     \connection [bt] {second}
     \comment    [r]  {where is it?}
   \stopFLOWcell

   \startFLOWcell
     \name       {second}
     \location   {1,2}
     \shape      {action}
     \text       {second cell}
   \stopFLOWcell

\stopFLOWchart

\FLOWchart [comment]

\stoptext
--- snip ---

Yours
Uwe Koloska

-- 
voiceINTERconnect www.voiceinterconnect.de
... smart speech applications from germany


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

* Re: chart: comments doesn't show up
  2002-06-06 15:55 chart: comments doesn't show up Uwe Koloska
@ 2002-06-06 19:25 ` Willi Egger
  2002-06-06 19:54   ` Uwe Koloska
  2002-06-06 22:00   ` Hartmut Henkel
  2002-06-07  7:40 ` Hans Hagen
  1 sibling, 2 replies; 11+ messages in thread
From: Willi Egger @ 2002-06-06 19:25 UTC (permalink / raw)
  Cc: ntg-context

Hi Uwe,

I am using Context version 2002.3.27. Here your code compiles without any
error.

Willi
----- Original Message -----
From: "Uwe Koloska" <koloska@voiceinterconnect.de>
To: <ntg-context@ntg.nl>
Sent: Thursday, June 06, 2002 5:55 PM
Subject: chart: comments doesn't show up

> Hello,
>
> your fix for typesetting modules works like a charm -- thank you!
>
> I noticed another problem, now in m-chart:
> I was not able to show any comments -- her is a minimal example
>
> --- snip ---
> \usemodule [chart]
>
> \starttext
>
> \setupFLOWcharts
>    [nx=4,ny=3,
>     dx=2\bodyfontsize,
>     dy=2\bodyfontsize,
>     width=10\bodyfontsize,
>     heigth=6\bodyfontsize]
>
> \startFLOWchart [comment]
>
>    \startFLOWcell
>      \name       {first}
>      \location   {1,1}
>      \shape      {action}
>      \text       {first cell}
>      \connection [bt] {second}
>      \comment    [r]  {where is it?}
>    \stopFLOWcell
>
>    \startFLOWcell
>      \name       {second}
>      \location   {1,2}
>      \shape      {action}
>      \text       {second cell}
>    \stopFLOWcell
>
> \stopFLOWchart
>
> \FLOWchart [comment]
>
> \stoptext
> --- snip ---
>
> Yours
> Uwe Koloska
>
> --
> voiceINTERconnect www.voiceinterconnect.de
> ... smart speech applications from germany
>
>


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

* Re: chart: comments doesn't show up
  2002-06-06 19:25 ` Willi Egger
@ 2002-06-06 19:54   ` Uwe Koloska
  2002-06-06 22:00   ` Hartmut Henkel
  1 sibling, 0 replies; 11+ messages in thread
From: Uwe Koloska @ 2002-06-06 19:54 UTC (permalink / raw)
  Cc: ntg-context

Hi Will,

Willi Egger wrote:
> Hi Uwe,
> 
> I am using Context version 2002.3.27. Here your code compiles without any
> error.

Here it compiles without errors, too.  But the comment isn't 
visible in the resulting pdf.

I'm using

This is pdfeTeX, Version 3.14159-pre-1.0-unofficial-20010704-2.1 
(Web2C 7.3.3.1) (format=cont-en 2002.6.3)  6 JUN 2002 17:42
entering extended mode
**&cont-en chart.tex
(./chart.tex{/global/TeX/texmf-var/pdftex/config/pdftex.cfg}

ConTeXt  ver: 2002.5.26  fmt: 2002.6.3  int: english  mes: english

Uwe

-- 
voiceINTERconnect www.voiceinterconnect.de
... smart speech applications from germany


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

* Re: chart: comments doesn't show up
  2002-06-06 19:25 ` Willi Egger
  2002-06-06 19:54   ` Uwe Koloska
@ 2002-06-06 22:00   ` Hartmut Henkel
  2002-06-06 22:06     ` Uwe Koloska
  1 sibling, 1 reply; 11+ messages in thread
From: Hartmut Henkel @ 2002-06-06 22:00 UTC (permalink / raw)
  Cc: Uwe Koloska, ntg-context

Isn't it height instead of heigth?

Hartmut

On Thu, 6 Jun 2002, Willi Egger wrote:

> Hi Uwe,
>
> I am using Context version 2002.3.27. Here your code compiles without any
> error.
>
> Willi
> ----- Original Message -----
> From: "Uwe Koloska" <koloska@voiceinterconnect.de>
> To: <ntg-context@ntg.nl>
> Sent: Thursday, June 06, 2002 5:55 PM
> Subject: chart: comments doesn't show up
>
>
> > Hello,
> > ...
> > \setupFLOWcharts
> >    [nx=4,ny=3,
> >     dx=2\bodyfontsize,
> >     dy=2\bodyfontsize,
> >     width=10\bodyfontsize,
> >     heigth=6\bodyfontsize]
> > ...
> > Yours
> > Uwe Koloska


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

* Re: chart: comments doesn't show up
  2002-06-06 22:00   ` Hartmut Henkel
@ 2002-06-06 22:06     ` Uwe Koloska
  0 siblings, 0 replies; 11+ messages in thread
From: Uwe Koloska @ 2002-06-06 22:06 UTC (permalink / raw)


Hartmut Henkel wrote:
> Isn't it height instead of heigth?

Yo man -- that's my favourite typo ;-)

But unfortunately the comment is still lost ...

Uwe

-- 
voiceINTERconnect www.voiceinterconnect.de
... smart speech applications from germany


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

* Re: chart: comments doesn't show up
  2002-06-06 15:55 chart: comments doesn't show up Uwe Koloska
  2002-06-06 19:25 ` Willi Egger
@ 2002-06-07  7:40 ` Hans Hagen
  2002-06-07 13:19   ` Uwe Koloska
  2002-06-07 14:48   ` Uwe Koloska
  1 sibling, 2 replies; 11+ messages in thread
From: Hans Hagen @ 2002-06-07  7:40 UTC (permalink / raw)
  Cc: ntg-context

At 05:55 PM 6/6/2002 +0200, Uwe Koloska wrote:
>Hello,
>
>your fix for typesetting modules works like a charm -- thank you!
>
>I noticed another problem, now in m-chart:
>I was not able to show any comments -- her is a minimal example

hm, another side effect of cleaning op active french colons, so, as long as 
you don't run french:

\def\getMPdata
   {\startreadingfile
    \readlocfile\MPdatafile\donothing\donothing
    \stopreadingfile}

\def\getMPdata
   {\long\def\MPdata##1##2%
      {\ifnum##1=\currentMPgraphic\relax##2\fi}%
    \startreadingfile
    \readlocfile{\MPgraphicfile.mpd}\donothing\donothing
    \stopreadingfile}

will repair the problem (move this into cont-new.tex)

I'll fix it

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


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

* Re: chart: comments doesn't show up
  2002-06-07  7:40 ` Hans Hagen
@ 2002-06-07 13:19   ` Uwe Koloska
  2002-06-07 14:48   ` Uwe Koloska
  1 sibling, 0 replies; 11+ messages in thread
From: Uwe Koloska @ 2002-06-07 13:19 UTC (permalink / raw)


Hans Hagen wrote:
 >
 > hm, another side effect of cleaning op active french colons,
 > so, as long as you don't run french:

You are a wizard -- Thank you!  It seems, you are breathing and 
inhaling the code, aren't you? ;-)

Yours
Uwe Koloska

-- 
voiceINTERconnect www.voiceinterconnect.de
... smart speech applications from germany


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

* Re: chart: comments doesn't show up
  2002-06-07  7:40 ` Hans Hagen
  2002-06-07 13:19   ` Uwe Koloska
@ 2002-06-07 14:48   ` Uwe Koloska
  2002-06-07 16:21     ` Hans Hagen
  1 sibling, 1 reply; 11+ messages in thread
From: Uwe Koloska @ 2002-06-07 14:48 UTC (permalink / raw)


Hans Hagen wrote:
> At 05:55 PM 6/6/2002 +0200, Uwe Koloska wrote:
> 
>> Hello,
>>
>> your fix for typesetting modules works like a charm -- thank you!
>>
>> I noticed another problem, now in m-chart:
>> I was not able to show any comments -- her is a minimal example
> 
> 
> hm, another side effect of cleaning op active french colons, so, as long 
> as you don't run french:

Uuups, I hoorayed too early ...
Now comments are visible around vertical lines but not around 
horizontal ones ...

Cheers
Uwe

-- 
voiceINTERconnect www.voiceinterconnect.de
... smart speech applications from germany


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

* Re: chart: comments doesn't show up
  2002-06-07 14:48   ` Uwe Koloska
@ 2002-06-07 16:21     ` Hans Hagen
  2002-06-07 20:33       ` Uwe Koloska
  0 siblings, 1 reply; 11+ messages in thread
From: Hans Hagen @ 2002-06-07 16:21 UTC (permalink / raw)
  Cc: ntg-context

At 04:48 PM 6/7/2002 +0200, Uwe Koloska wrote:
>Hans Hagen wrote:
>>At 05:55 PM 6/6/2002 +0200, Uwe Koloska wrote:
>>
>>>Hello,
>>>
>>>your fix for typesetting modules works like a charm -- thank you!
>>>
>>>I noticed another problem, now in m-chart:
>>>I was not able to show any comments -- her is a minimal example
>>
>>hm, another side effect of cleaning op active french colons, so, as long 
>>as you don't run french:
>
>Uuups, I hoorayed too early ...
>Now comments are visible around vertical lines but not around horizontal 
>ones ...

Hm. Are you sure? This works ok here:

\startFLOWchart [comment]

   \startFLOWcell
     \name       {first}
     \location   {1,1}
     \shape      {action}
     \text       {first cell}
     \connection [lr] {second}
     \comment    [b]  {where is it?}
   \stopFLOWcell

   \startFLOWcell
     \name       {second}
     \location   {2,2}
     \shape      {action}
     \text       {second cell}
   \stopFLOWcell

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


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

* Re: chart: comments doesn't show up
  2002-06-07 16:21     ` Hans Hagen
@ 2002-06-07 20:33       ` Uwe Koloska
  2002-06-10  7:34         ` Hans Hagen
  0 siblings, 1 reply; 11+ messages in thread
From: Uwe Koloska @ 2002-06-07 20:33 UTC (permalink / raw)


Hans Hagen wrote:
> 
> Hm. Are you sure? This works ok here:
> 
> \startFLOWchart [comment]
> 
>   \startFLOWcell
>     \name       {first}
>     \location   {1,1}
>     \shape      {action}
>     \text       {first cell}
>     \connection [lr] {second}
>     \comment    [b]  {where is it?}
>   \stopFLOWcell
> 
>   \startFLOWcell
>     \name       {second}
>     \location   {2,2}
>     \shape      {action}
>     \text       {second cell}
>   \stopFLOWcell
> 
> \stopFLOWchart

Here too -- so I tried to figure out a minimal example from my 
chart where it doesn't work.  And seems like connection that 
start or end at top or bottom and go horizontally are eating 
their comments:

\startFLOWchart [comment]

   \startFLOWcell
     \name       {first}
     \location   {1,1}
     \shape      {decision}
     \text       {first}
     \connection [rb]  {save}
     \comment    [b]   {Kommentar?}
     \connection [rl]  {save}
     \comment    [t]   {Nullwort}
   \stopFLOWcell

   \startFLOWcell
     \name       {save}
     \location   {3,1}
     \shape      {procedure}
     \text       {speichern}
   \stopFLOWcell

\stopFLOWchart

Have a nice weekend
Uwe Koloska

-- 
voiceINTERconnect www.voiceinterconnect.de
... smart speech applications from germany


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

* Re: chart: comments doesn't show up
  2002-06-07 20:33       ` Uwe Koloska
@ 2002-06-10  7:34         ` Hans Hagen
  0 siblings, 0 replies; 11+ messages in thread
From: Hans Hagen @ 2002-06-10  7:34 UTC (permalink / raw)
  Cc: ntg-context

At 10:33 PM 6/7/2002 +0200, Uwe Koloska wrote:
>Hans Hagen wrote:
>>Hm. Are you sure? This works ok here:
>>\startFLOWchart [comment]
>>   \startFLOWcell
>>     \name       {first}
>>     \location   {1,1}
>>     \shape      {action}
>>     \text       {first cell}
>>     \connection [lr] {second}
>>     \comment    [b]  {where is it?}
>>   \stopFLOWcell
>>   \startFLOWcell
>>     \name       {second}
>>     \location   {2,2}
>>     \shape      {action}
>>     \text       {second cell}
>>   \stopFLOWcell
>>\stopFLOWchart
>
>Here too -- so I tried to figure out a minimal example from my chart where 
>it doesn't work.  And seems like connection that start or end at top or 
>bottom and go horizontally are eating their comments:
>
>\startFLOWchart [comment]
>
>   \startFLOWcell
>     \name       {first}
>     \location   {1,1}
>     \shape      {decision}
>     \text       {first}
>     \connection [rb]  {save}
>     \comment    [b]   {Kommentar?}
>     \connection [rl]  {save}
>     \comment    [t]   {Nullwort}
>   \stopFLOWcell
>
>   \startFLOWcell
>     \name       {save}
>     \location   {3,1}
>     \shape      {procedure}
>     \text       {speichern}
>   \stopFLOWcell
>
>\stopFLOWchart

ah, clipping in action, in that case you should enlarge the chart's offset

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


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

end of thread, other threads:[~2002-06-10  7:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-06 15:55 chart: comments doesn't show up Uwe Koloska
2002-06-06 19:25 ` Willi Egger
2002-06-06 19:54   ` Uwe Koloska
2002-06-06 22:00   ` Hartmut Henkel
2002-06-06 22:06     ` Uwe Koloska
2002-06-07  7:40 ` Hans Hagen
2002-06-07 13:19   ` Uwe Koloska
2002-06-07 14:48   ` Uwe Koloska
2002-06-07 16:21     ` Hans Hagen
2002-06-07 20:33       ` Uwe Koloska
2002-06-10  7:34         ` 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).