Re: [Gambas-user] Upper left cell in a TableView

2016-08-06 Thread Gianluigi
I am not sure I understand : Public Sub Form_Open() TableView1.Columns.Count = 3 TableView1.Rows.Count = 3 TableView1.Header = 3 TableView1.Columns[0].Title = "TITLE COLUMN" TableView1.Rows[0].Title = "TITLE ROW" TableView1[0, 0].Text = "FOO" End Regards Gianluigi 2016-08-06 15:54

[Gambas-user] [Gambas Bug Tracker] Bug #973: Desktop.RunAsRoot(): file or directory doesn't exist

2016-08-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.973&from=L21haW4- Comment #6 by Bruce BRUEN: OK. Firstly, regarding the RunAsRoot() problem. This is not a gambas "bug" per-se. The problem is that the file "xdg-su" is missing from the xdg-utils directory in the gb.Desktop project directory (i.e

[Gambas-user] Upper left cell in a TableView

2016-08-06 Thread martin p cristia
It is possible to put some text in a tableview's upper left cell when both headers are set? -- Saludos Ing. Martin P Cristia -- ___ Gambas-user mailing list Gambas-user@list

[Gambas-user] [Gambas Bug Tracker] Bug #973: Desktop.RunAsRoot(): file or directory doesn't exist

2016-08-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.973&from=L21haW4- Comment #5 by vuott VUOTT: > you mean for every command? Yes, for every command ! > Bug confirmed. I'ld like to point out more: if I use this command: Desktop.OpenTerminal() or Desktop.OpenTerminal("gnome-terminal") or

[Gambas-user] [Gambas Bug Tracker] Bug #973: Desktop.RunAsRoot(): file or directory doesn't exist

2016-08-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.973&from=L21haW4- Comment #4 by Mufeed ALI: Ok i get it. Bug confirmed. Sorry for setting it as invalid. I'm working on a workaround for until when it gets fixed. I'll attach it as soon as possible. -

[Gambas-user] [Gambas Bug Tracker] Bug #973: Desktop.RunAsRoot(): file or directory doesn't exist

2016-08-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.973&from=L21haW4- Comment #3 by Mufeed ALI: you mean for every command? -- ___ Gambas-user mailing list Gambas-user@lists.sou