[Gambas-user] [Gambas Bug Tracker] Bug #892: ~/.local/share/gambas3/lib is empty

2016-03-24 Thread bugtracker
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

Re: [Gambas-user] R: Label1.Foreground = Color("#FF0000"), How to?

2016-03-24 Thread Fabien Bodard
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

Re: [Gambas-user] R: Label1.Foreground = Color("#FF0000"), How to?

2016-03-24 Thread Yahoo
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

Re: [Gambas-user] R: Label1.Foreground = Color("#FF0000"), How to?

2016-03-24 Thread abbat81
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.

[Gambas-user] R: Label1.Foreground = Color("#FF0000"), How to?

2016-03-24 Thread Ru Vuott
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

[Gambas-user] R: Label1.Foreground = Color("#FF0000"), How to?

2016-03-24 Thread Ru Vuott
...but if you want to use "hexadecimal" value with Label: * Public Sub Form_Open() Label1.Foreground = &FF Label1.Text = "Arma virumque cano" End * Gio

[Gambas-user] Label1.Foreground = Color("#FF0000"), How to?

2016-03-24 Thread abbat81
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

Re: [Gambas-user] QT 5.7 QTWebEngine

2016-03-24 Thread Moviga Technologies
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

[Gambas-user] QT 5.7 QTWebEngine

2016-03-24 Thread Moviga Technologies
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 --

[Gambas-user] Mime component to decode popmessage

2016-03-24 Thread Roel Touwen
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

Re: [Gambas-user] How to register and login to the Wiki?

2016-03-24 Thread T Lee Davidson
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