[Gambas-user] [Gambas Bug Tracker] Bug #901: Problem with Gambas upgrade when systems upgrades from qt4 to qt5 (on Debian)

2016-03-05 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.901&from=L21haW4- Comment #4 by gbWilly GAMBOS: Nope, I'm saying that the upgrade failed, I never said I used it. This is what the logs says when upgrading jessie with gambas3.5.4 to stretch with gambas3.8.4:

[Gambas-user] [Gambas Bug Tracker] Bug #898: gambas3 does things wrong when prefix= (nothing)

2016-03-05 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.898&from=L21haW4- Comment #6 by Benoît MINISINI: (I prefer to talk there, to keep the information on the same place.) So I have to define preprocessor constants in 'Makefile.am' files for $(prefix), $(bindir), $(datadir) and $(libdir). And use th

[Gambas-user] [Gambas Bug Tracker] Bug #901: Problem with Gambas upgrade when systems upgrades from qt4 to qt5 (on Debian)

2016-03-05 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.901&from=L21haW4- Comment #3 by Benoît MINISINI: So you are telling that the IDE was not upgraded, and that you used Gambas IDE 3.5.4 with Gambas 3.8.4? Benoît MINISINI changed the state of the bug to: NeedsInfo. --

Re: [Gambas-user] Different Foreground Color of a string in TableView.Cell

2016-03-05 Thread Ru Vuott
...I'ld suggest: Public Sub Form_Open() TableView1.Rows.Count = 2 TableView1.Columns.Count = 2 TableView1[0, 0].RichText = "Verbavolant" TableView1.Columns[0].Width = -1 End regards vuott Sab 5/3/16, Charlie ha scritto: Oggetto:

Re: [Gambas-user] Different Foreground Color of a string in TableView.Cell

2016-03-05 Thread Charlie
This works for me: - Public Sub Form_Open() TableView1.Rows.Count = 2 TableView1.Columns.Count = 2 With TableView1[0, 0] .Background = Color.Yellow .Foreground = Color.Red .Text = "Hello" .Alignment = Align.Center .Font.bold = True End With End -- View this message in context: http://

[Gambas-user] Different Foreground Color of a string in TableView.Cell

2016-03-05 Thread abbat81
Hi all, Is there any way to use different font.color in tableview.Cell. May be there is some way to use html tags? Thanks in advance :) -- View this message in context: http://gambas.8142.n7.nabble.com/Different-Foreground-Color-of-a-string-in-TableView-Cell-tp55597.html Sent from the gambas-