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 supported until 2019 and have qt4. Has
> anybody got any ideas on the best way to get around this?
>

With revision #7752, you can now ignore missing components when 
installing a software from the farm.

So, if you don't have QT4 components, you can install the software, and 
modify them so that they use the gb.qt5 or gb.gui components.

Regards,

-- 
Benoît Minisini

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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 after 120-some 
seconds. But I get no error message, just an empty response. (HttpClient has a 
Timeout, but I cannot use that for this application.)

I see no timeout property for either WebView or WebSettings. Is it possible to 
set a timeout for WebView?


-- 
Lee
__

"Artificial Intelligence is no match for natural stupidity."

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
>
> restart app
>
> 2016-05-02 19:14 GMT+02:00 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 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 are not updated in real-time. You must restart the program.
> >>
> >> --
> >> Benoît Minisini
> >>
> >>
> >>
> --
> >> Find and fix application performance issues faster with Applications
> >> Manager
> >> Applications Manager provides deep performance insights into multiple
> >> tiers of
> >> your business applications. It resolves application problems quickly and
> >> reduces your MTTR. Get your free trial!
> >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> --
> > Find and fix application performance issues faster with Applications
> Manager
> > Applications Manager provides deep performance insights into multiple
> tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 IDE uses QT. If you use a GTK+-based system that does not care
> with QT, it's normal...
>
> --
> Benoît Minisini
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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...

-- 
Benoît Minisini

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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
Architecture=x86_64
Distribution=Ubuntu 16.04 LTS
Desktop=GNOME
Theme=Cleanlooks
Language=it_IT.UTF-8


2016-05-02 19:50 GMT+02:00 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! ​
> >
> >
> --
> > Find and fix application performance issues faster with Applications
> > Manager
> > Applications Manager provides deep performance insights into multiple
> > tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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. 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 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 are not updated in real-time. You must restart the program.
>>
>> --
>> Benoît Minisini
>>
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
> --
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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! ​
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 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 are not updated in real-time. You must restart the program.
>
> --
> Benoît Minisini
>
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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 are not updated in real-time. You must restart the program.

-- 
Benoît Minisini

--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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  wrote:
>
> > @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.archive.ubuntu.com/ubuntu xenial/universe amd64
> > Packages
> >
> > 500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386
> > Packages
> >
> >  3.8.4-1.47~ubuntu16.04.1 500
> >
> > 500 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu
> > xenial/main
> > amd64 Packages
> >
> > 500 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu
> > xenial/main
> > i386 Packages
> >
> > 2016-05-02 18:18 GMT+02:00 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,
> > > you are not actually using the Stable version from the PPA
> > >
> > > I will bump the version number so that the one in the PPA  supersedes
> the
> > > one from the official repository. In the meantime, you can force the
> > > version from the PPA using synaptic and selecting Force Version from
> the
> > > menus.
> > >
> > > On Mon, May 2, 2016, 12:59 Charlie  wrote:
> > >
> > > > 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 <
> http://gambas.8142.n7.nabble.com/file/n56124/gambas1.png>
> > > > I tried again to load software from the Gambas Farm but
> unfortunately I
> > > > received exactly the same error message as before
> > > > I am not that concerned about this not working in Ubuntu as I intend
> to
> > > > install Linux Mint 18 when it is released in about a month's time
> which
> > > is
> > > > based on 16.04
> > > > If I install from a '.tar' is this likely to solve this problem?
> > > >
> > > >
> > > >
> > > > --
> > > > View this message in context:
> > > > http://gambas.8142.n7.nabble.com/qt5-tp56109p56124.html
> > > > Sent from the gambas-user mailing list archive at Nabble.com.
> > > >
> > > >
> > >
> >
> --
> > > > Find and fix application performance issues faster with Applications
> > > > Manager
> > > > Applications Manager provides deep performance insights into multiple
> > > > tiers of
> > > > your business applications. It resolves application problems quickly
> > and
> > > > reduces your MTTR. Get your free trial!
> > > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > > > ___
> > > > Gambas-user mailing list
> > > > Gambas-user@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/gambas-user
> > > >
> > >
> > >
> >
> --
> > > Find and fix application performance issues faster with Applications
> > > Manager
> > > Applications Manager provides deep performance insights into multiple
> > > tiers of
> > > your business applications. It resolves application problems quickly
> and
> > > reduces your MTTR. Get your free trial!
> > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > > ___
> > > Gambas-user mailing list
> > > Gambas-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/gambas-user
> > >
> >
> >
> --
> > Find and fix application performance issues faster with Applications
> > Manager
> > Applications Manager provides deep performance insights into multiple
> > tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
> 

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
  
R_conf3-8.log   
Did I do something wrong?
Thanks,
Charlie



