[Gambas-user] QT5 + OpenGL + WEbKit

2017-04-27 Thread Martin Cristia
Hi, after an system update from Ubuntu 17.04 Unity to 17.04 Gnome3, I can't longer use a webview + GLArea together. The QT5.OpenGL dont exist anymore, suppposed not need to, but gb.OpenGL complains it needs some OpenGL provider. I'm no able to find a combination of components that provide the W

Re: [Gambas-user] qt5

2016-06-16 Thread Benoît Minisini
Le 16/06/2016 12:23, Ian Haywood a écrit : > On Thu, Jun 16, 2016 at 7:22 PM, Benoît Minisini > wrote: > >> But putting gb.qt5 instead does not logically solve the problem, as we >> could imagine a distribution that provides qt4, qt4 webkit, qt5 and not >> qt5 webkit (as now webkit as been dropped

Re: [Gambas-user] qt5

2016-06-16 Thread Ian Haywood
On Thu, Jun 16, 2016 at 7:22 PM, Benoît Minisini wrote: > But putting gb.qt5 instead does not logically solve the problem, as we > could imagine a distribution that provides qt4, qt4 webkit, qt5 and not > qt5 webkit (as now webkit as been dropped by qt5)... Weird. That's a problem. Will Qt5 have

Re: [Gambas-user] qt5

2016-06-16 Thread Benoît Minisini
Le 16/06/2016 10:32, Ian Haywood a écrit : > On Wed, Jun 15, 2016 at 5:40 AM, Benoît Minisini > wrote: >> Le 14/06/2016 13:21, Ian Haywood a écrit : >>> >>> The problem quite complicated. Gambas looks for Qt4 and Qt5. If both are >>> found, >>> Qt4 is loaded. >> >> No, if Qt5 and Qt4 are present,

Re: [Gambas-user] qt5

2016-06-16 Thread Ian Haywood
On Wed, Jun 15, 2016 at 4:54 AM, Dimitris Anogiatis wrote: > Are the qt4 webkit and qt5 webkit too different that we can't use a symlink > for qt4's webkit to point to qt5's webkit? no they are too different: qt5 webkit won't load with Qt4. > That way we could (theoretically) bridge the gap tempo

Re: [Gambas-user] qt5

2016-06-16 Thread Ian Haywood
On Wed, Jun 15, 2016 at 5:40 AM, Benoît Minisini wrote: > Le 14/06/2016 13:21, Ian Haywood a écrit : >> >> The problem quite complicated. Gambas looks for Qt4 and Qt5. If both are >> found, >> Qt4 is loaded. > > No, if Qt5 and Qt4 are present, Qt5 is used. > > The choice between both is implement

Re: [Gambas-user] qt5

2016-06-14 Thread Benoît Minisini
Le 14/06/2016 13:21, Ian Haywood a écrit : > > The problem quite complicated. Gambas looks for Qt4 and Qt5. If both are > found, > Qt4 is loaded. No, if Qt5 and Qt4 are present, Qt5 is used. The choice between both is implemented in the gb.gui.qt component. So if you have ideas about how to enh

Re: [Gambas-user] qt5

2016-06-14 Thread Dimitris Anogiatis
Are the qt4 webkit and qt5 webkit too different that we can't use a symlink for qt4's webkit to point to qt5's webkit? That way we could (theoretically) bridge the gap temporarily until qt5 becomes more stable. Ian, what are your thoughts on that? I mean I know its hacky but could it possibly wor

Re: [Gambas-user] qt5

2016-06-14 Thread Ian Haywood
On Mon, May 2, 2016 at 1:11 AM, Benoît Minisini wrote: > Le 01/05/2016 16:01, Charlie a écrit : >> Thanks for the reply Benoît. Ubuntu 16.04 has Gambas 3.8.4 which I also use >> on Linux Mint 17.3 Cinnamon. >> Here is the Gambas Farm error I get. >> gambas1.png

Re: [Gambas-user] QT5 Configuration on Ubuntu 16.04

2016-05-06 Thread Gianluigi
I have already Gambas and it works OK. QT4Configuration is used to change the theme in Ubuntu classic and so should do QT5ct. You have Ubuntu classic (Unity) and you can use the transparency? Make this test: Create a new graphic project. Draw a label (label1) Above the label to cover it draws a tex

Re: [Gambas-user] QT5 Configuration on Ubuntu 16.04

2016-05-06 Thread Charlie
Try the following command. *sudo add-apt-repository -y ppa:gambas-team/gambas3 && sudo apt-get update && sudo apt-get -y install gambas3* -- View this message in context: http://gambas.8142.n7.nabble.com/QT5-Configuration-on-Ubuntu-16-04-tp56232p56233.html Sent from the gambas-user mailing list

[Gambas-user] QT5 Configuration on Ubuntu 16.04

2016-05-06 Thread Gianluigi
On Ubuntu 16.04 I had understood that QT5 Configuration Tool (qt5ct) was for QT5 as QT4 Configuration for QT4. I obtained from PPA as well: sudo add-apt-repository ppa:nilarimogard/webupd8 sudo apt-get update sudo apt-get install qt5ct As soon as installed, there was to be added to ~/.profile this

Re: [Gambas-user] qt5

2016-05-03 Thread Gianluigi
Yes, with also the procedure as I indicated. See attached image. Regards Gianluigi 2016-05-03 9:32 GMT+02:00 Charlie : > I have now installed Gambas 3.8.4 from the ppa on 16.04 and the Farm now > works as expected > Thanks to all your efforts. > > > > -- > View this message in context: > http://g

Re: [Gambas-user] qt5

2016-05-03 Thread Charlie
I have now installed Gambas 3.8.4 from the ppa on 16.04 and the Farm now works as expected Thanks to all your efforts. -- View this message in context: http://gambas.8142.n7.nabble.com/qt5-tp56109p56147.html Sent from the gambas-user mailing list archive at Nabble.com. -

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

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

Re: [Gambas-user] qt5

2016-05-01 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

Re: [Gambas-user] qt5

2016-05-01 Thread 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:/

Re: [Gambas-user] qt5

2016-05-01 Thread 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. --

Re: [Gambas-user] qt5

2016-05-01 Thread Alexie
I can confirm, the gambas3 3.8.4 packages on the PPA do *not* work on Ubuntu 16.04. The daily-build works fine. 2016-05-01 17:11 GMT+02:00 Benoît Minisini : > Le 01/05/2016 16:01, Charlie a écrit : > > Thanks for the reply Benoît. Ubuntu 16.04 has Gambas 3.8.4 which I also > use > > on Linux Mint

Re: [Gambas-user] qt5

2016-05-01 Thread Benoît Minisini
Le 01/05/2016 16:01, Charlie a écrit : > Thanks for the reply Benoît. Ubuntu 16.04 has Gambas 3.8.4 which I also use > on Linux Mint 17.3 Cinnamon. > Here is the Gambas Farm error I get. > gambas1.png > Here are the 'System information' det

Re: [Gambas-user] qt5

2016-05-01 Thread Charlie
Thanks for the reply Benoît. Ubuntu 16.04 has Gambas 3.8.4 which I also use on Linux Mint 17.3 Cinnamon. Here is the Gambas Farm error I get. gambas1.png Here are the 'System information' details for both operating systems. mint17.txt

Re: [Gambas-user] qt5

2016-05-01 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] qt5

