Re: [Gambas-user] qt5

2016-05-02 Thread Benoît Minisini
Le 01/05/2016 15:01, Charlie a écrit : > I have been playing with Ubuntu 16.04 and a lot of the Gambas Farm programs > wont install as they use qt4 (gb.qt4 and gb.qt4.ext), Ubuntu uses qt5. If I > install the necessary libraries Synaptic uninstalls the IDE! > *buntu 14.04/Mint 17* etc are support

[Gambas-user] Set timeout for Webview?

2016-05-02 Thread T Lee Davidson
I am trying to fetch a web page through a private SOCKS5 proxy using Basic Authentication with: Try hWebView.Url = sUrl If Error Then Message.Error("Error retrieving page", "OK") If the proxy is nonresponsive, the application just hangs, apparently doing nothing. Sometimes it will timeout

Re: [Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
I'll try it. Thanks Ron Regards 2016-05-02 19:53 GMT+02:00 Ron : > $ sudo sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g' > /usr/share/themes/Ambiance/gtk-2.0/gtkrc > $ sudo sed -i 's/tooltip_bg_color:#00/tooltip_bg_color:#ff/g' > /usr/share/themes/Ambiance/gtk-2.0/gtkrc

Re: [Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
Ok. I undestand. Thanks Benoit. 2016-05-02 20:20 GMT+02:00 Benoît Minisini : > Le 02/05/2016 19:14, Jorge Carrión a écrit : > > doesn't work. I've even tried to close the IDE and delete de > > .config/gambas3/gambas.conf but still appearing the original system > > colors... > > > > Gambas

Re: [Gambas-user] System Colors

2016-05-02 Thread Benoît Minisini
Le 02/05/2016 19:14, Jorge Carrión a écrit : > doesn't work. I've even tried to close the IDE and delete de > .config/gambas3/gambas.conf but still appearing the original system > colors... > Gambas IDE uses QT. If you use a GTK+-based system that does not care with QT, it's normal... -- B

Re: [Gambas-user] qt5

2016-05-02 Thread Gianluigi
Just for information, I believe that you have no installed librarys Without first removing the Gambas’s PPA, after is impossible to compile I used this procedure and I have installed Gambas in my Ubuntu 16.04 Regards Gianluigi [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=4.4.0-21-generic Arc

Re: [Gambas-user] System Colors

2016-05-02 Thread Ron
$ sudo sed -i 's/tooltip_fg_color:#ff/tooltip_fg_color:#00/g' /usr/share/themes/Ambiance/gtk-2.0/gtkrc $ sudo sed -i 's/tooltip_bg_color:#00/tooltip_bg_color:#ff/g' /usr/share/themes/Ambiance/gtk-2.0/gtkrc restart app 2016-05-02 19:14 GMT+02:00 Jorge Carrión : > doesn't work.

Re: [Gambas-user] qt5

2016-05-02 Thread Sebastian Kulesz
You're welcome. Glad I was able to help! Enjoy! On Mon, May 2, 2016, 14:30 Alexie wrote: > Just looked, and this PPA is now automatically selected ... And this one > works on Ubuntu 16.04 ! ... Thanks Sebastian! ​ > > -

Re: [Gambas-user] qt5

2016-05-02 Thread Alexie
Just looked, and this PPA is now automatically selected ... And this one works on Ubuntu 16.04 ! ... Thanks Sebastian! ​ -- Find and fix application performance issues faster with Applications Manager Applications Manager p

Re: [Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
doesn't work. I've even tried to close the IDE and delete de .config/gambas3/gambas.conf but still appearing the original system colors... 2016-05-02 19:06 GMT+02:00 Benoît Minisini : > Le 02/05/2016 19:04, Jorge Carrión a écrit : > > I've changed the colors of the desktop theme and the de

Re: [Gambas-user] System Colors

2016-05-02 Thread Benoît Minisini
Le 02/05/2016 19:04, Jorge Carrión a écrit : > I've changed the colors of the desktop theme and the default colors of > gambas (color.foreground,color.lightbacground, etc. etc.) are not changed. > > Where are they taken from? Someone can tells ir me, please? > > Thanks in advance. > > Regards They

[Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
I've changed the colors of the desktop theme and the default colors of gambas (color.foreground,color.lightbacground, etc. etc.) are not changed. Where are they taken from? Someone can tells ir me, please? Thanks in advance. Regards ---

Re: [Gambas-user] qt5

2016-05-02 Thread Alexie
Thanks, i will give it a try in a few hours :-) 2016-05-02 18:39 GMT+02:00 Sebastian Kulesz : > I'm building a new package with a greater version number. Give it an hour > or two to finish and the update should show up when you do apt-get update & > upgrade > > On Mon, May 2, 2016, 13:36 Alexie

Re: [Gambas-user] qt5

2016-05-02 Thread Charlie
Hi Gianluigi, I followed your instructions to the letter and all went well, I saw no errors. I rebooted the computer. The only problem is that Ubuntu says that Gambas is not installed! The Desktop had 2 log files on it which are below. Make_Inst3-8.log

Re: [Gambas-user] qt5

2016-05-02 Thread Sebastian Kulesz
I'm building a new package with a greater version number. Give it an hour or two to finish and the update should show up when you do apt-get update & upgrade On Mon, May 2, 2016, 13:36 Alexie wrote: > @Sebastian: > > Now i see it ... Ubuntu 16.04 has gambas3 3.8.4 too ... which makes the > bl**d

Re: [Gambas-user] qt5

2016-05-02 Thread Alexie
@Sebastian: Now i see it ... Ubuntu 16.04 has gambas3 3.8.4 too ... which makes the bl**dy mess of it: *root@ubuntu*:*/etc/apt/sources.list.d*# apt-cache policy gambas3 gambas3: Installed: (none) Candidate: 3.8.4-2ubuntu3 Version table: 3.8.4-2ubuntu3 500 500 http://us.a

Re: [Gambas-user] qt5

2016-05-02 Thread Sebastian Kulesz
I just saw that Ubuntu Xenial is also providing Gambas 3.8.4, but from the error you are getting, my guess is that it is badly packaged. The version available in the PPA has a lower version number than the one available in the Ubuntu repository because of lexicographical order. So in your picture,

Re: [Gambas-user] qt5

2016-05-02 Thread Charlie
I have reinstalled Ubuntu 16.04, just to make sure. I then installed Gambas3 with the following command *sudo add-apt-repository -y ppa:gambas-team/gambas3 && sudo apt-get update && sudo apt-get -y install gambas3* I started Gambas from the command line and saw the following: - gambas1.png

Re: [Gambas-user] qt5

2016-05-02 Thread Sebastian Kulesz
I'm still around! I dont like touching the stable PPA except when there is a stable release of gambas. But adding a new release is okay, as long as I don't have to touch the current packages. Let me know if the Xenial builds work okey, just in case anything needs fixing. Enjoy! On Mon, May 2, 201

Re: [Gambas-user] qt5

2016-05-02 Thread Gianluigi
You could compile by tar. Download Gambas3 3.8.4 from here: https://sourceforge.net/projects/gambas/ and moves it to the home folder. Open the terminal and run these commands: First if you have installed from PPA Gambas Steam, so remove: (entering the password when prompted) sudo add-apt-reposit

[Gambas-user] [Gambas Bug Tracker] Bug #935: @{classes} can't correct work

2016-05-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.935&from=L21haW4- wei LIANG added an attachment: Screenshot-Gambas文档 - -comp-gb.qt4 - Iceweasel.png -- Find and fix application performance issues faster with Applicatio

[Gambas-user] [Gambas Bug Tracker] Bug #935: @{classes} can't correct work

2016-05-02 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.935&from=L21haW4- wei LIANG reported a new bug. Summary --- @{classes} can't correct work Type : Bug Priority : Medium Gambas version : Unknown Product : Wiki Description --- @{classes} can't correct