[NTG-context] Losing frames in table

2004-10-31 Thread David Arnold
All, How come I don't get frames (rightframe=on, bottomframe=on) in my table with this? \setupTABLE[background=screen,screen=0.8,color=darkred,frame=off] \setupTABLE[column][first][rightframe=on] \setupTABLE[row][first][bottomframe=on] \placetable[none]{}{% \bTABLE[align={middle,lohi},width=3em]

Re: [NTG-context] Losing frames in table

2004-11-02 Thread Willi Egger
Hi, When testing your code, indeed there are no partial frames as setup by \setupTABLE. What I detected is, that you can only switch on the outer lines of the table \setupTABLE[column][first][leftframe=on]%was:\setupTABLE[column][first][rightframe=on] \setupTABLE[row][last][bottomframe=on]%was:\

Re: [NTG-context] Losing frames in table

2004-11-02 Thread Hans Hagen
Willi Egger wrote: Hi, When testing your code, indeed there are no partial frames as setup by \setupTABLE. What I detected is, that you can only switch on the outer lines of the table \setupTABLE[column][first][leftframe=on]%was:\setupTABLE[column][first][rightframe=on] \setupTABLE[row][last][

Re: [NTG-context] Losing frames in table

2004-11-03 Thread Willi Egger
Hi, Hans Hagen wrote: Willi Egger wrote: Hi, When testing your code, indeed there are no partial frames as setup by \setupTABLE. What I detected is, that you can only switch on the outer lines of the table \setupTABLE[column][first][leftframe=on]%was:\setupTABLE[column][first][rightframe=on] \