--
View this message in context: 
http://gambas.8142.n7.nabble.com/qt5-tp56109p56126.html
Sent from the gambas-user mailing list archive at Nabble.com.
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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**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.archive.ubuntu.com/ubuntu xenial/universe amd64
> Packages
>
> 500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386
> Packages
>
>  3.8.4-1.47~ubuntu16.04.1 500
>
> 500 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu
> xenial/main
> amd64 Packages
>
> 500 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu
> xenial/main
> i386 Packages
>
> 2016-05-02 18:18 GMT+02:00 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,
> > you are not actually using the Stable version from the PPA
> >
> > I will bump the version number so that the one in the PPA  supersedes the
> > one from the official repository. In the meantime, you can force the
> > version from the PPA using synaptic and selecting Force Version from the
> > menus.
> >
> > On Mon, May 2, 2016, 12:59 Charlie  wrote:
> >
> > > 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 
> > > I tried again to load software from the Gambas Farm but unfortunately I
> > > received exactly the same error message as before
> > > I am not that concerned about this not working in Ubuntu as I intend to
> > > install Linux Mint 18 when it is released in about a month's time which
> > is
> > > based on 16.04
> > > If I install from a '.tar' is this likely to solve this problem?
> > >
> > >
> > >
> > > --
> > > View this message in context:
> > > http://gambas.8142.n7.nabble.com/qt5-tp56109p56124.html
> > > Sent from the gambas-user mailing list archive at Nabble.com.
> > >
> > >
> >
> --
> > > Find and fix application performance issues faster with Applications
> > > Manager
> > > Applications Manager provides deep performance insights into multiple
> > > tiers of
> > > your business applications. It resolves application problems quickly
> and
> > > reduces your MTTR. Get your free trial!
> > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > > ___
> > > Gambas-user mailing list
> > > Gambas-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/gambas-user
> > >
> >
> >
> --
> > Find and fix application performance issues faster with Applications
> > Manager
> > Applications Manager provides deep performance insights into multiple
> > tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z

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.archive.ubuntu.com/ubuntu xenial/universe amd64
Packages

500 http://us.archive.ubuntu.com/ubuntu xenial/universe i386
Packages

 3.8.4-1.47~ubuntu16.04.1 500

500 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu xenial/main
amd64 Packages

500 http://ppa.launchpad.net/gambas-team/gambas3/ubuntu xenial/main
i386 Packages

2016-05-02 18:18 GMT+02:00 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,
> you are not actually using the Stable version from the PPA
>
> I will bump the version number so that the one in the PPA  supersedes the
> one from the official repository. In the meantime, you can force the
> version from the PPA using synaptic and selecting Force Version from the
> menus.
>
> On Mon, May 2, 2016, 12:59 Charlie  wrote:
>
> > 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 
> > I tried again to load software from the Gambas Farm but unfortunately I
> > received exactly the same error message as before
> > I am not that concerned about this not working in Ubuntu as I intend to
> > install Linux Mint 18 when it is released in about a month's time which
> is
> > based on 16.04
> > If I install from a '.tar' is this likely to solve this problem?
> >
> >
> >
> > --
> > View this message in context:
> > http://gambas.8142.n7.nabble.com/qt5-tp56109p56124.html
> > Sent from the gambas-user mailing list archive at Nabble.com.
> >
> >
> --
> > Find and fix application performance issues faster with Applications
> > Manager
> > Applications Manager provides deep performance insights into multiple
> > tiers of
> > your business applications. It resolves application problems quickly and
> > reduces your MTTR. Get your free trial!
> > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> > ___
> > Gambas-user mailing list
> > Gambas-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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,
you are not actually using the Stable version from the PPA

I will bump the version number so that the one in the PPA  supersedes the
one from the official repository. In the meantime, you can force the
version from the PPA using synaptic and selecting Force Version from the
menus.

On Mon, May 2, 2016, 12:59 Charlie  wrote:

> 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 
> I tried again to load software from the Gambas Farm but unfortunately I
> received exactly the same error message as before
> I am not that concerned about this not working in Ubuntu as I intend to
> install Linux Mint 18 when it is released in about a month's time which is
> based on 16.04
> If I install from a '.tar' is this likely to solve this problem?
>
>
>
> --
> View this message in context:
> http://gambas.8142.n7.nabble.com/qt5-tp56109p56124.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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   
I tried again to load software from the Gambas Farm but unfortunately I
received exactly the same error message as before
I am not that concerned about this not working in Ubuntu as I intend to
install Linux Mint 18 when it is released in about a month's time which is
based on 16.04
If I install from a '.tar' is this likely to solve this problem?



--
View this message in context: 
http://gambas.8142.n7.nabble.com/qt5-tp56109p56124.html
Sent from the gambas-user mailing list archive at Nabble.com.
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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, 2016, 03:29 Alexie  wrote:

