[Gambas-user] a) Val("15911.23046875") fails in Xub16.04 only, b) no tabstop in messages
T Lee Davidson
t.lee.davidson at gmail.com
Sat Sep 26 20:15:04 CEST 2020
On 9/26/20 9:10 AM, ub2 at gmx.ch wrote:
> (2nd try, seems that 1st mail was not sent within the list)
I received the first one.
> b) No tabstop in Messages:
> \t does not work in Messages (anymore or never before)?
The message displayed in a Message dialog is rendered using a TextLabel. Simple (a subset of) HTML can be used, but the tab
character ('\t') does not work as one might expect. The newline character ('\n') works only because it is replaced with '<br>'
prior to setting the TextLabel.Text with the message text.
--
Lee
More information about the User
mailing list