Re: NSTableView, rows in reverse order

2008-07-25 Thread Wolfgang Lux
Marko Riedel wrote: I am definitely certain that I have the right rectangle. (I am using [table bounds].) Your suggestion re. the superview is tricky. It's a clip view inside a scroll view. It does include the header in its EPS, but it only prints the visible portion (which depends on

Re: NSTableView, rows in reverse order

2008-07-24 Thread Fred Kiefer
is better to go in that direction and fix any problems you encounter. Fred Original-Nachricht Datum: Wed, 23 Jul 2008 22:48:41 + (GMT) Von: Marko Riedel [EMAIL PROTECTED] An: DISCUSS GNUstep discuss-gnustep@gnu.org Betreff: NSTableView, rows in reverse order Hi all

Re: NSTableView, rows in reverse order

2008-07-24 Thread Marko Riedel
| +-+ --- Fred Kiefer [EMAIL PROTECTED] schrieb am Do, 24.7.2008: Von: Fred Kiefer [EMAIL PROTECTED] Betreff: Re: NSTableView, rows in reverse order An: [EMAIL PROTECTED] CC: discuss-gnustep@gnu.org Datum: Donnerstag, 24. Juli 2008, 19:41

Re: NSTableView, rows in reverse order

2008-07-24 Thread Marko Riedel
: NSTableView, rows in reverse order An: [EMAIL PROTECTED] CC: discuss-gnustep@gnu.org Datum: Donnerstag, 24. Juli 2008, 19:41 Marko Riedel wrote: thanks for your reply. I tried your suggestion and ran into a problem: the table does not include the table header in the data

NSTableView, rows in reverse order

2008-07-23 Thread Marko Riedel
Hi all, I've come across something where I'm not sure if it's a bug or a feature. The following code fragment draws an existing tableview into a bitmap, for later export as TIFF and conversion to PostScript. NSRect box = [table bounds], hbox = [[table headerView] bounds]; NSRect