Re: Sizing NSTableView to data

2012-07-18 Thread Kyle Sluder
On Thu, Jun 28, 2012, at 04:42 PM, Maury Markowitz wrote: I am working on the ODBCkit's Query Tool to make it work across a wide variety of data sources - so far all the major commercial DB's, Firebird, MySQL and even SQLite! Got an ODBC target and test DB you'd like to test? Throw it my way!

Re: Sizing NSTableView to data

2012-07-18 Thread Andrew Satori
Unfortunately, the sizeToFit method seems to create and infinite loop condition. trying to sort out WHY it happens. On Jul 18, 2012, at 1:13 AM, Kyle Sluder wrote: On Thu, Jun 28, 2012, at 04:42 PM, Maury Markowitz wrote: I am working on the ODBCkit's Query Tool to make it work across a

Sizing NSTableView to data

2012-07-17 Thread Maury Markowitz
I am working on the ODBCkit's Query Tool to make it work across a wide variety of data sources - so far all the major commercial DB's, Firebird, MySQL and even SQLite! Got an ODBC target and test DB you'd like to test? Throw it my way! One problem that's come up in a couple of different places