Re: [Gambas-user] Word Wrap in GridView

2009-09-11 Thread Benoît Minisini
> Angel Romero Astorga schrieb: > > Hi all > > > > My problem is similar. When I used gb.gui, GridView wrap the text, > > but when I use gb.qt, it don't do it. ¿How can I wrap the text in a > cell? thanks > > > Rolf, I don't know how to help you, sorry > > I'm using the whole thing under KDE

Re: [Gambas-user] Word Wrap in GridView

2009-09-11 Thread Rolf-Werner Eilert
Angel Romero Astorga schrieb: > Hi all > > My problem is similar. When I used gb.gui, GridView wrap the text, but when I use gb.qt, it don't do it. ¿How can I wrap the text in a cell? thanks > > Rolf, I don't know how to help you, sorry I'm using the whole thing under KDE only, and I don't

Re: [Gambas-user] Word Wrap in GridView

2009-09-10 Thread Angel Romero Astorga
Hi all My problem is similar. When I used gb.gui, GridView wrap the text, but when I use gb.qt, it don't do it. ¿How can I wrap the text in a cell? thanks Rolf, I don't know how to help you, sorry 2009/9/10 Rolf-Werner Eilert > When there is a longer string than fits into a cell, GridView will

[Gambas-user] Word Wrap in GridView

2009-09-10 Thread Rolf-Werner Eilert
When there is a longer string than fits into a cell, GridView will wrap the text. But it won't by itself make the line taller to show the whole text properly. Instead, you will see just a little bit of the letters in the second line and the first line appears pushed upwards a bit. How can I fi

Re: [Gambas-user] Word Wrap in GridView or TableView

2008-11-02 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: > On vendredi 31 octobre 2008, Rolf-Werner Eilert wrote: >> Hi, >> >> The Re. says it all: Is there an automatic word-wrapping (line wrap) in >> GridView or TableView? >> >> Or could this be done by code (inserting LF for instance)? If so, the >> line height for that cell s

Re: [Gambas-user] Word Wrap in GridView or TableView

2008-11-02 Thread Benoit Minisini
On vendredi 31 octobre 2008, Rolf-Werner Eilert wrote: > Hi, > > The Re. says it all: Is there an automatic word-wrapping (line wrap) in > GridView or TableView? > > Or could this be done by code (inserting LF for instance)? If so, the > line height for that cell should be increased properly, could

[Gambas-user] Word Wrap in GridView or TableView

2008-10-31 Thread Rolf-Werner Eilert
Hi, The Re. says it all: Is there an automatic word-wrapping (line wrap) in GridView or TableView? Or could this be done by code (inserting LF for instance)? If so, the line height for that cell should be increased properly, could one find the necessary data, and does this work? Thanks for yo