From gambas.fr at ...626... Sun May 1 11:56:22 2016 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 1 May 2016 11:56:22 +0200 Subject: [Gambas-user] Embedding the Linux console In-Reply-To: References: <57224FFA.8000701@...626...> Message-ID: 3.9 2016-04-30 23:40 GMT+02:00 Jorge Carri?n : > Wow, what nice look! > I am waiting impatiently the 3.9 release... (or is the 3.8.5?) > > Regards > > > 2016-04-30 11:23 GMT+02:00 Fabien Bodard : > >> 2016-04-29 10:31 GMT+02:00 Jorge Carri?n : >> > Good an simple Lee. >> > >> > Unfortunately doesn't work with ssh sessions or nano sessions, etc. Our >> > target is administer a remote computer via ssh within gambas. >> > >> > Thanks for the answer. >> > >> > Best Regards >> > >> >> But now we have the Gambas console. I wanted a real console to embark >> on some of my own projects and I especially wanted to understand how >> to work VT100 terminals in order to make a simpler component that >> gb.curses. Rebuild the machine to learn to communicate with her. The >> second advantage is to gain a certain independence in relation to >> desktop environment. Also the communication between the program and >> the onboard terminal can be more direct. >> Benoit rewrote almost all my code which was based on konsole out. Now >> it is a terminal with a really original internal code. It's pretty >> fast execution has not blush before a terminal C. >> >> Frankly it's one of the beautiful parts of the code gambas project. >> Should frame it :-). >> >> >> ------------------------------------------------------------------------------ >> 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard From charlie at ...2793... Sun May 1 15:01:57 2016 From: charlie at ...2793... (Charlie) Date: Sun, 1 May 2016 06:01:57 -0700 (MST) Subject: [Gambas-user] qt5 Message-ID: <1462107717557-56109.post@...3046...> 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? -- View this message in context: http://gambas.8142.n7.nabble.com/qt5-tp56109.html Sent from the gambas-user mailing list archive at Nabble.com. From gambas at ...1... Sun May 1 16:10:24 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 1 May 2016 16:10:24 +0200 Subject: [Gambas-user] qt5 In-Reply-To: <1462107717557-56109.post@...3046...> References: <1462107717557-56109.post@...3046...> Message-ID: <57260E50.3060201@...1...> 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? > The IDE does not require QT5. It is based on the gb.gui.qt component that switches between QT4 and QT5 according to the current desktop and what is found on your system. So the problem is in the Gambas IDE package that does not have the accurate dependencies. Which one do you use? As for the Gambas farm programs, I think that most of them, if not all, does not really require QT4. I will have an option to install them by ignoring missing dependencies. Regards, -- Beno?t Minisini From charlie at ...2793... Sun May 1 16:01:24 2016 From: charlie at ...2793... (Charlie) Date: Sun, 1 May 2016 07:01:24 -0700 (MST) Subject: [Gambas-user] qt5 In-Reply-To: <57260E50.3060201@...1...> References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> Message-ID: <1462111284583-56111.post@...3046...> 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 ubuntu16.txt Note that for future editions the English is 'System information' not 'System information*s*'. -- View this message in context: http://gambas.8142.n7.nabble.com/qt5-tp56109p56111.html Sent from the gambas-user mailing list archive at Nabble.com. From gambas at ...1... Sun May 1 17:11:25 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 1 May 2016 17:11:25 +0200 Subject: [Gambas-user] qt5 In-Reply-To: <1462111284583-56111.post@...3046...> References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> Message-ID: <57261C9D.5020607@...1...> 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' details for both operating systems. > mint17.txt > ubuntu16.txt > Note that for future editions the English is 'System information' not > 'System information*s*'. > So I guess that (again) Debian/Ubuntu Gambas packages were made incorrectly... -- Beno?t Minisini From ualex73 at ...626... Sun May 1 17:35:26 2016 From: ualex73 at ...626... (Alexie) Date: Sun, 1 May 2016 17:35:26 +0200 Subject: [Gambas-user] qt5 In-Reply-To: <57261C9D.5020607@...1...> References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> Message-ID: 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 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 > > ubuntu16.txt > > Note that for future editions the English is 'System information' not > > 'System information*s*'. > > > > So I guess that (again) Debian/Ubuntu Gambas packages were made > incorrectly... > > -- > 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From charlie at ...2793... Sun May 1 17:33:44 2016 From: charlie at ...2793... (Charlie) Date: Sun, 1 May 2016 08:33:44 -0700 (MST) Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> Message-ID: <1462116824878-56114.post@...3046...> 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. From ualex73 at ...626... Sun May 1 18:54:12 2016 From: ualex73 at ...626... (Alexie) Date: Sun, 1 May 2016 18:54:12 +0200 Subject: [Gambas-user] qt5 In-Reply-To: <1462116824878-56114.post@...3046...> References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> Message-ID: 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bugtracker at ...3416... Mon May 2 02:48:39 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 02 May 2016 00:48:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- ?? reported a new bug. Summary ------- display error in the component of project property. Type : Bug Priority : Medium Gambas version : 3.8 Product : Development Environment Description ----------- in gambas IDE , 'project'menu ->'property'menu->'components'item. all checkbox.value display is 'true', whether it is 'true' or 'false'. System information ------------------ [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=3.16.0-4-amd64 Architecture=x86_64 Distribution=debian 8.1 Desktop=MATE Theme=Windows Language=zh_CN.UTF-8 Memory=3874M [Libraries] Cairo=libcairo.so.2.11400.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.12 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.404.0 GTK+2=libgtk-x11-2.0.so.0.2400.25 GTK+3=libgtk-3.so.0.1400.5 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.46.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.3.2 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-aQhWb2dMkK,guid=d7d55c2cafd02ba70f8308fe57269ae8 DESKTOP_SESSION=mate DISPLAY=:0.0 GB_GUI=gb.qt4 GDMSESSION=mate GDM_LANG=zh_CN.utf8 GPG_AGENT_INFO=/run/user/1000/keyring/gpg:0:1 GTK_IM_MODULE=fcitx HOME= LANG=zh_CN.UTF-8 LANGUAGE=zh_CN:zh LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games PWD= QT4_IM_MODULE=fcitx QT_IM_MODULE=fcitx SESSION_MANAGER=local/:@/tmp/.ICE-unix/1068,unix/:/tmp/.ICE-unix/1068 SHELL=/bin/bash SSH_AGENT_PID=1157 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CURRENT_DESKTOP=MATE XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_ID=1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_VTNR=7 XMODIFIERS=@...3498...=fcitx From bugtracker at ...3416... Mon May 2 02:49:09 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 02 May 2016 00:49:09 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- ?? added an attachment: Screenshot-???? - cut.png From bugtracker at ...3416... Mon May 2 02:49:17 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 02 May 2016 00:49:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- ?? added an attachment: Screenshot-???? - cut-1.png From ualex73 at ...626... Mon May 2 08:27:26 2016 From: ualex73 at ...626... (Alexie) Date: Mon, 2 May 2016 08:27:26 +0200 Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> Message-ID: 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 at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From bugtracker at ...3416... Mon May 2 11:13:36 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 02 May 2016 09:13:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #935: @{classes} can't correct work Message-ID: 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 to display the description of class. From bugtracker at ...3416... Mon May 2 11:14:06 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 02 May 2016 09:14:06 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #935: @{classes} can't correct work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.935&from=L21haW4- wei LIANG added an attachment: Screenshot-Gambas?? - -comp-gb.qt4 - Iceweasel.png From bagonergi at ...626... Mon May 2 16:32:39 2016 From: bagonergi at ...626... (Gianluigi) Date: Mon, 2 May 2016 16:32:39 +0200 Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> Message-ID: 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From sebikul at ...626... Mon May 2 16:41:31 2016 From: sebikul at ...626... (Sebastian Kulesz) Date: Mon, 02 May 2016 14:41:31 +0000 Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> Message-ID: 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From charlie at ...2793... Mon May 2 16:54:40 2016 From: charlie at ...2793... (Charlie) Date: Mon, 2 May 2016 07:54:40 -0700 (MST) Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> Message-ID: <1462200880879-56124.post@...3046...> 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. From sebikul at ...626... Mon May 2 18:18:11 2016 From: sebikul at ...626... (Sebastian Kulesz) Date: Mon, 02 May 2016 16:18:11 +0000 Subject: [Gambas-user] qt5 In-Reply-To: <1462200880879-56124.post@...3046...> References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> <1462200880879-56124.post@...3046...> Message-ID: 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From charlie at ...2793... Mon May 2 17:31:22 2016 From: charlie at ...2793... (Charlie) Date: Mon, 2 May 2016 08:31:22 -0700 (MST) Subject: [Gambas-user] qt5 In-Reply-To: References: <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> <1462200880879-56124.post@...3046...> Message-ID: <1462203082240-56126.post@...3046...> 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. From ualex73 at ...626... Mon May 2 18:35:03 2016 From: ualex73 at ...626... (Alexie) Date: Mon, 2 May 2016 18:35:03 +0200 Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> <1462200880879-56124.post@...3046...> Message-ID: @Sebastian: Now i see it ... Ubuntu 16.04 has gambas3 3.8.4 too ... which makes the bl**dy mess of it: *root at ...1008...*:*/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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From sebikul at ...626... Mon May 2 18:39:12 2016 From: sebikul at ...626... (Sebastian Kulesz) Date: Mon, 02 May 2016 16:39:12 +0000 Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> <1462200880879-56124.post@...3046...> Message-ID: 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 at ...1008...*:*/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 at 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From ualex73 at ...626... Mon May 2 18:45:34 2016 From: ualex73 at ...626... (Alexie) Date: Mon, 2 May 2016 18:45:34 +0200 Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> <1462200880879-56124.post@...3046...> Message-ID: 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 at ...1008...*:*/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 at 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 at 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From shordi at ...626... Mon May 2 19:04:31 2016 From: shordi at ...626... (=?UTF-8?Q?Jorge_Carri=C3=B3n?=) Date: Mon, 2 May 2016 19:04:31 +0200 Subject: [Gambas-user] System Colors Message-ID: 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 From gambas at ...1... Mon May 2 19:06:54 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 2 May 2016 19:06:54 +0200 Subject: [Gambas-user] System Colors In-Reply-To: References: Message-ID: <5727892E.80709@...1...> 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 From shordi at ...626... Mon May 2 19:14:54 2016 From: shordi at ...626... (=?UTF-8?Q?Jorge_Carri=C3=B3n?=) Date: Mon, 2 May 2016 19:14:54 +0200 Subject: [Gambas-user] System Colors In-Reply-To: <5727892E.80709@...1...> References: <5727892E.80709@...1...> Message-ID: mmmm 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From ualex73 at ...626... Mon May 2 19:28:44 2016 From: ualex73 at ...626... (Alexie) Date: Mon, 2 May 2016 19:28:44 +0200 Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> <1462200880879-56124.post@...3046...> Message-ID: Just looked, and this PPA is now automatically selected ... And this one works on Ubuntu 16.04 ! ... Thanks Sebastian! ? From sebikul at ...626... Mon May 2 19:50:26 2016 From: sebikul at ...626... (Sebastian Kulesz) Date: Mon, 02 May 2016 17:50:26 +0000 Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> <1462200880879-56124.post@...3046...> Message-ID: 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From ron at ...1740... Mon May 2 19:53:07 2016 From: ron at ...1740... (Ron) Date: Mon, 2 May 2016 19:53:07 +0200 Subject: [Gambas-user] System Colors In-Reply-To: References: <5727892E.80709@...1...> Message-ID: $ sudo sed -i 's/tooltip_fg_color:#ffffff/tooltip_fg_color:#000000/g' /usr/share/themes/Ambiance/gtk-2.0/gtkrc $ sudo sed -i 's/tooltip_bg_color:#000000/tooltip_bg_color:#ffffff/g' /usr/share/themes/Ambiance/gtk-2.0/gtkrc restart app 2016-05-02 19:14 GMT+02:00 Jorge Carri?n : > mmmm 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From bagonergi at ...626... Mon May 2 20:12:15 2016 From: bagonergi at ...626... (Gianluigi) Date: Mon, 2 May 2016 20:12:15 +0200 Subject: [Gambas-user] qt5 In-Reply-To: References: <1462107717557-56109.post@...3046...> <57260E50.3060201@...1...> <1462111284583-56111.post@...3046...> <57261C9D.5020607@...1...> <1462116824878-56114.post@...3046...> <1462200880879-56124.post@...3046...> Message-ID: 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Mon May 2 20:20:07 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 2 May 2016 20:20:07 +0200 Subject: [Gambas-user] System Colors In-Reply-To: References: <5727892E.80709@...1...> Message-ID: <57279A57.9060109@...1...> Le 02/05/2016 19:14, Jorge Carri?n a ?crit : > mmmm 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 From shordi at ...626... Mon May 2 21:58:16 2016 From: shordi at ...626... (=?UTF-8?Q?Jorge_Carri=C3=B3n?=) Date: Mon, 2 May 2016 21:58:16 +0200 Subject: [Gambas-user] System Colors In-Reply-To: <57279A57.9060109@...1...> References: <5727892E.80709@...1...> <57279A57.9060109@...1...> Message-ID: 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 : > > mmmm 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From shordi at ...626... Mon May 2 21:58:40 2016 From: shordi at ...626... (=?UTF-8?Q?Jorge_Carri=C3=B3n?=) Date: Mon, 2 May 2016 21:58:40 +0200 Subject: [Gambas-user] System Colors In-Reply-To: References: <5727892E.80709@...1...> Message-ID: I'll try it. Thanks Ron Regards 2016-05-02 19:53 GMT+02:00 Ron : > $ sudo sed -i 's/tooltip_fg_color:#ffffff/tooltip_fg_color:#000000/g' > /usr/share/themes/Ambiance/gtk-2.0/gtkrc > $ sudo sed -i 's/tooltip_bg_color:#000000/tooltip_bg_color:#ffffff/g' > /usr/share/themes/Ambiance/gtk-2.0/gtkrc > > restart app > > 2016-05-02 19:14 GMT+02:00 Jorge Carri?n : > > mmmm 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 at 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From t.lee.davidson at ...626... Mon May 2 22:44:58 2016 From: t.lee.davidson at ...626... (T Lee Davidson) Date: Mon, 2 May 2016 16:44:58 -0400 Subject: [Gambas-user] Set timeout for Webview? Message-ID: <5727BC4A.20002@...626...> 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." From gambas at ...1... Tue May 3 03:08:49 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 3 May 2016 03:08:49 +0200 Subject: [Gambas-user] qt5 In-Reply-To: <1462107717557-56109.post@...3046...> References: <1462107717557-56109.post@...3046...> Message-ID: <5727FA21.2000409@...1...> 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 From bugtracker at ...3416... Tue May 3 09:28:07 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 03 May 2016 07:28:07 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #936: Dark pastel theme Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.936&from=L21haW4- Antonio OREFICE reported a new bug. Summary ------- Dark pastel theme Type : Request Priority : Low Gambas version : Unknown Product : Unknown Description ----------- I don't know if this is the right place to submit this, but i made a dark theme, named "Dark Pastel", attached. If you like it, maybe you could add it to the shipped ones (?). From bugtracker at ...3416... Tue May 3 09:28:21 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 03 May 2016 07:28:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #936: Dark pastel theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.936&from=L21haW4- Antonio OREFICE added an attachment: dark_pastel.png From bugtracker at ...3416... Tue May 3 09:28:30 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 03 May 2016 07:28:30 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #936: Dark pastel theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.936&from=L21haW4- Antonio OREFICE added an attachment: dark_pastel.gambas.tar.gz From bugtracker at ...3416... Tue May 3 09:58:27 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 03 May 2016 07:58:27 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #936: Dark pastel theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.936&from=L21haW4- Antonio OREFICE added an attachment: dark_pastel-fix.gambas.theme From bugtracker at ...3416... Tue May 3 09:58:52 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 03 May 2016 07:58:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #936: Dark pastel theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.936&from=L21haW4- Comment #1 by Antonio OREFICE: dark_pastel-fix.gambas.theme is the right one From charlie at ...2793... Tue May 3 09:32:38 2016 From: charlie at ...2793... (Charlie) Date: Tue, 3 May 2016 00:32:38 -0700 (MST) Subject: [Gambas-user] qt5 In-Reply-To: <5727FA21.2000409@...1...> References: <1462107717557-56109.post@...3046...> <5727FA21.2000409@...1...> Message-ID: <1462260758250-56147.post@...3046...> 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. From bagonergi at ...626... Tue May 3 10:49:17 2016 From: bagonergi at ...626... (Gianluigi) Date: Tue, 3 May 2016 10:49:17 +0200 Subject: [Gambas-user] qt5 In-Reply-To: <1462260758250-56147.post@...3046...> References: <1462107717557-56109.post@...3046...> <5727FA21.2000409@...1...> <1462260758250-56147.post@...3046...> Message-ID: 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://gambas.8142.n7.nabble.com/qt5-tp56109p56147.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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------- next part -------------- A non-text attachment was scrubbed... Name: Schermata del 2016-05-03 10-39-09.png Type: image/png Size: 15712 bytes Desc: not available URL: From vuott at ...325... Tue May 3 13:17:20 2016 From: vuott at ...325... (Ru Vuott) Date: Tue, 3 May 2016 11:17:20 +0000 (UTC) Subject: [Gambas-user] Unable to compile gambas3 with rev. 7752 References: <1065257681.10180697.1462274240867.JavaMail.yahoo.ref@...3424...> Message-ID: <1065257681.10180697.1462274240867.JavaMail.yahoo@...3424...> Hello, at end of "make install" of rev. 7752 I obtain this message: Unable to compile gambas3 regards vuott From johny.provoost at ...27... Wed May 4 12:35:47 2016 From: johny.provoost at ...27... (Johny Provoost) Date: Wed, 4 May 2016 12:35:47 +0200 Subject: [Gambas-user] Unable to start Gambas Message-ID: <5729D083.6090709@...27...> Since the last update this morning I can't start Gambas any more. When I start Gambas from terminal I get the error: gbr3: unable to load component: gb.form.terminal I use the daily builds from: http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu on trusty (Ubuntu 14.04) -- *Vriendelijke Groeten* *Johny Provoost* *mailto: johny.provoost at ...27... * *mailto: johny.provoost at ...626... * *Website:* *http://www.johnyprovoost.net* From gambas at ...1... Wed May 4 12:53:07 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 4 May 2016 12:53:07 +0200 Subject: [Gambas-user] Unable to start Gambas In-Reply-To: <5729D083.6090709@...27...> References: <5729D083.6090709@...27...> Message-ID: <5729D493.2060107@...1...> Le 04/05/2016 12:35, Johny Provoost a ?crit : > Since the last update this morning I can't start Gambas any more. > When I start Gambas from terminal I get the error: > gbr3: unable to load component: gb.form.terminal > > I use the daily builds from: > http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu on trusty > (Ubuntu 14.04) > > As that bug has been fixed yesterday, I guess you have to wait one day more. -- Beno?t Minisini From johny.provoost at ...27... Wed May 4 12:58:11 2016 From: johny.provoost at ...27... (Johny Provoost) Date: Wed, 4 May 2016 12:58:11 +0200 Subject: [Gambas-user] Unable to start Gambas In-Reply-To: <5729D493.2060107@...1...> References: <5729D083.6090709@...27...> <5729D493.2060107@...1...> Message-ID: <5729D5C3.1090409@...27...> Op 04-05-16 om 12:53 schreef Beno??t Minisini: Le 04/05/2016 12:35, Johny Provoost a ??crit : Since the last update this morning I can't start Gambas any more. When I start Gambas from terminal I get the error: gbr3: unable to load component: gb.form.terminal I use the daily builds from: [1]http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu on trusty (Ubuntu 14.04) As that bug has been fixed yesterday, I guess you have to wait one day more. No Problem, Thank You. -- Vriendelijke Groeten Johny Provoost mailto: [2]johny.provoost at ...27... mailto: [3]johny.provoost at ...626... Website: [4]http://www.johnyprovoost.net References 1. http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu 2. mailto:johny.provoost at ...27... 3. mailto:johny.provoost at ...626... 4. http://www.johnyprovoost.net/ From abbat.81 at ...787... Wed May 4 15:09:49 2016 From: abbat.81 at ...787... (abbat81) Date: Wed, 4 May 2016 06:09:49 -0700 (MST) Subject: [Gambas-user] Create a Form like Panel on Desktop In-Reply-To: References: Message-ID: <1462367389746-56153.post@...3046...> Hi Herberth, It was me who asked about: > > Is it possible to create form like panel (f.e. Lxpanel). Can you give a link to sourses of your Innova_Panel? Thanks in advance :) -- View this message in context: http://gambas.8142.n7.nabble.com/Re-Create-a-Form-like-Panel-on-Desktop-tp56089p56153.html Sent from the gambas-user mailing list archive at Nabble.com. From charlie at ...2793... Wed May 4 17:24:13 2016 From: charlie at ...2793... (Charlie) Date: Wed, 4 May 2016 08:24:13 -0700 (MST) Subject: [Gambas-user] MessageBox problem Message-ID: <1462375453326-56154.post@...3046...> The MessageBox gives focus to the first button created so it's a good idea to use the first button as 'Cancel' in case a user presses [Enter]. If the user decides he does not want the MessageBox at all and presses the 'X' to close it the message box returns the number of the last button which in the case of a MessageBox with 2 button 'Cancel' & 'Do It' pressing the 'X' will cause the 'Do It' routine to be activated. See example attached. is this correct? MessageBoxTest.tar -- View this message in context: http://gambas.8142.n7.nabble.com/MessageBox-problem-tp56154.html Sent from the gambas-user mailing list archive at Nabble.com. From bugtracker at ...3416... Wed May 4 20:42:16 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 18:42:16 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #908: Compilation error - QT5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.908&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at ...3416... Wed May 4 20:42:57 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 18:42:57 GMT Subject: [Gambas-user] =?utf-8?q?=5BGambas_Bug_Tracker=5D_Bug_=23917=3A_Vi?= =?utf-8?q?olaci=C3=B3n_de_segmento_=28=60core=27_generado=29?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.917&from=L21haW4- Comment #5 by Beno?t MINISINI: Is it fixed now? Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Wed May 4 20:43:04 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 18:43:04 GMT Subject: [Gambas-user] =?utf-8?q?=5BGambas_Bug_Tracker=5D_Bug_=23917=3A_Vi?= =?utf-8?q?olaci=C3=B3n_de_segmento_=28=60core=27_generado=29?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.917&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at ...3416... Wed May 4 20:47:20 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 18:47:20 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #916: Inputbox can not handle large messages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.916&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Wed May 4 21:01:59 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:01:59 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #916: Inputbox can not handle large messages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.916&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in revision #7758. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Wed May 4 21:02:52 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:02:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #913: I can not not install or download, Farm example because they use gb.qt4 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.913&from=L21haW4- Comment #3 by Beno?t MINISINI: The modification has been done in revision #7752. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Wed May 4 21:05:54 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:05:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #919: FileChooser always shows directory panel, even when visible=false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.919&from=L21haW4- Comment #1 by Beno?t MINISINI: The directory panel is not intended to be hidden. If you need to just choose a file, use a FileView. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at ...3416... Wed May 4 21:06:27 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:06:27 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #921: CServerSocket.c doesn't handle all error codes. E.g. trying to listen as none-root, on port <1024 doesn't raise an error. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.921&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Wed May 4 21:22:56 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:22:56 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #919: FileChooser always shows directory panel, even when visible=false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.919&from=L21haW4- Comment #2 by Alexander KUIPER: The problem with FileView, it just gives not enough 'view' options. The FileChooser has the following good options: - Changed detailed view - from icon to filename/datetime - Zoom in/out on pictures From bugtracker at ...3416... Wed May 4 21:25:16 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:25:16 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #919: FileChooser always shows directory panel, even when visible=false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.919&from=L21haW4- Comment #3 by Alexander KUIPER: (3) Also you can choose a preferred file-extension, but you can STILL choose for "*" (all extensions). So FileView is limited, compared to FileChooser. From bugtracker at ...3416... Wed May 4 21:28:58 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:28:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #919: FileChooser always shows directory panel, even when visible=false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.919&from=L21haW4- Comment #4 by Beno?t MINISINI: FileChooser is "just" a DirView next to a FileView with a toolbar and a popup menu. How could it have less features? From bugtracker at ...3416... Wed May 4 21:30:00 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:30:00 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #919: FileChooser always shows directory panel, even when visible=false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.919&from=L21haW4- Comment #5 by Beno?t MINISINI: ...and a bookmark button for the DirView too. From bugtracker at ...3416... Wed May 4 21:32:21 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:32:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #919: FileChooser always shows directory panel, even when visible=false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.919&from=L21haW4- Comment #6 by Alexander KUIPER: Ok, then I am missing the toolbar option in this situation, sorry ... Do you have a 'simple' option to add it to a gambas application? (i didn't check the gambas source for it yet) From bugtracker at ...3416... Wed May 4 21:46:51 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:46:51 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #919: FileChooser always shows directory panel, even when visible=false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.919&from=L21haW4- Comment #7 by Beno?t MINISINI: I don't understand what you need exactly: can you elaborate? From bugtracker at ...3416... Wed May 4 21:53:31 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:53:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #921: CServerSocket.c doesn't handle all error codes. E.g. trying to listen as none-root, on port <1024 doesn't raise an error. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.921&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7759. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Wed May 4 21:55:30 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 19:55:30 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #931: IDE settings spinbox for tab width too narrow In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.931&from=L21haW4- Comment #1 by Beno?t MINISINI: Ha, it's the German word "Leerstelle" that is too wide! :-) Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Wed May 4 22:06:55 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 20:06:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #931: IDE settings spinbox for tab width too narrow In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.931&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in revision #7760. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Wed May 4 22:49:09 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 20:49:09 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #933: sub-pixel antialiasing is ignored by qt4 editor component In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.933&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Wed May 4 22:59:06 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 20:59:06 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #931: IDE settings spinbox for tab width too narrow In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.931&from=L21haW4- Comment #3 by C THAL: Haha, great! "Leerstelle" means an equivalent to Null. Funny ... :-) Thank you for the fix. From bugtracker at ...3416... Wed May 4 23:49:16 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 21:49:16 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #937: PPA problem(?), can't launch gambas3. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.937&from=L21haW4- nemuru TAKEDA reported a new bug. Summary ------- PPA problem(?), can't launch gambas3. Type : Bug Priority : High Gambas version : 3.8.90 (TRUNK) Product : Ubuntu packages Description ----------- I'm using ubuntu 16.04LTS and gambas-daily-build ppa. After upgrading to 3.8.90+svn7754+build1~ubuntu16.04.1, I can't launch gambas3 and terminal returns message "gbr3: unable to load component: gb.form.terminal". and I wonder why terminal package name in PPA is "gambas3-form-terminal". Correct name should be "gambas3-gb-form-terminal" I think. From bugtracker at ...3416... Wed May 4 23:59:46 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 21:59:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #938: Extra mouse clicks required with GTK+ Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.938&from=L21haW4- Jussi LAHTINEN reported a new bug. Summary ------- Extra mouse clicks required with GTK+ Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : GTK+2 component Description ----------- See attached project. Click on "Add/edit ingredients", then click on "Select ingredient". Notice that you have to click twice before anything happens. If you change gb.gtk to gb.qt the problem disappears. System information ------------------ [System] Gambas=3.8.90 r7757 OperatingSystem=Linux Kernel=3.13.0-37-generic Architecture=x86_64 Distribution=Linux Mint 17.2 Rafaela Desktop=GNOME Theme=Gtk Language=en_US.UTF-8 Memory=7985M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-B1ZeahZq5R,guid=95d6747454be0cbb4aa8bc5e5729e4f1 DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path DESKTOP_SESSION=cinnamon DISPLAY=:0.0 GB_GUI=gb.qt4 GB_PROFILE_MAX=1000 GDMSESSION=cinnamon GDM_XSERVER_LOCATION=local GIO_LAUNCHED_DESKTOP_FILE=/Desktop/Gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=18987 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/1000/keyring-O3G3Br GPG_AGENT_INFO=/run/user/1000/keyring-O3G3Br/gpg:0:1 GTK_IM_MODULE=xim HOME= INSIDE_NEMO_PYTHON= LANG=en_US.UTF-8 LC_ADDRESS=fi_FI.UTF-8 LC_IDENTIFICATION=fi_FI.UTF-8 LC_MEASUREMENT=fi_FI.UTF-8 LC_MONETARY=fi_FI.UTF-8 LC_NAME=fi_FI.UTF-8 LC_NUMERIC=fi_FI.UTF-8 LC_PAPER=fi_FI.UTF-8 LC_TELEPHONE=fi_FI.UTF-8 LC_TIME=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path MDMSESSION=cinnamon MDM_LANG=en_US.UTF-8 MDM_XSERVER_LOCATION=local PAPERSIZE=letter PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT4_IM_MODULE=xim SESSION_MANAGER=local/:@/tmp/.ICE-unix/1823,unix/:/tmp/.ICE-unix/1823 SHELL=/bin/bash SSH_AGENT_PID=2016 SSH_AUTH_SOCK=/run/user/1000/keyring-O3G3Br/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=8 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=5a45fa29109f0ee2389b1b0355283726-1462363376.285516-1223388188 XDG_SESSION_DESKTOP=cinnamon XDG_SESSION_ID=c2 XDG_VTNR=8 XMODIFIERS=@...3498...=none From bugtracker at ...3416... Thu May 5 00:00:06 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 22:00:06 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #938: Extra mouse clicks required with GTK+ In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.938&from=L21haW4- Jussi LAHTINEN added an attachment: PTC-Calculator-0.0.1.tar.gz From bugtracker at ...3416... Thu May 5 01:33:34 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 23:33:34 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #933: sub-pixel antialiasing is ignored by qt4 editor component In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.933&from=L21haW4- Comment #2 by Beno?t MINISINI: It's actually a QT bug introduced in QT 4.8 that has never been fixed. Sub-pixel anti-aliasing is disabled when drawing on an intermediate Picture or Image, which I do in the TextEditor control for speeding-up text drawing. It works through ssh, because when a non-local X11 connection is detected, all image drawing caches are disabled. From bugtracker at ...3416... Thu May 5 01:33:54 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 23:33:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #933: sub-pixel antialiasing is ignored by qt4 editor component In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.933&from=L21haW4- Comment #3 by Beno?t MINISINI: https://bugreports.qt.io/browse/QTBUG-22334 From bugtracker at ...3416... Thu May 5 01:37:29 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 04 May 2016 23:37:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #933: sub-pixel antialiasing is ignored by qt4 editor component In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.933&from=L21haW4- Comment #4 by Beno?t MINISINI: I mark the bug as rejected, as I didn't find any possible workaround for that bug. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at ...3416... Thu May 5 02:19:36 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 00:19:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #939: TextArea.ToPos not behaving as expected Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.939&from=L21haW4- T. Lee DAVIDSON reported a new bug. Summary ------- TextArea.ToPos not behaving as expected Type : Bug Priority : Medium Gambas version : 3.8 Product : GUI components Description ----------- It's really difficult to describe any pattern to its behaviour. Simple example: Create a form with a TextArea and the following code: Public Sub Form_Open() Dim iPos As Integer TextArea1.Text = "Hello\nGambas\nWorld" Print "L#/C#", "Pos", "Line", "Column" iPos = TextArea1.ToPos(0, 0) Print "0/0", iPos, TextArea1.ToLine(iPos), TextArea1.ToColumn(iPos) iPos = TextArea1.ToPos(1, 0) Print "0/0", iPos, TextArea1.ToLine(iPos), TextArea1.ToColumn(iPos) iPos = TextArea1.ToPos(2, 2) Print "0/0", iPos, TextArea1.ToLine(iPos), TextArea1.ToColumn(iPos) End The output is: L#/C# Pos Line Column 0/0 0 0 0 0/0 7 1 1 0/0 9 1 3 System information ------------------ [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=4.1.20-11-default Architecture=x86_64 Distribution=SuSE NAME="openSUSE Leap" VERSION="42.1" VERSION_ID="42.1" PRETTY_NAME="openSUSE Leap 42.1 (x86_64)" ID=opensuse ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:opensuse:42.1" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://opensuse.org/" ID_LIKE="suse" Desktop=KDE5 Theme=Breeze Language=en_US.UTF-8 Memory=2001M [Libraries] Cairo=libcairo.so.2.11400.2 DBus=libdbus-1.so.3.8.11 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 OpenGL=libGL.so.1.2.0 QT4=libQtCore.so.4.8.6 [Environment] ALSA_CONFIG_PATH=/etc/alsa-pulse.conf AUDIODRIVER=pulseaudio COLORTERM=1 CONFIG_SITE=/usr/share/site/x86_64-unknown-linux-gnu CPU=x86_64 CSHEDIT=emacs CVS_RSH=ssh DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-B4LPTR4St5,guid=10e45f746146b4c7678e52e9572a2bbf DESKTOP_SESSION=/usr/share/xsessions/plasma5 DISPLAY=:0 FROM_HEADER= GB_GUI=gb.qt5 GPG_AGENT_INFO=/tmp/gpg-x4FUfn/S.gpg-agent:1821:1 GPG_TTY=not a tty GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_IM_MODULE=cedilla GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc G_BROKEN_FILENAMES=1 G_FILENAME_ENCODING=@...3501...,UTF-8,ISO-8859-15,CP1252 HISTSIZE=1000 HOME= HOST= HOSTNAME= HOSTTYPE=x86_64 INPUTRC=/.inputrc JAVA_BINDIR=/usr/lib64/jvm/java/bin JAVA_HOME=/usr/lib64/jvm/java JAVA_ROOT=/usr/lib64/jvm/java JDK_HOME=/usr/lib64/jvm/java JRE_HOME=/usr/lib64/jvm/java/jre KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=en_US.UTF-8 LESS=-M -I -R LESSCLOSE=lessclose.sh %s %s LESSKEY=/etc/lesskey.bin LESSOPEN=lessopen.sh %s LESS_ADVANCED_PREPROCESSOR=no LOGNAME= MACHTYPE=x86_64-suse-linux MAIL=/var/spool/mail/ MANPATH=/usr/local/man:/usr/share/man MINICOM=-c on MORE=-sl NNTPSERVER=news OSTYPE=linux PAGER=less PATH=/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games PROFILEREAD=true PWD= PYTHONSTARTUP=/etc/pythonstart QEMU_AUDIO_DRV=pa QT_IM_MODULE=xim QT_IM_SWITCHER=imsw-multi QT_NO_GLIB=1 QT_SYSTEM_DIR=/usr/share/desktop-data SDK_HOME=/usr/lib64/jvm/java SDL_AUDIODRIVER=pulse SESSION_MANAGER=local/:@/tmp/.ICE-unix/1875,unix/:/tmp/.ICE-unix/1875 SHELL=/bin/bash SHLVL=1 SSH_AGENT_PID=1820 SSH_ASKPASS=/usr/lib/ssh/ksshaskpass SSH_AUTH_SOCK=/tmp/ssh-FO4KCOd8yPKG/agent.1769 TERM=xterm TZ=:/etc/localtime USER= WINDOWMANAGER=/usr/bin/startkde XAUTHLOCALHOSTNAME= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_SIZE=0 XCURSOR_THEME=breeze_cursors XDG_CONFIG_DIRS=/etc/xdg XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB XMODIFIERS=@...3498...=local XNLSPATH=/usr/share/X11/nls XSESSION_IS_UP=yes _=/usr/lib64/libexec/kf5/start_kdeinit_wrapper From bugtracker at ...3416... Thu May 5 02:55:59 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 00:55:59 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #932: when create new project (use my own template), always get "cannot create project ..." In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.932&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Thu May 5 02:56:23 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 00:56:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #932: when create new project (use my own template), always get "cannot create project ..." In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.932&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7761. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Thu May 5 02:59:13 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 00:59:13 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #930: Component not found: gb.sdl2.audio and puppy Linux In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.930&from=L21haW4- Comment #1 by Beno?t MINISINI: I'm not responsible of the packaging of Gambas on puppy. You should report the problem to the people that made the packaging. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at ...3416... Thu May 5 03:00:32 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 01:00:32 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Comment #1 by Beno?t MINISINI: Mmm... It should not be possible. Do you have the problem with a specific project or with all of them? Do you have the problem if you switch language to english (for example)? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at ...3416... Thu May 5 03:02:02 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 01:02:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #935: @{classes} can't correct work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.935&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Thu May 5 03:08:56 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 01:08:56 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #935: @{classes} can't correct work In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.935&from=L21haW4- Comment #1 by Beno?t MINISINI: It should be fixed now. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Thu May 5 03:12:15 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 01:12:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #937: PPA problem(?), can't launch gambas3. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.937&from=L21haW4- Comment #1 by Beno?t MINISINI: The bug should be fixed tomorrow or the day after. As for the name of the package, it seems to be correct now. https://launchpad.net/~gambas-team/+archive/ubuntu/gambas-daily/+packages?field.name_filter=&field.status_filter=published&field.series_filter=xenial Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Thu May 5 03:20:35 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 01:20:35 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #937: PPA problem(?), can't launch gambas3. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.937&from=L21haW4- Comment #2 by Sebastian KULESZ: It should be fixed by now, that build is only missing the last two commits. Given the amount of people reporting it I decided to manually issue a new build ;) From bugtracker at ...3416... Thu May 5 03:34:21 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 01:34:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #937: PPA problem(?), can't launch gambas3. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.937&from=L21haW4- Comment #3 by Beno?t MINISINI: Cool. By the way, do you have any clue about bug #901? From bugtracker at ...3416... Thu May 5 04:05:57 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 02:05:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Comment #2 by ??: This is a problem of IDE. this problem have no relationship with user's project. this problem have no relationship with LANG of system. From bugtracker at ...3416... Thu May 5 04:06:15 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 02:06:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- ?? added an attachment: Screenshot-Project properties - try-1.png From bugtracker at ...3416... Thu May 5 04:06:09 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 02:06:09 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- ?? added an attachment: Screenshot-Project properties - try.png From bugtracker at ...3416... Thu May 5 08:28:44 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 06:28:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #933: sub-pixel antialiasing is ignored by qt4 editor component In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.933&from=L21haW4- Comment #5 by Antonio OREFICE: Damn, and it is still valid for 5.6 (!) Thank you very much for looking into this. From bugtracker at ...3416... Thu May 5 09:18:21 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 07:18:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #919: FileChooser always shows directory panel, even when visible=false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.919&from=L21haW4- Comment #8 by Alexander KUIPER: Sorry - i just want to have the FileChooser, without the directory panel on the left. I know it consists of DirView, FileView, etc ... But it has some more things around it, the buttons above the FileView window and the file-extension selection. I tried to use configure the DirView object in FileChooser to hide/minimize it, but it is a read-only object. So then the only option is to copy the FileChooser component in my application, and remove the 'restriction' here, to get the 'preferred' functionality. From 123 at ...3490... Thu May 5 10:11:12 2016 From: 123 at ...3490... (Wolfgang) Date: Thu, 5 May 2016 10:11:12 +0200 Subject: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04 Message-ID: Hi all! I tried to get Gambas3 running on a Raspberry Pi 3. I tried images of *Ubuntu MATE* (15.10 and 16.04) during the last three days!. On the 15.10 I get a very old (outdated) Gambas3.5.4-2 from the repository running, which does not support newer code. On both Versions (Ubuntu MATE 15.10 and 16.04) all efforts to get Gambas3 running from either *ppa:gambas-team/gambas3 *or** *ppa:gambas-team/gambas-daily *failed to run: Error message: *gb.gui: warning: 'gb.qt4' component not found, using 'gb.qt5'**instead* *libEGL warning: DRI2: failed to authenticate* *Segmentation fault (core dumped)* >From the list I have learned that*Ubuntu Mate* ppas have problems. How can I solve this? a) on Ubuntu Mate 16.04 or b) another Linux-image for the/*Raspberry Pi3*/ that can run Gambas3 with the up-to-date version? Thank you for reading this! Greetings Wolfgang -- From ualex73 at ...626... Thu May 5 10:18:31 2016 From: ualex73 at ...626... (Alexie) Date: Thu, 5 May 2016 10:18:31 +0200 Subject: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04 In-Reply-To: References: Message-ID: Raspbian (jessie) & gambas3 3.8.4 works fine here: https://www.domotiga.nl/projects/domotiga/wiki/DomotiGa_Installation#Gambas-From-PPA-Raspberry-Pi-Pi-2-Pi-3 Also note the gambas3 3.8.4 in the Ubuntu 16.04 repo isn't working either on x86/x86_64 ... So most likely it is broken too in the Pi release. Only solution is to compile it yourself - to get it working on Ubuntu 16.04. 2016-05-05 10:11 GMT+02:00 Wolfgang <123 at ...3490...>: > Hi all! > > I tried to get Gambas3 running on a Raspberry Pi 3. I tried images of > *Ubuntu MATE* (15.10 and 16.04) during the last three days!. > > On the 15.10 I get a very old (outdated) Gambas3.5.4-2 from the > repository running, which does not support newer code. > > On both Versions (Ubuntu MATE 15.10 and 16.04) all efforts to get > Gambas3 running from either *ppa:gambas-team/gambas3 *or** > > *ppa:gambas-team/gambas-daily *failed to run: > > Error message: > > *gb.gui: warning: 'gb.qt4' component not found, using 'gb.qt5'**instead* > > *libEGL warning: DRI2: failed to authenticate* > > *Segmentation fault (core dumped)* > > > >From the list I have learned that*Ubuntu Mate* ppas have problems. > > > How can I solve this? > > a) on Ubuntu Mate 16.04 > > or > > b) another Linux-image for the/*Raspberry Pi3*/ > that can run Gambas3 with the up-to-date version? > > > Thank you for reading this! > > Greetings > > Wolfgang > > > -- > > > ------------------------------------------------------------------------------ > 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From jf.monteiro at ...43... Thu May 5 10:42:58 2016 From: jf.monteiro at ...43... (Jose Monteiro) Date: Thu, 5 May 2016 08:42:58 +0000 (UTC) Subject: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04 In-Reply-To: References: Message-ID: <1468105778.6542970.1462437778279.JavaMail.yahoo@...3424...> Hi guys, I am very interested on this matter too.So far, I know that is possible to install RaspBian (Debian for Raspberry) and then Gambas 3.8.2 : Gambas Documentation - /install/raspbian | | | | | | | | | | | Gambas Documentation - /install/raspbian | | | | Can someone tell us if the installation goes smooth and if Gambas can work well with RaspBerry's IO?RegardsJos? Monteiro On Thursday, May 5, 2016 5:13 AM, Wolfgang <123 at ...3490...> wrote: Hi all! I tried to get Gambas3 running on a Raspberry Pi 3. I tried images of *Ubuntu MATE* (15.10 and 16.04) during the last three days!. On the 15.10 I get a very old (outdated) Gambas3.5.4-2 from the repository running, which does not support newer code. On both Versions (Ubuntu MATE 15.10 and 16.04) all efforts to get Gambas3 running from either *ppa:gambas-team/gambas3 *or** *ppa:gambas-team/gambas-daily *failed to run: Error message: *gb.gui: warning: 'gb.qt4' component not found, using 'gb.qt5'**instead* *libEGL warning: DRI2: failed to authenticate* *Segmentation fault (core dumped)* >From the list I have learned that*Ubuntu Mate*? ppas have problems. How can I solve this? a) on Ubuntu Mate 16.04 or b) another Linux-image for the/*Raspberry Pi3*/ ? that can run Gambas3 with the up-to-date version? Thank you for reading this! Greetings Wolfgang -- ------------------------------------------------------------------------------ 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 at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From karl.reinl at ...9... Thu May 5 11:28:48 2016 From: karl.reinl at ...9... (Karl Reinl) Date: Thu, 05 May 2016 11:28:48 +0200 Subject: [Gambas-user] =?iso-8859-1?q?=5BCRASH_REPORT=5D_MyCRM=B3?= Message-ID: <1462440528.4002.9.camel@...40...> Hello, Damned, my program crashed Gambas that way : I entered like you can see on the screenshot, my Variable 'sColumns' into the ? line and tried to finish with '.count' . But I could not. It was writing in the console. Moving to the ? line was not possible. So I pressed ctrl+C trying to get out -- Amicalement Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: CRM-0.3.92-crash-160505-111302.tar.bz2 Type: application/x-bzip-compressed-tar Size: 186003 bytes Desc: not available URL: From Karl.Reinl at ...2345... Thu May 5 11:54:57 2016 From: Karl.Reinl at ...2345... (Charlie Reinl) Date: Thu, 05 May 2016 11:54:57 +0200 Subject: [Gambas-user] Gambas=3.8.90 r7754 Message-ID: <1462442097.4002.14.camel@...40...> Salut Beno?t, Gambas=3.8.90 r7754 the debug console is broken. The ? line do not work any more. Entries + CR makes a empty line in the console. The ? line you can make entries only by copy/paste. -- Amicalement Charlie From sebikul at ...626... Thu May 5 13:07:44 2016 From: sebikul at ...626... (Sebastian Kulesz) Date: Thu, 05 May 2016 11:07:44 +0000 Subject: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04 In-Reply-To: References: Message-ID: Remember the ppa has arm packages built specifically for this! Compiling on a raspberry pi will take about around four hours. The issues you mention should be fixed in the 16.04 versions of any Ubuntu derivative, although I can't be sure they will work. On Thu, May 5, 2016, 05:21 Alexie wrote: > Raspbian (jessie) & gambas3 3.8.4 works fine here: > > > https://www.domotiga.nl/projects/domotiga/wiki/DomotiGa_Installation#Gambas-From-PPA-Raspberry-Pi-Pi-2-Pi-3 > > Also note the gambas3 3.8.4 in the Ubuntu 16.04 repo isn't working either > on x86/x86_64 ... So most likely it is broken too in the Pi release. Only > solution is to compile it yourself - to get it working on Ubuntu 16.04. > > 2016-05-05 10:11 GMT+02:00 Wolfgang <123 at ...3490...>: > > > Hi all! > > > > I tried to get Gambas3 running on a Raspberry Pi 3. I tried images of > > *Ubuntu MATE* (15.10 and 16.04) during the last three days!. > > > > On the 15.10 I get a very old (outdated) Gambas3.5.4-2 from the > > repository running, which does not support newer code. > > > > On both Versions (Ubuntu MATE 15.10 and 16.04) all efforts to get > > Gambas3 running from either *ppa:gambas-team/gambas3 *or** > > > > *ppa:gambas-team/gambas-daily *failed to run: > > > > Error message: > > > > *gb.gui: warning: 'gb.qt4' component not found, using 'gb.qt5'**instead* > > > > *libEGL warning: DRI2: failed to authenticate* > > > > *Segmentation fault (core dumped)* > > > > > > >From the list I have learned that*Ubuntu Mate* ppas have problems. > > > > > > How can I solve this? > > > > a) on Ubuntu Mate 16.04 > > > > or > > > > b) another Linux-image for the/*Raspberry Pi3*/ > > that can run Gambas3 with the up-to-date version? > > > > > > Thank you for reading this! > > > > Greetings > > > > Wolfgang > > > > > > -- > > > > > > > ------------------------------------------------------------------------------ > > 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bugtracker at ...3416... Thu May 5 14:06:14 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 12:06:14 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #939: TextArea.ToPos not behaving as expected In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.939&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Thu May 5 14:06:43 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 12:06:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #939: TextArea.ToPos not behaving as expected In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.939&from=L21haW4- Comment #1 by Beno?t MINISINI: It's buggy both in QT and GTK+ components. From bugtracker at ...3416... Thu May 5 14:43:35 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 12:43:35 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #939: TextArea.ToPos not behaving as expected In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.939&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in revision #7763. Beno?t MINISINI changed the state of the bug to: Fixed. From Karl.Reinl at ...2345... Thu May 5 14:44:11 2016 From: Karl.Reinl at ...2345... (Charlie Reinl) Date: Thu, 05 May 2016 14:44:11 +0200 Subject: [Gambas-user] Gambas=3.8.90 r7754 In-Reply-To: <1462442097.4002.14.camel@...40...> References: <1462442097.4002.14.camel@...40...> Message-ID: <1462452251.4002.22.camel@...40...> Am Donnerstag, den 05.05.2016, 11:54 +0200 schrieb Charlie Reinl: > Salut Beno?t, > > Gambas=3.8.90 r7754 the debug console is broken. > The ? line do not work any more. Entries + CR makes a empty line in the > console. > The ? line you can make entries only by copy/paste. > > Salut, now it work again. But I found a way to crash the IDE. Go during debug to the console and press Ctrl+Shift+C. My mistake when I wrote Ctrl+C.in bug-Report -- Amicalement Charlie From bagonergi at ...626... Thu May 5 14:48:02 2016 From: bagonergi at ...626... (Gianluigi) Date: Thu, 5 May 2016 14:48:02 +0200 Subject: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04 In-Reply-To: References: Message-ID: Yes Sebastian, I confirm the 3,8,4 on Ubuntu 16.04 very well working. Thank you very much Regards Gianluigi 2016-05-05 13:07 GMT+02:00 Sebastian Kulesz : > Remember the ppa has arm packages built specifically for this! Compiling on > a raspberry pi will take about around four hours. The issues you mention > should be fixed in the 16.04 versions of any Ubuntu derivative, although I > can't be sure they will work. > > On Thu, May 5, 2016, 05:21 Alexie wrote: > > > Raspbian (jessie) & gambas3 3.8.4 works fine here: > > > > > > > https://www.domotiga.nl/projects/domotiga/wiki/DomotiGa_Installation#Gambas-From-PPA-Raspberry-Pi-Pi-2-Pi-3 > > > > Also note the gambas3 3.8.4 in the Ubuntu 16.04 repo isn't working either > > on x86/x86_64 ... So most likely it is broken too in the Pi release. Only > > solution is to compile it yourself - to get it working on Ubuntu 16.04. > > > > 2016-05-05 10:11 GMT+02:00 Wolfgang <123 at ...3490...>: > > > > > Hi all! > > > > > > I tried to get Gambas3 running on a Raspberry Pi 3. I tried images of > > > *Ubuntu MATE* (15.10 and 16.04) during the last three days!. > > > > > > On the 15.10 I get a very old (outdated) Gambas3.5.4-2 from the > > > repository running, which does not support newer code. > > > > > > On both Versions (Ubuntu MATE 15.10 and 16.04) all efforts to get > > > Gambas3 running from either *ppa:gambas-team/gambas3 *or** > > > > > > *ppa:gambas-team/gambas-daily *failed to run: > > > > > > Error message: > > > > > > *gb.gui: warning: 'gb.qt4' component not found, using > 'gb.qt5'**instead* > > > > > > *libEGL warning: DRI2: failed to authenticate* > > > > > > *Segmentation fault (core dumped)* > > > > > > > > > >From the list I have learned that*Ubuntu Mate* ppas have problems. > > > > > > > > > How can I solve this? > > > > > > a) on Ubuntu Mate 16.04 > > > > > > or > > > > > > b) another Linux-image for the/*Raspberry Pi3*/ > > > that can run Gambas3 with the up-to-date version? > > > > > > > > > Thank you for reading this! > > > > > > Greetings > > > > > > Wolfgang > > > > > > > > > -- > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > 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 at 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Thu May 5 14:48:58 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 5 May 2016 14:48:58 +0200 Subject: [Gambas-user] Gambas=3.8.90 r7754 In-Reply-To: <1462452251.4002.22.camel@...40...> References: <1462442097.4002.14.camel@...40...> <1462452251.4002.22.camel@...40...> Message-ID: <572B413A.1020206@...1...> Le 05/05/2016 14:44, Charlie Reinl a ?crit : > Am Donnerstag, den 05.05.2016, 11:54 +0200 schrieb Charlie Reinl: >> Salut Beno?t, >> >> Gambas=3.8.90 r7754 the debug console is broken. >> The ? line do not work any more. Entries + CR makes a empty line in the >> console. >> The ? line you can make entries only by copy/paste. >> >> > > Salut, > > now it work again. > > But I found a way to crash the IDE. > Go during debug to the console and press Ctrl+Shift+C. > My mistake when I wrote Ctrl+C.in bug-Report > It sends the stop signal (^C) to the debugged program, but the IDE does not crash. Can you give more details? -- Beno?t Minisini From Karl.Reinl at ...2345... Thu May 5 15:10:17 2016 From: Karl.Reinl at ...2345... (Charlie Reinl) Date: Thu, 05 May 2016 15:10:17 +0200 Subject: [Gambas-user] Gambas=3.8.90 r7754 In-Reply-To: <572B413A.1020206@...1...> References: <1462442097.4002.14.camel@...40...> <1462452251.4002.22.camel@...40...> <572B413A.1020206@...1...> Message-ID: <1462453817.4002.30.camel@...40...> Am Donnerstag, den 05.05.2016, 14:48 +0200 schrieb Beno?t Minisini: > Le 05/05/2016 14:44, Charlie Reinl a ?crit : > > Am Donnerstag, den 05.05.2016, 11:54 +0200 schrieb Charlie Reinl: > >> Salut Beno?t, > >> > >> Gambas=3.8.90 r7754 the debug console is broken. > >> The ? line do not work any more. Entries + CR makes a empty line in the > >> console. > >> The ? line you can make entries only by copy/paste. > >> > >> > > > > Salut, > > > > now it work again. > > > > But I found a way to crash the IDE. > > Go during debug to the console and press Ctrl+Shift+C. > > My mistake when I wrote Ctrl+C.in bug-Report > > > > It sends the stop signal (^C) to the debugged program, but the IDE does > not crash. Can you give more details? > Salut Beno?t, I can do that with every (I tried 3 ) gambas3 project. Start it with F8, go to the console, change into the upper part (not in the ? line) and press Ctrl+Shift+C. Your right, the IDE do not crash, but the CRASH REPORT raise up with a 2, and with OK you can continue. -------------- next part -------------- A non-text attachment was scrubbed... Name: Bildschirmfoto vom 2016-05-05 15:04:16.png Type: image/png Size: 19735 bytes Desc: not available URL: From bugtracker at ...3416... Thu May 5 16:01:39 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 14:01:39 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #938: Extra mouse clicks required with GTK+ In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.938&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Thu May 5 16:06:09 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 14:06:09 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #938: Extra mouse clicks required with GTK+ In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.938&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in revision #7764. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Thu May 5 16:15:10 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 14:15:10 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #1 by Beno?t MINISINI: Strange, I can't reproduce the bug: it seems to work as expected. From bugtracker at ...3416... Thu May 5 16:18:07 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 14:18:07 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #2 by Beno?t MINISINI: According to your picture, only "id2" is a primary key field, whereas in the project, both "id" and "id2" are primary key fields. Moreover, if "id2" is the only primary key field, you can't have a table like that, that includes several record with the same primary key. There is something incoherent in what you provide... From gambas at ...1... Thu May 5 18:45:59 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Thu, 5 May 2016 18:45:59 +0200 Subject: [Gambas-user] Gambas=3.8.90 r7754 In-Reply-To: <1462465937.30028.6.camel@...40...> References: <1462442097.4002.14.camel@...40...> <1462452251.4002.22.camel@...40...> <572B413A.1020206@...1...> <1462453817.4002.30.camel@...40...> <572B46D7.9070202@...1...> <1462465937.30028.6.camel@...40...> Message-ID: <572B78C7.4050508@...1...> Le 05/05/2016 18:32, Charlie Reinl a ?crit : >> It's just that your debugged program has received the CTRL+C. Because >> now the output console is a true terminal. >> > > Salut Beno?t, > > OK, but can't we avoid the CRASH REPORT window ? > Yeah, I can display a different dialog for signals that are supposed to be sent by the shell. -- Beno?t Minisini From bugtracker at ...3416... Thu May 5 18:58:03 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 16:58:03 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #3 by Zainudin AHMAD: still with the same project Other reproduce the bug : 1) run project 2) follow this picture (attach pic-1) --------------------------------------------- sorry Iam forget. for primary key, actually it is two primary key (attach pic-2) that is the other bug :) From bugtracker at ...3416... Thu May 5 18:58:15 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 16:58:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Thu May 5 18:58:23 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 16:58:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Thu May 5 19:09:36 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 17:09:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #4 by Beno?t MINISINI: Note that it's not two primary keys. There is only one primary key, that can have one or more fields. From bugtracker at ...3416... Thu May 5 19:11:04 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 17:11:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #5 by Beno?t MINISINI: Sorry, it works perfectly here. From bugtracker at ...3416... Thu May 5 19:25:14 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 17:25:14 GMT Subject: [Gambas-user] =?utf-8?q?=5BGambas_Bug_Tracker=5D_Bug_=23917=3A_Vi?= =?utf-8?q?olaci=C3=B3n_de_segmento_=28=60core=27_generado=29?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.917&from=L21haW4- Comment #6 by Jose FRANCISCO: Now, the problem is solved From bugtracker at ...3416... Thu May 5 19:25:43 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 17:25:43 GMT Subject: [Gambas-user] =?utf-8?q?=5BGambas_Bug_Tracker=5D_Bug_=23917=3A_Vi?= =?utf-8?q?olaci=C3=B3n_de_segmento_=28=60core=27_generado=29?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.917&from=L21haW4- Jose FRANCISCO changed the state of the bug to: Working. From bugtracker at ...3416... Thu May 5 19:26:23 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 17:26:23 GMT Subject: [Gambas-user] =?utf-8?q?=5BGambas_Bug_Tracker=5D_Bug_=23917=3A_Vi?= =?utf-8?q?olaci=C3=B3n_de_segmento_=28=60core=27_generado=29?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.917&from=L21haW4- Jose FRANCISCO changed the state of the bug to: Opened. From bugtracker at ...3416... Thu May 5 19:26:58 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 17:26:58 GMT Subject: [Gambas-user] =?utf-8?q?=5BGambas_Bug_Tracker=5D_Bug_=23917=3A_Vi?= =?utf-8?q?olaci=C3=B3n_de_segmento_=28=60core=27_generado=29?= In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.917&from=L21haW4- Jose FRANCISCO changed the state of the bug to: Fixed. From bugtracker at ...3416... Thu May 5 19:53:38 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 05 May 2016 17:53:38 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #6 by Zainudin AHMAD: hmm... , I don't get this issue with gambas 3.5.4 version. I get this issue with 3.7.1 and up version Thank you very much, for your time & about primary key knowledge (I am always thinking that is two primary key) :) I will ask in maling list, may be I get a friend have the same issue. From author.ilmi at ...626... Thu May 5 20:07:55 2016 From: author.ilmi at ...626... (zainudin ahmad) Date: Fri, 6 May 2016 01:07:55 +0700 Subject: [Gambas-user] [ask] issue 926 : want to edit a record, it's change the other record Message-ID: There is any someone have the same issue with me ? http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Reproduce the bug : - extract project into /tmp directory (attach project) - open & run project - follow this picture (attach pic-1) Thank you . -------------- next part -------------- A non-text attachment was scrubbed... Name: test-db-databrowser-0.0.1.tar.gz Type: application/x-gzip Size: 12266 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: pic-1.png Type: image/png Size: 84840 bytes Desc: not available URL: From t.lee.davidson at ...626... Thu May 5 20:25:01 2016 From: t.lee.davidson at ...626... (T Lee Davidson) Date: Thu, 5 May 2016 14:25:01 -0400 Subject: [Gambas-user] [ask] issue 926 : want to edit a record, it's change the other record In-Reply-To: References: Message-ID: <572B8FFD.8020903@...626...> I don't know what happened with the archive, but after extraction there is no code in the FMain.class file. Just the default comment, "' Gambas class file", and nothing else. FMain.form is there, though, with a DataSource containing a DataBrowser. On 05/05/2016 02:07 PM, zainudin ahmad wrote: > There is any someone have the same issue with me ? > > http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- > > > Reproduce the bug : > > - extract project into /tmp directory (attach project) > > - open & run project > - follow this picture (attach pic-1) > > Thank you . -- Lee __________ "Artificial Intelligence is no match for natural stupidity." From t.lee.davidson at ...626... Thu May 5 20:35:16 2016 From: t.lee.davidson at ...626... (T Lee Davidson) Date: Thu, 5 May 2016 14:35:16 -0400 Subject: [Gambas-user] [ask] issue 926 : want to edit a record, it's change the other record In-Reply-To: <572B8FFD.8020903@...626...> References: <572B8FFD.8020903@...626...> Message-ID: <572B9264.5050908@...626...> Wait, duh. I forgot you don't actually need code when using the DataBrowser. I got it to run. It works as expected here. On 05/05/2016 02:25 PM, T Lee Davidson wrote: > I don't know what happened with the archive, but after extraction there is no code in the FMain.class file. Just the default > comment, "' Gambas class file", and nothing else. > > FMain.form is there, though, with a DataSource containing a DataBrowser. > > > On 05/05/2016 02:07 PM, zainudin ahmad wrote: >> There is any someone have the same issue with me ? >> >> http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- >> >> >> Reproduce the bug : >> >> - extract project into /tmp directory (attach project) >> >> - open & run project >> - follow this picture (attach pic-1) >> >> Thank you . > > -- Lee __________ "Artificial Intelligence is no match for natural stupidity." From 123 at ...3490... Thu May 5 21:10:44 2016 From: 123 at ...3490... (Wolfgang) Date: Thu, 5 May 2016 21:10:44 +0200 Subject: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04 In-Reply-To: References: Message-ID: <1ce0cd73-099b-e53e-cd95-82984a0d7c21@...3490...> Hi Alexie! That worked as a charm! (After a dull typo, that helped me learning...) Thank you! It is a pity that it does not work on Ubuntu Mate but I can use this!! ;-) So Raspbian is not bad at all !!! ;-) Wolfgang Am 05.05.2016 um 10:18 schrieb Alexie: > Raspbian (jessie) & gambas3 3.8.4 works fine here: > > https://www.domotiga.nl/projects/domotiga/wiki/DomotiGa_Installation#Gambas-From-PPA-Raspberry-Pi-Pi-2-Pi-3 > > Also note the gambas3 3.8.4 in the Ubuntu 16.04 repo isn't working either > on x86/x86_64 ... So most likely it is broken too in the Pi release. Only > solution is to compile it yourself - to get it working on Ubuntu 16.04. > > 2016-05-05 10:11 GMT+02:00 Wolfgang <123 at ...3490...>: > >> Hi all! >> >> I tried to get Gambas3 running on a Raspberry Pi 3. I tried images of >> *Ubuntu MATE* (15.10 and 16.04) during the last three days!. >> >> On the 15.10 I get a very old (outdated) Gambas3.5.4-2 from the >> repository running, which does not support newer code. >> >> On both Versions (Ubuntu MATE 15.10 and 16.04) all efforts to get >> Gambas3 running from either *ppa:gambas-team/gambas3 *or** >> >> *ppa:gambas-team/gambas-daily *failed to run: >> >> Error message: >> >> *gb.gui: warning: 'gb.qt4' component not found, using 'gb.qt5'**instead* >> >> *libEGL warning: DRI2: failed to authenticate* >> >> *Segmentation fault (core dumped)* >> >> >> >From the list I have learned that*Ubuntu Mate* ppas have problems. >> >> >> How can I solve this? >> >> a) on Ubuntu Mate 16.04 >> >> or >> >> b) another Linux-image for the/*Raspberry Pi3*/ >> that can run Gambas3 with the up-to-date version? >> >> >> Thank you for reading this! >> >> Greetings >> >> Wolfgang >> >> >> -- >> >> >> ------------------------------------------------------------------------------ >> 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- From ualex73 at ...626... Thu May 5 21:20:05 2016 From: ualex73 at ...626... (Alexie) Date: Thu, 5 May 2016 21:20:05 +0200 Subject: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04 In-Reply-To: <1ce0cd73-099b-e53e-cd95-82984a0d7c21@...3490...> References: <1ce0cd73-099b-e53e-cd95-82984a0d7c21@...3490...> Message-ID: You're welcome ;-) We compile the gambas3 on the Pi yourself, and publish it on domotiga.nl ... for other people to use it, because the Pi is one of the few architectures where there is no 'good' recent gambas3 release. 2016-05-05 21:10 GMT+02:00 Wolfgang <123 at ...3490...>: > Hi Alexie! > > That worked as a charm! (After a dull typo, that helped me learning...) > > Thank you! > > It is a pity that it does not work on Ubuntu Mate but I can use > this!! ;-) So Raspbian is not bad at all !!! ;-) > > Wolfgang > > > Am 05.05.2016 um 10:18 schrieb Alexie: > > Raspbian (jessie) & gambas3 3.8.4 works fine here: > > > > > https://www.domotiga.nl/projects/domotiga/wiki/DomotiGa_Installation#Gambas-From-PPA-Raspberry-Pi-Pi-2-Pi-3 > > > > Also note the gambas3 3.8.4 in the Ubuntu 16.04 repo isn't working either > > on x86/x86_64 ... So most likely it is broken too in the Pi release. Only > > solution is to compile it yourself - to get it working on Ubuntu 16.04. > > > > 2016-05-05 10:11 GMT+02:00 Wolfgang <123 at ...3490...>: > > > >> Hi all! > >> > >> I tried to get Gambas3 running on a Raspberry Pi 3. I tried images of > >> *Ubuntu MATE* (15.10 and 16.04) during the last three days!. > >> > >> On the 15.10 I get a very old (outdated) Gambas3.5.4-2 from the > >> repository running, which does not support newer code. > >> > >> On both Versions (Ubuntu MATE 15.10 and 16.04) all efforts to get > >> Gambas3 running from either *ppa:gambas-team/gambas3 *or** > >> > >> *ppa:gambas-team/gambas-daily *failed to run: > >> > >> Error message: > >> > >> *gb.gui: warning: 'gb.qt4' component not found, using 'gb.qt5'**instead* > >> > >> *libEGL warning: DRI2: failed to authenticate* > >> > >> *Segmentation fault (core dumped)* > >> > >> > >> >From the list I have learned that*Ubuntu Mate* ppas have problems. > >> > >> > >> How can I solve this? > >> > >> a) on Ubuntu Mate 16.04 > >> > >> or > >> > >> b) another Linux-image for the/*Raspberry Pi3*/ > >> that can run Gambas3 with the up-to-date version? > >> > >> > >> Thank you for reading this! > >> > >> Greetings > >> > >> Wolfgang > >> > >> > >> -- > >> > >> > >> > ------------------------------------------------------------------------------ > >> 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 at 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From jussi.lahtinen at ...626... Fri May 6 01:48:13 2016 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Fri, 6 May 2016 02:48:13 +0300 Subject: [Gambas-user] [ask] issue 926 : want to edit a record, it's change the other record In-Reply-To: References: Message-ID: Not sure what is going on, but you shouldn't run anything in /tmp. Some systems flag it as noexec, etc. Jussi On Thu, May 5, 2016 at 9:07 PM, zainudin ahmad wrote: > There is any someone have the same issue with me ? > > http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- > > > Reproduce the bug : > > - extract project into /tmp directory (attach project) > > - open & run project > - follow this picture (attach pic-1) > > Thank you . > > > ------------------------------------------------------------------------------ > 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From author.ilmi at ...626... Fri May 6 04:32:50 2016 From: author.ilmi at ...626... (zainudin ahmad) Date: Fri, 6 May 2016 09:32:50 +0700 Subject: [Gambas-user] [ask] issue 926 : want to edit a record, it's change the other record In-Reply-To: References: Message-ID: that is only for make easy reproduce the bug, I think I will try doing something in a future(without extrac in a specific dir). If I have a bug I am always save in home dir, and test again before create report. if I get issue like this case, I test it with ppa and some older version thank you. On Fri, May 6, 2016 at 6:48 AM, Jussi Lahtinen wrote: > Not sure what is going on, but you shouldn't run anything in /tmp. Some > systems flag it as noexec, etc. > > > Jussi > > On Thu, May 5, 2016 at 9:07 PM, zainudin ahmad > wrote: > > > There is any someone have the same issue with me ? > > > > http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- > > > > > > Reproduce the bug : > > > > - extract project into /tmp directory (attach project) > > > > - open & run project > > - follow this picture (attach pic-1) > > > > Thank you . > > > > > > > ------------------------------------------------------------------------------ > > 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 at 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From author.ilmi at ...626... Fri May 6 04:47:14 2016 From: author.ilmi at ...626... (zainudin ahmad) Date: Fri, 6 May 2016 09:47:14 +0700 Subject: [Gambas-user] [ask] issue 926 : want to edit a record, it's change the other record In-Reply-To: <572B9264.5050908@...626...> References: <572B8FFD.8020903@...626...> <572B9264.5050908@...626...> Message-ID: exactly, I want make a simple example for my new blog( gambaspi.blogspot.co.id ), create db app with gambas and not need much code. sorry for my english & thank you. On Fri, May 6, 2016 at 1:35 AM, T Lee Davidson wrote: > Wait, duh. I forgot you don't actually need code when using the > DataBrowser. > > I got it to run. It works as expected here. > > > On 05/05/2016 02:25 PM, T Lee Davidson wrote: > > I don't know what happened with the archive, but after extraction there > is no code in the FMain.class file. Just the default > > comment, "' Gambas class file", and nothing else. > > > > FMain.form is there, though, with a DataSource containing a DataBrowser. > > > > > > On 05/05/2016 02:07 PM, zainudin ahmad wrote: > >> There is any someone have the same issue with me ? > >> > >> http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- > >> > >> > >> Reproduce the bug : > >> > >> - extract project into /tmp directory (attach project) > >> > >> - open & run project > >> - follow this picture (attach pic-1) > >> > >> Thank you . > > > > > > -- > 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bagonergi at ...626... Fri May 6 13:35:28 2016 From: bagonergi at ...626... (Gianluigi) Date: Fri, 6 May 2016 13:35:28 +0200 Subject: [Gambas-user] MessageBox problem In-Reply-To: <1462375453326-56154.post@...3046...> References: <1462375453326-56154.post@...3046...> Message-ID: Your message works correctly, see attached 2016-05-04 17:24 GMT+02:00 Charlie : > The MessageBox gives focus to the first button created so it's a good idea > to > use the first button as 'Cancel' in case a user presses [Enter]. > If the user decides he does not want the MessageBox at all and presses the > 'X' to close it the message box returns the number of the last button which > in the case of a MessageBox with 2 button 'Cancel' & 'Do It' pressing the > 'X' will cause the 'Do It' routine to be activated. See example attached. > is > this correct? > MessageBoxTest.tar > > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/MessageBox-problem-tp56154.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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------- next part -------------- A non-text attachment was scrubbed... Name: TestMessage2-0.0.1.tar.gz Type: application/x-gzip Size: 11503 bytes Desc: not available URL: From bagonergi at ...626... Fri May 6 14:30:45 2016 From: bagonergi at ...626... (Gianluigi) Date: Fri, 6 May 2016 14:30:45 +0200 Subject: [Gambas-user] QT5 Configuration on Ubuntu 16.04 Message-ID: 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 line: QT_QPA_PLATFORMTHEME=?qt5ct" then restart. Unfortunately it does not work, someone knows more than me? Regards Gianluigi From charlie at ...2793... Fri May 6 14:00:27 2016 From: charlie at ...2793... (Charlie) Date: Fri, 6 May 2016 05:00:27 -0700 (MST) Subject: [Gambas-user] QT5 Configuration on Ubuntu 16.04 In-Reply-To: References: Message-ID: <1462536027121-56233.post@...3046...> 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 archive at Nabble.com. From charlie at ...2793... Fri May 6 14:08:49 2016 From: charlie at ...2793... (Charlie) Date: Fri, 6 May 2016 05:08:49 -0700 (MST) Subject: [Gambas-user] MessageBox problem In-Reply-To: References: <1462375453326-56154.post@...3046...> Message-ID: <1462536529821-56234.post@...3046...> Yes I am aware of this but as I said "The MessageBox gives focus to the first button created so it's a good idea to use the first button as 'Cancel' in case a user presses [Enter]." So in your example if you reverse the 'Yes' and 'No' (Cancel) buttons so that if the user presses [Enter] the 'No' button if pressed the window is not closed then the problem reappears if you click on the 'X'. -- View this message in context: http://gambas.8142.n7.nabble.com/MessageBox-problem-tp56154p56234.html Sent from the gambas-user mailing list archive at Nabble.com. From bagonergi at ...626... Fri May 6 16:33:57 2016 From: bagonergi at ...626... (Gianluigi) Date: Fri, 6 May 2016 16:33:57 +0200 Subject: [Gambas-user] QT5 Configuration on Ubuntu 16.04 In-Reply-To: <1462536027121-56233.post@...3046...> References: <1462536027121-56233.post@...3046...> Message-ID: 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 textbox (textbox1) In FMain.class then write this code run it and tell me if you can read Look me: Public Sub Form_Open() Label1.Background = Color.TextBackground Label1.Text = "Look me" TextBox1.Background = Color.Transparent End 2016-05-06 14:00 GMT+02:00 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 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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bagonergi at ...626... Fri May 6 16:46:09 2016 From: bagonergi at ...626... (Gianluigi) Date: Fri, 6 May 2016 16:46:09 +0200 Subject: [Gambas-user] MessageBox problem In-Reply-To: <1462536529821-56234.post@...3046...> References: <1462375453326-56154.post@...3046...> <1462536529821-56234.post@...3046...> Message-ID: You must add the third button (CANCEL), or create your message box. It is not difficult, look at the code of Benoit Minisini in gb.Form. 2016-05-06 14:08 GMT+02:00 Charlie : > Yes I am aware of this but as I said "The MessageBox gives focus to the > first > button created so it's a good idea to use the first button as 'Cancel' in > case a user presses [Enter]." So in your example if you reverse the 'Yes' > and 'No' (Cancel) buttons so that if the user presses [Enter] the 'No' > button if pressed the window is not closed then the problem reappears if > you > click on the 'X'. > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/MessageBox-problem-tp56154p56234.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 at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From levingtinoco at ...626... Fri May 6 22:49:54 2016 From: levingtinoco at ...626... (Leving Tinoco) Date: Fri, 06 May 2016 20:49:54 +0000 Subject: [Gambas-user] Apache setting with cgi Gambas3 Message-ID: Hi everyone Anyone know how to setting Apache step by step make work script from Gambas3? Thanks From bagonergi at ...626... Fri May 6 23:37:02 2016 From: bagonergi at ...626... (Gianluigi) Date: Fri, 6 May 2016 23:37:02 +0200 Subject: [Gambas-user] MessageBox problem In-Reply-To: References: <1462375453326-56154.post@...3046...> <1462536529821-56234.post@...3046...> Message-ID: I mean something like this, see attached 2016-05-06 16:46 GMT+02:00 Gianluigi : > You must add the third button (CANCEL), or create your message box. > It is not difficult, look at the code of Benoit Minisini in gb.Form. > > 2016-05-06 14:08 GMT+02:00 Charlie : > >> Yes I am aware of this but as I said "The MessageBox gives focus to the >> first >> button created so it's a good idea to use the first button as 'Cancel' in >> case a user presses [Enter]." So in your example if you reverse the 'Yes' >> and 'No' (Cancel) buttons so that if the user presses [Enter] the 'No' >> button if pressed the window is not closed then the problem reappears if >> you >> click on the 'X'. >> >> >> >> -- >> View this message in context: >> http://gambas.8142.n7.nabble.com/MessageBox-problem-tp56154p56234.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 at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > -------------- next part -------------- A non-text attachment was scrubbed... Name: HalfMessage-0.0.1.tar.gz Type: application/x-gzip Size: 11997 bytes Desc: not available URL: From vuott at ...325... Sat May 7 02:50:23 2016 From: vuott at ...325... (Ru Vuott) Date: Sat, 7 May 2016 00:50:23 +0000 (UTC) Subject: [Gambas-user] ERROR with rev. 7767 References: <231454293.90390.1462582223557.JavaMail.yahoo.ref@...3424...> Message-ID: <231454293.90390.1462582223557.JavaMail.yahoo@...3424...> Hello Beno?t, during " ~/trunk $ make " I obtain this error: make[5]: uscita dalla directory "/home/vuott/trunk/main/lib/gui.trayicon" Making all in inotify make[5]: ingresso nella directory "/home/vuott/trunk/main/lib/inotify" CC gb_inotify_la-main.lo make[5]: *** Nessuna regola per generare l'obiettivo "gb_list.c", necessario per "gb_inotify_la-gb_list.lo". Arresto. make[5]: uscita dalla directory "/home/vuott/trunk/main/lib/inotify" make[4]: *** [all-recursive] Errore 1 make[4]: uscita dalla directory "/home/vuott/trunk/main/lib" make[3]: *** [all-recursive] Errore 1 make[3]: uscita dalla directory "/home/vuott/trunk/main" make[2]: *** [all] Errore 2 make[2]: uscita dalla directory "/home/vuott/trunk/main" make[1]: *** [all-recursive] Errore 1 make[1]: uscita dalla directory "/home/vuott/trunk" make: *** [all] Errore 2 regards vuott From charlie at ...2793... Sat May 7 11:07:00 2016 From: charlie at ...2793... (Charlie) Date: Sat, 7 May 2016 02:07:00 -0700 (MST) Subject: [Gambas-user] MessageBox problem In-Reply-To: References: <1462375453326-56154.post@...3046...> <1462536529821-56234.post@...3046...> Message-ID: <1462612020542-56240.post@...3046...> Hi Gianluigi,

That's an interesting twist and it does solve the problem, thank you. -- View this message in context: http://gambas.8142.n7.nabble.com/MessageBox-problem-tp56154p56240.html Sent from the gambas-user mailing list archive at Nabble.com. From bugtracker at ...3416... Sat May 7 15:18:15 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 07 May 2016 13:18:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #7 by Beno?t MINISINI: Really strange, as apparently you are using the very last development version, like me! If you have already installed older versions of Gambas from binary package or old compilations, maybe you could try to purge everything related to Gambas on your system, and do a full recompilation from scratch. From bugtracker at ...3416... Sun May 8 03:24:27 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 01:24:27 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #8 by Zainudin AHMAD: the last what I tried. still with the same project, add this code : Public Sub Form_Open() db.Debug = True Print "Primary Key : " & DataSource1.Connection.Tables["test"].Primarykey.join(", ") End I got: attach pic-1(gambas 3.5.4) and pic-2(gambas 3.8.90) It's fine for mysql, I think this not from databrowser ( and this one bug not two bug). From bugtracker at ...3416... Sun May 8 03:24:45 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 01:24:45 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Zainudin AHMAD added an attachment: pic-1.png From bugtracker at ...3416... Sun May 8 03:24:56 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 01:24:56 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Zainudin AHMAD added an attachment: pic-2.png From bugtracker at ...3416... Sun May 8 03:42:32 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 01:42:32 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #9 by Zainudin AHMAD: >> maybe you could try to purge everything related to Gambas on your system, and do a full recompilation from scratch sorry I can't do that(at the moment). I used the development version for develop my real app (not example) and still learning the new library management. my app used some feature like component.load and other for make library the act like plugins. thank you for backward compatibility (my app still can run without recompile). the development version is fine for my app. I hope this issue only happen with me. Thanks From bugtracker at ...3416... Sun May 8 08:35:10 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 06:35:10 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #940: Running IDE with a filename locks the file Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.940&from=L21haW4- Bruce BRUEN reported a new bug. Summary ------- Running IDE with a filename locks the file Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- If gambas3 is started with a filename as a command line parameter, and that filename is a class in a project, the file is "locked". (Which is OK) But when that IDE instance is closed, the file remains locked. It's an annoyance level bug. System information ------------------ [System] Gambas=3.8.90 r7732 OperatingSystem=Linux Kernel=4.1.15-pclos1 Architecture=x86 Distribution=PCLinuxOS Desktop=LXDE Theme=Gtk Language=en_AU.UTF-8 Memory=1005M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.3.0.0 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.603.0 GTK+2=libgtk-x11-2.0.so.0.2400.26 GTK+3=libgtk-3.so.0.1400.14 OpenGL=libGL.so.1.2.0 OpenGL=libGL.so.173.14.39 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.13.0.0 Poppler=libpoppler.so.19.0.0 Poppler=libpoppler.so.46.0.0 Poppler=libpoppler.so.54.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.4.2 SDL=libSDL-1.2.so.0.11.4 [Environment] BROWSER=/usr/bin/www-browser CANBERRA_DRIVER=pulse DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-onTnR7aA5u,guid=428da58faf9ae151fff1922f571d9c2b DESKTOP_SESSION=LXDE DISPLAY=:0 GB_GUI=gb.qt4 GCONF_TMPDIR=/tmp GDMSESSION=04LXDE GDM_XSERVER_LOCATION=local GIT_PAGER=less -FRS GPG_AGENT_INFO=/tmp/gpg-LVQfwZ/S.gpg-agent:21372:1 GTK_MODULES=canberra-gtk-module G_FILENAME_ENCODING=@...3501... HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= INPUTRC=/etc/inputrc LANG=en_AU.UTF-8 LANGUAGE=en_AU:en_GB:en LC_ADDRESS=en_AU.UTF-8 LC_COLLATE=en_AU.UTF-8 LC_CTYPE=en_AU.UTF-8 LC_IDENTIFICATION=en_AU.UTF-8 LC_MEASUREMENT=en_AU.UTF-8 LC_MESSAGES=en_AU.UTF-8 LC_MONETARY=en_AU.UTF-8 LC_NAME=en_AU.UTF-8 LC_NUMERIC=en_AU.UTF-8 LC_PAPER=en_AU.UTF-8 LC_SOURCED=1 LC_TELEPHONE=en_AU.UTF-8 LC_TIME=en_AU.UTF-8 LESS=-MM LESSCHARSET=utf-8 LESSKEY=/etc/.less LESSOPEN=|/usr/bin/lesspipe.sh %s LOGNAME= LS_COLORS= MAIL=/var/spool/mail/ MDV_MENU_STYLE=discovery META_CLASS=desktop NLSPATH=/usr/share/locale/%l/%N PATH=/bin:/usr/bin:/usr/local/bin:/usr/games:/usr/lib/qt4/bin:/usr/lib/qt5/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/lib/qt5/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/kde4/libexec PKG_CONFIG_PATH=/usr/lib/pkgconfig PWD= PYTHONDONTWRITEBYTECODE=1 PYTHONSTARTUP=/etc/pythonrc.py QT4DOCDIR=/usr/share/doc/qt4 QT5DOCDIR=/usr/share/doc/qt5 QTDIR=/usr/lib/qt4 QTDIR5=/usr/lib/qt5 QTINC=/usr/lib/qt3/include QTLIB=/usr/lib QT_PLUGIN_PATH=/usr/lib/qt4/plugins/:/usr/lib/kde4/plugins/:/usr/lib64/kde4/plugins:/usr/lib/kde4/plugins QT_XFT=0 SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SHLVL=1 SSH_AGENT_PID=21378 SSH_ASKPASS=/usr/lib/ssh/ssh-askpass SSH_AUTH_SOCK=/tmp/ssh-8gUeQMvbc3rs/agent.21332 TMP=/tmp TMPDIR=/tmp TZ=:/etc/localtime USER= WINDOWPATH=8:9 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/discovery:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/usr/local/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/share:/usr/share/gdm/ XDG_MENU_PREFIX=lxde- XDG_SESSION_COOKIE=82ab6c261883e9ffe2a80b674b7b435e-1461558314.861498-1355411474 XMODIFIERS=@...3498...=none _=/usr/bin/gambas3 _LXSESSION_PID=21332 From bugtracker at ...3416... Sun May 8 08:52:02 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 06:52:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Comment #3 by Bruce BRUEN: If I recall correctly, this is caused by one of the QTconfig GUI Styles. Ah yes, a bit of testing and if the "Desktop Settings (default" GUI style is selected and your Desktop is GTK based then all the list items "appear" to be selected. Changing the style to a specific item e.g. "CleanLooks" fixes this. Note: this is true with both QT4 and (strangely) with QT5. From bugtracker at ...3416... Sun May 8 08:53:38 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 06:53:38 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Bruce BRUEN added an attachment: Qt Configuration_151.png From bugtracker at ...3416... Sun May 8 08:58:40 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 06:58:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Bruce BRUEN added an attachment: With_DeskTop style.png From bugtracker at ...3416... Sun May 8 08:58:52 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 06:58:52 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Bruce BRUEN added an attachment: With_Cleanlooks.png From bugtracker at ...3416... Sun May 8 15:19:54 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 13:19:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #941: The new Import is suboptimal Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.941&from=L21haW4- Bruce BRUEN reported a new bug. Summary ------- The new Import is suboptimal Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- The old way of adding a form to the project from "Existing" got both the .class file and the .form file. The new import doesn't. Irritation level: VERY HIGH System information ------------------ [System] Gambas=3.8.90 r7732 OperatingSystem=Linux Kernel=4.1.15-pclos1 Architecture=x86 Distribution=PCLinuxOS Desktop=LXDE Theme=Cleanlooks Language=en_AU.UTF-8 Memory=1005M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.3.0.0 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.603.0 GTK+2=libgtk-x11-2.0.so.0.2400.26 GTK+3=libgtk-3.so.0.1400.14 OpenGL=libGL.so.1.2.0 OpenGL=libGL.so.173.14.39 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.13.0.0 Poppler=libpoppler.so.19.0.0 Poppler=libpoppler.so.46.0.0 Poppler=libpoppler.so.54.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.4.2 SDL=libSDL-1.2.so.0.11.4 [Environment] BROWSER=/usr/bin/www-browser CANBERRA_DRIVER=pulse DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-onTnR7aA5u,guid=428da58faf9ae151fff1922f571d9c2b DESKTOP_SESSION=LXDE DISPLAY=:0 GB_GUI=gb.qt4 GCONF_TMPDIR=/tmp GDMSESSION=04LXDE GDM_XSERVER_LOCATION=local GIT_PAGER=less -FRS GPG_AGENT_INFO=/tmp/gpg-LVQfwZ/S.gpg-agent:21372:1 GTK_MODULES=canberra-gtk-module G_FILENAME_ENCODING=@...3501... HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= INPUTRC=/etc/inputrc LANG=en_AU.UTF-8 LANGUAGE=en_AU:en_GB:en LC_ADDRESS=en_AU.UTF-8 LC_COLLATE=en_AU.UTF-8 LC_CTYPE=en_AU.UTF-8 LC_IDENTIFICATION=en_AU.UTF-8 LC_MEASUREMENT=en_AU.UTF-8 LC_MESSAGES=en_AU.UTF-8 LC_MONETARY=en_AU.UTF-8 LC_NAME=en_AU.UTF-8 LC_NUMERIC=en_AU.UTF-8 LC_PAPER=en_AU.UTF-8 LC_SOURCED=1 LC_TELEPHONE=en_AU.UTF-8 LC_TIME=en_AU.UTF-8 LESS=-MM LESSCHARSET=utf-8 LESSKEY=/etc/.less LESSOPEN=|/usr/bin/lesspipe.sh %s LOGNAME= LS_COLORS= MAIL=/var/spool/mail/ MDV_MENU_STYLE=discovery META_CLASS=desktop NLSPATH=/usr/share/locale/%l/%N PATH=/bin:/usr/bin:/usr/local/bin:/usr/games:/usr/lib/qt4/bin:/usr/lib/qt5/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/lib/qt5/bin:/usr/bin:/usr/sbin:/usr/lib/kde4/libexec:/bin:/sbin:/usr/X11R6/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/kde4/libexec PKG_CONFIG_PATH=/usr/lib/pkgconfig PWD= PYTHONDONTWRITEBYTECODE=1 PYTHONSTARTUP=/etc/pythonrc.py QT4DOCDIR=/usr/share/doc/qt4 QT5DOCDIR=/usr/share/doc/qt5 QTDIR=/usr/lib/qt4 QTDIR5=/usr/lib/qt5 QTINC=/usr/lib/qt3/include QTLIB=/usr/lib QT_PLUGIN_PATH=/usr/lib/qt4/plugins/:/usr/lib/kde4/plugins/:/usr/lib64/kde4/plugins:/usr/lib/kde4/plugins QT_XFT=0 SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SHLVL=2 SSH_AGENT_PID=21378 SSH_ASKPASS=/usr/lib/ssh/ssh-askpass SSH_AUTH_SOCK=/tmp/ssh-8gUeQMvbc3rs/agent.21332 TMP=/tmp TMPDIR=/tmp TZ=:/etc/localtime USER= WINDOWPATH=8:9 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/discovery:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/usr/local/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/share:/usr/share/gdm/ XDG_MENU_PREFIX=lxde- XDG_SESSION_COOKIE=82ab6c261883e9ffe2a80b674b7b435e-1461558314.861498-1355411474 XMODIFIERS=@...3498...=none _=/usr/bin/gambas3 _LXSESSION_PID=21332 From bugtracker at ...3416... Sun May 8 15:24:33 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 13:24:33 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #942: Can't delete files from the project browser any more Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.942&from=L21haW4- Bruce BRUEN reported a new bug. Summary ------- Can't delete files from the project browser any more Type : Bug Priority : High Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description ----------- See pic From bugtracker at ...3416... Sun May 8 15:29:26 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 13:29:26 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #942: Can't delete files from the project browser any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.942&from=L21haW4- Bruce BRUEN added an attachment: Wheres_my_delete.png From bugtracker at ...3416... Mon May 9 00:51:31 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 22:51:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Comment #4 by ??: Yes?now?display is correctly. thanks. Maybe it is the bug of QT. From bugtracker at ...3416... Mon May 9 00:51:41 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 08 May 2016 22:51:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- ?? added an attachment: Screenshot.png From bugtracker at ...3416... Mon May 9 03:15:50 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 09 May 2016 01:15:50 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Comment #5 by Beno?t MINISINI: That's weird... From bugtracker at ...3416... Mon May 9 03:16:09 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 09 May 2016 01:16:09 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #934: display error in the component of project property. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.934&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Mon May 9 03:18:13 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 09 May 2016 01:18:13 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #941: The new Import is suboptimal In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.941&from=L21haW4- Comment #1 by Beno?t MINISINI: Sorry, but that works perfectly there. What are you doing exactly? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at ...3416... Mon May 9 03:21:28 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 09 May 2016 01:21:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #942: Can't delete files from the project browser any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.942&from=L21haW4- Comment #1 by Beno?t MINISINI: It works perfectly on my system. As you give no information (about your system, about your project...), I can't tell you more. From bugtracker at ...3416... Mon May 9 10:04:48 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 09 May 2016 08:04:48 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #942: Can't delete files from the project browser any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.942&from=L21haW4- Comment #2 by Bruce BRUEN: Might be a furphy. Occasionally, when I kill a project running the IDE the debugger doesn't actually release all the locked files. I'll get back to youo on this one. b From bugtracker at ...3416... Mon May 9 10:12:35 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 09 May 2016 08:12:35 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #941: The new Import is suboptimal In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.941&from=L21haW4- Comment #2 by Bruce BRUEN: Well, the old way, when we had the project tree popup menu New|Form and the "Existing" used to get both the .class file and the .form file. Now, the popup "Import" is less than effective, it defaults to just getting the .class file and doesn't grab the .form file. I see that you can use the dirview filter to select a form rather than a file. But this is, to me, a bit of a step backwards. Up to you. b From bugtracker at ...3416... Mon May 9 10:18:44 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 09 May 2016 08:18:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #941: The new Import is suboptimal In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.941&from=L21haW4- Bruce BRUEN changed the state of the bug to: Fixed. From bugtracker at ...3416... Mon May 9 10:22:18 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 09 May 2016 08:22:18 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #941: The new Import is suboptimal In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.941&from=L21haW4- Comment #3 by Beno?t MINISINI: Well, if you want to import a form, just select "form" in the filter, and the form will be imported with its class. If you select "class", just the class is imported. The only difference with before is that you must select "form" in a combo-box instead of selecting it in a big panel. From bugtracker at ...3416... Mon May 9 12:43:57 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 09 May 2016 10:43:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #941: The new Import is suboptimal In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.941&from=L21haW4- Comment #4 by Fabien BODARD: Wells ... Not my cup of tea. I found it less easy than the old way. I think a left list of filters will ne more explicit. The path to add a new file must be thinked again to be more ergonomic From eilert-sprachen at ...221... Tue May 10 16:40:49 2016 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Tue, 10 May 2016 16:40:49 +0200 Subject: [Gambas-user] Warning from Shell command Message-ID: <5731F2F1.9040901@...221...> When I shell out after having made a PDF with Shell "okular " & myPDFfile I get a warning in the IDE: okular(12453)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x7bcc08 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes. Anything to worry about? Rolf From jussi.lahtinen at ...626... Tue May 10 16:47:51 2016 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Tue, 10 May 2016 17:47:51 +0300 Subject: [Gambas-user] Warning from Shell command In-Reply-To: <5731F2F1.9040901@...221...> References: <5731F2F1.9040901@...221...> Message-ID: What happens if you run the same command in actual terminal? Jussi On Tue, May 10, 2016 at 5:40 PM, Rolf-Werner Eilert < eilert-sprachen at ...221...> wrote: > When I shell out after having made a PDF with > > Shell "okular " & myPDFfile > > I get a warning in the IDE: > > okular(12453)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x7bcc08 > deleted without having been removed from the factory first. This will > leak standalone popupmenus and could lead to crashes. > > Anything to worry about? > > Rolf > > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Tue May 10 16:49:37 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Tue, 10 May 2016 16:49:37 +0200 Subject: [Gambas-user] Warning from Shell command In-Reply-To: <5731F2F1.9040901@...221...> References: <5731F2F1.9040901@...221...> Message-ID: <5731F501.504@...1...> Le 10/05/2016 16:40, Rolf-Werner Eilert a ?crit : > When I shell out after having made a PDF with > > Shell "okular " & myPDFfile > > I get a warning in the IDE: > > okular(12453)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x7bcc08 > deleted without having been removed from the factory first. This will > leak standalone popupmenus and could lead to crashes. > > Anything to worry about? > > Rolf > This is a message from okular, this has nothing to do with Gambas. KDE programs usually emit tons of debugging messages. They are redirected to ~/.xsession-errors when the program is launched from the GUI. Otherwise you get them in the terminal. -- Beno?t Minisini From eilert-sprachen at ...221... Tue May 10 16:57:48 2016 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Tue, 10 May 2016 16:57:48 +0200 Subject: [Gambas-user] Warning from Shell command In-Reply-To: References: <5731F2F1.9040901@...221...> Message-ID: <5731F6EC.4020500@...221...> Aah, the same message - thank you! Rolf Am 10.05.2016 16:47, schrieb Jussi Lahtinen: > What happens if you run the same command in actual terminal? > > > Jussi > > On Tue, May 10, 2016 at 5:40 PM, Rolf-Werner Eilert < > eilert-sprachen at ...221...> wrote: > >> When I shell out after having made a PDF with >> >> Shell "okular " & myPDFfile >> >> I get a warning in the IDE: >> >> okular(12453)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x7bcc08 >> deleted without having been removed from the factory first. This will >> leak standalone popupmenus and could lead to crashes. >> >> Anything to worry about? >> >> Rolf >> >> >> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From eilert-sprachen at ...221... Tue May 10 16:58:45 2016 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Tue, 10 May 2016 16:58:45 +0200 Subject: [Gambas-user] Warning from Shell command In-Reply-To: <5731F501.504@...1...> References: <5731F2F1.9040901@...221...> <5731F501.504@...1...> Message-ID: <5731F725.9050608@...221...> Am 10.05.2016 16:49, schrieb Beno?t Minisini: > Le 10/05/2016 16:40, Rolf-Werner Eilert a ?crit : >> When I shell out after having made a PDF with >> >> Shell "okular " & myPDFfile >> >> I get a warning in the IDE: >> >> okular(12453)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x7bcc08 >> deleted without having been removed from the factory first. This will >> leak standalone popupmenus and could lead to crashes. >> >> Anything to worry about? >> >> Rolf >> > This is a message from okular, this has nothing to do with Gambas. > > KDE programs usually emit tons of debugging messages. They are > redirected to ~/.xsession-errors when the program is launched from the > GUI. Otherwise you get them in the terminal. > Well, as I just found out, the same message comes when I start it from terminal. So nothing to worry about :) Thank you! Rolf From bugtracker at ...3416... Wed May 11 03:25:46 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 11 May 2016 01:25:46 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Jussi LAHTINEN reported a new bug. Summary ------- Trayicons doesn't work correctly on Linux Mint 17.3 Part I Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : GUI components Description ----------- At least click event is never raised. See attached project. System information ------------------ [System] Gambas=3.8.90 r7771 OperatingSystem=Linux Kernel=3.13.0-37-generic Architecture=x86_64 Distribution=Linux Mint 17.3 Rosa Desktop=GNOME Theme=Gtk Language=en_US.UTF-8 Memory=7985M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-MBugArHkgf,guid=cfca88e451a7bd8eb14a5da457327160 DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path DESKTOP_SESSION=cinnamon DISPLAY=:0.0 GB_GUI=gb.qt4 GB_PROFILE_MAX=1000 GDMSESSION=cinnamon GDM_XSERVER_LOCATION=local GIO_LAUNCHED_DESKTOP_FILE=/Desktop/Gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=3841 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/1000/keyring-QNsPpd GPG_AGENT_INFO=/run/user/1000/keyring-QNsPpd/gpg:0:1 GTK_IM_MODULE=xim HOME= INSIDE_NEMO_PYTHON= LANG=en_US.UTF-8 LC_ADDRESS=fi_FI.UTF-8 LC_IDENTIFICATION=fi_FI.UTF-8 LC_MEASUREMENT=fi_FI.UTF-8 LC_MONETARY=fi_FI.UTF-8 LC_NAME=fi_FI.UTF-8 LC_NUMERIC=fi_FI.UTF-8 LC_PAPER=fi_FI.UTF-8 LC_TELEPHONE=fi_FI.UTF-8 LC_TIME=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path MDMSESSION=cinnamon MDM_LANG=en_US.UTF-8 MDM_XSERVER_LOCATION=local PAPERSIZE=letter PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT4_IM_MODULE=xim QT_STYLE_OVERRIDE=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/1774,unix/:/tmp/.ICE-unix/1774 SHELL=/bin/bash SSH_AGENT_PID=1842 SSH_AUTH_SOCK=/run/user/1000/keyring-QNsPpd/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=8 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=5a45fa29109f0ee2389b1b0355283726-1462923615.570361-57236606 XDG_SESSION_DESKTOP=cinnamon XDG_SESSION_ID=c1 XDG_VTNR=8 XMODIFIERS=@...3498...=none From bugtracker at ...3416... Wed May 11 03:25:55 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 11 May 2016 01:25:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Jussi LAHTINEN added an attachment: GAlarm-0.2.12.tar.gz From bugtracker at ...3416... Wed May 11 03:27:37 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 11 May 2016 01:27:37 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #944: Trayicons doesn't work correctly on Linux Mint 17.3 Part II Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.944&from=L21haW4- Jussi LAHTINEN reported a new bug. Summary ------- Trayicons doesn't work correctly on Linux Mint 17.3 Part II Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- Two instances of same program creates only one trayicon. Also closing one of the instances remove the trayicon. IE the instance left running no longer have trayicon. See attached project. System information ------------------ [System] Gambas=3.8.90 r7771 OperatingSystem=Linux Kernel=3.13.0-37-generic Architecture=x86_64 Distribution=Linux Mint 17.3 Rosa Desktop=GNOME Theme=Gtk Language=en_US.UTF-8 Memory=7985M [Libraries] Cairo=libcairo.so.2.11301.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.6 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+2=libgtk-x11-2.0.so.0.2400.23 GTK+3=libgtk-3.so.0.1000.8 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.2.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=xim DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-MBugArHkgf,guid=cfca88e451a7bd8eb14a5da457327160 DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path DESKTOP_SESSION=cinnamon DISPLAY=:0.0 GB_GUI=gb.qt4 GB_PROFILE_MAX=1000 GDMSESSION=cinnamon GDM_XSERVER_LOCATION=local GIO_LAUNCHED_DESKTOP_FILE=/Desktop/Gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=3841 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL=/run/user/1000/keyring-QNsPpd GPG_AGENT_INFO=/run/user/1000/keyring-QNsPpd/gpg:0:1 GTK_IM_MODULE=xim HOME= INSIDE_NEMO_PYTHON= LANG=en_US.UTF-8 LC_ADDRESS=fi_FI.UTF-8 LC_IDENTIFICATION=fi_FI.UTF-8 LC_MEASUREMENT=fi_FI.UTF-8 LC_MONETARY=fi_FI.UTF-8 LC_NAME=fi_FI.UTF-8 LC_NUMERIC=fi_FI.UTF-8 LC_PAPER=fi_FI.UTF-8 LC_TELEPHONE=fi_FI.UTF-8 LC_TIME=en_US.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path MDMSESSION=cinnamon MDM_LANG=en_US.UTF-8 MDM_XSERVER_LOCATION=local PAPERSIZE=letter PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PWD= QT4_IM_MODULE=xim QT_STYLE_OVERRIDE=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/1774,unix/:/tmp/.ICE-unix/1774 SHELL=/bin/bash SSH_AGENT_PID=1842 SSH_AUTH_SOCK=/run/user/1000/keyring-QNsPpd/ssh TEXTDOMAIN=im-config TEXTDOMAINDIR=/usr/share/locale/ TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=8 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_COOKIE=5a45fa29109f0ee2389b1b0355283726-1462923615.570361-57236606 XDG_SESSION_DESKTOP=cinnamon XDG_SESSION_ID=c1 XDG_VTNR=8 XMODIFIERS=@...3498...=none From bugtracker at ...3416... Wed May 11 03:31:36 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 11 May 2016 01:31:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #944: Trayicons doesn't work correctly on Linux Mint 17.3 Part II In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.944&from=L21haW4- Comment #1 by Jussi LAHTINEN: Run the project as executable and other one from the IDE. Two instances as executable is prevented. From bugtracker at ...3416... Wed May 11 03:32:04 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Wed, 11 May 2016 01:32:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #944: Trayicons doesn't work correctly on Linux Mint 17.3 Part II In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.944&from=L21haW4- Jussi LAHTINEN added an attachment: GAlarm-0.2.12.tar.gz From peteroc at ...178... Wed May 11 20:32:02 2016 From: peteroc at ...178... (Peter Roc) Date: Wed, 11 May 2016 20:32:02 +0200 Subject: [Gambas-user] MaskBox bug? In-Reply-To: <56BCC198.5050700@...1...> References: <20150929222520.GA24507@...2774...> , <56BCC198.5050700@...1...> Message-ID: Bonsoir Beno?t. I would like to ask you if you don't mind to spent some of your time now, to fix this bug, which is "While using a MaskBox with the Mask [0-9], inserting 0 it turns out that it's not displayed, I can see the cursor moving, and only a space is left". Merci. Peter Sent: Thursday, February 11, 2016 at 6:15 PM From: "Beno?t Minisini" To: "mailing list for gambas users" Subject: Re: [Gambas-user] MaskBox bug? Le 11/02/2016 14:00, Peter Roc a ?crit : > > Hi. > > Tested from trunk with svn. No luck. I understand this may not be a priority > but, Fabien, would you be kind and attach the patch that fixes the bug? > Thank you. > > Peter > Sorry for the delay, I will look at the problem as soon as possible. -- Beno?t Minisini ---------------------------------------------------------------------------- -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! [1]http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net [2]https://lists.sourceforge.net/lists/listinfo/gambas-user References 1. http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 2. https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Wed May 11 20:37:33 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 11 May 2016 20:37:33 +0200 Subject: [Gambas-user] MaskBox bug? In-Reply-To: References: <20150929222520.GA24507@...2774...> <56BCC198.5050700@...1...> Message-ID: <57337BED.709@...1...> Le 11/05/2016 20:32, Peter Roc a ?crit : > > Bonsoir Beno?t. > > I would like to ask you if you don't mind to spent some of your time now, to > fix this bug, which is "While using a MaskBox with the Mask [0-9], inserting > 0 it turns out that it's not displayed, I can see the cursor moving, and > only a space is left". Merci. > > Peter > Oops, I completely forgot that. Maybe because I don't use MaskBox a lot. Did you make an issue in the bugtracker? -- Beno?t Minisini From bugtracker at ...3416... Thu May 12 08:14:15 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 12 May 2016 06:14:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #942: Can't delete files from the project browser any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.942&from=L21haW4- Bruce BRUEN changed the state of the bug to: Invalid. From bugtracker at ...3416... Thu May 12 08:21:48 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 12 May 2016 06:21:48 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #945: Can't comment once a bug is "invalid" Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.945&from=L21haW4- Bruce BRUEN reported a new bug. Summary ------- Can't comment once a bug is "invalid" Type : Bug Priority : Medium Gambas version : Unknown Product : Bugtracker Description ----------- Hmmm. I changed the status of issue 942 to "invalid". Now I can't seem to add an explanatory comment. Is this expected behavior? From eilert-sprachen at ...221... Thu May 12 11:16:14 2016 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 12 May 2016 11:16:14 +0200 Subject: [Gambas-user] Balloon with black background Message-ID: <573449DE.5000605@...221...> This has not priority 1 for me, but it looks somewhat ugly. Currently I am migrating an older project from Gambas2 to Gambas3. On my system, there is qt4 with KDE4, but due to performance reasons I use qt3 and KDE3 for display. The same project shows a Balloon with yellow background when started the old way with Gambas2, but the background is black (and font negative = white) when I start it in Gambas3. Maybe it fails at some missing theme, or some system variable which is declared differently under qt3 and 4. Anyway, do I have any influence on this? For the moment, I cannot check this on a newer system, so I would like to hear your comments on this first. You will know Balloon better... Thank you! Rolf From peteroc at ...178... Thu May 12 13:38:55 2016 From: peteroc at ...178... (Peter Roc) Date: Thu, 12 May 2016 13:38:55 +0200 Subject: [Gambas-user] MaskBox bug? In-Reply-To: <57337BED.709@...1...> References: <20150929222520.GA24507@...2774...> <56BCC198.5050700@...1...> , <57337BED.709@...1...> Message-ID: Bonjour Beno?t. I was not in a worry, like I told you in my previous email, I did use an workaround. But better if it works without it :). I will register the issue at the bugtracker right now, or at least after seeing how its done. Merci. Peter Sent: Wednesday, May 11, 2016 at 7:37 PM From: "Beno?t Minisini" To: "mailing list for gambas users" Subject: Re: [Gambas-user] MaskBox bug? Le 11/05/2016 20:32, Peter Roc a ?crit : > > Bonsoir Beno?t. > > I would like to ask you if you don't mind to spent some of your time now, to > fix this bug, which is "While using a MaskBox with the Mask [0-9], inserting > 0 it turns out that it's not displayed, I can see the cursor moving, and > only a space is left". Merci. > > Peter > Oops, I completely forgot that. Maybe because I don't use MaskBox a lot. Did you make an issue in the bugtracker? -- Beno?t Minisini ---------------------------------------------------------------------------- -- Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! [1]https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net [2]https://lists.sourceforge.net/lists/listinfo/gambas-user References 1. https://ad.doubleclick.net/ddm/clk/304595813;131938128;j 2. https://lists.sourceforge.net/lists/listinfo/gambas-user From bugtracker at ...3416... Thu May 12 14:30:35 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 12 May 2016 12:30:35 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #946: MaskBox bug Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.946&from=L21haW4- Peter ROC reported a new bug. Summary ------- MaskBox bug Type : Bug Priority : Medium Gambas version : 3.8 Product : GUI components Description ----------- While using a MaskBox with the Mask [0-9],inserting 0, it turns out that it's not displayed. I can see the cursor moving, and only a space is left. Tested on the latest stable Gambas release, 3.8.4 . Distro, Linux Mint Mate 17.3 Rosa From bagonergi at ...626... Thu May 12 16:40:21 2016 From: bagonergi at ...626... (Gianluigi) Date: Thu, 12 May 2016 16:40:21 +0200 Subject: [Gambas-user] Balloon with black background In-Reply-To: <573449DE.5000605@...221...> References: <573449DE.5000605@...221...> Message-ID: See Ron's trick [0] and this article[0], I hope can be useful. Regards Gianluigi [0]http://gambas.8142.n7.nabble.com/System-Colors-td56130.html [1] http://www.iwillfolo.com/how-to-change-gtk-apps-tooltips-text-and-background-color/ 2016-05-12 11:16 GMT+02:00 Rolf-Werner Eilert : > This has not priority 1 for me, but it looks somewhat ugly. > > Currently I am migrating an older project from Gambas2 to Gambas3. > > On my system, there is qt4 with KDE4, but due to performance reasons I > use qt3 and KDE3 for display. > > The same project shows a Balloon with yellow background when started the > old way with Gambas2, but the background is black (and font negative = > white) when I start it in Gambas3. > > Maybe it fails at some missing theme, or some system variable which is > declared differently under qt3 and 4. Anyway, do I have any influence on > this? > > For the moment, I cannot check this on a newer system, so I would like > to hear your comments on this first. You will know Balloon better... > > Thank you! > > Rolf > > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From eilert-sprachen at ...221... Thu May 12 16:56:31 2016 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 12 May 2016 16:56:31 +0200 Subject: [Gambas-user] Balloon with black background In-Reply-To: References: <573449DE.5000605@...221...> Message-ID: <5734999F.4090306@...221...> Thank you Gianluigi, but does GTK have anything in common with my KDE stuff? Rolf Am 12.05.2016 16:40, schrieb Gianluigi: > See Ron's trick [0] and this article[0], I hope can be useful. > Regards > Gianluigi > [0]http://gambas.8142.n7.nabble.com/System-Colors-td56130.html > [1] > http://www.iwillfolo.com/how-to-change-gtk-apps-tooltips-text-and-background-color/ > > 2016-05-12 11:16 GMT+02:00 Rolf-Werner Eilert : > >> This has not priority 1 for me, but it looks somewhat ugly. >> >> Currently I am migrating an older project from Gambas2 to Gambas3. >> >> On my system, there is qt4 with KDE4, but due to performance reasons I >> use qt3 and KDE3 for display. >> >> The same project shows a Balloon with yellow background when started the >> old way with Gambas2, but the background is black (and font negative = >> white) when I start it in Gambas3. >> >> Maybe it fails at some missing theme, or some system variable which is >> declared differently under qt3 and 4. Anyway, do I have any influence on >> this? >> >> For the moment, I cannot check this on a newer system, so I would like >> to hear your comments on this first. You will know Balloon better... >> >> Thank you! >> >> Rolf >> >> >> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bagonergi at ...626... Thu May 12 20:20:36 2016 From: bagonergi at ...626... (Gianluigi) Date: Thu, 12 May 2016 20:20:36 +0200 Subject: [Gambas-user] Balloon with black background In-Reply-To: <5734999F.4090306@...221...> References: <573449DE.5000605@...221...> <5734999F.4090306@...221...> Message-ID: Sorry Rolf, but I have Ubuntu. I was hoping you could get inspiration. Ciao Gianluigi 2016-05-12 16:56 GMT+02:00 Rolf-Werner Eilert : > Thank you Gianluigi, but does GTK have anything in common with my KDE > stuff? > > Rolf > > Am 12.05.2016 16:40, schrieb Gianluigi: > > See Ron's trick [0] and this article[0], I hope can be useful. > > Regards > > Gianluigi > > [0]http://gambas.8142.n7.nabble.com/System-Colors-td56130.html > > [1] > > > http://www.iwillfolo.com/how-to-change-gtk-apps-tooltips-text-and-background-color/ > > > > 2016-05-12 11:16 GMT+02:00 Rolf-Werner Eilert < > eilert-sprachen at ...221...>: > > > >> This has not priority 1 for me, but it looks somewhat ugly. > >> > >> Currently I am migrating an older project from Gambas2 to Gambas3. > >> > >> On my system, there is qt4 with KDE4, but due to performance reasons I > >> use qt3 and KDE3 for display. > >> > >> The same project shows a Balloon with yellow background when started the > >> old way with Gambas2, but the background is black (and font negative = > >> white) when I start it in Gambas3. > >> > >> Maybe it fails at some missing theme, or some system variable which is > >> declared differently under qt3 and 4. Anyway, do I have any influence on > >> this? > >> > >> For the moment, I cannot check this on a newer system, so I would like > >> to hear your comments on this first. You will know Balloon better... > >> > >> Thank you! > >> > >> Rolf > >> > >> > >> > >> > ------------------------------------------------------------------------------ > >> Mobile security can be enabling, not merely restricting. Employees who > >> bring their own devices (BYOD) to work are irked by the imposition of > MDM > >> restrictions. Mobile Device Manager Plus allows you to control only the > >> apps on BYO-devices by containerizing them, leaving personal data > >> untouched! > >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > >> _______________________________________________ > >> Gambas-user mailing list > >> Gambas-user at lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > > > ------------------------------------------------------------------------------ > > Mobile security can be enabling, not merely restricting. Employees who > > bring their own devices (BYOD) to work are irked by the imposition of MDM > > restrictions. Mobile Device Manager Plus allows you to control only the > > apps on BYO-devices by containerizing them, leaving personal data > untouched! > > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bagonergi at ...626... Thu May 12 21:35:41 2016 From: bagonergi at ...626... (Gianluigi) Date: Thu, 12 May 2016 21:35:41 +0200 Subject: [Gambas-user] Balloon with black background In-Reply-To: References: <573449DE.5000605@...221...> <5734999F.4090306@...221...> Message-ID: Provided your Linux is similar to mine, I meant to suggest something like With the terminal command: locate themes You can identify the directory that contains the tooltip color formatting file to find with: grep tooltip * -rin Regards Gianluigi 2016-05-12 20:20 GMT+02:00 Gianluigi : > Sorry Rolf, > but I have Ubuntu. > I was hoping you could get inspiration. > Ciao > Gianluigi > > 2016-05-12 16:56 GMT+02:00 Rolf-Werner Eilert >: > >> Thank you Gianluigi, but does GTK have anything in common with my KDE >> stuff? >> >> Rolf >> >> Am 12.05.2016 16:40, schrieb Gianluigi: >> > See Ron's trick [0] and this article[0], I hope can be useful. >> > Regards >> > Gianluigi >> > [0]http://gambas.8142.n7.nabble.com/System-Colors-td56130.html >> > [1] >> > >> http://www.iwillfolo.com/how-to-change-gtk-apps-tooltips-text-and-background-color/ >> > >> > 2016-05-12 11:16 GMT+02:00 Rolf-Werner Eilert < >> eilert-sprachen at ...221...>: >> > >> >> This has not priority 1 for me, but it looks somewhat ugly. >> >> >> >> Currently I am migrating an older project from Gambas2 to Gambas3. >> >> >> >> On my system, there is qt4 with KDE4, but due to performance reasons I >> >> use qt3 and KDE3 for display. >> >> >> >> The same project shows a Balloon with yellow background when started >> the >> >> old way with Gambas2, but the background is black (and font negative = >> >> white) when I start it in Gambas3. >> >> >> >> Maybe it fails at some missing theme, or some system variable which is >> >> declared differently under qt3 and 4. Anyway, do I have any influence >> on >> >> this? >> >> >> >> For the moment, I cannot check this on a newer system, so I would like >> >> to hear your comments on this first. You will know Balloon better... >> >> >> >> Thank you! >> >> >> >> Rolf >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Mobile security can be enabling, not merely restricting. Employees who >> >> bring their own devices (BYOD) to work are irked by the imposition of >> MDM >> >> restrictions. Mobile Device Manager Plus allows you to control only the >> >> apps on BYO-devices by containerizing them, leaving personal data >> >> untouched! >> >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> >> _______________________________________________ >> >> Gambas-user mailing list >> >> Gambas-user at lists.sourceforge.net >> >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> >> > >> ------------------------------------------------------------------------------ >> > Mobile security can be enabling, not merely restricting. Employees who >> > bring their own devices (BYOD) to work are irked by the imposition of >> MDM >> > restrictions. Mobile Device Manager Plus allows you to control only the >> > apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> > _______________________________________________ >> > Gambas-user mailing list >> > Gambas-user at lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/gambas-user >> > >> >> >> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From bugtracker at ...3416... Fri May 13 10:56:28 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 08:56:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #920: Optimize JSON.Encode for big data structures, lowers execution time from seconds to milliseconds. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.920&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Fri May 13 10:59:00 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 08:59:00 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #936: Dark pastel theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.936&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Fri May 13 11:01:29 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 09:01:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #936: Dark pastel theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.936&from=L21haW4- Antonio OREFICE added an attachment: dark_pastel-fix2.gambas.theme From bugtracker at ...3416... Fri May 13 11:02:41 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 09:02:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #936: Dark pastel theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.936&from=L21haW4- Comment #2 by Antonio OREFICE: Sorry for that, but i discovered another color that needs to be fixed in there, "Current" is a bit more contrasted. From bugtracker at ...3416... Fri May 13 11:03:15 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 09:03:15 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #920: Optimize JSON.Encode for big data structures, lowers execution time from seconds to milliseconds. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.920&from=L21haW4- Comment #1 by Beno?t MINISINI: Thanks, this is exactly the goal of "Open String"! From bugtracker at ...3416... Fri May 13 14:36:51 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 12:36:51 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #920: Optimize JSON.Encode for big data structures, lowers execution time from seconds to milliseconds. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.920&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Fri May 13 14:54:25 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 12:54:25 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #936: Dark pastel theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.936&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Fri May 13 15:36:57 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 13:36:57 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #920: Optimize JSON.Encode for big data structures, lowers execution time from seconds to milliseconds. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.920&from=L21haW4- Comment #2 by Fabien BODARD: Wow... I didn't notice that ... cool From bugtracker at ...3416... Fri May 13 17:24:27 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 15:24:27 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #947: Can't compile gb.jit with 3.5.2 version Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.947&from=L21haW4- Fabien BODARD reported a new bug. Summary ------- Can't compile gb.jit with 3.5.2 version Type : Bug Priority : High Gambas version : 3.8.90 (TRUNK) Product : Language Description ----------- After updating my system i have this problem : [fabien at ...3590... gb.jit]$ ./reconf autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 --install autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936. autoreconf: Leaving directory `.' [fabien at ...3590... gb.jit]$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for setenv... yes checking for unsetenv... yes checking for getdomainname... yes checking for getpt... yes checking for cfmakeraw... yes checking for fstatat... yes checking for main in -lgcc_s... yes checking for main in -lstdc++... yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes mchecking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... ayes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for llvm-config... /usr/bin/llvm-config checking for LLVM, version between 3.1 and 3.5... kyes (3.5.2) checking for gb.jit headers... e clean /usr/include/ checking for gb.jit libraries... /usr/lib64/ checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands [fabien at ...3590... gb.jit]$ make clean Making clean in src make[1]?: on entre dans le r?pertoire ??/home/fabien/Documents/Developpement/gambas/trunk/gb.jit/src?? test -z "gb.jit.la" || rm -f gb.jit.la rm -f ./so_locations rm -rf .libs _libs test -z "libjit.la" || rm -f libjit.la rm -f ./so_locations rm -f *.o rm -f *.lo make[1]?: on quitte le r?pertoire ??/home/fabien/Documents/Developpement/gambas/trunk/gb.jit/src?? make[1]?: on entre dans le r?pertoire ??/home/fabien/Documents/Developpement/gambas/trunk/gb.jit?? rm -rf .libs _libs rm -f *.lo make[1]?: on quitte le r?pertoire ??/home/fabien/Documents/Developpement/gambas/trunk/gb.jit?? [fabien at ...3590... gb.jit]$ make make all-recursive make[1]?: on entre dans le r?pertoire ??/home/fabien/Documents/Developpement/gambas/trunk/gb.jit?? Making all in src make[2]?: on entre dans le r?pertoire ??/home/fabien/Documents/Developpement/gambas/trunk/gb.jit/src?? CXX gb_jit_la-jit_api.lo CXX gb_jit_la-jit_codegen.lo jit_codegen.cpp: Dans la fonction ?llvm::Value* extract_value(llvm::Value*, int)?: jit_codegen.cpp:362:29: attention : narrowing conversion of ?index? from ?int? to ?unsigned int? inside { } [-Wnarrowing] unsigned int arr[] = {index}; ^ jit_codegen.cpp: Dans la fonction ?llvm::Value* insert_value(llvm::Value*, llvm::Value*, int)?: jit_codegen.cpp:367:29: attention : narrowing conversion of ?index? from ?int? to ?unsigned int? inside { } [-Wnarrowing] unsigned int arr[] = {index}; ^ jit_codegen_conv.h: Dans la fonction membre ?virtual llvm::Value* ConvExpression::codegen_get_value()?: jit_codegen_conv.h:304:62: erreur?: fonction surcharg?e sans information contextuelle de type llvm::Value* ival = builder->CreateCall(get_global_function(floor, 'd', "d"), val); ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp: Dans la fonction membre ?virtual llvm::Value* SubrExpression::codegen_get_value()?: jit_codegen.cpp:5446:52: erreur?: fonction surcharg?e sans information contextuelle de type ret = builder->CreateCall(get_global_function(floor, 'd', "d"), param[0]); ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5462:106: erreur?: fonction surcharg?e sans information contextuelle de type llvm::Value* func1 = type == T_SINGLE ? get_global_function(floorf, 'f', "f") : get_global_function(floor, 'd', "d"); ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5463:105: erreur?: fonction surcharg?e sans information contextuelle de type llvm::Value* func2 = type == T_SINGLE ? get_global_function(fabsf, 'f', "f") : get_global_function(fabs, 'd', "d"); ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5521:62: erreur?: fonction surcharg?e sans information contextuelle de type llvm::Value* x = builder->CreateCall(get_global_function(fabs, 'd', "d"), param[0]); ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5522:74: erreur?: fonction surcharg?e sans information contextuelle de type ret = builder->CreateFSub(x, builder->CreateCall(get_global_function(floor, 'd', "d"), x)); ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5532:20: erreur?: fonction surcharg?e sans information contextuelle de type NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5532:18: note?: in expansion of macro ?f? NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:5532:28: erreur?: fonction surcharg?e sans information contextuelle de type NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5532:26: note?: in expansion of macro ?f? NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:5532:36: erreur?: fonction surcharg?e sans information contextuelle de type NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5532:34: note?: in expansion of macro ?f? NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:5532:45: erreur?: fonction surcharg?e sans information contextuelle de type NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5532:43: note?: in expansion of macro ?f? NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:5532:53: erreur?: fonction surcharg?e sans information contextuelle de type NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5532:51: note?: in expansion of macro ?f? NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:5532:61: erreur?: fonction surcharg?e sans information contextuelle de type NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5532:59: note?: in expansion of macro ?f? NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:5532:69: erreur?: fonction surcharg?e sans information contextuelle de type NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5532:67: note?: in expansion of macro ?f? NULL, NULL, f(log), f(exp), f(sqrt), f(sin), f(cos), f(tan), f(atan), ^ jit_codegen.cpp:5533:8: erreur?: fonction surcharg?e sans information contextuelle de type f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5533:6: note?: in expansion of macro ?f? f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:5533:17: erreur?: fonction surcharg?e sans information contextuelle de type f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5533:15: note?: in expansion of macro ?f? f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:5533:38: erreur?: fonction surcharg?e sans information contextuelle de type f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5533:36: note?: in expansion of macro ?f? f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:5533:48: erreur?: fonction surcharg?e sans information contextuelle de type f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5533:46: note?: in expansion of macro ?f? f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:5533:57: erreur?: fonction surcharg?e sans information contextuelle de type f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5533:55: note?: in expansion of macro ?f? f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:5533:66: erreur?: fonction surcharg?e sans information contextuelle de type f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5533:64: note?: in expansion of macro ?f? f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:5533:75: erreur?: fonction surcharg?e sans information contextuelle de type f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5533:73: note?: in expansion of macro ?f? f(asin), f(acos), NULL, NULL, f(log10), f(sinh), f(cosh), f(tanh), f(asinh), ^ jit_codegen.cpp:5534:8: erreur?: fonction surcharg?e sans information contextuelle de type f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5534:6: note?: in expansion of macro ?f? f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:5534:18: erreur?: fonction surcharg?e sans information contextuelle de type f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5534:16: note?: in expansion of macro ?f? f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:5534:28: erreur?: fonction surcharg?e sans information contextuelle de type f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5534:26: note?: in expansion of macro ?f? f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:5534:47: erreur?: fonction surcharg?e sans information contextuelle de type f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5534:45: note?: in expansion of macro ?f? f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:5534:56: erreur?: fonction surcharg?e sans information contextuelle de type f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5534:54: note?: in expansion of macro ?f? f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:5534:65: erreur?: fonction surcharg?e sans information contextuelle de type f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5534:63: note?: in expansion of macro ?f? f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:5534:75: erreur?: fonction surcharg?e sans information contextuelle de type f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5534:73: note?: in expansion of macro ?f? f(acosh), f(atanh), f(exp2), f(exp10), f(log2), f(cbrt), f(expm1), f(log1p), ^ jit_codegen.cpp:5535:8: erreur?: fonction surcharg?e sans information contextuelle de type f(floor), f(ceil) ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5535:6: note?: in expansion of macro ?f? f(floor), f(ceil) ^ jit_codegen.cpp:5535:18: erreur?: fonction surcharg?e sans information contextuelle de type f(floor), f(ceil) ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5535:16: note?: in expansion of macro ?f? f(floor), f(ceil) ^ jit_codegen.cpp:5570:45: erreur?: fonction surcharg?e sans information contextuelle de type builder->CreateCall(get_global_function(floor, 'd', "d"), ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5789:52: erreur?: fonction surcharg?e sans information contextuelle de type ret = builder->CreateCall2(get_global_function(atan2, 'd', "dd"), param[0], param[1]); ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:5791:51: erreur?: fonction surcharg?e sans information contextuelle de type ret = builder->CreateCall(get_global_function(sqrt, 'd', "d"), builder->CreateFAdd(builder->CreateFMul(param[0], param[0]), builder->CreateFMul(param[1], param[1]))); ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:6300:68: erreur?: fonction surcharg?e sans information contextuelle de type llvm::Value* fabs_ret = builder->CreateCall(get_global_function(fabs, 'd', "d"), param[0]); ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp:6301:69: erreur?: fonction surcharg?e sans information contextuelle de type llvm::Value* floor_ret = builder->CreateCall(get_global_function(floor, 'd', "d"), fabs_ret); ^ jit_codegen.cpp:285:79: note?: in definition of macro ?get_global_function? #define get_global_function(n, ret, args) get_global_function_real(#n, (void*)n, ret, args) ^ jit_codegen.cpp: Dans la fonction ?void func_extern_call_variant_vararg(void*, void*, int, TYPE)?: jit_codegen.cpp:6655:33: attention : d?r?f?rencement du pointeur type-punned brisera les strictes d'alias [-Wstrict-aliasing] *(TYPE*)&signature_string[nargs] = return_type; ^ jit_codegen.cpp:6705:44: attention : array subscript has type ?char? [-Wchar-subscripts] ft[i] = extern_types[signature_string[i]]; ^ jit_codegen.cpp: At global scope: jit_codegen.cpp:6980:13: attention : ?void JIT_cleanup(llvm::ExecutionEngine**, int)? defined but not used [-Wunused-function] static void JIT_cleanup(llvm::ExecutionEngine** EE, int n_func){ ^~~~~~~~~~~ jit_codegen.cpp:1135:13: attention : ?void release_val(Expression*)? defined but not used [-Wunused-function] static void release_val(Expression* expr){ ^~~~~~~~~~~ jit_codegen.cpp:1121:13: attention : ?void release_top(Expression*)? defined but not used [-Wunused-function] static void release_top(Expression* expr){ ^~~~~~~~~~~ jit_codegen.cpp:1117:13: attention : ?void borrow_top(TYPE)? defined but not used [-Wunused-function] static void borrow_top(TYPE type){ ^~~~~~~~~~ jit_codegen.cpp:1038:13: attention : ?void codegen_printf(const char*, llvm::Value*)? defined but not used [-Wunused-function] static void codegen_printf(const char* str1, llvm::Value* intval){ ^~~~~~~~~~~~~~ jit_codegen.cpp:1034:13: attention : ?void codegen_printf(const char*)? defined but not used [-Wunused-function] static void codegen_printf(const char* str1){ ^~~~~~~~~~~~~~ jit_codegen.cpp:1030:13: attention : ?void codegen_printf(const char*, int)? defined but not used [-Wunused-function] static void codegen_printf(const char* str1, int tal){ ^~~~~~~~~~~~~~ jit_codegen.cpp:337:21: attention : ?llvm::Value* get_new_struct(llvm::StructType*, llvm::Value*, llvm::Value*, llvm::Value*)? defined but not used [-Wunused-function] static llvm::Value* get_new_struct(llvm::StructType* st, llvm::Value* v1, llvm::Value* v2, llvm::Value* v3){ ^~~~~~~~~~~~~~ Makefile:588?: la recette pour la cible ??gb_jit_la-jit_codegen.lo?? a ?chou?e make[2]: *** [gb_jit_la-jit_codegen.lo] Erreur 1 make[2]?: on quitte le r?pertoire ??/home/fabien/Documents/Developpement/gambas/trunk/gb.jit/src?? Makefile:433?: la recette pour la cible ??all-recursive?? a ?chou?e make[1]: *** [all-recursive] Erreur 1 make[1]?: on quitte le r?pertoire ??/home/fabien/Documents/Developpement/gambas/trunk/gb.jit?? Makefile:365?: la recette pour la cible ??all?? a ?chou?e make: *** [all] Erreur 2 System information ------------------ [System] Gambas=3.8.90 r7771 OperatingSystem=Linux Kernel=4.5.3-1-ARCH Architecture=x86_64 Distribution=arch Desktop=KDE5 Theme=Breeze Language=fr_FR.UTF-8 Memory=3861M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.801.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.2000.4 OpenGL=libGL.so.1.0.0 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.59.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.6.0 SDL=libSDL-1.2.so.0.11.4 [Environment] APPMENU_DISPLAY_BOTH=1 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=/usr/share/xsessions/plasma DISPLAY=:0 GB_GUI=gb.qt5 GS_LIB=/home//.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home//.gtkrc-2.0:/home//.config/gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/home//.gtkrc:/home//.config/gtkrc HOME=/home/ KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=fr_FR.UTF-8 LOGNAME= MAIL=/var/spool/mail/ MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PWD=/home/ QT_NO_GLIB=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/755,unix/:/tmp/.ICE-unix/755 SHELL=/bin/bash SHLVL=1 TZ=:/etc/localtime USER= XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_THEME=breeze_cursors XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share:/usr/share:/usr/local/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=1 _=/usr/lib/kf5/start_kdeinit_wrapper From bugtracker at ...3416... Fri May 13 18:09:32 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 16:09:32 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #947: Can't compile gb.jit with 3.5.2 version In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.947&from=L21haW4- Comment #1 by Beno?t MINISINI: It seems to be a problem with gcc version, not llvm version... From bugtracker at ...3416... Fri May 13 18:15:43 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 16:15:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Comment #1 by Beno?t MINISINI: Have you installed the sni-qt package? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at ...3416... Fri May 13 19:40:56 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 17:40:56 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.918&from=L21haW4- C THAL changed the state of the bug to: Opened. From bugtracker at ...3416... Fri May 13 20:05:04 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 18:05:04 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Comment #2 by Jussi LAHTINEN: Yes it is installed. Version 0.2.6-0ubuntu1. From bugtracker at ...3416... Sat May 14 00:09:21 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 22:09:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Comment #3 by Beno?t MINISINI: On my Linux Mint 17.1 "Rebecca" in VirtualBox, that project seems to work as expected. How can I update to Linux Mint 17.3? From bugtracker at ...3416... Sat May 14 00:11:34 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 22:11:34 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Comment #4 by Beno?t MINISINI: OK, I found. From bugtracker at ...3416... Sat May 14 00:14:10 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 22:14:10 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Comment #5 by Jussi LAHTINEN: Yes, everything works in 17.1 and 17.2. But there are cahnges in the trayicon system in 17.3, which seems to break it. From bugtracker at ...3416... Sat May 14 00:51:27 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 22:51:27 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Comment #6 by Beno?t MINISINI: I have just upgraded to Mint 17.3, and your program tray icon still works correctly. I use the Mate edition, which one do you use? From bugtracker at ...3416... Sat May 14 01:08:40 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 23:08:40 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Comment #7 by Beno?t MINISINI: My bad, it's written in the system information: Cinnamon. From bugtracker at ...3416... Sat May 14 01:52:21 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 23:52:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Comment #8 by Beno?t MINISINI: Try that from https://www.linuxmint.com/rel_rosa_cinnamon_whatsnew.php > If you don?t like indicators, you can turn this off in ?System Settings? -> ?General? -> ?Enable support for indicators?. > This results in forcing all applications which use indicators to fallback to using status icons. It's a workaround. As the new trayicon protocol, which should be a standard, is implemented in a different and incompatible way between KDE and Unity, I guess that Cinnamon introduces a third incompatible implementation of that protocol... Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at ...3416... Sat May 14 01:54:09 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Fri, 13 May 2016 23:54:09 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #944: Trayicons doesn't work correctly on Linux Mint 17.3 Part II In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.944&from=L21haW4- Comment #2 by Beno?t MINISINI: Was it working with the previous version (17.1 or 17.2)? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at ...3416... Sat May 14 02:21:22 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 00:21:22 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Comment #9 by Jussi LAHTINEN: Oh great... However the workaround fixes both of the trayicon issues. Thanks! From bugtracker at ...3416... Sat May 14 02:26:08 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 00:26:08 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #944: Trayicons doesn't work correctly on Linux Mint 17.3 Part II In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.944&from=L21haW4- Comment #3 by Jussi LAHTINEN: Yes, it was working with the earlier versions, but the workaround you gave in the part I ( http://gambaswihki.org/bugtracker/edit?object=BUG.943&from=L21haW4- ) fixes both of the issues. Though, the second instance of the trayicon seems to appear with small delay, and the icon is bit squeezed. From bugtracker at ...3416... Sat May 14 02:26:25 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 00:26:25 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #944: Trayicons doesn't work correctly on Linux Mint 17.3 Part II In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.944&from=L21haW4- Jussi LAHTINEN added an attachment: Screenshot.png From bugtracker at ...3416... Sat May 14 13:16:58 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 11:16:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Comment #10 by Beno?t MINISINI: I confirm that the Cinnamon system tray does not correctly implement the trayicon protocol. It does not send Click, MiddleClick and Scroll events. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat May 14 13:21:44 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 11:21:44 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #943: Trayicons doesn't work correctly on Linux Mint 17.3 Part I In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.943&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at ...3416... Sat May 14 16:26:47 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 14:26:47 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #944: Trayicons doesn't work correctly on Linux Mint 17.3 Part II In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.944&from=L21haW4- Comment #4 by Beno?t MINISINI: gb.dbus uses the application name to register to the DBus bus. As the Unity and Cinnamon indicator protocol does not allow two tray icons for the same DBus application name, problems arise when you run the application twice. The KDE guys being apparently more clever, their trayicon protocol does not have that problem. I will modify the gb.dbus component so that a unique application name is used by default, by adding the process if to the application name. Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at ...3416... Sat May 14 18:00:30 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 16:00:30 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #944: Trayicons doesn't work correctly on Linux Mint 17.3 Part II In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.944&from=L21haW4- Comment #5 by Beno?t MINISINI: Done in revision #7779. Provided that you do not set the DBus.Unique property, you can now run the application twice and have one systray icon for each. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat May 14 18:16:09 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 16:16:09 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Mufeed ALI reported a new bug. Summary ------- Checks in menu not appearing. Type : Bug Priority : High Gambas version : 3.8 Product : GTK+3 component Description ----------- Hi I have been using Gambas3 for quite some time. Its a cool thing. However, in Ubuntu 16.04, I face a rather serious issue. As to Details: Ubuntu 16.04, amd64, Gambas 3.8.4 Stable, Unity 7.4. I recently tried to create an app in it. So, when I created a menu item and set it to 'Checked', the check-mark did not appear. However, when I checked it with code, it seems it really is checked, except the check-mark does not show up. I'm not sure if its Unity's issue or Gambas' issue. So, please help me out. Thank You very much, for the great language you've made, for the wonderful ide and for all your help. From bugtracker at ...3416... Sat May 14 18:20:43 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 16:20:43 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Comment #1 by Beno?t MINISINI: I guess it's a widget theme problem : try to change the GTK+ theme (or QT theme if you are making a QT application) to see if it makes the check marks visible. To change the QT theme, you must install the "qtconfig" program. From bugtracker at ...3416... Sat May 14 18:38:18 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 16:38:18 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.918&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat May 14 18:49:41 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 16:49:41 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #947: Can't compile gb.jit with 3.5.2 version In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.947&from=L21haW4- Comment #2 by Beno?t MINISINI: It seems to be related to floating-point functions: floor, sqr, atan2... Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sat May 14 20:48:33 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 18:48:33 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #918: Debian package does not build if it relies on library In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.918&from=L21haW4- Comment #3 by Beno?t MINISINI: Fixed in revision #7780. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at ...3416... Sat May 14 21:38:16 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 14 May 2016 19:38:16 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #946: MaskBox bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.946&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Sun May 15 13:03:37 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 15 May 2016 11:03:37 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Comment #2 by Mufeed ALI: I tried switching themes around as you suggested but it does not work. From bugtracker at ...3416... Sun May 15 13:03:55 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 15 May 2016 11:03:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Comment #3 by Mufeed ALI: I tried switching themes around as you suggested but it does not work. From bagonergi at ...626... Sun May 15 13:56:50 2016 From: bagonergi at ...626... (Gianluigi) Date: Sun, 15 May 2016 13:56:50 +0200 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: <5738584b.8485370a.cf1ac.ffff8effSMTPIN_ADDED_BROKEN@...2392...> References: <5738584b.8485370a.cf1ac.ffff8effSMTPIN_ADDED_BROKEN@...2392...> Message-ID: If you change the component in gb.gui.qt it should work with Gtk theme than with Cleenlooks theme (QT Configuration) Regards Gianluigi 2016-05-15 13:03 GMT+02:00 : > http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- > > Comment #3 by Mufeed ALI: > > I tried switching themes around as you suggested but it does not work. > > > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bugtracker at ...3416... Sun May 15 19:40:28 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 15 May 2016 17:40:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Comment #4 by Beno?t MINISINI: Can you provide a screenshot? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at ...3416... Sun May 15 19:44:50 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 15 May 2016 17:44:50 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #945: Can't comment once a bug is "invalid" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.945&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Invalid. From bugtracker at ...3416... Sun May 15 19:44:59 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 15 May 2016 17:44:59 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #945: Can't comment once a bug is "invalid" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.945&from=L21haW4- Comment #1 by Beno?t MINISINI: Comment on an invalid bug. From bugtracker at ...3416... Sun May 15 19:45:02 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 15 May 2016 17:45:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #945: Can't comment once a bug is "invalid" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.945&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Opened. From bugtracker at ...3416... Sun May 15 19:45:17 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 15 May 2016 17:45:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #945: Can't comment once a bug is "invalid" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.945&from=L21haW4- Comment #2 by Beno?t MINISINI: It seems to work... From bugtracker at ...3416... Sun May 15 19:46:29 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 15 May 2016 17:46:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #946: MaskBox bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.946&from=L21haW4- Comment #1 by Beno?t MINISINI: As a workaround, you can use '0' mask character instead of '[0-9]', to tell the MaskBox to display a '0' instead of a space. From bugtracker at ...3416... Sun May 15 23:17:31 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 15 May 2016 21:17:31 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #945: Can't comment once a bug is "invalid" In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.945&from=L21haW4- Comment #3 by Jussi LAHTINEN: According to the order of the notification mails, the bug was not in invalid state when you commented. Instead: 1. comment 2. --> invalid 3. --> open From bagonergi at ...626... Sun May 15 23:42:47 2016 From: bagonergi at ...626... (Gianluigi) Date: Sun, 15 May 2016 23:42:47 +0200 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: <5738b506.a7148c0a.b882f.fffffaf7SMTPIN_ADDED_BROKEN@...2392...> References: <5738b506.a7148c0a.b882f.fffffaf7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: Sorry Benoit, Since I do not understand if you tell at me, I attach picture of a checked menu with the two themes. Ubuntu 16.04 Unity (Cleanlooks and Gtk themes, component gb.gui.qt) Regards Gianluigi 2016-05-15 19:40 GMT+02:00 : > http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- > > Comment #4 by Beno?t MINISINI: > > Can you provide a screenshot? > > Beno?t MINISINI changed the state of the bug to: NeedsInfo. > > > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------- next part -------------- A non-text attachment was scrubbed... Name: 2sMenu.png Type: image/png Size: 13669 bytes Desc: not available URL: From bugtracker at ...3416... Mon May 16 04:00:12 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 16 May 2016 02:00:12 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Herberth GUZMAN changed the state of the bug to: Opened. From gambas at ...1... Mon May 16 08:15:47 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Mon, 16 May 2016 08:15:47 +0200 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: <5738b506.a7148c0a.b882f.fffffaf7SMTPIN_ADDED_BROKEN@...2392...> Message-ID: <57396593.4090103@...1...> Le 15/05/2016 23:42, Gianluigi a ?crit : > Sorry Benoit, > Since I do not understand if you tell at me, I attach picture of a checked > menu with the two themes. > Ubuntu 16.04 Unity (Cleanlooks and Gtk themes, component gb.gui.qt) > Regards > Gianluigi > This was a mail from the bugtracker. I was asking a screenshot to the issue reporter, Ali Mufeed. -- Beno?t Minisini From adamnt42 at ...626... Mon May 16 08:30:51 2016 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Mon, 16 May 2016 16:00:51 +0930 Subject: [Gambas-user] Seeking a bit of advice here... Message-ID: <20160516160051.51c10de122e03eb66add6419@...626...> Our (read "my") favourite bistro, PCLinuxOS has now discontinued official support for 32bit. Which leaves me in a bit of a quandary. Most of our "back end equipment", like the file sharers, firewalls and (private) http servers are all 32-bit machines. These have been lovingly maintained and still run like trains. For what they do, there is no real need I can see to invest a whole lot of capital just to make them 64-bit. On the other hand, we do need to (be able to) use the latest stable server software. Both from a development viewpoint and as a data provider to our customers. In particular we need "the best" database server software and the best distributed data facilities (ftp, http, nfs and the like). There are a whole lot of other factors, obviously, but to cut the story short... Given that our preferred "divine" system would be: - a single distro - lightweight desktops, - Gambas - postgresql 9.3+ and - must have su/ssh/ access to all boxes. Would you, if you have somewhat even similar needs, suggest a distro? -- B Bruen From nigelverity at ...67... Mon May 16 09:37:07 2016 From: nigelverity at ...67... (Nigel Verity) Date: Mon, 16 May 2016 08:37:07 +0100 Subject: [Gambas-user] Seeking a bit of advice here. In-Reply-To: References: Message-ID: Hi Linux Mint 17.3 would satisfy all your requirements. I run a number of small servers, including an RPi, on Mint and they are simply trouble-free. I am not aware of any plans to end 32-bit support. The current version of Postgres is 9.3.12. You would need to install openssh-server (client comes as part of the build), and you would probably want to upgrade the version of Gambas from a PPA, as the standard is currently 3.1.1. I use 3.8.1 and there are no problems at all. There is a choice of desktops - Cinnamon, MATE, KDE, Xfce. If you are running your devices as servers you could configure them to boot to command line, so the "weight" of the desktop is not really an issue. Just go for whichever you prefer and fire it up only when you need it. I would estimate that after the basic installation, all your configuration, installation and upgrade tasks could be achieved in about 10-15 minutes per device. Nige From jussi.lahtinen at ...626... Mon May 16 16:16:21 2016 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Mon, 16 May 2016 17:16:21 +0300 Subject: [Gambas-user] Seeking a bit of advice here... In-Reply-To: <20160516160051.51c10de122e03eb66add6419@...626...> References: <20160516160051.51c10de122e03eb66add6419@...626...> Message-ID: > > - lightweight desktops, > I recommend LXDE based distros (example Lubuntu), Xfce is too buggy. > - Gambas > If compiling is OK, then this shouldn't be problem. > - postgresql 9.3+ > - must have su/ssh/ access to all boxes. > Aren't those pretty much standard things in about any distro? Jussi From bugtracker at ...3416... Mon May 16 18:43:21 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Mon, 16 May 2016 16:43:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #946: MaskBox bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.946&from=L21haW4- Comment #2 by Peter ROC: Hi Beno?t. I use the masks [0-9] and [0-9].[0-9] to prevent users inserting values that are not in the intended format. That's why mask 0 it's not enough. Peter From nigelverity at ...67... Mon May 16 20:16:31 2016 From: nigelverity at ...67... (Nigel Verity) Date: Mon, 16 May 2016 19:16:31 +0100 Subject: [Gambas-user] Seeking a bit of advice here (Correction) In-Reply-To: References: , Message-ID: Apologies. I stated earlier that I am using Mint on my RPi. I meant, of course, Ubuntu MATE. Like many people I tend to naturally associate the MATE desktop with Linux Mint. However, Ubuntu MATE is another excellent option for driving your 32 bit servers. You would still need to install openSSH server and might similarly choose to upgrade Gambas from the default version 3.5.4. The default version of Postgresql is 9.4. Nige From: nigelverity at ...67... To: gambas-user at lists.sourceforge.net Subject: Re: [Gambas-user] Seeking a bit of advice here. Date: Mon, 16 May 2016 08:37:07 +0100 Hi Linux Mint 17.3 would satisfy all your requirements. I run a number of small servers, including an RPi, on Mint and they are simply trouble-free. I am not aware of any plans to end 32-bit support. The current version of Postgres is 9.3.12. You would need to install openssh-server (client comes as part of the build), and you would probably want to upgrade the version of Gambas from a PPA, as the standard is currently 3.1.1. I use 3.8.1 and there are no problems at all. There is a choice of desktops - Cinnamon, MATE, KDE, Xfce. If you are running your devices as servers you could configure them to boot to command line, so the "weight" of the desktop is not really an issue. Just go for whichever you prefer and fire it up only when you need it. I would estimate that after the basic installation, all your configuration, installation and upgrade tasks could be achieved in about 10-15 minutes per device. Nige From chrisml at ...3340... Mon May 16 21:20:54 2016 From: chrisml at ...3340... (Christof Thalhofer) Date: Mon, 16 May 2016 21:20:54 +0200 Subject: [Gambas-user] Revision: 7780 does not compile here Message-ID: <573A1D96.6060101@...3340...> Hello, make[4]: Verzeichnis ?/home/christof/programming/gambas/gambas3/trunk/gb.db.sqlite3/src? wird betreten make[4]: *** Keine Regel vorhanden, um das Target ?main.cpp?, ben?tigt von ?gb_db_sqlite3_la-main.lo?, zu erstellen. Schluss. Means: No rule to compile target ?main.cpp?, required by ?gb_db_sqlite3_la-main.lo?. End. Did before: ./reconf-all ./configure -C make Alles Gute Christof Thalhofer -- Dies ist keine Signatur From gambas.fr at ...626... Tue May 17 10:58:35 2016 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 17 May 2016 10:58:35 +0200 Subject: [Gambas-user] Seeking a bit of advice here... In-Reply-To: References: <20160516160051.51c10de122e03eb66add6419@...626...> Message-ID: Debian Lubuntu or Xubuntu Archlinux Mint xfce 2016-05-16 16:16 GMT+02:00 Jussi Lahtinen : >> >> - lightweight desktops, >> > > I recommend LXDE based distros (example Lubuntu), Xfce is too buggy. > > > >> - Gambas >> > > If compiling is OK, then this shouldn't be problem. > > > >> - postgresql 9.3+ >> - must have su/ssh/ access to all boxes. >> > > Aren't those pretty much standard things in about any distro? > > > > Jussi > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard From bugtracker at ...3416... Tue May 17 12:17:55 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 17 May 2016 10:17:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #908: Compilation error - QT5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.908&from=L21haW4- Comment #13 by Jan CHREN: compiles fine after adding -std=gnu++11 to FLAGS From bugtracker at ...3416... Tue May 17 20:47:12 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 17 May 2016 18:47:12 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Comment #5 by Mufeed ALI: How do i attach a screenshot? From bugtracker at ...3416... Tue May 17 20:47:28 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 17 May 2016 18:47:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Comment #6 by Mufeed ALI: Got it. From bugtracker at ...3416... Tue May 17 20:53:02 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 17 May 2016 18:53:02 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Mufeed ALI added an attachment: Menu_015.png From bugtracker at ...3416... Tue May 17 20:53:22 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 17 May 2016 18:53:22 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Mufeed ALI added an attachment: FMain - Menu editor_016.png From bugtracker at ...3416... Tue May 17 20:54:16 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 17 May 2016 18:54:16 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Comment #7 by Mufeed ALI: The screenshots are here. Its set to checked but the check mark does not appear. The QT version does not face this issue. From rterry at ...1823... Wed May 18 12:47:01 2016 From: rterry at ...1823... (richard terry) Date: Wed, 18 May 2016 20:47:01 +1000 Subject: [Gambas-user] Probably a really dumb question about Error Message-ID: <573C4825.8080704@...1823...> Hi List, I ran in to an odd problem when I used: Try whatever If error then do-somehing end if Where despite Try Whatever, not generating an error, it still when on to the do-something. When I logged what was happening, it was carrying forward the last known error in my program (in this case where I'd tested for the existance of a particular directory). I read the docs, and it doesn't mention that one should do an error.clear, before a try But... If I put error.clear, before the above code, it doesn't trip the error, so logically it would seem to me that before every Try, one should do an error.clear ?is this correct. If not, could some kind sould explain to me what to do and how to user Error? Thanks richard From jussi.lahtinen at ...626... Wed May 18 14:14:27 2016 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Wed, 18 May 2016 15:14:27 +0300 Subject: [Gambas-user] Probably a really dumb question about Error In-Reply-To: <573C4825.8080704@...1823...> References: <573C4825.8080704@...1823...> Message-ID: Depends on your needs. You can use Try without Error, if you don't need to handle the error situation, but that's bit weird and probably not the right way to do what ever you try to do. Otherwise I use it like this: Try something If Error Then do something Error.Clear Endif So, you need to clear the error, only when there is something to be cleared. Or if you don't handle the errors, then just clear after all the Try commands. Jussi On Wed, May 18, 2016 at 1:47 PM, richard terry wrote: > Hi List, > > I ran in to an odd problem when I used: > > Try whatever > If error then > do-somehing > end if > > Where despite Try Whatever, not generating an error, it still when on to > the do-something. When I logged what was happening, it was carrying > forward the last known error in my program (in this case where I'd > tested for the existance of a particular directory). > > I read the docs, and it doesn't mention that one should do an > error.clear, before a try > > But... If I put error.clear, before the above code, it doesn't trip the > error, so logically it would seem to me that before every Try, one > should do an error.clear > > ?is this correct. > > If not, could some kind sould explain to me what to do and how to user > Error? > > Thanks > > richard > > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Wed May 18 14:20:24 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 18 May 2016 14:20:24 +0200 Subject: [Gambas-user] Probably a really dumb question about Error In-Reply-To: <573C4825.8080704@...1823...> References: <573C4825.8080704@...1823...> Message-ID: <573C5E08.6020904@...1...> Le 18/05/2016 12:47, richard terry a ?crit : > Hi List, > > I ran in to an odd problem when I used: > > Try whatever > If error then > do-somehing > end if > > Where despite Try Whatever, not generating an error, it still when on to > the do-something. When I logged what was happening, it was carrying > forward the last known error in my program (in this case where I'd > tested for the existance of a particular directory). > > I read the docs, and it doesn't mention that one should do an > error.clear, before a try > > But... If I put error.clear, before the above code, it doesn't trip the > error, so logically it would seem to me that before every Try, one > should do an error.clear > > ?is this correct. > > If not, could some kind sould explain to me what to do and how to user > Error? > > Thanks > > richard > I would say it's not normal, but please provide some project that reproduces the behaviour you describe. Regards, -- Beno?t Minisini From gambas at ...3598... Wed May 18 16:58:17 2016 From: gambas at ...3598... (gambas) Date: Wed, 18 May 2016 09:58:17 -0500 Subject: [Gambas-user] Toolbox lost and NOT found Message-ID: <8edaa70bc877a73d8feeebc78697360b@...40...> Hi All: While using Gambas 3.8.4, I inadvertently did something to cause the forms toolbox to disappear and I can't figure out how to get it back. The properties list is still there, just the toolbox is gone. Any help appreciated. Thanks, Gene PS - F4 just toggles the properties list, no toolbox. From gambas at ...1... Wed May 18 17:33:32 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Wed, 18 May 2016 17:33:32 +0200 Subject: [Gambas-user] Toolbox lost and NOT found In-Reply-To: <8edaa70bc877a73d8feeebc78697360b@...40...> References: <8edaa70bc877a73d8feeebc78697360b@...40...> Message-ID: <573C8B4C.9050407@...1...> Le 18/05/2016 16:58, gambas a ?crit : > Hi All: > > While using Gambas 3.8.4, I inadvertently did something to cause the > forms toolbox to disappear and I can't figure out how to get it back. > The properties list is still there, just the toolbox is gone. > > Any help appreciated. > > Thanks, > Gene > > PS - F4 just toggles the properties list, no toolbox. > Open a form, and move your mouse on the bottom-right on the IDE window until you see the little arrows. Then click, and the toolbox will come back. -- Beno?t Minisini From gambas at ...3598... Wed May 18 17:54:01 2016 From: gambas at ...3598... (gambas) Date: Wed, 18 May 2016 10:54:01 -0500 Subject: [Gambas-user] Toolbox lost and NOT found In-Reply-To: <573C8B4C.9050407@...1...> References: <8edaa70bc877a73d8feeebc78697360b@...40...> <573C8B4C.9050407@...1...> Message-ID: <90462b244e200cb773d77d0b6c44e156@...40...> On 2016-05-18 10:33, Beno?t Minisini wrote: > Le 18/05/2016 16:58, gambas a ??crit : >> Hi All: >> >> While using Gambas 3.8.4, I inadvertently did something to cause the >> forms toolbox to disappear and I can't figure out how to get it back. >> The properties list is still there, just the toolbox is gone. >> >> Any help appreciated. >> >> Thanks, >> Gene >> >> PS - F4 just toggles the properties list, no toolbox. >> > > Open a form, and move your mouse on the bottom-right on the IDE window > until you see the little arrows. Then click, and the toolbox will come > back. Thanks - had a trying time to get the arrows to appear, but finally got it. Thanks for the help. Gene From jf.monteiro at ...43... Wed May 18 18:32:35 2016 From: jf.monteiro at ...43... (Jose Monteiro) Date: Wed, 18 May 2016 16:32:35 +0000 (UTC) Subject: [Gambas-user] Select and then unselect an item from a CollumnView References: <916930255.4272359.1463589155995.JavaMail.yahoo.ref@...3424...> Message-ID: <916930255.4272359.1463589155995.JavaMail.yahoo@...3424...> Dear Fellows:?In order to find an item inside a very populated CollumView, the user types an integer on a ValueBox and the search if made by: cvNFMercantil.MoveTo(vbPedidoNFMercantil.Text) cvNFMercantil[vbPedidoNFMercantil.Text].Selected = True First problem: the item is selected, but the control does not "roll" to display it.Second problem: How can I unselect that item? Thanks in advanceJos? Monteiro From bagonergi at ...626... Wed May 18 22:12:33 2016 From: bagonergi at ...626... (Gianluigi) Date: Wed, 18 May 2016 22:12:33 +0200 Subject: [Gambas-user] Select and then unselect an item from a CollumnView In-Reply-To: <916930255.4272359.1463589155995.JavaMail.yahoo@...3424...> References: <916930255.4272359.1463589155995.JavaMail.yahoo.ref@...3424...> <916930255.4272359.1463589155995.JavaMail.yahoo@...3424...> Message-ID: Attention your mail appears as spam See attached Regards Gianluigi 2016-05-18 18:32 GMT+02:00 Jose Monteiro : > Dear Fellows: In order to find an item inside a very populated CollumView, > the user types an integer on a ValueBox and the search if made by: > cvNFMercantil.MoveTo(vbPedidoNFMercantil.Text) > cvNFMercantil[vbPedidoNFMercantil.Text].Selected = True > First problem: the item is selected, but the control does not "roll" to > display it.Second problem: How can I unselect that item? > Thanks in advanceJos? Monteiro > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------- next part -------------- A non-text attachment was scrubbed... Name: MonteiroColumn-0.0.1.tar.gz Type: application/x-gzip Size: 11776 bytes Desc: not available URL: From bagonergi at ...626... Wed May 18 22:15:20 2016 From: bagonergi at ...626... (Gianluigi) Date: Wed, 18 May 2016 22:15:20 +0200 Subject: [Gambas-user] Select and then unselect an item from a CollumnView In-Reply-To: <916930255.4272359.1463589155995.JavaMail.yahoo@...3424...> References: <916930255.4272359.1463589155995.JavaMail.yahoo.ref@...3424...> <916930255.4272359.1463589155995.JavaMail.yahoo@...3424...> Message-ID: Attention your mail appears as spam See attached Regards Gianluigi 2016-05-18 18:32 GMT+02:00 Jose Monteiro : > Dear Fellows: In order to find an item inside a very populated CollumView, > the user types an integer on a ValueBox and the search if made by: > cvNFMercantil.MoveTo(vbPedidoNFMercantil.Text) > cvNFMercantil[vbPedidoNFMercantil.Text].Selected = True > First problem: the item is selected, but the control does not "roll" to > display it.Second problem: How can I unselect that item? > Thanks in advanceJos? Monteiro > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------- next part -------------- A non-text attachment was scrubbed... Name: MonteiroColumn-0.0.1.tar.gz Type: application/x-gzip Size: 11776 bytes Desc: not available URL: From bagonergi at ...626... Wed May 18 22:36:52 2016 From: bagonergi at ...626... (Gianluigi) Date: Wed, 18 May 2016 22:36:52 +0200 Subject: [Gambas-user] ColumnView select unselect item Message-ID: An easier way Regards Gianluigi -------------- next part -------------- A non-text attachment was scrubbed... Name: MonteiroColumn-0.0.2.tar.gz Type: application/x-gzip Size: 11715 bytes Desc: not available URL: From eilert-sprachen at ...221... Thu May 19 09:13:56 2016 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 19 May 2016 09:13:56 +0200 Subject: [Gambas-user] HSplit and VSplit without "handles" Message-ID: <573D67B4.2050409@...221...> In a comparison with the older brew of the same project under Gambas2, I just found that the grips/handles (dotted surfaces) on the lines have disappeared under Gambas3. There are just dark gray lines instead. The functionality is there, the mouse arrow changes, you can drag the line etc. But unless you hover over the lines, you will not understand that the line can be used this way. Does it show up on your systems like this too? Rolf From mckaygerhard at ...626... Thu May 19 15:15:10 2016 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Thu, 19 May 2016 09:15:10 -0400 Subject: [Gambas-user] Round matematical does not work as xpected Message-ID: using Round as noted in wiki, does not works as spected if i round Round 2.536 must get 2.54 but only got 2.53 if i specify '2 (for 2 decimals) why or better, how can i made that i want! (2.536 goest to 2.54) i must work with decimals part only by myselft (i thnk about it) Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From taboege at ...626... Thu May 19 16:42:23 2016 From: taboege at ...626... (Tobias Boege) Date: Thu, 19 May 2016 16:42:23 +0200 Subject: [Gambas-user] Round matematical does not work as xpected In-Reply-To: References: Message-ID: <20160519144223.GA3762@...3600...> On Thu, 19 May 2016, PICCORO McKAY Lenz wrote: > using Round as noted in wiki, does not works as spected > > if i round Round 2.536 must get 2.54 but only got 2.53 if i specify '2 (for > 2 decimals) > > why or better, how can i made that i want! (2.536 goest to 2.54) > > i must work with decimals part only by myselft (i thnk about it) > Can't reproduce: $ gbx3 -e 'Round(2.536, -2)' 2.54 Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From jussi.lahtinen at ...626... Thu May 19 17:35:15 2016 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Thu, 19 May 2016 18:35:15 +0300 Subject: [Gambas-user] HSplit and VSplit without "handles" In-Reply-To: <573D67B4.2050409@...221...> References: <573D67B4.2050409@...221...> Message-ID: Not sure what you mean. Screenshot would be useful. But how the GUI appears to you is largely dependent on your used theme. Jussi On Thu, May 19, 2016 at 10:13 AM, Rolf-Werner Eilert < eilert-sprachen at ...221...> wrote: > In a comparison with the older brew of the same project under Gambas2, I > just found that the grips/handles (dotted surfaces) on the lines have > disappeared under Gambas3. There are just dark gray lines instead. > > The functionality is there, the mouse arrow changes, you can drag the > line etc. But unless you hover over the lines, you will not understand > that the line can be used this way. > > Does it show up on your systems like this too? > > Rolf > > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From eilert-sprachen at ...221... Thu May 19 17:47:00 2016 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 19 May 2016 17:47:00 +0200 Subject: [Gambas-user] HSplit and VSplit without "handles" In-Reply-To: References: <573D67B4.2050409@...221...> Message-ID: <573DDFF4.5020309@...221...> Here you are: vsplit1 is from Gambas2, vsplit2 from Gambas3 Am 19.05.2016 17:35, schrieb Jussi Lahtinen: > Not sure what you mean. Screenshot would be useful. > But how the GUI appears to you is largely dependent on your used theme. > > > Jussi > > On Thu, May 19, 2016 at 10:13 AM, Rolf-Werner Eilert < > eilert-sprachen at ...221...> wrote: > >> In a comparison with the older brew of the same project under Gambas2, I >> just found that the grips/handles (dotted surfaces) on the lines have >> disappeared under Gambas3. There are just dark gray lines instead. >> >> The functionality is there, the mouse arrow changes, you can drag the >> line etc. But unless you hover over the lines, you will not understand >> that the line can be used this way. >> >> Does it show up on your systems like this too? >> >> Rolf >> >> >> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------- next part -------------- A non-text attachment was scrubbed... Name: vsplitt1.png Type: image/png Size: 387 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: vsplitt2.png Type: image/png Size: 297 bytes Desc: not available URL: From bugtracker at ...3416... Thu May 19 23:56:58 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 19 May 2016 21:56:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #948: Checks in menu not appearing. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.948&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at ...3416... Fri May 20 00:01:27 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 19 May 2016 22:01:27 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #908: Compilation error - QT5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.908&from=L21haW4- Comment #14 by Beno?t MINISINI: @Fabien : does it work for you if you add "-std=gnu+11" to the CXXFLAGS? And my question: why should we add a flag for a more recent standard to a more recent version of the compiler if the source code didn't change? From bugtracker at ...3416... Fri May 20 00:13:45 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Thu, 19 May 2016 22:13:45 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #908: Compilation error - QT5 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.908&from=L21haW4- Comment #15 by Jan CHREN: @BMINISINI This might not be an error on your side, it looks like a regression in Qt5.6, which you have to work around From jussi.lahtinen at ...626... Fri May 20 00:17:45 2016 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Fri, 20 May 2016 01:17:45 +0300 Subject: [Gambas-user] HSplit and VSplit without "handles" In-Reply-To: <573DDFF4.5020309@...221...> References: <573D67B4.2050409@...221...> <573DDFF4.5020309@...221...> Message-ID: Yes, it is similar on my system as well. I can see how that can be a problem. Not sure what is going on. With quick test switching a theme doesn't seem to change anything of it... Jussi On Thu, May 19, 2016 at 6:47 PM, Rolf-Werner Eilert < eilert-sprachen at ...221...> wrote: > Here you are: > > vsplit1 is from Gambas2, vsplit2 from Gambas3 > > > Am 19.05.2016 17:35, schrieb Jussi Lahtinen: > >> Not sure what you mean. Screenshot would be useful. >> But how the GUI appears to you is largely dependent on your used theme. >> >> >> Jussi >> >> On Thu, May 19, 2016 at 10:13 AM, Rolf-Werner Eilert < >> eilert-sprachen at ...221...> wrote: >> >> In a comparison with the older brew of the same project under Gambas2, I >>> just found that the grips/handles (dotted surfaces) on the lines have >>> disappeared under Gambas3. There are just dark gray lines instead. >>> >>> The functionality is there, the mouse arrow changes, you can drag the >>> line etc. But unless you hover over the lines, you will not understand >>> that the line can be used this way. >>> >>> Does it show up on your systems like this too? >>> >>> Rolf >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Mobile security can be enabling, not merely restricting. Employees who >>> bring their own devices (BYOD) to work are irked by the imposition of MDM >>> restrictions. Mobile Device Manager Plus allows you to control only the >>> apps on BYO-devices by containerizing them, leaving personal data >>> untouched! >>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From mckaygerhard at ...626... Fri May 20 03:54:31 2016 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Thu, 19 May 2016 21:24:31 -0430 Subject: [Gambas-user] Round matematical does not work as xpected In-Reply-To: <20160519144223.GA3762@...3600...> References: <20160519144223.GA3762@...3600...> Message-ID: ok ok grr i must use the lasted event the 3.4.2 version.. i'll be back... 2016-05-19 10:12 GMT-04:30, Tobias Boege : > On Thu, 19 May 2016, PICCORO McKAY Lenz wrote: >> using Round as noted in wiki, does not works as spected >> >> if i round Round 2.536 must get 2.54 but only got 2.53 if i specify '2 >> (for >> 2 decimals) >> >> why or better, how can i made that i want! (2.536 goest to 2.54) >> >> i must work with decimals part only by myselft (i thnk about it) >> > > Can't reproduce: > > $ gbx3 -e 'Round(2.536, -2)' > 2.54 > > Regards, > Tobi > > -- > "There's an old saying: Don't change anything... ever!" -- Mr. Monk > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From eilert-sprachen at ...221... Fri May 20 08:13:57 2016 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Fri, 20 May 2016 08:13:57 +0200 Subject: [Gambas-user] HSplit and VSplit without "handles" In-Reply-To: References: <573D67B4.2050409@...221...> <573DDFF4.5020309@...221...> Message-ID: <573EAB25.1070703@...221...> I guess it is a matter of Qt who might have thought a simple line is more "elegant" or so. In my Thunderbird for example there is no indication at all, just thin lines, and some can be moved, some can not. When I found this yesterday, I thought it might be configurable somehow via some of the properties. But it seems to be a "feature" ;) Regards Rolf Am 20.05.2016 00:17, schrieb Jussi Lahtinen: > Yes, it is similar on my system as well. I can see how that can be a > problem. > Not sure what is going on. With quick test switching a theme doesn't seem > to change anything of it... > > > Jussi > > On Thu, May 19, 2016 at 6:47 PM, Rolf-Werner Eilert < > eilert-sprachen at ...221...> wrote: > >> Here you are: >> >> vsplit1 is from Gambas2, vsplit2 from Gambas3 >> >> >> Am 19.05.2016 17:35, schrieb Jussi Lahtinen: >> >>> Not sure what you mean. Screenshot would be useful. >>> But how the GUI appears to you is largely dependent on your used theme. >>> >>> >>> Jussi >>> >>> On Thu, May 19, 2016 at 10:13 AM, Rolf-Werner Eilert < >>> eilert-sprachen at ...221...> wrote: >>> >>> In a comparison with the older brew of the same project under Gambas2, I >>>> just found that the grips/handles (dotted surfaces) on the lines have >>>> disappeared under Gambas3. There are just dark gray lines instead. >>>> >>>> The functionality is there, the mouse arrow changes, you can drag the >>>> line etc. But unless you hover over the lines, you will not understand >>>> that the line can be used this way. >>>> >>>> Does it show up on your systems like this too? >>>> >>>> Rolf >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Mobile security can be enabling, not merely restricting. Employees who >>>> bring their own devices (BYOD) to work are irked by the imposition of MDM >>>> restrictions. Mobile Device Manager Plus allows you to control only the >>>> apps on BYO-devices by containerizing them, leaving personal data >>>> untouched! >>>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >>>> _______________________________________________ >>>> Gambas-user mailing list >>>> Gambas-user at lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>> >>>> >>> ------------------------------------------------------------------------------ >>> Mobile security can be enabling, not merely restricting. Employees who >>> bring their own devices (BYOD) to work are irked by the imposition of MDM >>> restrictions. Mobile Device Manager Plus allows you to control only the >>> apps on BYO-devices by containerizing them, leaving personal data >>> untouched! >>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> >> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Fri May 20 13:50:49 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Fri, 20 May 2016 13:50:49 +0200 Subject: [Gambas-user] HSplit and VSplit without "handles" In-Reply-To: <573EAB25.1070703@...221...> References: <573D67B4.2050409@...221...> <573DDFF4.5020309@...221...> <573EAB25.1070703@...221...> Message-ID: <573EFA19.7070102@...1...> Le 20/05/2016 08:13, Rolf-Werner Eilert a ?crit : > I guess it is a matter of Qt who might have thought a simple line is > more "elegant" or so. > > In my Thunderbird for example there is no indication at all, just thin > lines, and some can be moved, some can not. > > When I found this yesterday, I thought it might be configurable somehow > via some of the properties. But it seems to be a "feature" ;) > > Regards > Rolf > It's not a QT thing, it's a Gambas thing. Splitters are entirely made with Gambas now. If you want to know what is made with Gambas, and what is not, look at the gb.gui.base component source code. Regards, -- Beno?t Minisini From ea7dfh at ...2382... Fri May 20 19:52:22 2016 From: ea7dfh at ...2382... (Jesus Guardon) Date: Fri, 20 May 2016 19:52:22 +0200 Subject: [Gambas-user] Round matematical does not work as xpected In-Reply-To: References: <20160519144223.GA3762@...3600...> Message-ID: <6cf07a87-7d47-da58-d65d-2ec06c9f941b@...2382...> Oh, don't hurry... Regards, Jesus El 20/5/16 a las 3:54, PICCORO McKAY Lenz escribi?: > ok ok grr i must use the lasted event the 3.4.2 version.. i'll be back... > > 2016-05-19 10:12 GMT-04:30, Tobias Boege : >> On Thu, 19 May 2016, PICCORO McKAY Lenz wrote: >>> using Round as noted in wiki, does not works as spected >>> >>> if i round Round 2.536 must get 2.54 but only got 2.53 if i specify '2 >>> (for >>> 2 decimals) >>> >>> why or better, how can i made that i want! (2.536 goest to 2.54) >>> >>> i must work with decimals part only by myselft (i thnk about it) >>> >> >> Can't reproduce: >> >> $ gbx3 -e 'Round(2.536, -2)' >> 2.54 >> >> Regards, >> Tobi >> >> -- >> "There's an old saying: Don't change anything... ever!" -- Mr. Monk >> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From gambas.fr at ...626... Fri May 20 20:15:12 2016 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 20 May 2016 20:15:12 +0200 Subject: [Gambas-user] HSplit and VSplit without "handles" In-Reply-To: <573EAB25.1070703@...221...> References: <573D67B4.2050409@...221...> <573DDFF4.5020309@...221...> <573EAB25.1070703@...221...> Message-ID: Le 20 mai 2016 08:16, "Rolf-Werner Eilert" a ?crit : > > I guess it is a matter of Qt who might have thought a simple line is > more "elegant" or so. No this component is written in gambas. > In my Thunderbird for example there is no indication at all, just thin > lines, and some can be moved, some can not. > > When I found this yesterday, I thought it might be configurable somehow > via some of the properties. But it seems to be a "feature" ;) > > Regards > Rolf > > Am 20.05.2016 00:17, schrieb Jussi Lahtinen: > > Yes, it is similar on my system as well. I can see how that can be a > > problem. > > Not sure what is going on. With quick test switching a theme doesn't seem > > to change anything of it... > > > > > > Jussi > > > > On Thu, May 19, 2016 at 6:47 PM, Rolf-Werner Eilert < > > eilert-sprachen at ...221...> wrote: > > > >> Here you are: > >> > >> vsplit1 is from Gambas2, vsplit2 from Gambas3 > >> > >> > >> Am 19.05.2016 17:35, schrieb Jussi Lahtinen: > >> > >>> Not sure what you mean. Screenshot would be useful. > >>> But how the GUI appears to you is largely dependent on your used theme. > >>> > >>> > >>> Jussi > >>> > >>> On Thu, May 19, 2016 at 10:13 AM, Rolf-Werner Eilert < > >>> eilert-sprachen at ...221...> wrote: > >>> > >>> In a comparison with the older brew of the same project under Gambas2, I > >>>> just found that the grips/handles (dotted surfaces) on the lines have > >>>> disappeared under Gambas3. There are just dark gray lines instead. > >>>> > >>>> The functionality is there, the mouse arrow changes, you can drag the > >>>> line etc. But unless you hover over the lines, you will not understand > >>>> that the line can be used this way. > >>>> > >>>> Does it show up on your systems like this too? > >>>> > >>>> Rolf > >>>> > >>>> > >>>> > >>>> > >>>> ------------------------------------------------------------------------------ > >>>> Mobile security can be enabling, not merely restricting. Employees who > >>>> bring their own devices (BYOD) to work are irked by the imposition of MDM > >>>> restrictions. Mobile Device Manager Plus allows you to control only the > >>>> apps on BYO-devices by containerizing them, leaving personal data > >>>> untouched! > >>>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > >>>> _______________________________________________ > >>>> Gambas-user mailing list > >>>> Gambas-user at lists.sourceforge.net > >>>> https://lists.sourceforge.net/lists/listinfo/gambas-user > >>>> > >>>> > >>> ------------------------------------------------------------------------------ > >>> Mobile security can be enabling, not merely restricting. Employees who > >>> bring their own devices (BYOD) to work are irked by the imposition of MDM > >>> restrictions. Mobile Device Manager Plus allows you to control only the > >>> apps on BYO-devices by containerizing them, leaving personal data > >>> untouched! > >>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > >>> _______________________________________________ > >>> Gambas-user mailing list > >>> Gambas-user at lists.sourceforge.net > >>> https://lists.sourceforge.net/lists/listinfo/gambas-user > >>> > >>> > >> > >> ------------------------------------------------------------------------------ > >> Mobile security can be enabling, not merely restricting. Employees who > >> bring their own devices (BYOD) to work are irked by the imposition of MDM > >> restrictions. Mobile Device Manager Plus allows you to control only the > >> apps on BYO-devices by containerizing them, leaving personal data > >> untouched! > >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > >> _______________________________________________ > >> Gambas-user mailing list > >> Gambas-user at lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > >> > > ------------------------------------------------------------------------------ > > Mobile security can be enabling, not merely restricting. Employees who > > bring their own devices (BYOD) to work are irked by the imposition of MDM > > restrictions. Mobile Device Manager Plus allows you to control only the > > apps on BYO-devices by containerizing them, leaving personal data untouched! > > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From jussi.lahtinen at ...626... Fri May 20 21:17:24 2016 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Fri, 20 May 2016 22:17:24 +0300 Subject: [Gambas-user] HSplit and VSplit without "handles" In-Reply-To: <573EFA19.7070102@...1...> References: <573D67B4.2050409@...221...> <573DDFF4.5020309@...221...> <573EAB25.1070703@...221...> <573EFA19.7070102@...1...> Message-ID: Maybe there could be option for more graphically obvious split? Jussi On Fri, May 20, 2016 at 2:50 PM, Beno?t Minisini < gambas at ...1...> wrote: > Le 20/05/2016 08:13, Rolf-Werner Eilert a ?crit : > > I guess it is a matter of Qt who might have thought a simple line is > > more "elegant" or so. > > > > In my Thunderbird for example there is no indication at all, just thin > > lines, and some can be moved, some can not. > > > > When I found this yesterday, I thought it might be configurable somehow > > via some of the properties. But it seems to be a "feature" ;) > > > > Regards > > Rolf > > > > It's not a QT thing, it's a Gambas thing. Splitters are entirely made > with Gambas now. > > If you want to know what is made with Gambas, and what is not, look at > the gb.gui.base component source code. > > Regards, > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From adamnt42 at ...626... Sat May 21 01:05:54 2016 From: adamnt42 at ...626... (adamnt42 at ...626...) Date: Sat, 21 May 2016 08:35:54 +0930 Subject: [Gambas-user] Seeking a bit of advice here... In-Reply-To: References: <20160516160051.51c10de122e03eb66add6419@...626...> Message-ID: <20160521083554.469cda70810139c1bc6a66e2@...626...> Thanks for the input everyone.. I'm leaning towards Lubuntu at this stage ... This is going to be a "large" task, to move every box. Wish me luck. On Tue, 17 May 2016 10:58:35 +0200 Fabien Bodard wrote: > Debian > Lubuntu or Xubuntu > Archlinux > Mint xfce > > > 2016-05-16 16:16 GMT+02:00 Jussi Lahtinen : > >> > >> - lightweight desktops, > >> > > > > I recommend LXDE based distros (example Lubuntu), Xfce is too buggy. > > > > > > > >> - Gambas > >> > > > > If compiling is OK, then this shouldn't be problem. > > > > > > > >> - postgresql 9.3+ > >> - must have su/ssh/ access to all boxes. > >> > > > > Aren't those pretty much standard things in about any distro? > > > > > > > > Jussi > > ------------------------------------------------------------------------------ > > Mobile security can be enabling, not merely restricting. Employees who > > bring their own devices (BYOD) to work are irked by the imposition of MDM > > restrictions. Mobile Device Manager Plus allows you to control only the > > apps on BYO-devices by containerizing them, leaving personal data untouched! > > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -- > Fabien Bodard > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- B Bruen From bugtracker at ...3416... Sat May 21 13:13:28 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 21 May 2016 11:13:28 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #946: MaskBox bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.946&from=L21haW4- Comment #3 by Beno?t MINISINI: Then use "0.0" instead of "[0-9].[0-9]". Or is there something I didn't understand? From bagonergi at ...626... Sat May 21 13:54:45 2016 From: bagonergi at ...626... (Gianluigi) Date: Sat, 21 May 2016 13:54:45 +0200 Subject: [Gambas-user] Menu first character underscore Message-ID: Gambas3 3.8.4 currently, the sub-menu names, default have the first character underscore, also if I set up without ampersand and shortcut. Is possible to remove it? Regards Gianluigi From gambas at ...1... Sat May 21 14:07:00 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sat, 21 May 2016 14:07:00 +0200 Subject: [Gambas-user] Menu first character underscore In-Reply-To: References: Message-ID: <57404F64.3030004@...1...> Le 21/05/2016 13:54, Gianluigi a ?crit : > Gambas3 3.8.4 currently, the sub-menu names, default have the first > character underscore, also if I set up without ampersand and shortcut. > Is possible to remove it? > Regards > Gianluigi It's for people who can't use mouses but can use a keyboard (indirectly). -- Beno?t Minisini From bagonergi at ...626... Sat May 21 15:33:01 2016 From: bagonergi at ...626... (Gianluigi) Date: Sat, 21 May 2016 15:33:01 +0200 Subject: [Gambas-user] Menu first character underscore In-Reply-To: <57404F64.3030004@...1...> References: <57404F64.3030004@...1...> Message-ID: But if I not set the shortcut not working with Ubuntu Unity Clearlooks theme. Only in Ubuntu Unity Desktop default settings, if first I click with mouse on Disney (see attached test) I can obtain the event with ALT+Uderscore character. So I force myself to use the shortcut even where I would not. Regards Gianluigi [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=4.4.0-22-generic Architecture=x86_64 Distribution=Ubuntu 16.04 LTS Desktop=GNOME Theme=Cleanlooks Language=it_IT.UTF-8 Memory=15976M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.800.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.0.0 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g5IZBUZyLC DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=it GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=5733 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/home//.gnupg/S.gpg-agent:0:1 GTK2_MODULES=overlay-scrollbar GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge:unity-gtk-module HOME=/home/ IM_CONFIG_PHASE=1 INSTANCE= JOB=unity-settings-daemon LANG=it_IT.UTF-8 LANGUAGE=it LOGNAME= MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD=/home/ QT4_IM_MODULE=xim QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_QPA_PLATFORMTHEME=qt5ct SESSION=ubuntu SESSIONTYPE=gnome-session SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=xsession started UPSTART_INSTANCE= UPSTART_JOB=unity7 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1021 USER= XAUTHORITY=/home//.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@...3498...=ibus 2016-05-21 14:07 GMT+02:00 Beno?t Minisini : > Le 21/05/2016 13:54, Gianluigi a ?crit : > > Gambas3 3.8.4 currently, the sub-menu names, default have the first > > character underscore, also if I set up without ampersand and shortcut. > > Is possible to remove it? > > Regards > > Gianluigi > > It's for people who can't use mouses but can use a keyboard (indirectly). > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -------------- next part -------------- A non-text attachment was scrubbed... Name: MenuTest-0.0.1.tar.gz Type: application/x-gzip Size: 11575 bytes Desc: not available URL: From bagonergi at ...626... Sat May 21 16:29:29 2016 From: bagonergi at ...626... (Gianluigi) Date: Sat, 21 May 2016 16:29:29 +0200 Subject: [Gambas-user] Menu first character underscore In-Reply-To: References: <57404F64.3030004@...1...> Message-ID: Great Benoit, You've had to find out what new for me. If I put the ampersand front of "Disney" (without shorcuts) and then do ALT+D+Uderscore character, I get the events. But then with Gambas I must not do anything, I just think about what I want and already there :-D Legendary Gambas Thank you Gianluigi 2016-05-21 15:33 GMT+02:00 Gianluigi : > But if I not set the shortcut not working with Ubuntu Unity Clearlooks > theme. > Only in Ubuntu Unity Desktop default settings, if first I click with mouse > on Disney (see attached test) I can obtain the event with ALT+Uderscore > character. > So I force myself to use the shortcut even where I would not. > Regards > Gianluigi > > [System] > Gambas=3.8.4 > OperatingSystem=Linux > Kernel=4.4.0-22-generic > Architecture=x86_64 > Distribution=Ubuntu 16.04 LTS > Desktop=GNOME > Theme=Cleanlooks > Language=it_IT.UTF-8 > Memory=15976M > > [Libraries] > Cairo=libcairo.so.2.11400.6 > Curl=libcurl.so.4.4.0 > DBus=libdbus-1.so.3.14.6 > GStreamer=libgstreamer-1.0.so.0.800.0 > GTK+2=libgtk-x11-2.0.so.0.2400.30 > GTK+3=libgtk-3.so.0.1800.9 > OpenGL=libGL.so.1.0.0 > OpenGL=libGL.so.1.2.0 > Poppler=libpoppler.so.58.0.0 > QT4=libQtCore.so.4.8.7 > QT5=libQt5Core.so.5.5.1 > SDL=libSDL-1.2.so.0.11.4 > > [Environment] > CLUTTER_IM_MODULE=xim > COMPIZ_BIN_PATH=/usr/bin/ > COMPIZ_CONFIG_PROFILE=ubuntu > DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g5IZBUZyLC > DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path > DESKTOP_SESSION=ubuntu > DISPLAY=:0 > GB_GUI=gb.qt4 > GDMSESSION=ubuntu > GDM_LANG=it > GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop > GIO_LAUNCHED_DESKTOP_FILE_PID=5733 > GNOME_DESKTOP_SESSION_ID=this-is-deprecated > GNOME_KEYRING_CONTROL= > GNOME_KEYRING_PID= > GPG_AGENT_INFO=/home//.gnupg/S.gpg-agent:0:1 > GTK2_MODULES=overlay-scrollbar > GTK_IM_MODULE=ibus > GTK_MODULES=gail:atk-bridge:unity-gtk-module > HOME=/home/ > IM_CONFIG_PHASE=1 > INSTANCE= > JOB=unity-settings-daemon > LANG=it_IT.UTF-8 > LANGUAGE=it > LOGNAME= > MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path > > PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin > PWD=/home/ > QT4_IM_MODULE=xim > QT_ACCESSIBILITY=1 > QT_IM_MODULE=ibus > QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 > QT_QPA_PLATFORMTHEME=qt5ct > SESSION=ubuntu > SESSIONTYPE=gnome-session > SHELL=/bin/bash > SHLVL=0 > SSH_AUTH_SOCK=/run/user/1000/keyring/ssh > TZ=:/etc/localtime > UPSTART_EVENTS=xsession started > UPSTART_INSTANCE= > UPSTART_JOB=unity7 > UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1021 > USER= > XAUTHORITY=/home//.Xauthority > XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg > XDG_CURRENT_DESKTOP=Unity > > XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop > XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ > XDG_RUNTIME_DIR=/run/user/1000 > XDG_SEAT=seat0 > XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 > XDG_SESSION_DESKTOP=ubuntu > XDG_SESSION_ID=c1 > XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 > XDG_SESSION_TYPE=x11 > XDG_VTNR=7 > XMODIFIERS=@...3498...=ibus > > 2016-05-21 14:07 GMT+02:00 Beno?t Minisini : > >> Le 21/05/2016 13:54, Gianluigi a ?crit : >> > Gambas3 3.8.4 currently, the sub-menu names, default have the first >> > character underscore, also if I set up without ampersand and shortcut. >> > Is possible to remove it? >> > Regards >> > Gianluigi >> >> It's for people who can't use mouses but can use a keyboard (indirectly). >> >> -- >> Beno?t Minisini >> >> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From bagonergi at ...626... Sat May 21 16:38:21 2016 From: bagonergi at ...626... (Gianluigi) Date: Sat, 21 May 2016 16:38:21 +0200 Subject: [Gambas-user] Menu first character underscore In-Reply-To: References: <57404F64.3030004@...1...> Message-ID: Only a clarification: ALT+D to open the menu, then release the ALT key and pressing on the underlined character. Regards Gianluigi 2016-05-21 16:29 GMT+02:00 Gianluigi : > Great Benoit, > You've had to find out what new for me. > If I put the ampersand front of "Disney" (without shorcuts) and then do > ALT+D+Uderscore character, I get the events. > But then with Gambas I must not do anything, I just think about what I > want and already there :-D > Legendary Gambas > Thank you > Gianluigi > > 2016-05-21 15:33 GMT+02:00 Gianluigi : > >> But if I not set the shortcut not working with Ubuntu Unity Clearlooks >> theme. >> Only in Ubuntu Unity Desktop default settings, if first I click with >> mouse on Disney (see attached test) I can obtain the event with >> ALT+Uderscore character. >> So I force myself to use the shortcut even where I would not. >> Regards >> Gianluigi >> >> [System] >> Gambas=3.8.4 >> OperatingSystem=Linux >> Kernel=4.4.0-22-generic >> Architecture=x86_64 >> Distribution=Ubuntu 16.04 LTS >> Desktop=GNOME >> Theme=Cleanlooks >> Language=it_IT.UTF-8 >> Memory=15976M >> >> [Libraries] >> Cairo=libcairo.so.2.11400.6 >> Curl=libcurl.so.4.4.0 >> DBus=libdbus-1.so.3.14.6 >> GStreamer=libgstreamer-1.0.so.0.800.0 >> GTK+2=libgtk-x11-2.0.so.0.2400.30 >> GTK+3=libgtk-3.so.0.1800.9 >> OpenGL=libGL.so.1.0.0 >> OpenGL=libGL.so.1.2.0 >> Poppler=libpoppler.so.58.0.0 >> QT4=libQtCore.so.4.8.7 >> QT5=libQt5Core.so.5.5.1 >> SDL=libSDL-1.2.so.0.11.4 >> >> [Environment] >> CLUTTER_IM_MODULE=xim >> COMPIZ_BIN_PATH=/usr/bin/ >> COMPIZ_CONFIG_PROFILE=ubuntu >> DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g5IZBUZyLC >> DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path >> DESKTOP_SESSION=ubuntu >> DISPLAY=:0 >> GB_GUI=gb.qt4 >> GDMSESSION=ubuntu >> GDM_LANG=it >> GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop >> GIO_LAUNCHED_DESKTOP_FILE_PID=5733 >> GNOME_DESKTOP_SESSION_ID=this-is-deprecated >> GNOME_KEYRING_CONTROL= >> GNOME_KEYRING_PID= >> GPG_AGENT_INFO=/home//.gnupg/S.gpg-agent:0:1 >> GTK2_MODULES=overlay-scrollbar >> GTK_IM_MODULE=ibus >> GTK_MODULES=gail:atk-bridge:unity-gtk-module >> HOME=/home/ >> IM_CONFIG_PHASE=1 >> INSTANCE= >> JOB=unity-settings-daemon >> LANG=it_IT.UTF-8 >> LANGUAGE=it >> LOGNAME= >> MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path >> >> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin >> PWD=/home/ >> QT4_IM_MODULE=xim >> QT_ACCESSIBILITY=1 >> QT_IM_MODULE=ibus >> QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 >> QT_QPA_PLATFORMTHEME=qt5ct >> SESSION=ubuntu >> SESSIONTYPE=gnome-session >> SHELL=/bin/bash >> SHLVL=0 >> SSH_AUTH_SOCK=/run/user/1000/keyring/ssh >> TZ=:/etc/localtime >> UPSTART_EVENTS=xsession started >> UPSTART_INSTANCE= >> UPSTART_JOB=unity7 >> UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1021 >> USER= >> XAUTHORITY=/home//.Xauthority >> XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg >> XDG_CURRENT_DESKTOP=Unity >> >> XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop >> XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ >> XDG_RUNTIME_DIR=/run/user/1000 >> XDG_SEAT=seat0 >> XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 >> XDG_SESSION_DESKTOP=ubuntu >> XDG_SESSION_ID=c1 >> XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 >> XDG_SESSION_TYPE=x11 >> XDG_VTNR=7 >> XMODIFIERS=@...3498...=ibus >> >> 2016-05-21 14:07 GMT+02:00 Beno?t Minisini >> : >> >>> Le 21/05/2016 13:54, Gianluigi a ?crit : >>> > Gambas3 3.8.4 currently, the sub-menu names, default have the first >>> > character underscore, also if I set up without ampersand and shortcut. >>> > Is possible to remove it? >>> > Regards >>> > Gianluigi >>> >>> It's for people who can't use mouses but can use a keyboard (indirectly). >>> >>> -- >>> Beno?t Minisini >>> >>> >>> ------------------------------------------------------------------------------ >>> Mobile security can be enabling, not merely restricting. Employees who >>> bring their own devices (BYOD) to work are irked by the imposition of MDM >>> restrictions. Mobile Device Manager Plus allows you to control only the >>> apps on BYO-devices by containerizing them, leaving personal data >>> untouched! >>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >> >> > From bugtracker at ...3416... Sat May 21 18:36:07 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 21 May 2016 16:36:07 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #946: MaskBox bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.946&from=L21haW4- Comment #4 by Peter ROC: You are right...guess I didn't fully understand how to use MaskBox and the solution was very simple...Merci From bagonergi at ...626... Sat May 21 21:54:10 2016 From: bagonergi at ...626... (Gianluigi) Date: Sat, 21 May 2016 21:54:10 +0200 Subject: [Gambas-user] Menu first character underscore In-Reply-To: References: <57404F64.3030004@...1...> Message-ID: APPMENU_DISPLAY_BOTH do not work, see attached. Regards Gianluigi 2016-05-21 16:38 GMT+02:00 Gianluigi : > Only a clarification: > ALT+D to open the menu, then release the ALT key and pressing on the > underlined character. > Regards > Gianluigi > > 2016-05-21 16:29 GMT+02:00 Gianluigi : > >> Great Benoit, >> You've had to find out what new for me. >> If I put the ampersand front of "Disney" (without shorcuts) and then do >> ALT+D+Uderscore character, I get the events. >> But then with Gambas I must not do anything, I just think about what I >> want and already there :-D >> Legendary Gambas >> Thank you >> Gianluigi >> >> 2016-05-21 15:33 GMT+02:00 Gianluigi : >> >>> But if I not set the shortcut not working with Ubuntu Unity Clearlooks >>> theme. >>> Only in Ubuntu Unity Desktop default settings, if first I click with >>> mouse on Disney (see attached test) I can obtain the event with >>> ALT+Uderscore character. >>> So I force myself to use the shortcut even where I would not. >>> Regards >>> Gianluigi >>> >>> [System] >>> Gambas=3.8.4 >>> OperatingSystem=Linux >>> Kernel=4.4.0-22-generic >>> Architecture=x86_64 >>> Distribution=Ubuntu 16.04 LTS >>> Desktop=GNOME >>> Theme=Cleanlooks >>> Language=it_IT.UTF-8 >>> Memory=15976M >>> >>> [Libraries] >>> Cairo=libcairo.so.2.11400.6 >>> Curl=libcurl.so.4.4.0 >>> DBus=libdbus-1.so.3.14.6 >>> GStreamer=libgstreamer-1.0.so.0.800.0 >>> GTK+2=libgtk-x11-2.0.so.0.2400.30 >>> GTK+3=libgtk-3.so.0.1800.9 >>> OpenGL=libGL.so.1.0.0 >>> OpenGL=libGL.so.1.2.0 >>> Poppler=libpoppler.so.58.0.0 >>> QT4=libQtCore.so.4.8.7 >>> QT5=libQt5Core.so.5.5.1 >>> SDL=libSDL-1.2.so.0.11.4 >>> >>> [Environment] >>> CLUTTER_IM_MODULE=xim >>> COMPIZ_BIN_PATH=/usr/bin/ >>> COMPIZ_CONFIG_PROFILE=ubuntu >>> DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-g5IZBUZyLC >>> DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path >>> DESKTOP_SESSION=ubuntu >>> DISPLAY=:0 >>> GB_GUI=gb.qt4 >>> GDMSESSION=ubuntu >>> GDM_LANG=it >>> GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop >>> GIO_LAUNCHED_DESKTOP_FILE_PID=5733 >>> GNOME_DESKTOP_SESSION_ID=this-is-deprecated >>> GNOME_KEYRING_CONTROL= >>> GNOME_KEYRING_PID= >>> GPG_AGENT_INFO=/home//.gnupg/S.gpg-agent:0:1 >>> GTK2_MODULES=overlay-scrollbar >>> GTK_IM_MODULE=ibus >>> GTK_MODULES=gail:atk-bridge:unity-gtk-module >>> HOME=/home/ >>> IM_CONFIG_PHASE=1 >>> INSTANCE= >>> JOB=unity-settings-daemon >>> LANG=it_IT.UTF-8 >>> LANGUAGE=it >>> LOGNAME= >>> MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path >>> >>> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin >>> PWD=/home/ >>> QT4_IM_MODULE=xim >>> QT_ACCESSIBILITY=1 >>> QT_IM_MODULE=ibus >>> QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 >>> QT_QPA_PLATFORMTHEME=qt5ct >>> SESSION=ubuntu >>> SESSIONTYPE=gnome-session >>> SHELL=/bin/bash >>> SHLVL=0 >>> SSH_AUTH_SOCK=/run/user/1000/keyring/ssh >>> TZ=:/etc/localtime >>> UPSTART_EVENTS=xsession started >>> UPSTART_INSTANCE= >>> UPSTART_JOB=unity7 >>> UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1021 >>> USER= >>> XAUTHORITY=/home//.Xauthority >>> XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg >>> XDG_CURRENT_DESKTOP=Unity >>> >>> XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop >>> XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ >>> XDG_RUNTIME_DIR=/run/user/1000 >>> XDG_SEAT=seat0 >>> XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 >>> XDG_SESSION_DESKTOP=ubuntu >>> XDG_SESSION_ID=c1 >>> XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 >>> XDG_SESSION_TYPE=x11 >>> XDG_VTNR=7 >>> XMODIFIERS=@...3498...=ibus >>> >>> 2016-05-21 14:07 GMT+02:00 Beno?t Minisini >> >: >>> >>>> Le 21/05/2016 13:54, Gianluigi a ?crit : >>>> > Gambas3 3.8.4 currently, the sub-menu names, default have the first >>>> > character underscore, also if I set up without ampersand and shortcut. >>>> > Is possible to remove it? >>>> > Regards >>>> > Gianluigi >>>> >>>> It's for people who can't use mouses but can use a keyboard >>>> (indirectly). >>>> >>>> -- >>>> Beno?t Minisini >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Mobile security can be enabling, not merely restricting. Employees who >>>> bring their own devices (BYOD) to work are irked by the imposition of >>>> MDM >>>> restrictions. Mobile Device Manager Plus allows you to control only the >>>> apps on BYO-devices by containerizing them, leaving personal data >>>> untouched! >>>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >>>> _______________________________________________ >>>> Gambas-user mailing list >>>> Gambas-user at lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>>> >>> >>> >> > -------------- next part -------------- A non-text attachment was scrubbed... Name: MenuTest.png Type: image/png Size: 83934 bytes Desc: not available URL: From ethan at ...3601... Sat May 21 22:00:32 2016 From: ethan at ...3601... (Ethan Boicey) Date: Sat, 21 May 2016 16:00:32 -0400 Subject: [Gambas-user] Windows are bizarrely larger, slower, and differently colored when running from a saved executable. Message-ID: Hi, I have noticed something in Gambas I would like to disable if possible. When running a program from the Gambas IDE, it works great, but when I save it as an executable and run that the program runs a bit slower, the window is larger, and black text is more dark gray than pure black. Is there a way to turn this off, or use the interpreter from the IDE (which seems to work as expected) -------------- next part -------------- A non-text attachment was scrubbed... Name: 2016-05-21-152834_1280x800_scrot.png Type: image/png Size: 163816 bytes Desc: not available URL: From bagonergi at ...626... Sun May 22 16:10:40 2016 From: bagonergi at ...626... (Gianluigi) Date: Sun, 22 May 2016 16:10:40 +0200 Subject: [Gambas-user] Unity desktop, menu's doubling. Message-ID: Despite the help's suggest and, before loading the graphics, I've used Application.Env["APPMENU_DISPLAY_BOTH"] = "1", I get a menu in the top desktop panel and another in the window. Both working but from the keyboard only works the top desktop menu, see attached. How can I get only one menu? Regards Gianluigi [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=4.4.0-22-generic Architecture=x86_64 Distribution=Ubuntu 16.04 LTS Desktop=GNOME Theme=Cleanlooks Language=it_IT.UTF-8 Memory=15976M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GStreamer=libgstreamer-1.0.so.0.800.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.0.0 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 [Environment] CLUTTER_IM_MODULE=xim COMPIZ_BIN_PATH=/usr/bin/ COMPIZ_CONFIG_PROFILE=ubuntu DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-x0u2auXarM DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=ubuntu GDM_LANG=it GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=6666 GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_KEYRING_CONTROL= GNOME_KEYRING_PID= GPG_AGENT_INFO=/home//.gnupg/S.gpg-agent:0:1 GTK2_MODULES=overlay-scrollbar GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge:unity-gtk-module HOME=/home/ IM_CONFIG_PHASE=1 INSTANCE= JOB=unity-settings-daemon LANG=it_IT.UTF-8 LANGUAGE=it LOGNAME= MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD=/home/ QT4_IM_MODULE=xim QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_QPA_PLATFORMTHEME=qt5ct SESSION=ubuntu SESSIONTYPE=gnome-session SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UPSTART_EVENTS=xsession started UPSTART_INSTANCE= UPSTART_JOB=unity7 UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1032 USER= XAUTHORITY=/home//.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg XDG_CURRENT_DESKTOP=Unity XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bagonergi at ...626... Sun May 22 16:58:00 2016 From: bagonergi at ...626... (Gianluigi) Date: Sun, 22 May 2016 16:58:00 +0200 Subject: [Gambas-user] Unity desktop, menu's doubling. In-Reply-To: References: Message-ID: Sorry I forgot the attachment 2016-05-22 16:10 GMT+02:00 Gianluigi : > Despite the help's suggest and, before loading the graphics, I've used > Application.Env["APPMENU_DISPLAY_BOTH"] = "1", I get a menu in the top > desktop panel and another in the window. > Both working but from the keyboard only works the top desktop menu, see > attached. > How can I get only one menu? > > Regards > Gianluigi > > [System] > Gambas=3.8.4 > OperatingSystem=Linux > Kernel=4.4.0-22-generic > Architecture=x86_64 > Distribution=Ubuntu 16.04 LTS > Desktop=GNOME > Theme=Cleanlooks > Language=it_IT.UTF-8 > Memory=15976M > > [Libraries] > Cairo=libcairo.so.2.11400.6 > Curl=libcurl.so.4.4.0 > DBus=libdbus-1.so.3.14.6 > GStreamer=libgstreamer-1.0.so.0.800.0 > GTK+2=libgtk-x11-2.0.so.0.2400.30 > GTK+3=libgtk-3.so.0.1800.9 > OpenGL=libGL.so.1.0.0 > OpenGL=libGL.so.1.2.0 > Poppler=libpoppler.so.58.0.0 > QT4=libQtCore.so.4.8.7 > QT5=libQt5Core.so.5.5.1 > SDL=libSDL-1.2.so.0.11.4 > > [Environment] > CLUTTER_IM_MODULE=xim > COMPIZ_BIN_PATH=/usr/bin/ > COMPIZ_CONFIG_PROFILE=ubuntu > DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-x0u2auXarM > DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path > DESKTOP_SESSION=ubuntu > DISPLAY=:0 > GB_GUI=gb.qt4 > GDMSESSION=ubuntu > GDM_LANG=it > GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop > GIO_LAUNCHED_DESKTOP_FILE_PID=6666 > GNOME_DESKTOP_SESSION_ID=this-is-deprecated > GNOME_KEYRING_CONTROL= > GNOME_KEYRING_PID= > GPG_AGENT_INFO=/home//.gnupg/S.gpg-agent:0:1 > GTK2_MODULES=overlay-scrollbar > GTK_IM_MODULE=ibus > GTK_MODULES=gail:atk-bridge:unity-gtk-module > HOME=/home/ > IM_CONFIG_PHASE=1 > INSTANCE= > JOB=unity-settings-daemon > LANG=it_IT.UTF-8 > LANGUAGE=it > LOGNAME= > MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path > > PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin > PWD=/home/ > QT4_IM_MODULE=xim > QT_ACCESSIBILITY=1 > QT_IM_MODULE=ibus > QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 > QT_QPA_PLATFORMTHEME=qt5ct > SESSION=ubuntu > SESSIONTYPE=gnome-session > SHELL=/bin/bash > SHLVL=0 > SSH_AUTH_SOCK=/run/user/1000/keyring/ssh > TZ=:/etc/localtime > UPSTART_EVENTS=xsession started > UPSTART_INSTANCE= > UPSTART_JOB=unity7 > UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/1032 > USER= > XAUTHORITY=/home//.Xauthority > XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg > XDG_CURRENT_DESKTOP=Unity > > XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop > XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ > XDG_RUNTIME_DIR=/run/user/1000 > XDG_SEAT=seat0 > XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 > XDG_SESSION_DESKTOP=ubuntu > XDG_SESSION_ID=c1 > XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 > XDG_SESSION_TYPE=x11 > XDG_VTNR=7 > XMODIFIERS=@im=ibus > -------------- next part -------------- A non-text attachment was scrubbed... Name: MenuTest-0.0.3.tar.gz Type: application/x-gzip Size: 11773 bytes Desc: not available URL: From vuott at ...325... Sun May 22 17:57:20 2016 From: vuott at ...325... (Ru Vuott) Date: Sun, 22 May 2016 15:57:20 +0000 (UTC) Subject: [Gambas-user] Colors and other Console amenities. References: <548167118.929986.1463932640142.JavaMail.yahoo.ref@...3424...> Message-ID: <548167118.929986.1463932640142.JavaMail.yahoo@...3424...> Hello, I tried to combine the text, to be printed in the console, the commands (terminfo capabilities useful for prompt customization) needed to get some effects in the Terminal. I pointed out some problems. For exemple: 1) I asked other developers to do the testing, but it seems that only those, who update the Gambas version via SVN, get those results. Why only via SVN ? I installed Gambas and I update it via SVN, and in fact I get the effects provided by the commands. A simple "blinking text" exemplum: Public Sub Main() Print "\n\e[5m Gambas\n" End 2) Some problem on color commands. With this escape sequence: \e[38;5;11 I should get foreground text color in yellow. Instead I get the background in yellow. So, with this escape sequence: \e[48;5;11 I should get background text color. Instead I get the foreground. Why ? Regards From jussi.lahtinen at ...626... Sun May 22 22:45:08 2016 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sun, 22 May 2016 23:45:08 +0300 Subject: [Gambas-user] Component problems Message-ID: I'm trying to make very simply component, but for some reason its size is always 8x8, no matter how I put it in form in the IDE. I think I miss something very obvious. See the attached project. Just run it. Jussi -------------- next part -------------- A non-text attachment was scrubbed... Name: CompTest2-0.0.1.tar.gz Type: application/x-gzip Size: 11932 bytes Desc: not available URL: From gambas at ...1... Sun May 22 23:10:42 2016 From: gambas at ...1... (=?UTF-8?Q?Beno=c3=aet_Minisini?=) Date: Sun, 22 May 2016 23:10:42 +0200 Subject: [Gambas-user] Colors and other Console amenities. In-Reply-To: <548167118.929986.1463932640142.JavaMail.yahoo@...3424...> References: <548167118.929986.1463932640142.JavaMail.yahoo.ref@...3424...> <548167118.929986.1463932640142.JavaMail.yahoo@...3424...> Message-ID: <57422052.9070707@...1...> Le 22/05/2016 17:57, Ru Vuott a ?crit : > Hello, > > I tried to combine the text, to be printed in the console, the commands (terminfo capabilities useful for prompt customization) needed to get some effects in the Terminal. > > I pointed out some problems. > > For exemple: > > 1) I asked other developers to do the testing, but it seems that only those, who update the Gambas version via SVN, get those results. Why only via SVN ? Because only the development version has an IDE with a true terminal emulator? > I installed Gambas and I update it via SVN, and in fact I get the effects provided by the commands. > A simple "blinking text" exemplum: > > Public Sub Main() > > Print "\n\e[5m Gambas\n" > > End > > > 2) Some problem on color commands. > > With this escape sequence: > \e[38;5;11 > I should get foreground text color in yellow. Instead I get the background in yellow. > > So, with this escape sequence: \e[48;5;11 I should get background text color. Instead I get the foreground. > > Why ? Fixed in revision #7784. Regards, -- Beno?t Minisini From eilert-sprachen at ...221... Mon May 23 08:42:18 2016 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Mon, 23 May 2016 08:42:18 +0200 Subject: [Gambas-user] HSplit and VSplit without "handles" In-Reply-To: References: <573D67B4.2050409@...221...> <573DDFF4.5020309@...221...> <573EAB25.1070703@...221...> <573EFA19.7070102@...1...> Message-ID: <5742A64A.5040009@...221...> Yes, that would be the nicest way I think: a property like "grip" or "graphical" to leave it to the programmer to use this feature or not. Rolf Am 20.05.2016 21:17, schrieb Jussi Lahtinen: > Maybe there could be option for more graphically obvious split? > > > Jussi > > On Fri, May 20, 2016 at 2:50 PM, Beno?t Minisini < > gambas at ...1...> wrote: > >> Le 20/05/2016 08:13, Rolf-Werner Eilert a ?crit : >>> I guess it is a matter of Qt who might have thought a simple line is >>> more "elegant" or so. >>> >>> In my Thunderbird for example there is no indication at all, just thin >>> lines, and some can be moved, some can not. >>> >>> When I found this yesterday, I thought it might be configurable somehow >>> via some of the properties. But it seems to be a "feature" ;) >>> >>> Regards >>> Rolf >>> >> It's not a QT thing, it's a Gambas thing. Splitters are entirely made >> with Gambas now. >> >> If you want to know what is made with Gambas, and what is not, look at >> the gb.gui.base component source code. >> >> Regards, >> >> -- >> Beno?t Minisini >> >> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From willy at ...3474... Mon May 23 16:31:51 2016 From: willy at ...3474... (willy at ...3474...) Date: Mon, 23 May 2016 16:31:51 +0200 Subject: [Gambas-user] Question about gb.cairo Message-ID: Hi all, I have written a function to make a pdf from data in a mysql database. This function is in a library. A command line application 'PrintKwartaal' uses this function. Goal is to print the pdf on a quarterly base using a cron job on Debain server. The cron job starts the Gambas application 'PrintKwartaal', that has to make the pdf and print it and next quit. To write the function is started coding in a GUI environment (Gambas 3.6.2 on Linux Mint 17.1 Rebecca), so I could check the layout more easily and adjust. When I run the function in a GUI application, it renders the pdf to the location required (and I used Desktop.Open(sPdfFile) to get a preview of the pdf to check for layout adjustment). So, using Gambas 3.6.2 om Linux Mint 17.1 Rebecca the pdf does get made on location sPdfFile Once I was fine with the layout I wrote the 'PrintKwartaal' application using the same function from the library. In the function. the 'Desktop.Open(sPdfFile)' was replaced with 'Shell "lpr " & sPdfFile Wait' as it is of little use to do a preview of a pdf in a non-gui environment. And the need is for a printed version of the quarterly overview of the table content. This change is past the Cairo.End and should be of no influence on the rendering of the pdf. That is all that changed in the function. When I run the function in a commandline application 'PrintKwartaal' on a non-gui system (Gambas 3.6.2 on Debian 7.10 Wheezy server), it doesn't renders the pdf to the location required. So, using Gambas 3.6.2 on Debian 7.10 Wheezy the pdf never gets made on location sPdfFile Could it be gb.cairo can be selected as component for a non GUI application, but will not work when run in a non GUI environment? Or could something else be wrong. Kindest regards, gbWilly From charlie at ...2793... Mon May 23 16:33:13 2016 From: charlie at ...2793... (Charlie) Date: Mon, 23 May 2016 07:33:13 -0700 (MST) Subject: [Gambas-user] Component problems In-Reply-To: References: Message-ID: <1464013993781-56390.post@...3046...> I this case I think the problem starts with 'Me'. Is this because there is no SpinLabel.Form which would be 'Me'? I've messed about with this and if you change 'Me' to 'FMain' things change. Hope that helps. -- View this message in context: http://gambas.8142.n7.nabble.com/Component-problems-tp56386p56390.html Sent from the gambas-user mailing list archive at Nabble.com. From eilert-sprachen at ...221... Mon May 23 17:39:20 2016 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Mon, 23 May 2016 17:39:20 +0200 Subject: [Gambas-user] Question about gb.cairo In-Reply-To: References: Message-ID: <57432428.7020803@...221...> I have used Cairo in a non GUI application, and it runs very well. Maybe you are using some other function which refers to GUI somewhere in the code? Regards Rolf Am 23.05.2016 16:31, schrieb willy at ...3474...: > Hi all, > > I have written a function to make a pdf from data in a mysql database. > This function is in a library. A command line application > 'PrintKwartaal' uses this function. > Goal is to print the pdf on a quarterly base using a cron job on Debain > server. The cron job starts the Gambas application 'PrintKwartaal', that > has to make the pdf and print it and next quit. > > To write the function is started coding in a GUI environment (Gambas > 3.6.2 on Linux Mint 17.1 Rebecca), so I could check the layout more > easily and adjust. > > When I run the function in a GUI application, it renders the pdf to the > location required (and I used Desktop.Open(sPdfFile) to get a preview of > the pdf to check for layout adjustment). > So, using Gambas 3.6.2 om Linux Mint 17.1 Rebecca the pdf does get made > on location sPdfFile > > Once I was fine with the layout I wrote the 'PrintKwartaal' application > using the same function from the library. > In the function. the 'Desktop.Open(sPdfFile)' was replaced with 'Shell > "lpr " & sPdfFile Wait' as it is of little use to do a preview of a pdf > in a non-gui environment. > And the need is for a printed version of the quarterly overview of the > table content. > This change is past the Cairo.End and should be of no influence on the > rendering of the pdf. > That is all that changed in the function. > > When I run the function in a commandline application 'PrintKwartaal' on > a non-gui system (Gambas 3.6.2 on Debian 7.10 Wheezy server), it doesn't > renders the pdf to the location required. > So, using Gambas 3.6.2 on Debian 7.10 Wheezy the pdf never gets made on > location sPdfFile > > Could it be gb.cairo can be selected as component for a non GUI > application, but will not work when run in a non GUI environment? > Or could something else be wrong. > > Kindest regards, > > gbWilly > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Mon May 23 19:17:25 2016 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 23 May 2016 19:17:25 +0200 Subject: [Gambas-user] Component problems In-Reply-To: <1464013993781-56390.post@...3046...> References: <1464013993781-56390.post@...3046...> Message-ID: Well ... try to learn about form automatic arrangement you can play with object containers and different colors to see what is doing each properties This is the component corrected 2016-05-23 16:33 GMT+02:00 Charlie : > I this case I think the problem starts with 'Me'. Is this because there is no > SpinLabel.Form which would be 'Me'? > I've messed about with this and if you change 'Me' to 'FMain' things change. > Hope that helps. > > > > -- > View this message in context: http://gambas.8142.n7.nabble.com/Component-problems-tp56386p56390.html > Sent from the gambas-user mailing list archive at Nabble.com. > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard -------------- next part -------------- A non-text attachment was scrubbed... Name: CompTest2-0.0.1.tar.gz Type: application/x-gzip Size: 11932 bytes Desc: not available URL: From willy at ...3474... Mon May 23 19:58:11 2016 From: willy at ...3474... (willy at ...3474...) Date: Mon, 23 May 2016 19:58:11 +0200 Subject: [Gambas-user] Question about gb.cairo In-Reply-To: <57432428.7020803@...221...> References: <57432428.7020803@...221...> Message-ID: On 2016-05-23 17:39, Rolf-Werner Eilert wrote: > I have used Cairo in a non GUI application, and it runs very well. > Okay, good to know. Some questions rise: What version of Gambas is this non GUI application running on? And is the system it is running on a non GUI install of some linux or a command line app running on a GUI install of some linux? Because that would make a world of difference. What linux OS is it running on. > Maybe you are using some other function which refers to GUI somewhere > in > the code? Well the library is a non GUI library I use for common stuff used by Gambas command line applications/daemons running on the server. The library has been running for a while before I added gb.cairo as component and wrote the function to make the pdf. All other components are the ones that where there before. The library (with added gb.cairo and function) still works well for the other command line applications/daemons as they do not se the function. Just the one command line application PrintKwartaal uses the function but will not produce the pdf. Just to make sure, I will double or even triple check tomorrow at work, just to make sure. No access to the code right now. Anyway thanks for the reply, it is hopeful to know it can work :) Regards, Willy > > Regards > Rolf > > > > Am 23.05.2016 16:31, schrieb willy at ...3474...: >> Hi all, >> >> I have written a function to make a pdf from data in a mysql database. >> This function is in a library. A command line application >> 'PrintKwartaal' uses this function. >> Goal is to print the pdf on a quarterly base using a cron job on >> Debain >> server. The cron job starts the Gambas application 'PrintKwartaal', >> that >> has to make the pdf and print it and next quit. >> >> To write the function is started coding in a GUI environment (Gambas >> 3.6.2 on Linux Mint 17.1 Rebecca), so I could check the layout more >> easily and adjust. >> >> When I run the function in a GUI application, it renders the pdf to >> the >> location required (and I used Desktop.Open(sPdfFile) to get a preview >> of >> the pdf to check for layout adjustment). >> So, using Gambas 3.6.2 om Linux Mint 17.1 Rebecca the pdf does get >> made >> on location sPdfFile >> >> Once I was fine with the layout I wrote the 'PrintKwartaal' >> application >> using the same function from the library. >> In the function. the 'Desktop.Open(sPdfFile)' was replaced with 'Shell >> "lpr " & sPdfFile Wait' as it is of little use to do a preview of a >> pdf >> in a non-gui environment. >> And the need is for a printed version of the quarterly overview of the >> table content. >> This change is past the Cairo.End and should be of no influence on the >> rendering of the pdf. >> That is all that changed in the function. >> >> When I run the function in a commandline application 'PrintKwartaal' >> on >> a non-gui system (Gambas 3.6.2 on Debian 7.10 Wheezy server), it >> doesn't >> renders the pdf to the location required. >> So, using Gambas 3.6.2 on Debian 7.10 Wheezy the pdf never gets made >> on >> location sPdfFile >> >> Could it be gb.cairo can be selected as component for a non GUI >> application, but will not work when run in a non GUI environment? >> Or could something else be wrong. >> >> Kindest regards, >> >> gbWilly >> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of >> MDM >> restrictions. Mobile Device Manager Plus allows you to control only >> the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of > MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From karl.reinl at ...9... Mon May 23 22:00:57 2016 From: karl.reinl at ...9... (Karl Reinl) Date: Mon, 23 May 2016 22:00:57 +0200 Subject: [Gambas-user] Question about gb.cairo In-Reply-To: References: <57432428.7020803@...221...> Message-ID: <1464033657.4205.2.camel@...40...> Am Montag, den 23.05.2016, 19:58 +0200 schrieb willy at ...3474...: > On 2016-05-23 17:39, Rolf-Werner Eilert wrote: > > I have used Cairo in a non GUI application, and it runs very well. > > > Okay, good to know. > Some questions rise: > What version of Gambas is this non GUI application running on? > And is the system it is running on a non GUI install of some linux or a > command line app running on a GUI install of some linux? Because that > would make a world of difference. > What linux OS is it running on. > > > Maybe you are using some other function which refers to GUI somewhere > > in > > the code? > > Well the library is a non GUI library I use for common stuff used by > Gambas command line applications/daemons running on the server. > The library has been running for a while before I added gb.cairo as > component and wrote the function to make the pdf. All other components > are the ones that where there before. > > The library (with added gb.cairo and function) still works well for the > other command line applications/daemons as they do not se the function. > Just the one command line application PrintKwartaal uses the function > but will not produce the pdf. > > Just to make sure, I will double or even triple check tomorrow at work, > just to make sure. No access to the code right now. > > Anyway thanks for the reply, it is hopeful to know it can work :) > > Regards, > > Willy > > > > Regards > > Rolf > > > > > > > > Am 23.05.2016 16:31, schrieb willy at ...3474...: > >> Hi all, > >> > >> I have written a function to make a pdf from data in a mysql database. > >> This function is in a library. A command line application > >> 'PrintKwartaal' uses this function. > >> Goal is to print the pdf on a quarterly base using a cron job on > >> Debain > >> server. The cron job starts the Gambas application 'PrintKwartaal', > >> that > >> has to make the pdf and print it and next quit. > >> > >> To write the function is started coding in a GUI environment (Gambas > >> 3.6.2 on Linux Mint 17.1 Rebecca), so I could check the layout more > >> easily and adjust. > >> > >> When I run the function in a GUI application, it renders the pdf to > >> the > >> location required (and I used Desktop.Open(sPdfFile) to get a preview > >> of > >> the pdf to check for layout adjustment). > >> So, using Gambas 3.6.2 om Linux Mint 17.1 Rebecca the pdf does get > >> made > >> on location sPdfFile > >> > >> Once I was fine with the layout I wrote the 'PrintKwartaal' > >> application > >> using the same function from the library. > >> In the function. the 'Desktop.Open(sPdfFile)' was replaced with 'Shell > >> "lpr " & sPdfFile Wait' as it is of little use to do a preview of a > >> pdf > >> in a non-gui environment. > >> And the need is for a printed version of the quarterly overview of the > >> table content. > >> This change is past the Cairo.End and should be of no influence on the > >> rendering of the pdf. > >> That is all that changed in the function. > >> > >> When I run the function in a commandline application 'PrintKwartaal' > >> on > >> a non-gui system (Gambas 3.6.2 on Debian 7.10 Wheezy server), it > >> doesn't > >> renders the pdf to the location required. > >> So, using Gambas 3.6.2 on Debian 7.10 Wheezy the pdf never gets made > >> on > >> location sPdfFile > >> > >> Could it be gb.cairo can be selected as component for a non GUI > >> application, but will not work when run in a non GUI environment? > >> Or could something else be wrong. > >> > >> Kindest regards, > >> > >> gbWilly > >> Salut gbWilly, if I read well you ran it by cron! Is it a path problem? Too often seen! -- Amicalement Charlie From jussi.lahtinen at ...626... Mon May 23 22:33:01 2016 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Mon, 23 May 2016 23:33:01 +0300 Subject: [Gambas-user] Component problems In-Reply-To: References: <1464013993781-56390.post@...3046...> Message-ID: I think you attached wrong file. That is identical to what I posted. But I put the hLabel and hSpin stuff in Arrange event and now it works correctly. Thanks! Jussi On Mon, May 23, 2016 at 8:17 PM, Fabien Bodard wrote: > Well ... try to learn about form automatic arrangement you can play > with object containers and different colors to see what is doing each > properties > > This is the component corrected > > 2016-05-23 16:33 GMT+02:00 Charlie : > > I this case I think the problem starts with 'Me'. Is this because there > is no > > SpinLabel.Form which would be 'Me'? > > I've messed about with this and if you change 'Me' to 'FMain' things > change. > > Hope that helps. > > > > > > > > -- > > View this message in context: > http://gambas.8142.n7.nabble.com/Component-problems-tp56386p56390.html > > Sent from the gambas-user mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > > Mobile security can be enabling, not merely restricting. Employees who > > bring their own devices (BYOD) to work are irked by the imposition of MDM > > restrictions. Mobile Device Manager Plus allows you to control only the > > apps on BYO-devices by containerizing them, leaving personal data > untouched! > > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -- > Fabien Bodard > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From gambas.fr at ...626... Mon May 23 22:39:40 2016 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 23 May 2016 22:39:40 +0200 Subject: [Gambas-user] Component problems In-Reply-To: References: <1464013993781-56390.post@...3046...> Message-ID: I'm sure not the same :-)... i resend it to be sure. Please do not use the arrange event for that kind of use. ... It's a bad VB style way. 2016-05-23 22:33 GMT+02:00 Jussi Lahtinen : > I think you attached wrong file. That is identical to what I posted. > But I put the hLabel and hSpin stuff in Arrange event and now it works > correctly. > Thanks! > > > Jussi > > On Mon, May 23, 2016 at 8:17 PM, Fabien Bodard wrote: > >> Well ... try to learn about form automatic arrangement you can play >> with object containers and different colors to see what is doing each >> properties >> >> This is the component corrected >> >> 2016-05-23 16:33 GMT+02:00 Charlie : >> > I this case I think the problem starts with 'Me'. Is this because there >> is no >> > SpinLabel.Form which would be 'Me'? >> > I've messed about with this and if you change 'Me' to 'FMain' things >> change. >> > Hope that helps. >> > >> > >> > >> > -- >> > View this message in context: >> http://gambas.8142.n7.nabble.com/Component-problems-tp56386p56390.html >> > Sent from the gambas-user mailing list archive at Nabble.com. >> > >> ------------------------------------------------------------------------------ >> > Mobile security can be enabling, not merely restricting. Employees who >> > bring their own devices (BYOD) to work are irked by the imposition of MDM >> > restrictions. Mobile Device Manager Plus allows you to control only the >> > apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> > _______________________________________________ >> > Gambas-user mailing list >> > Gambas-user at lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> >> >> -- >> Fabien Bodard >> >> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data >> untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Fabien Bodard From gambas.fr at ...626... Mon May 23 22:40:01 2016 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 23 May 2016 22:40:01 +0200 Subject: [Gambas-user] Component problems In-Reply-To: References: <1464013993781-56390.post@...3046...> Message-ID: ... the file 2016-05-23 22:39 GMT+02:00 Fabien Bodard : > I'm sure not the same :-)... i resend it to be sure. Please do not use > the arrange event for that kind of use. ... It's a bad VB style way. > > 2016-05-23 22:33 GMT+02:00 Jussi Lahtinen : >> I think you attached wrong file. That is identical to what I posted. >> But I put the hLabel and hSpin stuff in Arrange event and now it works >> correctly. >> Thanks! >> >> >> Jussi >> >> On Mon, May 23, 2016 at 8:17 PM, Fabien Bodard wrote: >> >>> Well ... try to learn about form automatic arrangement you can play >>> with object containers and different colors to see what is doing each >>> properties >>> >>> This is the component corrected >>> >>> 2016-05-23 16:33 GMT+02:00 Charlie : >>> > I this case I think the problem starts with 'Me'. Is this because there >>> is no >>> > SpinLabel.Form which would be 'Me'? >>> > I've messed about with this and if you change 'Me' to 'FMain' things >>> change. >>> > Hope that helps. >>> > >>> > >>> > >>> > -- >>> > View this message in context: >>> http://gambas.8142.n7.nabble.com/Component-problems-tp56386p56390.html >>> > Sent from the gambas-user mailing list archive at Nabble.com. >>> > >>> ------------------------------------------------------------------------------ >>> > Mobile security can be enabling, not merely restricting. Employees who >>> > bring their own devices (BYOD) to work are irked by the imposition of MDM >>> > restrictions. Mobile Device Manager Plus allows you to control only the >>> > apps on BYO-devices by containerizing them, leaving personal data >>> untouched! >>> > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >>> > _______________________________________________ >>> > Gambas-user mailing list >>> > Gambas-user at lists.sourceforge.net >>> > https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> >>> >>> -- >>> Fabien Bodard >>> >>> >>> ------------------------------------------------------------------------------ >>> Mobile security can be enabling, not merely restricting. Employees who >>> bring their own devices (BYOD) to work are irked by the imposition of MDM >>> restrictions. Mobile Device Manager Plus allows you to control only the >>> apps on BYO-devices by containerizing them, leaving personal data >>> untouched! >>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> >> ------------------------------------------------------------------------------ >> Mobile security can be enabling, not merely restricting. Employees who >> bring their own devices (BYOD) to work are irked by the imposition of MDM >> restrictions. Mobile Device Manager Plus allows you to control only the >> apps on BYO-devices by containerizing them, leaving personal data untouched! >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -- > Fabien Bodard -- Fabien Bodard -------------- next part -------------- A non-text attachment was scrubbed... Name: CompTest2-0.0.2.tar.gz Type: application/x-gzip Size: 11941 bytes Desc: not available URL: From jussi.lahtinen at ...626... Mon May 23 22:58:24 2016 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Mon, 23 May 2016 23:58:24 +0300 Subject: [Gambas-user] Component problems In-Reply-To: References: <1464013993781-56390.post@...3046...> Message-ID: OK, that is much cleaner way to do it. I was stuck with the control x and y being 8, and didn't even go to think the automatic ways... Thanks! Jussi On Mon, May 23, 2016 at 11:40 PM, Fabien Bodard wrote: > ... the file > > 2016-05-23 22:39 GMT+02:00 Fabien Bodard : > > I'm sure not the same :-)... i resend it to be sure. Please do not use > > the arrange event for that kind of use. ... It's a bad VB style way. > > > > 2016-05-23 22:33 GMT+02:00 Jussi Lahtinen : > >> I think you attached wrong file. That is identical to what I posted. > >> But I put the hLabel and hSpin stuff in Arrange event and now it works > >> correctly. > >> Thanks! > >> > >> > >> Jussi > >> > >> On Mon, May 23, 2016 at 8:17 PM, Fabien Bodard > wrote: > >> > >>> Well ... try to learn about form automatic arrangement you can play > >>> with object containers and different colors to see what is doing each > >>> properties > >>> > >>> This is the component corrected > >>> > >>> 2016-05-23 16:33 GMT+02:00 Charlie : > >>> > I this case I think the problem starts with 'Me'. Is this because > there > >>> is no > >>> > SpinLabel.Form which would be 'Me'? > >>> > I've messed about with this and if you change 'Me' to 'FMain' things > >>> change. > >>> > Hope that helps. > >>> > > >>> > > >>> > > >>> > -- > >>> > View this message in context: > >>> http://gambas.8142.n7.nabble.com/Component-problems-tp56386p56390.html > >>> > Sent from the gambas-user mailing list archive at Nabble.com. > >>> > > >>> > ------------------------------------------------------------------------------ > >>> > Mobile security can be enabling, not merely restricting. Employees > who > >>> > bring their own devices (BYOD) to work are irked by the imposition > of MDM > >>> > restrictions. Mobile Device Manager Plus allows you to control only > the > >>> > apps on BYO-devices by containerizing them, leaving personal data > >>> untouched! > >>> > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > >>> > _______________________________________________ > >>> > Gambas-user mailing list > >>> > Gambas-user at lists.sourceforge.net > >>> > https://lists.sourceforge.net/lists/listinfo/gambas-user > >>> > >>> > >>> > >>> -- > >>> Fabien Bodard > >>> > >>> > >>> > ------------------------------------------------------------------------------ > >>> Mobile security can be enabling, not merely restricting. Employees who > >>> bring their own devices (BYOD) to work are irked by the imposition of > MDM > >>> restrictions. Mobile Device Manager Plus allows you to control only the > >>> apps on BYO-devices by containerizing them, leaving personal data > >>> untouched! > >>> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > >>> _______________________________________________ > >>> Gambas-user mailing list > >>> Gambas-user at lists.sourceforge.net > >>> https://lists.sourceforge.net/lists/listinfo/gambas-user > >>> > >>> > >> > ------------------------------------------------------------------------------ > >> Mobile security can be enabling, not merely restricting. Employees who > >> bring their own devices (BYOD) to work are irked by the imposition of > MDM > >> restrictions. Mobile Device Manager Plus allows you to control only the > >> apps on BYO-devices by containerizing them, leaving personal data > untouched! > >> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > >> _______________________________________________ > >> Gambas-user mailing list > >> Gambas-user at lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > -- > > Fabien Bodard > > > > -- > Fabien Bodard > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From bugtracker at ...3416... Tue May 24 04:03:16 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Tue, 24 May 2016 02:03:16 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #949: Online help web URL is not updated Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.949&from=L21haW4- ?? reported a new bug. Summary ------- Online help web URL is not updated Type : Bug Priority : Medium Gambas version : 3.8 Product : Development Environment Description ----------- In helpbrowser of IDE, code need be modified like follow? Public Sub btnWebSite_Click() GotoURL("http://gambaswiki.org/wiki") ' GotoURL("http://gambas.sourceforge.net") End From willy at ...3474... Tue May 24 12:42:49 2016 From: willy at ...3474... (willy at ...3474...) Date: Tue, 24 May 2016 12:42:49 +0200 Subject: [Gambas-user] Question about gb.cairo In-Reply-To: <1464033657.4205.2.camel@...40...> References: <57432428.7020803@...221...> <1464033657.4205.2.camel@...40...> Message-ID: > > Salut gbWilly, > > if I read well you ran it by cron! > Is it a path problem? Too often seen! The application never run using cron up to now. That is the goal, but it is of little use if the application is not working, as it already goes wrong during testing. But thanks anyway, gbWilly From tmorehen at ...3602... Wed May 25 04:05:44 2016 From: tmorehen at ...3602... (Tony Morehen) Date: Tue, 24 May 2016 22:05:44 -0400 Subject: [Gambas-user] reconf error for r7786 trunk Message-ID: <57450878.6000505@...3602...> I ran reconf-all which quits with: autoreconf: configure.ac: adding subdirectory gb.httpd to autoreconf autoreconf: Entering directory `gb.httpd' aclocal: installing 'm4/libtool.m4' from '/usr/share/aclocal/libtool.m4' aclocal: installing 'm4/ltoptions.m4' from '/usr/share/aclocal/ltoptions.m4' aclocal: installing 'm4/ltsugar.m4' from '/usr/share/aclocal/ltsugar.m4' aclocal: installing 'm4/ltversion.m4' from '/usr/share/aclocal/ltversion.m4' aclocal: installing 'm4/lt~obsolete.m4' from '/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' configure.ac:88: error: possibly undefined macro: GB_AC_LBL_CHECK_LIB If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:127: error: possibly undefined macro: GB_AC_ACME_TM_GMTOFF configure.ac:128: error: possibly undefined macro: GB_AC_ACME_INT64T configure.ac:129: error: possibly undefined macro: GB_AC_ACME_SOCKLENT autoreconf: /usr/bin/autoconf failed with exit status: 1 No errors or warnings prior to this. From bugtracker at ...3416... Sat May 28 05:24:55 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sat, 28 May 2016 03:24:55 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Comment #10 by Zainudin AHMAD: >> maybe you could try to purge everything related to Gambas on your system, and do a full recompilation from scratch I have doing complete removal from synaptic and install gambas from PPA. in this system I used gambas only from PPA, and I still get this issue. Sys Info : [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=3.2.0-69-generic Architecture=x86 Distribution=Ubuntu 12.04.5 LTS Desktop=LXDE Theme=Oxygen Language=en_US.UTF-8 Memory=494M [Libraries] Cairo=libcairo.so.0.0.0 Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.1.0 GTK+2=libgtk-x11-2.0.so.0.2400.10 GTK+3=libgtk-3.so.0.400.2 OpenGL=libGL.so.173.14.39 OpenGL=libGL.so.96.43.23 Poppler=libpoppler.so.19.0.0 QT4=libQtCore.so.4.8.1 SDL=libSDL-1.2.so.0.11.3 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-MLCzWvSLAH,guid=e9fbdfa8c29a55ad62fb5b2d00000041 DEFAULTS_PATH=/usr/share/gconf/LXDE.default.path DESKTOP_SESSION=LXDE DISPLAY=:0 GB_GUI=gb.qt4 GDMSESSION=LXDE GNOME_KEYRING_CONTROL=/tmp/keyring-27ibEk GNOME_KEYRING_PID=1698 GPG_AGENT_INFO=/tmp/gpg-7kMMn6/S.gpg-agent:1752:1 GTK_MODULES=canberra-gtk-module:canberra-gtk-module HOME= LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ADDRESS=en_US.UTF-8 LC_IDENTIFICATION=en_US.UTF-8 LC_MEASUREMENT=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_NAME=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_TELEPHONE=en_US.UTF-8 LC_TIME=en_US.UTF-8 LIBOVERLAY_SCROLLBAR=0 LOGNAME= MANDATORY_PATH=/usr/share/gconf/LXDE.mandatory.path PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games PWD= SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1751 SSH_AUTH_SOCK=/tmp/ssh-ZMKoIXgT1709/agent.1709 TZ=:/etc/localtime UBUNTU_MENUPROXY=libappmenu.so USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-LXDE:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/share/gdm/:/var/lib/menu-xdg/ XDG_MENU_PREFIX=lxde- XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_COOKIE=c87a744d1d6f8f10324c61480000000a-1464403096.168554-1750800897 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 _LXSESSION_PID=1709 From shordi at ...626... Sat May 28 10:50:14 2016 From: shordi at ...626... (=?UTF-8?Q?Jorge_Carri=C3=B3n?=) Date: Sat, 28 May 2016 10:50:14 +0200 Subject: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record In-Reply-To: <5749101a.6a5c320a.503fe.256eSMTPIN_ADDED_BROKEN@...2392...> References: <5749101a.6a5c320a.503fe.256eSMTPIN_ADDED_BROKEN@...2392...> Message-ID: It will be intersting take a look to your database structure... Regards 2016-05-28 5:24 GMT+02:00 : > http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- > > Comment #10 by Zainudin AHMAD: > > >> maybe you could try to purge everything related to Gambas on your > system, and do a full recompilation from scratch > > I have doing complete removal from synaptic and install gambas from PPA. > > in this system I used gambas only from PPA, and I still get this issue. > > Sys Info : > > [System] > Gambas=3.8.4 > OperatingSystem=Linux > Kernel=3.2.0-69-generic > Architecture=x86 > Distribution=Ubuntu 12.04.5 LTS > Desktop=LXDE > Theme=Oxygen > Language=en_US.UTF-8 > Memory=494M > > [Libraries] > Cairo=libcairo.so.0.0.0 > Cairo=libcairo.so.2.11000.2 > Curl=libcurl.so.4.2.0 > DBus=libdbus-1.so.3.5.8 > GStreamer=libgstreamer-0.10.so.0.30.0 > GStreamer=libgstreamer-1.0.so.0.1.0 > GTK+2=libgtk-x11-2.0.so.0.2400.10 > GTK+3=libgtk-3.so.0.400.2 > OpenGL=libGL.so.173.14.39 > OpenGL=libGL.so.96.43.23 > Poppler=libpoppler.so.19.0.0 > QT4=libQtCore.so.4.8.1 > SDL=libSDL-1.2.so.0.11.3 > > [Environment] > > DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-MLCzWvSLAH,guid=e9fbdfa8c29a55ad62fb5b2d00000041 > DEFAULTS_PATH=/usr/share/gconf/LXDE.default.path > DESKTOP_SESSION=LXDE > DISPLAY=:0 > GB_GUI=gb.qt4 > GDMSESSION=LXDE > GNOME_KEYRING_CONTROL=/tmp/keyring-27ibEk > GNOME_KEYRING_PID=1698 > GPG_AGENT_INFO=/tmp/gpg-7kMMn6/S.gpg-agent:1752:1 > GTK_MODULES=canberra-gtk-module:canberra-gtk-module > HOME= > LANG=en_US.UTF-8 > LANGUAGE=en_US:en > LC_ADDRESS=en_US.UTF-8 > LC_IDENTIFICATION=en_US.UTF-8 > LC_MEASUREMENT=en_US.UTF-8 > LC_MONETARY=en_US.UTF-8 > LC_NAME=en_US.UTF-8 > LC_NUMERIC=en_US.UTF-8 > LC_PAPER=en_US.UTF-8 > LC_TELEPHONE=en_US.UTF-8 > LC_TIME=en_US.UTF-8 > LIBOVERLAY_SCROLLBAR=0 > LOGNAME= > MANDATORY_PATH=/usr/share/gconf/LXDE.mandatory.path > > PATH=/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games > PWD= > SAL_USE_VCLPLUGIN=gtk > SHELL=/bin/bash > SSH_AGENT_PID=1751 > SSH_AUTH_SOCK=/tmp/ssh-ZMKoIXgT1709/agent.1709 > TZ=:/etc/localtime > UBUNTU_MENUPROXY=libappmenu.so > USER= > XAUTHORITY=/.Xauthority > XDG_CONFIG_DIRS=/etc/xdg/xdg-LXDE:/etc/xdg > XDG_CONFIG_HOME=/.config > XDG_CURRENT_DESKTOP=LXDE > > XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/share/gdm/:/var/lib/menu-xdg/ > XDG_MENU_PREFIX=lxde- > XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 > > XDG_SESSION_COOKIE=c87a744d1d6f8f10324c61480000000a-1464403096.168554-1750800897 > XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 > _LXSESSION_PID=1709 > > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From bugtracker at ...3416... Sun May 29 18:22:13 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 16:22:13 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Frigo 2010 reported a new bug. Summary ------- Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found Type : Bug Priority : Medium Gambas version : 3.8 Product : Development Environment Description ----------- Hello Have tried to install Gambas 3.8.4 with gb.jit! LLVM 3.5.0 is installed! When concluding make && make install get the message "Gbi3: warning: component gb.xml.rpc not found" and the start of Gambas is the start with "Segmentation fault" aborted! Compiled I gambas with (./reconf-all && ./configure && Make -C)> output_test.txt 2> & 1 sudo make install> make_install_test.txt 2> & 1 Compile info see * .txt greeting Frigo From bugtracker at ...3416... Sun May 29 18:22:58 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 16:22:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Frigo 2010 added an attachment: output_test.txt From bugtracker at ...3416... Sun May 29 18:23:17 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 16:23:17 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Frigo 2010 added an attachment: make_install_test.txt From bugtracker at ...3416... Sun May 29 18:30:58 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 16:30:58 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #949: Online help web URL is not updated In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.949&from=L21haW4- Comment #1 by Beno?t MINISINI: Why? That button is for going to the Gambas website, so the URL is correct. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at ...3416... Sun May 29 18:35:29 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 16:35:29 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Frigo 2010 added an attachment: make_clean.txt From bugtracker at ...3416... Sun May 29 19:36:36 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 17:36:36 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Comment #1 by Beno?t MINISINI: Gambas 3.8.4 is r7530, not r7791. So I have no idea which you source code you installed exactly. Can you explain? From bugtracker at ...3416... Sun May 29 19:53:21 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 17:53:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Comment #2 by Frigo 2010: Hello svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/branches/3.8 . .. ... A 3.8/gb.net/Makefile.am A 3.8/gb.net/missing A 3.8/gb.net/reconf A 3.8/gb.net/NEWS U 3.8 Ausgecheckt, Revision 7791. svn info Pfad: . Wurzelpfad der Arbeitskopie: /home/pi/GAMBAS_SVN_UPDATE/test/3.8 URL: svn://svn.code.sf.net/p/gambas/code/gambas/branches/3.8 Relative URL: ^/gambas/branches/3.8 Basis des Projektarchivs: svn://svn.code.sf.net/p/gambas/code UUID des Projektarchivs: 02bb98e2-b625-4c1b-a9b2-7bc90b9017ea Revision: 7791 Knotentyp: Verzeichnis Plan: normal Letzter Autor: gambas Letzte ge?nderte Rev: 7757 Letztes ?nderungsdatum: 2016-05-04 16:59:09 +0200 (Mit, 04. Mai 2016) This SVN version I use From bugtracker at ...3416... Sun May 29 19:54:49 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 17:54:49 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Comment #3 by Frigo 2010: Without LLVM / gb.jit this version runs without errors From bugtracker at ...3416... Sun May 29 20:09:07 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 18:09:07 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Comment #4 by Beno?t MINISINI: If you want gambas 3.8.4, you should use svn://svn.code.sf.net/p/gambas/code/gambas/tags/3.8.4 instead. It's possible that there is a problem with gb.jit on ARM architectures, or with LLVM on ARM directly. Anyway, there is no reason why it should break the compilation of gb.xml.rpc. Moreover, the JIT compiler is used by the IDE, but not at startup. Can you use 'gdb' to give me the backtrace of the IDE crash? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at ...3416... Sun May 29 20:32:23 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 18:32:23 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Comment #5 by Frigo 2010: Ok, we are now talking here about Gambas 3.8 and not 3.8.4! Compile the new version 3.8 After that I will compile 3.8.4 version! (Incl. Gb.jit / llvm) 'Gdb' info I will post From bugtracker at ...3416... Sun May 29 21:51:21 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 19:51:21 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Comment #6 by Frigo 2010: Gambas 3.8 SVN (svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/branches/3.8) incl. LLVM 3.5.0 cd 3.8_test_a (./reconf-all && ./configure -C && make -j5) > output_test_3_8.txt 2>&1 After make the message: gbi3: warning: component gb.xml.rpc not found sudo make install > make_install_test_3_8.txt cd .. pi at ...3603...:~/GAMBAS_SVN_UPDATE $ gambas3 Speicherzugriffsfehler ( segmentation fault ) pi at ...3603...:~/GAMBAS_SVN_UPDATE $ cd 3.8_test_a/app/src/gambas3 pi at ...3603...:~/GAMBAS_SVN_UPDATE/3.8_test_a/app/src/gambas3 $ gbc3 -agt OK pi at ...3603...:~/GAMBAS_SVN_UPDATE/3.8_test_a/app/src/gambas3 $ gdb gbx3 GNU gdb (Raspbian 7.7.1+dfsg-5) 7.7.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabihf". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from gbx3...done. (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0x6dc03460 (LWP 15915)] [New Thread 0x6d071460 (LWP 15916)] Cannot access memory at address 0x1 Program received signal SIGSEGV, Segmentation fault. Cannot access memory at address 0x1 0x7158e218 in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 (gdb) bt Cannot access memory at address 0x1 #0 0x7158e218 in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 #1 0x71580d24 in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 Cannot access memory at address 0x1 Backtrace stopped: previous frame identical to this frame (corrupt stack?) (gdb) Test Version 3.8.4 comes later! compiled yet From bugtracker at ...3416... Sun May 29 21:52:33 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 19:52:33 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Frigo 2010 added an attachment: output_test_3_8.txt From bugtracker at ...3416... Sun May 29 21:52:54 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 19:52:54 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Frigo 2010 added an attachment: make_install_test_3_8.txt From bugtracker at ...3416... Sun May 29 22:33:00 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 20:33:00 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Comment #7 by Frigo 2010: Next Test Gambas 3.8 sudo make uninstall ... Gambas 3.8.4 cd 3.8.4_test_a (./reconf-all && ./configure -C && make -j5) > output_test_3_8.txt 2>&1 sudo make install > make_install_test_3_8_4.txt After make the message: gbi3: warning: component gb.xml.rpc not found pi at ...3603...:~/GAMBAS_SVN_UPDATE/3.8.4_test_a $ gambas3 Speicherzugriffsfehler ( Segmentation fault ) pi at ...3603...:~/GAMBAS_SVN_UPDATE/3.8.4_test_a $ cd app/src/gambas3 pi at ...3603...:~/GAMBAS_SVN_UPDATE/3.8.4_test_a/app/src/gambas3 $ gbc3 -agt OK pi at ...3603...:~/GAMBAS_SVN_UPDATE/3.8.4_test_a/app/src/gambas3 $ gdb gbx3 GNU gdb (Raspbian 7.7.1+dfsg-5) 7.7.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabihf". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from gbx3...done. (gdb) run Starting program: /usr/bin/gbx3 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". [New Thread 0x6dc03460 (LWP 25743)] [New Thread 0x6d071460 (LWP 25744)] Cannot access memory at address 0x1 Program received signal SIGSEGV, Segmentation fault. Cannot access memory at address 0x1 0x7158e218 in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 (gdb) bt Cannot access memory at address 0x1 #0 0x7158e218 in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 #1 0x71580d24 in ?? () from /usr/lib/arm-linux-gnueabihf/libLLVM-3.5.so.1 Cannot access memory at address 0x1 Backtrace stopped: previous frame identical to this frame (corrupt stack?) (gdb) quit A debugging session is active. Inferior 1 [process 25739] will be killed. Quit anyway? (y or n) y -------------------------------------------- Next test for tomorrow: Become LLVM compile from SVN itself and then test mkdir llvm svn co http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_352/final/ llvm cd llvm mkdir build cd build ../configure --prefix=/usr --enable-optimized --enable-jit --enable-shared make -j5 sudo make install cd .. cd .. mkdir 3.8_llvm mkdir 3.8.4_llvm mkdir trunk_llvm svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/branches/3.8 3.8_llvm svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/tags/3.8.4 3.8.4_llvm svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk trunk_llvm cd 3.8_llvm (./reconf-all && ./configure -C && make -j5) > output_3_8_llvm.txt 2>&1 #sudo make install > make_install_3_8_llvm.txt cd .. cd 3.8.4_llvm (./reconf-all && ./configure -C && make -j5) > output_3_8_4_llvm.txt 2>&1 #sudo make install > make_install_test_3_8_4.txt cd .. cd trunk_llvm (./reconf-all && ./configure -C && make -j5) > output_trunk_llvm.txt 2>&1 #sudo make install > make_install_test_3_8_4.txt cd .. Sign up tomorrow From bugtracker at ...3416... Sun May 29 22:33:56 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 20:33:56 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Frigo 2010 added an attachment: output_test_3_8_4.txt From bugtracker at ...3416... Sun May 29 22:34:09 2016 From: bugtracker at ...3416... (bugtracker at ...3416...) Date: Sun, 29 May 2016 20:34:09 GMT Subject: [Gambas-user] [Gambas Bug Tracker] Bug #950: Can't compile gb.jit with 3.5.0 version, segmentation fault and gb.xml.rpc not found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.950&from=L21haW4- Frigo 2010 added an attachment: make_install_test_3_8_4.txt