> I see a newer build (3 hours ago) for gambas3 3.8.4 and Ubuntu 16.04 in the
> PPA ... Maybe this one works ;-)
>
> 2016-05-01 18:54 GMT+02:00 Alexie :
>
> > The owner of the PPA is 'sebikul', not sure if he is around in this
> group?
> >
> > 2016-05-01 17:33 GMT+02:00 Charlie :
> >
> >> Are you able to add a 'xenial' repository to the Gambas ppa so that we
> can
> >> download the stable version that will work from there?
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >> http://gambas.8142.n7.nabble.com/qt5-tp56109p56114.html
> >> Sent from the gambas-user mailing list archive at Nabble.com.
> >>
> >>
> --
> >> Find and fix application performance issues faster with Applications
> >> Manager
> >> Applications Manager provides deep performance insights into multiple
> >> tiers of
> >> your business applications. It resolves application problems quickly and
> >> reduces your MTTR. Get your free trial!
> >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> >
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


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-repository -r ppa:gambas-team/gambas3
sudo apt-get --purge remove gambas3
sudo apt-get autoremove gambas3

sudo apt-get update

sudo apt-get install build-essential g++ automake autoconf libtool
libbz2-dev libmysqlclient-dev unixodbc-dev libpq-dev
postgresql-server-dev-9.5 libsqlite0-dev libsqlite3-dev libglib2.0-dev
libgtk2.0-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev
libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev
libxml2-dev libxslt1-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev
libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev
libxtst-dev libffi-dev libqt4-dev libqtwebkit-dev libqt4-opengl-dev
libglew1.6-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev
libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libcairo2-dev
libgsl0-dev libncurses5-dev libgmime-2.6-dev llvm-3.8-dev llvm libalure-dev
libgmp-dev libgtk-3-dev libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev
libsdl2-image-dev sane-utils libdumb1-dev libqt5opengl5-dev libqt5svg5-dev
libqt5webkit5-dev libqt5x11extras5-dev qtbase5-dev

Followed, by these commands, will save you two log files.

tar xvjf gambas3-3.8.4.tar.bz2

cd gambas3-3.8.4

( ./reconf-all && ./configure -C ) > ~/Desktop/R_conf3-8.log 2>&1

If only missing jit all is OK, continue (entering the password when
prompted) with:

( make && sudo make install ) > ~/Desktop/Make_Inst3-8.log 2>&1

Regards
Gianluigi

2016-05-02 8:27 GMT+02:00 Alexie :

> I see a newer build (3 hours ago) for gambas3 3.8.4 and Ubuntu 16.04 in the
> PPA ... Maybe this one works ;-)
>
> 2016-05-01 18:54 GMT+02:00 Alexie :
>
> > The owner of the PPA is 'sebikul', not sure if he is around in this
> group?
> >
> > 2016-05-01 17:33 GMT+02:00 Charlie :
> >
> >> Are you able to add a 'xenial' repository to the Gambas ppa so that we
> can
> >> download the stable version that will work from there?
> >>
> >>
> >>
> >> --
> >> View this message in context:
> >> http://gambas.8142.n7.nabble.com/qt5-tp56109p56114.html
> >> Sent from the gambas-user mailing list archive at Nabble.com.
> >>
> >>
> --
> >> Find and fix application performance issues faster with Applications
> >> Manager
> >> Applications Manager provides deep performance insights into multiple
> >> tiers of
> >> your business applications. It resolves application problems quickly and
> >> reduces your MTTR. Get your free trial!
> >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> >> ___
> >> Gambas-user mailing list
> >> Gambas-user@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> >
>
> --
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> ___
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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=L21haW4-

wei LIANG added an attachment:

Screenshot-Gambas文档 - -comp-gb.qt4 - Iceweasel.png



--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[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=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 to display the description of class.





--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] qt5

2016-05-02 Thread Alexie
I see a newer build (3 hours ago) for gambas3 3.8.4 and Ubuntu 16.04 in the
PPA ... Maybe this one works ;-)

2016-05-01 18:54 GMT+02:00 Alexie :

> The owner of the PPA is 'sebikul', not sure if he is around in this group?
>
> 2016-05-01 17:33 GMT+02:00 Charlie :
>
>> Are you able to add a 'xenial' repository to the Gambas ppa so that we can
>> download the stable version that will work from there?
>>
>>
>>
>> --
>> View this message in context:
>> http://gambas.8142.n7.nabble.com/qt5-tp56109p56114.html
>> Sent from the gambas-user mailing list archive at Nabble.com.
>>
>> --
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> ___
>> Gambas-user mailing list
>> Gambas-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>
--
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user