I am trying to play with column sizes and have ran into a few issues. 1) If a column is set to be 1* the width returned from the getWidth() method is '1'. 2* is '2'. Would it be possible to add a getWidth() that returns a string (which could return 1*) and one the returns an int (the actual current width)? I would like to get the actual width, is there a way to do this currently if using '1*'?
2) In the prepare method the last statement tries to adjust the columns to fill the tableview. However calling tableView.getWidth() returns 0. Is there a way to get this value on startup? -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/TableView-Column-Format-Question-tp1190306p1293411.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
