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

2016-03-06 Thread T Lee Davidson
On 03/06/2016 08:00 AM, T Lee Davidson wrote: > On 03/05/2016 08:43 PM, bugtrac...@gambaswiki.org wrote: >> This is done because qt4 will no longer be used in stretch (so to make sure >> the qt5 packages are used instead) >> Gambas3 (3.5.4) is packaged to use qt4. This seems to cause the problem w

[Gambas-user] R: (+auto) Line breaks in Tableview.Cell

2016-03-06 Thread Ru Vuott
Are you telling about this ? Public Sub Form_Open() With TableView1 .Rows.Count = 3 .Columns.Count = 3 End With TableView1[0, 0].RichText = "Quid est, Catulle? quid moraris emori?" & "sella in curuli struma Nonius sedet," & "per consulatum peierat Vatinius:" & "quid est, Ca

[Gambas-user] (+auto) Line breaks in Tableview.Cell

2016-03-06 Thread abbat81
Hi all, Tableview allows to use 1-2 line breaks, but if my richtext consist of 5-6 lines, my Tableview.Row doesn't show whole text. Also, is there any way to get auto break lines if string is too long for Tableview.Row? Thanks in advance -- View this message in context: http://gambas.8142.

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

2016-03-06 Thread T Lee Davidson
On 03/05/2016 08:43 PM, bugtrac...@gambaswiki.org wrote: > This is done because qt4 will no longer be used in stretch (so to make sure > the qt5 packages are used instead) > Gambas3 (3.5.4) is packaged to use qt4. This seems to cause the problem with > upgrading 3.5.4 to 3.8.4 > > So, what is a p