Re: [Gambas-user] help gambas 2.23

2011-11-14 Thread Rolf-Werner Eilert
Am 13.11.2011 13:50, schrieb Randy Millner: > gambas2.23 > > I can right align the column data in the tableview with : > TableView1[rowctr, 7].Alignment = align.Right > > > > I cannot seem to align.right the corresponding title : > TableView1.Columns[7].Title = "Amount" > I am at wits end, I have t

[Gambas-user] help gambas 2.23

2011-11-13 Thread Randy Millner
gambas2.23 I can right align the column data in the tableview with : TableView1[rowctr, 7].Alignment = align.Right I cannot seem to align.right the corresponding title : TableView1.Columns[7].Title = "Amount" I am at wits end, I have tried all the ways that don't work Thank you --