2016-05-01 Thread Charlie
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

Re: [Gambas-user] [Qt5] Window flags are not properly handled

2015-05-22 Thread Benoît Minisini
Le 20/05/2015 12:04, Benoît Minisini a écrit : > Le 20/05/2015 07:36, Adrien Prokopowicz a écrit : >> Hello Benoît, >> >> As the title suggests, when setting the window flags of a form, >> these do not seem to properly apply when running. >> However, these work perfectly using Qt4. >> >> I tested a

Re: [Gambas-user] [Qt5] Window flags are not properly handled

2015-05-20 Thread Benoît Minisini
Le 20/05/2015 07:36, Adrien Prokopowicz a écrit : > Hello Benoît, > > As the title suggests, when setting the window flags of a form, > these do not seem to properly apply when running. > However, these work perfectly using Qt4. > > I tested a few, including Border, SkipTaskbar, Stacking, Sticky an

[Gambas-user] [Qt5] Window flags are not properly handled

2015-05-19 Thread Adrien Prokopowicz
Hello Benoît, As the title suggests, when setting the window flags of a form, these do not seem to properly apply when running. However, these work perfectly using Qt4. I tested a few, including Border, SkipTaskbar, Stacking, Sticky and TakeFocus. None of these work, using Qt 5.4.1 and latest