Re: [Gambas-user] TextLabel

2017-04-18 Thread Pino Zollo
El 18/04/17 a las 06:07, gambas-user-requ...@lists.sourceforge.net escribió: > Does the documentation [1] answer your question? Yes, it does... Thank you Tobi -- Check out the vibrant tech community on one of the world

Re: [Gambas-user] TextLabel Component

2014-12-19 Thread Benoît Minisini
Le 19/12/2014 23:21, Christian e Ana Luiza Britto a écrit : > Hi, > I have a database with fields containing html text files. I'm using > TextLabel to show them and is working perfect. But there's one > problem, I have a fixed width on screen to show the information and > the component just cuts la

Re: [Gambas-user] TextLabel vs TextEdit

2010-09-23 Thread Matti
ok, thanks, that's too low-level for me. Am 23.09.2010 22:00, schrieb Benoît Minisini: > No, Gambas does not support them. But I can't prevent Qt4 from supporting > them. > -- Nokia and AT&T present the 2010 Calling A

Re: [Gambas-user] TextLabel vs TextEdit

2010-09-23 Thread Benoît Minisini
> But TextLabel does display tables correctly. > So, Gambas does support tables in rich text. > Why not TextEdit? > No, Gambas does not support them. But I can't prevent Qt4 from supporting them. -- Benoît Minisini --

Re: [Gambas-user] TextLabel vs TextEdit

2010-09-23 Thread Matti
But TextLabel does display tables correctly. So, Gambas does support tables in rich text. Why not TextEdit? Am 23.09.2010 21:36, schrieb Benoît Minisini: > Qt 4 has some support for tables in rich text. But it is not supported by > Gambas. See the wiki documentation about rich text to know whic

Re: [Gambas-user] TextLabel vs TextEdit

2010-09-23 Thread Benoît Minisini
> Gambas3 > If I understand the dokumentation right, TextLabel and TextEdit should both > display rich-text. > > I want to display a list of file properties that come from a SHELL command. > > If I use a TextLabel, it looks fine: > File Name 004.jpg > File Size 5.0 MB > ... > > But if I