Re: relative tableview column not resizable?

2011-06-02 Thread Noel Grandin
Yeah, that's more what I'm looking for. This is related to PIVOT-692, maybe it'll just have to wait until after we fix PIVOT-609. -- Noel. Chris Bartlett wrote: Noel, Potentially relevant JIRA ticket here. https://issues.apache.org/jira/browse/PIVOT-609 I knocked up a quick 'fix' for

relative tableview column not resizable?

2011-06-01 Thread Noel Grandin
Hi Anyone know why the decision was made that when a TableView has relative-sized columns, the user may not manually resize the columns? Thanks, Noel.

Re: relative tableview column not resizable?

2011-06-01 Thread Greg Brown
The current resizing logic sets an absolute (non-relative) width on a column. Since the developer had explicitly specified a relative size, we didn't think that it would be appropriate to overrule that. It might be OK to determine a new relative value based on the current pixel dimensions,