http://gambaswiki.org/bugtracker/edit?object=BUG.892&from=L21haW4-
Bruce BRUEN changed the state of the bug to: Invalid.
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data
Le 24 mars 2016 18:36, "Yahoo" a écrit :
>
> Dim col as string = "#FF"
>
> Label1.Foreground = Val("&H" & col & "&")
The ending & not necessary
Label1.Foreground= val(replace(col,"#","&H"))
>
>
>
> Olivier Cruilles
>
> Le March 24, 2016 à 13:17:50, abbat81 (abbat...@mail.ru) a écrit:
>
> Dim c
Dim col as string = "#FF"
Label1.Foreground = Val("&H" & col & "&")
Olivier Cruilles
Le March 24, 2016 à 13:17:50, abbat81 (abbat...@mail.ru) a écrit:
Dim col as string = "#FF"
How to conver? CInt(Replace(st, "#", "&")) doesn't work
Label1.Foreground = col
--
View this m
Dim col as string = "#FF"
How to conver? CInt(Replace(st, "#", "&")) doesn't work
Label1.Foreground = col
--
View this message in context:
http://gambas.8142.n7.nabble.com/R-Label1-Foreground-Color-FF-How-to-tp55763p55764.html
Sent from the gambas-user mailing list archive at Nabble.
If you want to use HTML tag, you have to use "TextLabel", no Label.
Public Sub Form_Open()
TextLabel1.Text = "Arma virumque cano"
End
Regards
vuott
Gio 24/3/16, abbat
...but if you want to use "hexadecimal" value with Label:
*
Public Sub Form_Open()
Label1.Foreground = &FF
Label1.Text = "Arma virumque cano"
End
*
Gio
How to use HTML color like #FF
--
View this message in context:
http://gambas.8142.n7.nabble.com/Label1-Foreground-Color-FF-How-to-tp55761.html
Sent from the gambas-user mailing list archive at Nabble.com.
--
T
It is due in late April: https://wiki.qt.io/Qt-5.7-release
--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubad
Isn't this what we want to get the .Eval() to work with the WebEngine?
"API for evaluating javascript or installing qwebchannel in secure
isolated javascript worlds"
Source: https://wiki.qt.io/New_Features_in_Qt_5.7
--
Hi All,
Today I started working with the pop3 component. To display the message
in (e.g) a webbrowser I have to decode the pop3 message.
In the sample this has not been worked out. Moreover on remarks as:
'this should work I get error messages in several emails.
So: Anybody a short sample how
On 03/24/2016 12:56 AM, Benoît Minisini wrote:
> Le 24/03/2016 05:18, T Lee Davidson a écrit :
>> On 03/16/2016 08:53 PM, T Lee Davidson wrote:
>>>
>>>
>>> On 03/16/2016 07:58 PM, Tobias Boege wrote:
On Wed, 16 Mar 2016, T Lee Davidson wrote:
>> I used to be able to login to the Wiki (http
11 matches
Mail list logo