Re: [Gambas-user] Wordwrap

2012-05-12 Thread Anthony Ivan
Many thanks for the wordwrap. Setting a cell height to -1 still doesn't change the row height to account for the new height (Me.somegridviewrow.Rows[X].H = -1 ). Anthony SVN 4726 Me.someGrid[0, 2].Text = "LongText clipped to save this email" Me.someGrid[0, 2].WordWrap = True Me.someGrid.Rows[0]

Re: [Gambas-user] Wordwrap

2012-05-12 Thread Benoît Minisini
Le 13/05/2012 03:29, Anthony Ivan a écrit : > Hello Everyone, > > I am trying to get wordwrap to work in a gridview using the following > code snippet: > > Me.sysMessages.Rows.Count = 0 > Me.sysMessages.Columns.Count = 3 > Me.sysMessages.Columns[0].W = IIf(Me.sysMessages.ClientW * 0.05<

[Gambas-user] Wordwrap

2012-05-12 Thread Anthony Ivan
Hello Everyone, I am trying to get wordwrap to work in a gridview using the following code snippet: Me.sysMessages.Rows.Count = 0 Me.sysMessages.Columns.Count = 3 Me.sysMessages.Columns[0].W = IIf(Me.sysMessages.ClientW * 0.05 < varMinDateWidth, varMinDateWidth, Me.sysMessages.ClientW

[Gambas-user] Wordwrap in Textedit

2008-10-10 Thread jbskaggs
Is there a way to have word wrap in textedit? JB -- View this message in context: http://www.nabble.com/Wordwrap-in-Textedit-tp19929263p19929263.html Sent from the gambas-user mailing list archive at Nabble.com. - This SF