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 be more comfortable because of scrollbars), I get:
<tr><td>File Name</td><td>004.jpg</td></tr>
<tr><td>File Size</td><td>5.0 MB</td></tr>
...
which is not nice to read.

Bug or feature, or my misunderstanding?
Regards
Matti

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to