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

[Gambas-user] TextLabel vs TextEdit

2010-09-23 Thread Matti
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 use TextEdit (would