From bugtracker at gambaswiki.org Tue Sep 1 19:16:59 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 01 Sep 2020 17:16:59 GMT Subject: [Gambas-bugtracker] Bug #1874: not able to send UDP datagram on local host Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1874&from=L21haW4- Paolo FLORA reported a new bug. Summary ------- not able to send UDP datagram on local host Type : Request Priority : Medium Gambas version : 3.15 Product : Networking components Description ----------- I put an UDPSocket component on a form and with a button I am trying to send a message in localhost to port 50010 but nothing is coming out. I need it for cross communication between different applications on localhost. Documentation is not clear and no examples found. Code: Public Sub Button_1_Click() Dim sBuf As String sBuf = "Test-1" ' if I omit Begin I receive an error from IDE UdpCmd.Begin Write #UdpCmd, sBuf, Len(sBuf) End Properties: Path empty Port 50010 TargetHost empty TargetPort 0 Broadcast False What is the right way to do this ? Thanks System information ------------------ [System] Gambas=3.15.90 6612f76 (master) OperatingSystem=Linux Kernel=4.15.0-20-generic Architecture=x86 Distribution=Linux Mint 19 Tara Desktop=XFCE Theme=gtk Language=it_IT.UTF-8 Memory=987M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2200.30 GStreamer=libgstreamer-1.0.so.0.1401.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 From bugtracker at gambaswiki.org Tue Sep 1 20:30:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 01 Sep 2020 18:30:25 GMT Subject: [Gambas-bugtracker] Bug #1874: not able to send UDP datagram on local host In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1874&from=L21haW4- Comment #1 by Beno?t MINISINI: Please use the bugtracker for bugs. If you don't know how to do something, just use the mailing-list. Anyway, you should always post a full project. If you use the UdpSocket as a client, you must define TargetHost and TargetPort. Let the Port property to its default value, it is used to bind the socket. If you are a client, you don't want to bind the socket to a specific address or port. Why do you use the Begin() method? Did you read the documentation of that method? From bugtracker at gambaswiki.org Thu Sep 3 21:55:06 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Sep 2020 19:55:06 GMT Subject: [Gambas-bugtracker] Bug #1875: in mediaview when stopping the position is not zero, as it should. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1875&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- in mediaview when stopping the position is not zero, as it should. Type : Bug Priority : Low Gambas version : 3.15 Product : Development Environment Description ----------- in mediaview when stopping the position is not zero, as it should. mediaview.Stop Print Fvideo.Video.Position when printing the position we see that it is in the last position before stopping. System information ------------------ [System] Gambas=3.15.1 OperatingSystem=Linux Kernel=4.19.0-10-amd64 Architecture=x86_64 Distribution= 10.5 Desktop=MATE Theme=fusion Language=es_UY.UTF-8 Memory=6975M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.1 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.82.0.0 QT5=libQt5Core.so.5.14.2 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=lightdm-xsession DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=lightdm-xsession GIO_LAUNCHED_DESKTOP_FILE_PID=1022 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=es_UY.UTF-8 LANGUAGE=es_UY.UTF-8 LC_ALL=es_UY.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/730,unix/:/tmp/.ICE-unix/730 SHELL=/bin/bash SSH_AGENT_PID=758 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/ 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_CLASS=user XDG_SESSION_DESKTOP=lightdm-xsession XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Sep 3 22:05:52 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Sep 2020 20:05:52 GMT Subject: [Gambas-bugtracker] Bug #1875: in mediaview when stopping the position is not zero, as it should. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1875&from=L21haW4- Comment #1 by V?ctor PEREZ: I correct : Print mediaview.Position From bugtracker at gambaswiki.org Sat Sep 5 12:37:50 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 10:37:50 GMT Subject: [Gambas-bugtracker] Bug #1875: in mediaview when stopping the position is not zero, as it should. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1875&from=L21haW4- Comment #2 by Beno?t MINISINI: This is how GStreamer works. Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Sat Sep 5 12:45:55 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 10:45:55 GMT Subject: [Gambas-bugtracker] Bug #1872: Malfunction in report formation with printer pdf output In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1872&from=L21haW4- Comment #1 by Beno?t MINISINI: Use Report.Preview() method instead, it works for me (same output with qt and gtk+). From bugtracker at gambaswiki.org Sat Sep 5 12:47:51 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 10:47:51 GMT Subject: [Gambas-bugtracker] Bug #1872: Malfunction in report formation with printer pdf output In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1872&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Sep 5 13:56:46 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 11:56:46 GMT Subject: [Gambas-bugtracker] Bug #1874: not able to send UDP datagram on local host In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1874&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Invalid. From bugtracker at gambaswiki.org Sat Sep 5 13:58:45 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 11:58:45 GMT Subject: [Gambas-bugtracker] Bug #1873: With the gb.gui component the report dialog box shows a very thin text box. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1873&from=L21haW4- Comment #1 by Beno?t MINISINI: This window comes from GTK+, so it's a bug in GTK+. Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Sat Sep 5 14:07:38 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:07:38 GMT Subject: [Gambas-bugtracker] Bug #1824: Unable to select first row when WebComboBox ReadOnly property is false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1824&from=L21haW4- Comment #5 by Beno?t MINISINI: gambas3_3.14.90...? You must use the packages from the gambas daily ppa, whose name must begin with "gambas3_3.15.90..."! From bugtracker at gambaswiki.org Sat Sep 5 14:13:49 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:13:49 GMT Subject: [Gambas-bugtracker] Bug #1824: Unable to select first row when WebComboBox ReadOnly property is false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1824&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Sep 5 14:38:48 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:38:48 GMT Subject: [Gambas-bugtracker] Bug #1824: Unable to select first row when WebComboBox ReadOnly property is false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1824&from=L21haW4- Comment #6 by Beno?t MINISINI: It should be better with commit https://gitlab.com/gambas/gambas/-/commit/b7f1e745c1bfca9ef5e93c242a2cb75d4d3de780. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Sep 5 14:39:21 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:39:21 GMT Subject: [Gambas-bugtracker] Bug #1840: file not Found In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1840&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Abandoned. From bugtracker at gambaswiki.org Sat Sep 5 14:46:58 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:46:58 GMT Subject: [Gambas-bugtracker] Bug #1847: icons not look correct In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1847&from=L21haW4- Comment #3 by Beno?t MINISINI: Here is a screenshot of my Manjaro VM running your project. The icon seems perfectly correct to me. From bugtracker at gambaswiki.org Sat Sep 5 14:47:07 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:47:07 GMT Subject: [Gambas-bugtracker] Bug #1847: icons not look correct In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1847&from=L21haW4- Beno?t MINISINI added an attachment: capture_20200905_144544.png From bugtracker at gambaswiki.org Sat Sep 5 14:48:51 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:48:51 GMT Subject: [Gambas-bugtracker] Bug #1873: With the gb.gui component the report dialog box shows a very thin text box. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1873&from=L21haW4- Gianluigi GRADASCHI changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Sat Sep 5 14:49:04 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:49:04 GMT Subject: [Gambas-bugtracker] Bug #1873: With the gb.gui component the report dialog box shows a very thin text box. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1873&from=L21haW4- Comment #2 by Gianluigi GRADASCHI: I don't think so, the dialog class works fine here, see attached image From bugtracker at gambaswiki.org Sat Sep 5 14:49:32 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:49:32 GMT Subject: [Gambas-bugtracker] Bug #1873: With the gb.gui component the report dialog box shows a very thin text box. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1873&from=L21haW4- Gianluigi GRADASCHI added an attachment: save-dialog.png From bugtracker at gambaswiki.org Sat Sep 5 14:55:18 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:55:18 GMT Subject: [Gambas-bugtracker] Bug #1873: With the gb.gui component the report dialog box shows a very thin text box. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1873&from=L21haW4- Comment #3 by Beno?t MINISINI: This is obviously not the same dialog box. But anyway, the first one is still a GTK+ dialog box I have no control on, so it is a bug in GTK+. From bugtracker at gambaswiki.org Sat Sep 5 14:57:36 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 12:57:36 GMT Subject: [Gambas-bugtracker] Bug #1873: With the gb.gui component the report dialog box shows a very thin text box. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1873&from=L21haW4- Comment #4 by Beno?t MINISINI: As a workaround, you can check the 'gb.form.dialog' component so that custom dialog boxes made in Gambas are used instead of the native ones. But then you loose the explicit accesses to disks and the GTK+ bookmarks. From bugtracker at gambaswiki.org Sat Sep 5 15:14:53 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 13:14:53 GMT Subject: [Gambas-bugtracker] Bug #1873: With the gb.gui component the report dialog box shows a very thin text box. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1873&from=L21haW4- Comment #5 by Gianluigi GRADASCHI: Thank you very much for the tips, but please note that I use QT libraries which work well. I report GTK malfunctions only because you asked for it, or at least I understood so when you wrote about GTK+3 on wayland From bugtracker at gambaswiki.org Sat Sep 5 15:40:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 13:40:25 GMT Subject: [Gambas-bugtracker] Bug #1873: With the gb.gui component the report dialog box shows a very thin text box. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1873&from=L21haW4- Comment #6 by Beno?t MINISINI: You are welcome. Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Sat Sep 5 21:45:56 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 19:45:56 GMT Subject: [Gambas-bugtracker] Bug #1872: Malfunction in report formation with printer pdf output In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1872&from=L21haW4- Comment #2 by Beno?t MINISINI: It should be fixed now with commit https://gitlab.com/gambas/gambas/-/commit/2a4493100fa686296a05a2d44a96d3071ba87054. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Sep 5 23:03:41 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 05 Sep 2020 21:03:41 GMT Subject: [Gambas-bugtracker] Bug #1872: Malfunction in report formation with printer pdf output In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1872&from=L21haW4- Comment #3 by Gianluigi GRADASCHI: Thank you very much! From bugtracker at gambaswiki.org Sun Sep 6 13:44:03 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 06 Sep 2020 11:44:03 GMT Subject: [Gambas-bugtracker] Bug #1847: icons not look correct In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1847&from=L21haW4- Comment #4 by javier GARCIA: Thank you very much, I have been changing the icon and I see that the stock icons look correctly, it is only happening to me with my own icons, any idea what it may be. From bugtracker at gambaswiki.org Sun Sep 6 13:56:21 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 06 Sep 2020 11:56:21 GMT Subject: [Gambas-bugtracker] Bug #1824: Unable to select first row when WebComboBox ReadOnly property is false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1824&from=L21haW4- Comment #7 by Safiur RAHMAN: Dear Beno?t Thanks. Your commit solved the problem but partially. The problem persists on selection for second time and so on. The first time you select WebComboBox list, you can select first item now. However when you remove WebComboBox text and again select WebComboBox list then you cannot select the first item. From bugtracker at gambaswiki.org Mon Sep 7 01:40:07 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 06 Sep 2020 23:40:07 GMT Subject: [Gambas-bugtracker] Bug #1847: icons not look correct In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1847&from=L21haW4- javier GARCIA added an attachment: image - dark theme.png From bugtracker at gambaswiki.org Mon Sep 7 01:41:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 06 Sep 2020 23:41:28 GMT Subject: [Gambas-bugtracker] Bug #1847: icons not look correct In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1847&from=L21haW4- javier GARCIA added an attachment: image - light theme.png From bugtracker at gambaswiki.org Mon Sep 7 01:42:12 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 06 Sep 2020 23:42:12 GMT Subject: [Gambas-bugtracker] Bug #1847: icons not look correct In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1847&from=L21haW4- Comment #5 by javier GARCIA: Hello, the icons and images only look bad if a dark theme is used, If a light theme is used it looks correctly, I add some images so that you can see it. From bugtracker at gambaswiki.org Mon Sep 7 01:42:31 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 06 Sep 2020 23:42:31 GMT Subject: [Gambas-bugtracker] Bug #1847: icons not look correct In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1847&from=L21haW4- javier GARCIA added an attachment: image - dark theme.png From bugtracker at gambaswiki.org Mon Sep 7 01:42:40 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 06 Sep 2020 23:42:40 GMT Subject: [Gambas-bugtracker] Bug #1847: icons not look correct In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1847&from=L21haW4- javier GARCIA added an attachment: image - light theme.png From bugtracker at gambaswiki.org Tue Sep 8 00:28:07 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Sep 2020 22:28:07 GMT Subject: [Gambas-bugtracker] Bug #1834: Toolbar key is not forced to be unique across a project (user config file problem) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1834&from=L21haW4- Comment #4 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/027843d6405b43dbad21beb53095cfc921f82d08. Now toolbar internally prefix their configuration key with the class name of their parent window. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Sep 8 08:26:13 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 06:26:13 GMT Subject: [Gambas-bugtracker] Bug #1866: in gambas3 3.15.1, in the farm, I can't download old project in qt4 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1866&from=L21haW4- Comment #6 by Beno?t MINISINI: You can't install the project as the qt4 component is missing, but you can just download it by pressing the first "Download" button. Not the "Download & Install" button that will try to compile the project. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Tue Sep 8 08:31:03 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 06:31:03 GMT Subject: [Gambas-bugtracker] Bug #1847: icons not look correct In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1847&from=L21haW4- Comment #6 by Beno?t MINISINI: Ah OK, it's the automatic dark theme support that modifies the icon. It is triggered when you use the Picture class array accessor, and so when you set the Picture property of the Trayicon object. I didn't think about the TrayIcon picture property: it should not be automatically adapted to dark themes, as it is usually an application specific icon. As a workaround, you can set the Picture property by code: TrayIcon1.Picture = Picture.Load("trasyicon.png") Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Sep 8 09:32:35 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 07:32:35 GMT Subject: [Gambas-bugtracker] Bug #1876: Datechooser returns a date 1 day less Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1876&from=L21haW4- Mart?n BELMONTE reported a new bug. Summary ------- Datechooser returns a date 1 day less Type : Bug Priority : Medium Gambas version : 3.15 Product : Bugtracker Description ----------- Hi, In gambas-es.org a colleague noticed an error that occurs in the date chooser when returning a date one day less than the one selected. I attach an example that I did for the test. where I tested gb.qt and gb.gui (my desktop is gtk) but the error manifested in both cases. Regards. System information ------------------ [System] Gambas=3.15 OperatingSystem=Linux Kernel=5.7.17-2-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=XFCE Theme=qt5ctproxy Language=es_AR.utf8 Memory=7838M [Libraries] Cairo=libcairo.so.2.11703.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.18 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.101.0.0 QT5=libQt5Core.so.5.15.0 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0.0 EDITOR=/usr/bin/nano GB_GUI=gb.qt5 GDMSESSION=xfce GTK2_RC_FILES=/.gtkrc-2.0 GTK_MODULES=canberra-gtk-module:canberra-gtk-module HOME= LANG=es_AR.utf8 LOGNAME= MAIL=/var/spool/mail/ MOTD_SHOWN=pam MOZ_PLUGIN_PATH=/usr/lib/mozilla/plugins PANEL_GDK_CORE_DEVICE_EVENTS=0 PATH=/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/var/lib/snapd/snap/bin QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=xfce XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue Sep 8 11:15:24 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 09:15:24 GMT Subject: [Gambas-bugtracker] Bug #1877: Improve integration in GTK desktops Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1877&from=L21haW4- Mart?n BELMONTE reported a new bug. Summary ------- Improve integration in GTK desktops Type : Request Priority : Medium Gambas version : 3.15 Product : Development Environment Description ----------- Hi, I know that aesthetics is not something urgent in development, is it? I'm also not aware of the number of gtk users compared to qt. But all of us who use GTK desktops, which tend to be faster than those who use qt, always find ourselves with a lack of integration. The prawn IDE seems somewhat disconnected from the rest of the programs and if you add a dark theme to it you are doomed. Then the error messages are not seen as they have a dark background and the text is dark too. Is it possible to do something about it? Thanks. Martin. System information ------------------ [System] Gambas=3.15 OperatingSystem=Linux Kernel=5.7.17-2-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=XFCE Theme=qt5ctproxy Language=es_AR.utf8 Memory=7838M [Libraries] Cairo=libcairo.so.2.11703.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.18 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.101.0.0 QT5=libQt5Core.so.5.15.0 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0.0 EDITOR=/usr/bin/nano GB_GUI=gb.qt5 GDMSESSION=xfce GTK2_RC_FILES=/.gtkrc-2.0 GTK_MODULES=canberra-gtk-module:canberra-gtk-module HOME= LANG=es_AR.utf8 LOGNAME= MAIL=/var/spool/mail/ MOTD_SHOWN=pam PANEL_GDK_CORE_DEVICE_EVENTS=0 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1192,unix/:/tmp/.ICE-unix/1192 TZ=:/etc/localtime USER= XDG_CONFIG_DIRS=/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=xfce- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=xfce XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue Sep 8 11:22:51 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 09:22:51 GMT Subject: [Gambas-bugtracker] Bug #1877: Improve integration in GTK desktops In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1877&from=L21haW4- Comment #1 by Beno?t MINISINI: The Gambas IDE uses QT, you have to configure QT on your GTK+ desktop. (KDE desktop automatically configures GTK+ application so that they integrate well, but GTK+ desktop usually ignore KDE applications). The QT configuration program is different between QT4 and QT5, so you have to find which one to install according to your distribution. (By the way, QT is faster than GTK+ for rendering graphical interfaces). As for the tooltip color, it should be fixed on master. From bugtracker at gambaswiki.org Tue Sep 8 11:41:08 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 09:41:08 GMT Subject: [Gambas-bugtracker] Bug #1877: Improve integration in GTK desktops In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1877&from=L21haW4- Comment #2 by Mart?n BELMONTE: Thanks for the advice. Indeed, I have configured QT on the desktop (GTK) and everything has improved remarkably and I will not go blind :-). From bugtracker at gambaswiki.org Tue Sep 8 11:41:18 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 09:41:18 GMT Subject: [Gambas-bugtracker] Bug #1877: Improve integration in GTK desktops In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1877&from=L21haW4- Mart?n BELMONTE added an attachment: Captura de pantalla_2020-09-08_11-37-55.png From bugtracker at gambaswiki.org Tue Sep 8 12:06:13 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 10:06:13 GMT Subject: [Gambas-bugtracker] Bug #1877: Improve integration in GTK desktops In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1877&from=L21haW4- Mart?n BELMONTE changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Sep 8 12:08:59 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 10:08:59 GMT Subject: [Gambas-bugtracker] Bug #1876: Datechooser returns a date 1 day less In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1876&from=L21haW4- Comment #1 by Mart?n BELMONTE: Ok, there is no error in the Datechoser control but in the treatment of the data that it provides. DateChoser actually returns a single number that needs to be decoded, here's an example. TextBox1.Text = Format (DateChooser1.Value, "yyyy.mm.dd") Format allows us to extract the data correctly, that is, the Year, the month and the day. I think that with this the issue is SOLVED. Regards. From bugtracker at gambaswiki.org Tue Sep 8 12:09:07 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 10:09:07 GMT Subject: [Gambas-bugtracker] Bug #1876: Datechooser returns a date 1 day less In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1876&from=L21haW4- Mart?n BELMONTE changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Sep 8 12:45:34 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 10:45:34 GMT Subject: [Gambas-bugtracker] Bug #1876: Datechooser returns a date 1 day less In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1876&from=L21haW4- Comment #2 by Beno?t MINISINI: Mmm... I suggest you tell him to read: https://gambaswiki.org/wiki/doc/date From bugtracker at gambaswiki.org Tue Sep 8 13:05:11 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 11:05:11 GMT Subject: [Gambas-bugtracker] Bug #1847: icons not look correct In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1847&from=L21haW4- Comment #7 by javier GARCIA: When loading the image by code it looks correct, thank you. From bugtracker at gambaswiki.org Tue Sep 8 14:41:31 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 12:41:31 GMT Subject: [Gambas-bugtracker] Bug #1876: Datechooser returns a date 1 day less In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1876&from=L21haW4- Comment #3 by Mart?n BELMONTE: ok, I did the test in effect date allows doing things with dates in a similar way that format. but this is after getting the data from Datechooser. The problem I see is that if datechoser is in dateonly mode and I can only select a date this, anyway, it will return a date / time value not just date. This confuses the developer who at first thinks that what he will get is a date. is this TextBox1.Text = Format(DateChooser1.Value, "yyyy.mm.dd") or this TextBox1.Text = DateChooser1.Year & "." & DateChooser1.Month & "." & DateChooser1.Day or similar... It is the only way to ensure that you get what you clicked Regards From bugtracker at gambaswiki.org Tue Sep 8 18:00:23 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 16:00:23 GMT Subject: [Gambas-bugtracker] Bug #1859: Multicast support in UDPSocket In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1859&from=L21haW4- Comment #9 by Gen BRAGA: Everything seems Ok with the multicast support so far. Gen BRAGA changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Sep 8 18:03:42 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 16:03:42 GMT Subject: [Gambas-bugtracker] Bug #1645: "where" clause in FOR EACH loop In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1645&from=L21haW4- Comment #3 by Gen BRAGA: Abandon Gen BRAGA changed the state of the bug to: Abandoned. From bugtracker at gambaswiki.org Tue Sep 8 21:20:08 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 19:20:08 GMT Subject: [Gambas-bugtracker] Bug #1878: Gambas 3.15: Crash when trying to open the settings (Ctrl+Alt+P) Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1878&from=L21haW4- Jo LICHTER reported a new bug. Summary ------- Gambas 3.15: Crash when trying to open the settings (Ctrl+Alt+P) Type : Bug Priority : Medium Gambas version : 3.15 Product : Unknown Description ----------- Crash when trying to open the settings (Ctrl+Alt+P). Testet with Gambas 3.15.0 and 3.15.1 I installed Gambas from the official Manjaro software archive and before version 3.15 I had no crash. If you need more infos, please let me know. Many Thanks for your support. Jo System information ------------------ [System] Gambas=3.15.1 OperatingSystem=Linux Kernel=5.4.62-1-MANJARO Architecture=x86_64 Distribution=Manjaro Linux Desktop=KDE5 Theme=breeze Language=de_DE.UTF-8 Memory=31982M [Libraries] Cairo=libcairo.so.2.11703.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.19 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.102.0.0 QT5=libQt5Core.so.5.15.0 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] BROWSER=/usr/bin/firefox COLORFGBG=15;0 COLORTERM=truecolor DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=/usr/share/xsessions/plasma DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.qt5 GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_APPLICATIONS_AS_SCOPE=1 KDE_FULL_SESSION=true KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 KONSOLE_DBUS_SERVICE=:1.77 KONSOLE_DBUS_SESSION=/Sessions/1 KONSOLE_DBUS_WINDOW=/Windows/1 KONSOLE_VERSION=200801 LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LOGNAME= LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: MAIL=/var/spool/mail/ MOTD_SHOWN=pam PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket PATH=/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl PROFILEHOME= PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 QT_LOGGING_RULES=*.debug=false QT_SCREEN_SCALE_FACTORS=DP1=1;DP2=1;HDMI1=1;VIRTUAL1=1; SESSION_MANAGER=local/:@/tmp/.ICE-unix/1217,unix/:/tmp/.ICE-unix/1217 SHELL=/bin/bash SHELL_SESSION_ID=1a6b36576d5d4fb89b04fc1abc90c24a SHLVL=1 TERM=xterm-256color TZ=:/etc/localtime USER= WINDOWID=79691783 XAUTHORITY=/.Xauthority XCURSOR_SIZE=24 XCURSOR_THEME=breeze_cursors XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/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=1 _=/usr/bin/gambas3 From bugtracker at gambaswiki.org Tue Sep 8 21:30:50 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 19:30:50 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone Type : Bug Priority : Medium Gambas version : 3.12 Product : Development Environment Description ----------- If I'm editing 'Arguments' in the project properties window, If I press backspace to delete the text and have removed all the text and accidentally press backspace once the text has gone the IDE crashes with the following message... This application has raised an unexpected error and must abort. [29] Invalid object. ArgListBox.TextBox_KeyPress.154 System information ------------------ Linux bonus-pc 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux MATE Desktop 1.20.4 lscpu output... Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 36 bits physical, 48 bits virtual CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 1 Core(s) per socket: 4 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 15 Model name: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz Stepping: 11 CPU MHz: 1643.540 CPU max MHz: 2400.0000 CPU min MHz: 1600.0000 BogoMIPS: 4800.01 Virtualization: VT-x L1d cache: 32K L1i cache: 32K L2 cache: 4096K NUMA node0 CPU(s): 0-3 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm pti tpr_shadow vnmi flexpriority dtherm From bugtracker at gambaswiki.org Tue Sep 8 21:45:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 19:45:28 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Comment #1 by Bruce STEERS: This is my first bug post so I hope I'm doing it right, Also I hope I've included the system info you need. Many thanks Beno?t , Fantastic software i would be lost without it. You were literally my saviour when i wanted to make linux software and found gambas :) <3 From bugtracker at gambaswiki.org Tue Sep 8 22:05:41 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 20:05:41 GMT Subject: [Gambas-bugtracker] Bug #1878: Gambas 3.15: Crash when trying to open the settings (Ctrl+Alt+P) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1878&from=L21haW4- Comment #1 by Beno?t MINISINI: It should already be fixed in master. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Sep 8 22:18:55 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 20:18:55 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Comment #2 by Beno?t MINISINI: The system information must be filled from the contents of the "system information" IDE menu entry. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue Sep 8 22:58:44 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 20:58:44 GMT Subject: [Gambas-bugtracker] Bug #1878: Gambas 3.15: Crash when trying to open the settings (Ctrl+Alt+P) In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1878&from=L21haW4- Comment #2 by Jo KRISCHEL: OK, Thanks! From bugtracker at gambaswiki.org Tue Sep 8 23:10:41 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 21:10:41 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Comment #3 by Bruce STEERS: Many apologies (newbs eh?), have edited, thank you. Bruce STEERS changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Sep 8 23:54:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 21:54:25 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Comment #4 by Beno?t MINISINI: OK. You should upgrade to a more recent version of Gambas to have the bug fixed. Actually the arguments tab has been removed and replaced by a custom dialog box. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Sep 9 00:58:04 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 22:58:04 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Comment #5 by Bruce STEERS: aah yes i understand. I actually upgraded the other day but then found to run my programs compiled on 3.15 required the 3.15 runtime. All well and good for me i thought but the upgrade might be beyond the average user that might use my apps, plus i have a number of linux systems with all my raspberry and orange pi's and would need to upgrade them all. So i veered off the upgrade for the sake of the average user and decided to stay with the mainstream version most other folk would have. I suddenly see now how bug reporting on the old version is probably a waste of time. :-\ hmm, options (i do want to upgrade but reluctant for the above reasons) Do you think some kind of re-compiler might work? I could work on something like that maybe? If the project save files are not too different between 3.12 and 3.15 would it be possible to use 'gba3 -x' in a way to extract the source and recompile a .gambas file? I assume backward/forward compatibility in 3.15 is over-complicated? (i mean making a 3.15 exe compatible to run with the 3.12 runtime still (or the mainstream versions of the future)) You see the dilemma though i hope? Upgrading the IDE makes my programs incompatible for those who haven't. I think the message "Bytecode mismatch please upgrade gambas" could mean the first and last time someone tries my program lol. My latest project GForm (shell interactive gui creator using pipes) I'm hoping might get some use. it's a gambas made zenity like app but supercharged ;) Many thanks again for your time From bugtracker at gambaswiki.org Wed Sep 9 01:12:26 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 08 Sep 2020 23:12:26 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Comment #6 by Beno?t MINISINI: There is an undocumented trick: define the environment variable GB_PCODE_VERSION to "3.8", and the compiler will generate bytecode compatible to Gambas >= 3.8. But be sure that you don't use any new bytecode feature of 3.15. From bugtracker at gambaswiki.org Fri Sep 11 18:56:15 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 16:56:15 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Comment #7 by Bruce STEERS: Sorry for delayed reply, Thank you, i will experiment with that info. I've now upgraded to 3.15 again :) From bugtracker at gambaswiki.org Fri Sep 11 19:05:11 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 17:05:11 GMT Subject: [Gambas-bugtracker] Bug #1880: Background remains white on TextEditor control Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1880&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- Background remains white on TextEditor control Type : Bug Priority : Low Gambas version : 3.15 Product : GUI components Description ----------- This issue was also on 3.12 still have it with 3.15 If i set TextEditor1.Background to a colour it sets the colour behind the control (i see a little in the scrollbar) but the page remains white. Is it possible to make it inherit the gamba IDE colour? Or am i missing something with setting the colours? Ps. I am using highlighting as im using one for gambas code. Many thanks. System information ------------------ [System] Gambas=3.15.1 98e29cf (3.15.1) OperatingSystem=Linux Kernel=4.19.0-10-amd64 Architecture=x86_64 Distribution=debian 10.5 Desktop=MATE Theme=fusion Language=en_GB.UTF-8 Memory=7968M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1404.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.1 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.82.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.11.3 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_GB.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=2759 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge:gail:atk-bridge:appmenu-gtk-module:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LC_ADDRESS=en_GB.UTF-8 LC_IDENTIFICATION=en_GB.UTF-8 LC_MEASUREMENT=en_GB.UTF-8 LC_MONETARY=en_GB.UTF-8 LC_NAME=en_GB.UTF-8 LC_NUMERIC=en_GB.UTF-8 LC_PAPER=en_GB.UTF-8 LC_TELEPHONE=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/.dotnet/tools PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/748,unix/:/tmp/.ICE-unix/748 SHELL=/bin/bash SSH_AGENT_PID=853 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=1 USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=1 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Fri Sep 11 19:11:31 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 17:11:31 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- Control errors when getting too small Type : Bug Priority : Medium Gambas version : 3.15 Product : GUI components Description ----------- Controls give rendering errors when they get too small. A Form.MinimumWidth Form.MinimumHeight setting would be exceptional. I tried the Me.ShowModal method but am unable to render HSplit controls properly and when i close the App i get a Segmentation fault (11) Cant control minimum width within the Form_Resize() event either. Many thanks for your time. System information ------------------ [System] Gambas=3.15.1 98e29cf (3.15.1) OperatingSystem=Linux Kernel=4.19.0-10-amd64 Architecture=x86_64 Distribution=debian 10.5 Desktop=MATE Theme=fusion Language=en_GB.UTF-8 Memory=7968M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1404.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.1 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.82.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.11.3 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_GB.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=2759 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge:gail:atk-bridge:appmenu-gtk-module:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LC_ADDRESS=en_GB.UTF-8 LC_IDENTIFICATION=en_GB.UTF-8 LC_MEASUREMENT=en_GB.UTF-8 LC_MONETARY=en_GB.UTF-8 LC_NAME=en_GB.UTF-8 LC_NUMERIC=en_GB.UTF-8 LC_PAPER=en_GB.UTF-8 LC_TELEPHONE=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/.dotnet/tools PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/748,unix/:/tmp/.ICE-unix/748 SHELL=/bin/bash SSH_AGENT_PID=853 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=1 USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=1 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Fri Sep 11 19:19:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 17:19:28 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Comment #1 by Bruce STEERS: Ps. I found using this code (not Modal mode) The form still goes below the required minimum size but the controls do not and do not give the errors. This code works but doesn't seem right to me. Public Sub Form_BeforeArrange() If Me.Width < 600 Then Me.width = 600 If Me.Height < 350 Then Me.Height = 350 Me.Refresh End Public Sub Form_Resize() HSplit1.Layout = [200, Me.width - 200] If Me.Width < 600 Then Stop Event If Me.Height < 350 Then Stop Event Me.Refresh End Many thanks. Bruce From bugtracker at gambaswiki.org Fri Sep 11 19:23:35 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 17:23:35 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Comment #2 by Beno?t MINISINI: Please post a project that reproduces the bug or the crash. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Fri Sep 11 19:27:46 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 17:27:46 GMT Subject: [Gambas-bugtracker] Bug #1880: Background remains white on TextEditor control In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1880&from=L21haW4- Comment #1 by Beno?t MINISINI: It's because TextEditor has its own background highlighting style that overrides the Background property. You have to define the TextEditor.Styles[Highlight.Background].Color property instead. From bugtracker at gambaswiki.org Fri Sep 11 20:18:39 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 18:18:39 GMT Subject: [Gambas-bugtracker] Bug #1880: Background remains white on TextEditor control In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1880&from=L21haW4- Comment #2 by Tony MOREHEN: The documentation for the texteditor control is very sparse, making it very difficult to work with the control's unique properties. The wiki just returns "symbol does not exist" for properties such as Selected SelectionColumn SelectionLine ShowBraces ShowCurrent ShowCursor ShowExpand ShowIcon ShowIndent ShowLimit ShowLineNumber ShowModified ShowPosition ShowPreview ShowSpaces StopLine and for methods such as EnterDiffMode ExpandAll FindNextDiff FindNextLimit FindNextString FindPreviousDiff FindPreviousLimit FindPreviousString GetHighlight GetIndent Goto GotoCenter. The documentation for Styles is a bit more extensive but hardly useful. I don't see how you could find out that you should use TextEditor.Styles[Highlight.Background].Color from what is provided. Text editor is a very useful control. Improved documentation would make it a great control. From bugtracker at gambaswiki.org Fri Sep 11 21:32:52 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 19:32:52 GMT Subject: [Gambas-bugtracker] Bug #1880: Background remains white on TextEditor control In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1880&from=L21haW4- Comment #3 by Bruce STEERS: Thank you Beno?t , I figured i was missing something. Am i correct in believing as a bucktracker member i can add to the wiki? I would be happy to add some missing info on this for you (and any other missing info i may find) I should imagine you folks are all quite busy and the least i could do is contribute where i can. TextEditor is a lovely control, I'm loving it, especially as one of my current apps is an app for managing all my gambas apps :) Currently called GambasMan but might call it GambasTweak (I hope i'm allowed to use the name Gambas like that) It's initial purpose was to list all my gambas app projects folders (I've a few) and let me manage a source and dist directory for my apps and compile the exe into the dist folder with any chosen exe name and any other files i want in the dist folder but not added to the exe at compilation. But it's progressing now to include an installer script creator (minimum required gambas components), an argument editor, and now a source code editor. The fact it's the same control the IDE uses with all the same features is perfect :) Many thanks , i'll have a look at the wiki syntax learning thing and see if i can help. From bugtracker at gambaswiki.org Fri Sep 11 21:55:49 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 19:55:49 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Comment #3 by Bruce STEERS: I cannot see an "attach" option so here's a link.. http://bws.org.uk/gform/GambasMan.zip I've moved the code (form_resize, etc) to the top of the file for you. It's set how i've got it to work and the code for ShowModal has been commented out. If i uncomment the showmodal stuff then i cannot seem to get the top level HSplit to size as i want it and i get the segmentation 11 crash. (I have used the sm_integer=Me.ShowModal and Me.Close(sm_integer) method as well as not, the issue was the same) I was not aware of this ShowModal method to enforce a minimum window size until Cogier on gambas one told me about it today, sadly though i hit this wall. A simple minimum.width / height property on the Form would solve everything for me. Thanks for the time kind sir :) Bruce STEERS changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Sep 11 21:56:13 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 19:56:13 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Bruce STEERS added an attachment: GambasMan.zip From bugtracker at gambaswiki.org Fri Sep 11 21:56:37 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 19:56:37 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Comment #4 by Bruce STEERS: found that attach button after i commented :) From bugtracker at gambaswiki.org Fri Sep 11 22:08:35 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 20:08:35 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Comment #5 by Bruce STEERS: that app is far from complete. If i remove the code in the Form_BeforeArrange event then the controls become too small and pump out errors in the ide or terminal. (Sorry I've just discovered the "Stop Event" calls in the Form_Resize() event were not needed) Somehow i got it to stop pumping out the errors with that BeforeArrange() code. (I'm stumbling in the dark though) From bugtracker at gambaswiki.org Fri Sep 11 22:52:49 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Sep 2020 20:52:49 GMT Subject: [Gambas-bugtracker] Bug #1880: Background remains white on TextEditor control In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1880&from=L21haW4- Comment #4 by Bruce STEERS: Okay, I made my first wiki contribution. I'm no newb to html so no worries there and didn't need much wiki syntax info to add a tip. Hopefully will provide the info i was missing for any others looking :) I'll contribute what i can on the wiki. Many thanks. (I'm setting this as fixed if i'm allowed to as i guess it is now :) ) Bruce STEERS changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Sep 12 18:10:15 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Sep 2020 16:10:15 GMT Subject: [Gambas-bugtracker] Bug #1882: gb.scanner compatiblity Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1882&from=L21haW4- Claus DIETRICH reported a new bug. Summary ------- gb.scanner compatiblity Type : Request Priority : Medium Gambas version : 3.15 Product : Development Environment Description ----------- Hi I am currently writing a full scale scanner app based on the gb.scanner component which turned out to be very useful and powerful. Since my Canon scanners didn't work with the scanner classes I implemented the source code of the classes and tried to find the reason. Here are my results and brief suggestions: 1. My Canon Pixma MG 6250 provides following information about its resolutions: --resolution auto||75|150|300|600|1200|2400|4800dpi [75] This is causing an error in the scanner class at following line in the GetOptions routine: hOption._MinValue = a[0] I am assuming that the class is not prepared for accepting non-number resolutions and the options-parser seems to have an issue with a double "||". So I made following quick and dirty modification in order to be compatible with my Canon Pixma: If InStr(a[0], "|") Then a[0] = Split(a[0], "|")[1] 'Additional line hOption._MinValue = a[0] There might be better ways to avoid the error but I didn't want to dive too deep into the complex and comprehensive options parser. 2. My second scanner CanoScan Lide 20 reports "Source" parameters, which the class is not prepared for. Besides others it provides "Normal" instead of "flatbed" in the following way: --source Normal|Transparency|Negative [inactive] This is causing the sCount variable in the Function Scan() to remain empty which prevents the class from scanning. If InStr(LCase(Me["Source"].Value), "flatbed") Then sCount = "--batch-count=1" ... So I modified this part in a way, that it always sets the batch-count=1 if an unsupported source option has been reported by the scanner: If InStr(LCase(Me["Source"].Value), "flatbed") Or Me["Source"].Value = "" Then sCount = "--batch-count=1" ... 3. I observed the following in the IDE console after the scanner search but noticed no further problem: Error my backend : out of memory The original options reports of both scanners are attached hereto as PDF file - for reference only. I understand, that it might be an endless effort to make the gb.scanner component compatible with all scanners supported by SANE but it might be worth to consider at least an adaptation to some other big brands while maintaining a minimum of common features. As we would like to publish the app in the Gambas-Buch as a use case for the component, it would be great if we could apply the original gb.scanner component instead of its modified source code. With best regards Claus System information ------------------ [System] Gambas=3.15.1 OperatingSystem=Linux Kernel=5.4.0-45-generic Architecture=x86_64 Distribution=Linux Mint 19.3 Tricia Desktop=MATE Theme=qt5ctproxy Language=de_DE.UTF-8 Memory=7837M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 Poppler=libpoppler.so.85.0.0 Poppler=libpoppler.so.90.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=de_DE GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1062,unix/:/tmp/.ICE-unix/1062 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1547 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share 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=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Sat Sep 12 22:33:49 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Sep 2020 20:33:49 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Comment #8 by Bruce STEERS: Couldn't get that environment variable to work. I've now got gambas 3.12 on a Debian boot installed from the main debian repo and 3.15 on LinuxMint added via ppa. I'm using 3.15 but for any releases i'm going to compile them on 3.12 as they will still work on newer runtimes. I can load the projects into the older IDE and stop the one reason it fails to load the project and crashes by handling the fact CurrentArgument expects an integer but gets an array from a 3.15 .project file. If the CurrentArgument was put back to being an integer again the projects (mostly) from 3.15 would load in an older version IDE without fail allowing recompiling for any who have to. Thanks for the help though, much appreciated :) From bugtracker at gambaswiki.org Sun Sep 13 00:40:44 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Sep 2020 22:40:44 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Comment #6 by Beno?t MINISINI: What should I do to reproduce the rendering errors? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sun Sep 13 13:27:38 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Sep 2020 11:27:38 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Comment #7 by Bruce STEERS: comment out the Before_Arrange() stuff and any handling in the Form_Resize() event so the form can shrink ok. here's what i get... (posting screengrab...) Bruce STEERS changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun Sep 13 13:28:12 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Sep 2020 11:28:12 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Bruce STEERS added an attachment: simplescreenrecorder-2020-09-13_12.20.41.mp4 From bugtracker at gambaswiki.org Sun Sep 13 16:27:35 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Sep 2020 14:27:35 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Comment #8 by Bruce STEERS: I've made some changes to the app plus re-installed gambas on both my linux's to get 3.15 and 3.12 and cannot produce the error now on how it is now, i used the version i posted here and got the errors again. (i changed from gb.gtk to gb.gui or gb.qt4 because the TextBox.Background was not working. The gtk error message is an issue i'm familiar with, often see it if a window can shrink below the size of being able to render a scrollbar properly. And i've seen a lot of people on the Gambas One forum mentioning the same error that i would assume is a similar thing. I've come to realize Cogier's method of using ShowModal to stop a form going below a size is really not the way to go as the way a Modal form works is very different. But it's great the way the form will not go below a size. Would be great to be able to set a minimum window size somehow. From bugtracker at gambaswiki.org Mon Sep 14 19:27:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 14 Sep 2020 17:27:27 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Comment #9 by Beno?t MINISINI: It's GTK that complains of "negative" sizes, instead of just hiding the widgets silently. From bugtracker at gambaswiki.org Mon Sep 14 22:48:37 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 14 Sep 2020 20:48:37 GMT Subject: [Gambas-bugtracker] Bug #1881: Control errors when getting too small In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1881&from=L21haW4- Comment #10 by Bruce STEERS: Aah , Okay , sorry to waste your time. Thank you for responding. Would this be better as a "Request" post for a minimum size setting? I think a From.MinimumWidth and a Form.MinimumHeight setting would not only be great but also resolve this issue. From bugtracker at gambaswiki.org Wed Sep 16 02:49:02 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Sep 2020 00:49:02 GMT Subject: [Gambas-bugtracker] Bug #1824: Unable to select first row when WebComboBox ReadOnly property is false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1824&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at gambaswiki.org Wed Sep 16 22:29:36 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 16 Sep 2020 20:29:36 GMT Subject: [Gambas-bugtracker] Bug #1883: Webkitgtk Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1883&from=L21haW4- Mart?n BELMONTE reported a new bug. Summary ------- Webkitgtk Type : Request Priority : High Gambas version : 3.15 Product : GUI components Description ----------- Hi, Could someone please implement a webview for gb.gui? because there is only for gb.qt and this forces to pack with qt only for that component. I have seen that in gtk there is a library called WebKitGTK [1] that is a complete port of webkit. Would it be possible to use it? My knowledge is not enough for me to do something myself so I ask for help. [1] https://webkitgtk.org/ Thanks. Regards. Martin System information ------------------ . From bugtracker at gambaswiki.org Thu Sep 17 08:56:00 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Sep 2020 06:56:00 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Comment #9 by Bruce STEERS: Just a thank you for the GB_PCODE_VERSION tip. I was unable to get it to work at first because i set a system environment variable using 'export' I hadn't really even noticed before that the Gambas IDE had it's own environment variable section in the project properties. When i put the variable into the IDE it worked fine. Thanks again :) From bugtracker at gambaswiki.org Thu Sep 17 09:14:21 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Sep 2020 07:14:21 GMT Subject: [Gambas-bugtracker] Bug #1879: Properties 'Arguments' field crashes IDE if backspace pressed when all text is gone In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1879&from=L21haW4- Comment #10 by Beno?t MINISINI: It's my fault, I should have be more accurate. From bugtracker at gambaswiki.org Thu Sep 17 09:56:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Sep 2020 07:56:25 GMT Subject: [Gambas-bugtracker] Bug #1824: Unable to select first row when WebComboBox ReadOnly property is false In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1824&from=L21haW4- Comment #8 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/6aaf3381d9496390ae30e88a5d562d2555e4765f. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Sep 21 13:11:47 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Sep 2020 11:11:47 GMT Subject: [Gambas-bugtracker] Bug #1883: Webkitgtk In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1883&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Sep 21 13:12:28 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Sep 2020 11:12:28 GMT Subject: [Gambas-bugtracker] Bug #1883: Webkitgtk In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1883&from=L21haW4- Comment #1 by Beno?t MINISINI: It's started since commit https://gitlab.com/gambas/gambas/-/commit/b770395a3bd722445072d12b1d617fcdf5c22a52, but you have to be patient, it will take a bit of time. Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at gambaswiki.org Mon Sep 21 13:30:26 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 21 Sep 2020 11:30:26 GMT Subject: [Gambas-bugtracker] Bug #1883: Webkitgtk In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1883&from=L21haW4- Comment #2 by Mart?n BELMONTE: Great !! Thanks. From bugtracker at gambaswiki.org Tue Sep 22 22:45:36 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Sep 2020 20:45:36 GMT Subject: [Gambas-bugtracker] Bug #1884: Requesting MinimumWidth and MinimumHeight on Forms Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1884&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- Requesting MinimumWidth and MinimumHeight on Forms Type : Request Priority : Low Gambas version : 3.15 Product : GUI components Description ----------- Greetings oh great and noble developers of gambas. No idea if I'm doing the right thing here but an option there was a 'Request' so I figured it's worth a shot :) This began as a bug report about gtk warnings that Beno?t had to explain (I'm sure not for the first time) was gtk itself but I think has a resolution with being able to restrict a forms shrink size. So knowing now it's not so much a bug in gambas but in gtk I would like to officially make a Request if I may. Form.MinimumWidth and Form.MinimumHeight settings would be great for a few things. >From ensuring layouts stay as required to stopping many of those gtk warning messages. Is there possibly some code you can copy-n-pase there as a Modal window has a minimum width set by the size in the IDE? (just a thought) Or would it involve too much coding? I'm happy either way :) love gambas Many Thanks Bruce System information ------------------ [System] Gambas=3.15.1 98e29cf (3.15.1) OperatingSystem=Linux Kernel=4.19.0-10-amd64 Architecture=x86_64 Distribution=debian 10.5 Desktop=MATE Theme=fusion Language=en_GB.UTF-8 Memory=7968M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1404.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.1 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.82.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.11.3 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_GB.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=2759 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge:gail:atk-bridge:appmenu-gtk-module:canberra-gtk-module GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LC_ADDRESS=en_GB.UTF-8 LC_IDENTIFICATION=en_GB.UTF-8 LC_MEASUREMENT=en_GB.UTF-8 LC_MONETARY=en_GB.UTF-8 LC_NAME=en_GB.UTF-8 LC_NUMERIC=en_GB.UTF-8 LC_PAPER=en_GB.UTF-8 LC_TELEPHONE=en_GB.UTF-8 LC_TIME=en_GB.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/.dotnet/tools PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/748,unix/:/tmp/.ICE-unix/748 SHELL=/bin/bash SSH_AGENT_PID=853 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime UBUNTU_MENUPROXY=1 USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share/:/var/lib/flatpak/exports/share/:/usr/local/share/:/usr/share/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=1 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Wed Sep 23 16:05:05 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Sep 2020 14:05:05 GMT Subject: [Gambas-bugtracker] Bug #1885: error when modifying listbox index Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1885&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- error when modifying listbox index Type : Request Priority : Low Gambas version : 3.15 Product : Development Environment Description ----------- error when modifying listbox index (null object) https://www.youtube.com/watch?v=fLU_oLPqrQM System information ------------------ [System] Gambas=3.15.2 OperatingSystem=Linux Kernel=5.8.0-2-amd64 Architecture=x86_64 Distribution= bullseye/sid Desktop=MATE Theme=fusion Language=es_UY.UTF-8 Memory=6896M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.19 GStreamer=libgstreamer-1.0.so.0.1800.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.19 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.102.0.0 QT5=libQt5Core.so.5.14.2 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=lightdm-xsession DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=lightdm-xsession GIO_LAUNCHED_DESKTOP_FILE_PID=996 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=es_UY.UTF-8 LANGUAGE=es_UY.UTF-8 LC_ALL=es_UY.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/669,unix/:/tmp/.ICE-unix/669 SHELL=/bin/bash SSH_AGENT_PID=708 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share 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_CLASS=user XDG_SESSION_DESKTOP=lightdm-xsession XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Fri Sep 25 18:56:00 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Sep 2020 16:56:00 GMT Subject: [Gambas-bugtracker] Bug #1886: Argument list aditional quoting happening Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1886&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- Argument list aditional quoting happening Type : Bug Priority : Low Gambas version : 3.15 Product : Development Environment Description ----------- I don't know if this is supposed to happen like this but i thought it worth a mention because it's odd and a bit annoying :) If i was to add and argument in the project properties in the IDE for testing my app i get odd quoting issues. Say if i set an arg for example... text="This is my\n2 line text" then press the + button it adds the text as i typed it to the arguments list. If i close the Argument editor and open it again it gets turned into this... "text=\"This is my\\n2 line text\"" Not sure if it is supposed to do that but for my GForm app that has tons of args it's getting a bit messy. Many thanks Bruce System information ------------------ [System] Gambas=3.15.1 OperatingSystem=Linux Kernel=5.4.0-45-generic Architecture=x86_64 Distribution=Linux Mint 20 Ulyana Desktop=MATE Theme=qt5ctproxy Language=en_GB.UTF-8 Memory=7952M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_GB GIO_LAUNCHED_DESKTOP_FILE_PID=5282 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/930,unix/:/tmp/.ICE-unix/930 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1071 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share 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_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Fri Sep 25 19:13:48 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Sep 2020 17:13:48 GMT Subject: [Gambas-bugtracker] Bug #1886: Argument list aditional quoting happening In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1886&from=L21haW4- Bruce STEERS added an attachment: args.png From bugtracker at gambaswiki.org Fri Sep 25 19:14:43 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Sep 2020 17:14:43 GMT Subject: [Gambas-bugtracker] Bug #1886: Argument list aditional quoting happening In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1886&from=L21haW4- Comment #1 by Bruce STEERS: Just as an example to explain in detail here is the CurrentArgument setting from my GForm .project file The below args load in the editor as seen here with all the additional quoting making it harder to read. CurrentArgument=["button=\"b1|Button 1|icon=open|com=xed \\\"/home/test.txt\\\"\"","button=\"|testing 1 2 3|tip=trying this\\rtip here\"","button=\"|CLose|close\""] what i typed was... button="b1|Button 1|icon=open|com=xed \"/home/test.txt\"" that turned into... "button=\"b1|Button 1|icon=open|com=xed \\\"/home/test.txt\\\"\"" From bugtracker at gambaswiki.org Fri Sep 25 19:14:46 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Sep 2020 17:14:46 GMT Subject: [Gambas-bugtracker] Bug #1886: Argument list aditional quoting happening In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1886&from=L21haW4- Bruce STEERS added an attachment: args.png From bugtracker at gambaswiki.org Fri Sep 25 20:56:05 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Sep 2020 18:56:05 GMT Subject: [Gambas-bugtracker] Bug #1886: Argument list aditional quoting happening In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1886&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Sep 25 20:56:19 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Sep 2020 18:56:19 GMT Subject: [Gambas-bugtracker] Bug #1886: Argument list aditional quoting happening In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1886&from=L21haW4- Comment #2 by Beno?t MINISINI: Is it better with commit https://gitlab.com/gambas/gambas/-/commit/a8f94dc42aa14b780f5543d826d8aaeddadfc739 ? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Sep 26 09:17:32 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Sep 2020 07:17:32 GMT Subject: [Gambas-bugtracker] Bug #1886: Argument list aditional quoting happening In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1886&from=L21haW4- Comment #3 by Bruce STEERS: Excellent, Thank you Ben, yes it's perfect now :) Bruce STEERS changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Sep 26 15:59:09 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Sep 2020 13:59:09 GMT Subject: [Gambas-bugtracker] Bug #1887: ToolTip field not saving linefeeds correctly. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1887&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- ToolTip field not saving linefeeds correctly. Type : Bug Priority : Low Gambas version : 3.15 Product : Development Environment Description ----------- Hello again. Using the IDE and setting a tooltip on an object using the textarea popup looses it's line feeds. You can set for example.. obj.ToolTip="this has\r2 lines" manually in the code at runtime and it works fine. Note. Having to use '\r' as '\n' does not work (I guess this is the problem) can't input '\r' char in the IDE of course as it gets Quoted() Gonna need a Replace(sVar,"\n","\r") or something my good man :) Many thanks. Bruce System information ------------------ [System] Gambas=3.15.90 a8f94dc (master) OperatingSystem=Linux Kernel=5.4.0-45-generic Architecture=x86_64 Distribution=Linux Mint 20 Ulyana Desktop=MATE Theme=qt5ctproxy Language=en_GB.UTF-8 Memory=7952M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_GB GIO_LAUNCHED_DESKTOP_FILE=/Desktop/GambasTweak.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=5965 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= INSIDE_CAJA_PYTHON= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/915,unix/:/tmp/.ICE-unix/915 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1063 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share 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_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Sat Sep 26 16:01:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Sep 2020 14:01:27 GMT Subject: [Gambas-bugtracker] Bug #1887: ToolTip field not saving linefeeds correctly. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1887&from=L21haW4- Comment #1 by Bruce STEERS: PS. Line feeds work correctly from the IDE using gb.gui.qt it's only with gtk it seems From bugtracker at gambaswiki.org Sat Sep 26 16:14:16 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Sep 2020 14:14:16 GMT Subject: [Gambas-bugtracker] Bug #1887: ToolTip field not saving linefeeds correctly. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1887&from=L21haW4- Comment #2 by Bruce STEERS: Just tested a few gtk/qt '\n' / '\r' scenarios for you. Seems gtk only uses the '\r' and '\n' doesn't work and on qt the '\n' works and the '\r' doesn't ! bloody typical eh? lol Got it working on both gtk and qt using '\r\n' when manually setting in the code. So i guess that's a sVar = Replace(sVar, gb.Lf, gb.CrLf) somewhere then. Thanks Ben Bruce From bugtracker at gambaswiki.org Sat Sep 26 16:16:46 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Sep 2020 14:16:46 GMT Subject: [Gambas-bugtracker] Bug #1887: ToolTip field not saving linefeeds correctly. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1887&from=L21haW4- Comment #3 by Bruce STEERS: haha , sorry the last message converted my Lf '\\n''s to actual linefeeds lol , it did a better job than GTk ;) From bugtracker at gambaswiki.org Sat Sep 26 18:39:10 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Sep 2020 16:39:10 GMT Subject: [Gambas-bugtracker] Bug #1887: ToolTip field not saving linefeeds correctly. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1887&from=L21haW4- Comment #4 by Beno?t MINISINI: Of course GTK+ and Qt cannot interpret '\r' and '\n' the same way... I will try to handle that. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Sep 26 18:50:49 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Sep 2020 16:50:49 GMT Subject: [Gambas-bugtracker] Bug #1887: ToolTip field not saving linefeeds correctly. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1887&from=L21haW4- Comment #5 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/63e83807c2f12890dc7d5aef4e4b0c6f9be15da2. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Sep 26 19:41:05 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Sep 2020 17:41:05 GMT Subject: [Gambas-bugtracker] Bug #1885: error when modifying listbox index In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1885&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Sep 26 19:41:44 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Sep 2020 17:41:44 GMT Subject: [Gambas-bugtracker] Bug #1885: error when modifying listbox index In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1885&from=L21haW4- Comment #1 by Beno?t MINISINI: The NULL object is a bug in your code, in the "Select" event handler of the ListBox, but another bug in the Gambas debugger points at the wrong line. From bugtracker at gambaswiki.org Sun Sep 27 01:16:25 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Sep 2020 23:16:25 GMT Subject: [Gambas-bugtracker] Bug #1885: error when modifying listbox index In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1885&from=L21haW4- Comment #2 by Beno?t MINISINI: It should be fixed in commit https://gitlab.com/gambas/gambas/-/commit/f2f9623c144d817677af245c3f931631715960bc. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun Sep 27 02:26:42 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Sep 2020 00:26:42 GMT Subject: [Gambas-bugtracker] Bug #1885: error when modifying listbox index In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1885&from=L21haW4- Comment #3 by V?ctor PEREZ: sorry, thank you very much for the help From bugtracker at gambaswiki.org Sun Sep 27 17:29:56 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Sep 2020 15:29:56 GMT Subject: [Gambas-bugtracker] Bug #1888: Forms with TextEditor no longer able to load in IDE Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1888&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- Forms with TextEditor no longer able to load in IDE Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- Hi , im starting to feel sorry about bothering you so much but this is a big one... With the new commits i can no longer load a form with a TextEditor control in it. Forms without TextEditor still load fine but i've narrowed it down to o0nly occoring on forms with editors. I've attaches a screenshot of the error i'm getting. Many thanks. Bruce System information ------------------ [System] Gambas=3.15.90 OperatingSystem=Linux Kernel=5.4.0-45-generic Architecture=x86_64 Distribution=Linux Mint 20 Ulyana Desktop=MATE Theme=qt5ctproxy Language=en_GB.UTF-8 Memory=7952M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_GB GIO_LAUNCHED_DESKTOP_FILE_PID=240167 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/907,unix/:/tmp/.ICE-unix/907 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1051 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share 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_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Sun Sep 27 18:30:05 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Sep 2020 16:30:05 GMT Subject: [Gambas-bugtracker] Bug #1888: Forms with TextEditor no longer able to load in IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1888&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun Sep 27 20:03:12 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Sep 2020 18:03:12 GMT Subject: [Gambas-bugtracker] Bug #1887: ToolTip field not saving linefeeds correctly. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1887&from=L21haW4- Comment #6 by Bruce STEERS: Thank you , yes it's working on both now just using the IDE field to set it :) From bugtracker at gambaswiki.org Sun Sep 27 20:18:32 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Sep 2020 18:18:32 GMT Subject: [Gambas-bugtracker] Bug #1888: Forms with TextEditor no longer able to load in IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1888&from=L21haW4- Comment #1 by Beno?t MINISINI: It be fixed by commit https://gitlab.com/gambas/gambas/-/commit/ff3335e1089f7ed12c46b5c0bb7aaa583d3c5927. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun Sep 27 22:02:17 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Sep 2020 20:02:17 GMT Subject: [Gambas-bugtracker] Bug #1888: Forms with TextEditor no longer able to load in IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1888&from=L21haW4- Comment #2 by Bruce STEERS: Great stuff kind sir, all working now, thank you :) From bugtracker at gambaswiki.org Mon Sep 28 14:25:05 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 12:25:05 GMT Subject: [Gambas-bugtracker] Bug #1889: MenuButton somehow attached to opening objects Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1889&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- MenuButton somehow attached to opening objects Type : Bug Priority : High Gambas version : Master Product : GUI components Description ----------- I have an odd thing happening on 2 of my apps with a menu button. On one app the MenuButton_Click event opens a Dialog.Savefile() window. On the other app it opens up another form with a terminalview in it. On both apps after clicking the menu button to open up the other window if i click anywhere in the newly opened window the menubutton receives another click event causing errors. System information ------------------ [System] Gambas=3.15.90 ff3335e (master) OperatingSystem=Linux Kernel=5.4.0-45-generic Architecture=x86_64 Distribution=Linux Mint 20 Ulyana Desktop=MATE Theme=qt5ctproxy Language=en_GB.UTF-8 Memory=7952M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_GB GIO_LAUNCHED_DESKTOP_FILE_PID=7975 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/899,unix/:/tmp/.ICE-unix/899 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1047 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share 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_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Mon Sep 28 14:28:07 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 12:28:07 GMT Subject: [Gambas-bugtracker] Bug #1889: MenuButton somehow attached to opening objects In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1889&from=L21haW4- Bruce STEERS added an attachment: simplescreenrecorder-2020-09-28_13.26.19.mp4 From bugtracker at gambaswiki.org Mon Sep 28 14:42:52 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 12:42:52 GMT Subject: [Gambas-bugtracker] Bug #1889: MenuButton somehow attached to opening objects In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1889&from=L21haW4- Comment #1 by Bruce STEERS: PS, only happens on the Button_Click event trigger not when selecting a menu item. From bugtracker at gambaswiki.org Mon Sep 28 20:27:06 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 18:27:06 GMT Subject: [Gambas-bugtracker] Bug #1890: Invisible HTML-Text since V3.15.2 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1890&from=L21haW4- Claus DIETRICH reported a new bug. Summary ------- Invisible HTML-Text since V3.15.2 Type : Bug Priority : High Gambas version : 3.15 Product : Development Environment Description ----------- Hi On current apps I noticed, that URL-Labels and TextLabels with HTML-Text are almost invisible (light gray color?). A friend tested it for reconfirmation and came back with the information, that this seems to occur since V3.15.2. The problem occurs on my Mint 20 Cinnamon and Mint 19.2 Mate. Whether other HTML-capable controls are also effected have not been tested. Best regards Claus System information ------------------ [System] Gambas=3.15.2 OperatingSystem=Linux Kernel=5.4.0-48-generic Architecture=x86_64 Distribution=Linux Mint 19.3 Tricia Desktop=MATE Theme=qt5ctproxy Language=de_DE.UTF-8 Memory=7837M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2200.30 GStreamer=libgstreamer-1.0.so.0.1405.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2200.30 OpenGL=libGL.so.1.0.0 Poppler=libpoppler.so.73.0.0 Poppler=libpoppler.so.85.0.0 Poppler=libpoppler.so.90.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.9.5 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 COMPIZ_CONFIG_PROFILE=mate DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=de_DE GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1008,unix/:/tmp/.ICE-unix/1008 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1508 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share 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=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Mon Sep 28 20:54:42 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 18:54:42 GMT Subject: [Gambas-bugtracker] Bug #1891: Problem between gambas3 IDE and CVS Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1891&from=L21haW4- Miguel MANSO reported a new bug. Summary ------- Problem between gambas3 IDE and CVS Type : Bug Priority : Medium Gambas version : 3.15 Product : Development Environment Description ----------- Hi all, I've updated by gambas3 version in ubuntu to: 3.15.90+git6900.ff3335e10+build10954da1a~ubuntu18.04.1 And now I can't open my project. I'm getting this error: Cannot open project file : /opt/pos/common/gambas_3 This project has duplicated class files! - CVS/Root - Classes/CVS/Root - CVS/Entries - Classes/CVS/Entries - CVS/Repository - Classes/CVS/Repository - Modules/CVS/Root - Modules/CVS/Entries - Modules/CVS/Repository Guess gambas3 is thinking that the CVS folders are modules or something... Did anyone got this already? Thanks. System information ------------------ Linux Ubuntu 18.04 From bugtracker at gambaswiki.org Mon Sep 28 21:29:54 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 19:29:54 GMT Subject: [Gambas-bugtracker] Bug #1891: Problem between gambas3 IDE and CVS In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1891&from=L21haW4- Comment #1 by Beno?t MINISINI: I didn't know that some people still use CVS! Indeed, the IDE sees CVS directories as project directories. How can a program know that a directory is managed by CVS? From bugtracker at gambaswiki.org Mon Sep 28 21:30:43 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 19:30:43 GMT Subject: [Gambas-bugtracker] Bug #1890: Invisible HTML-Text since V3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1890&from=L21haW4- Comment #1 by Beno?t MINISINI: Can you join a project that shows the bug? From bugtracker at gambaswiki.org Mon Sep 28 22:46:39 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 20:46:39 GMT Subject: [Gambas-bugtracker] Bug #1890: Invisible HTML-Text since V3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1890&from=L21haW4- Comment #2 by Claus DIETRICH: I drafted a small demo project but can't find an option for uploads in this thread (although it worked in earlier bug reports). Just in case I do not succeed - it is so simple and quickly done: Place a URL-Label on an empty FMain and set URLLabel1.text = "https://gambas-buch.de" and put an additional TextLabel on the FMain and set TextLabel1.text = "Regards from Claus" At runtime the URLLabel is almost invisible (light gray), while the TextLabel is completely invisible ... at least on my PCs and at a friend. With best regards Claus Claus DIETRICH changed the state of the bug to: Working. From bugtracker at gambaswiki.org Mon Sep 28 22:50:03 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 20:50:03 GMT Subject: [Gambas-bugtracker] Bug #1890: Invisible HTML-Text since V3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1890&from=L21haW4- Claus DIETRICH added an attachment: URLLabel_Demo-0.0.1.tar.gz From bugtracker at gambaswiki.org Tue Sep 29 01:20:15 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 23:20:15 GMT Subject: [Gambas-bugtracker] Bug #1891: Problem between gambas3 IDE and CVS In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1891&from=L21haW4- Comment #2 by Miguel MANSO: Just ignore any path that has the word CVS on it? From bugtracker at gambaswiki.org Tue Sep 29 01:32:39 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 23:32:39 GMT Subject: [Gambas-bugtracker] Bug #1891: Problem between gambas3 IDE and CVS In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1891&from=L21haW4- Comment #3 by Beno?t MINISINI: Yes, but Murphy's law tells me that someone else will protest because he used directories named "CVS"... This is why I need a way of identifying project managed by CVS with more certainty. From bugtracker at gambaswiki.org Tue Sep 29 01:33:42 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 23:33:42 GMT Subject: [Gambas-bugtracker] Bug #1891: Problem between gambas3 IDE and CVS In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1891&from=L21haW4- Comment #4 by Beno?t MINISINI: ...and I don't know CVS at all. From bugtracker at gambaswiki.org Tue Sep 29 01:49:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 28 Sep 2020 23:49:27 GMT Subject: [Gambas-bugtracker] Bug #1891: Problem between gambas3 IDE and CVS In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1891&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Sep 29 10:50:01 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 08:50:01 GMT Subject: [Gambas-bugtracker] Bug #1890: Invisible HTML-Text since V3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1890&from=L21haW4- Comment #3 by Claus DIETRICH: Today I found, that the visibility of the HTML-controls depends on the settings in the Debugging/ GUI-Component - menu of the IDE: On Mint 19.2 Mate: Current Desktop: bad QT4: good QT5: good GTK+2: good GTK+3: bad On Mint 20 Cinnamon Current Desktop: bad QT5: good GTK+2: good GTK+3: bad Best regards Claus From bugtracker at gambaswiki.org Tue Sep 29 16:59:26 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 14:59:26 GMT Subject: [Gambas-bugtracker] Bug #1892: TextArea.Background not working on GTK Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1892&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- TextArea.Background not working on GTK Type : Bug Priority : Low Gambas version : Master Product : GUI components Description ----------- setting Background with code (not IDE) works for QT but not GTK Setting background using the IDE field works okay though for both. but if changing it with code it fails for GTK. System information ------------------ [System] Gambas=3.15.90 ff3335e (master) OperatingSystem=Linux Kernel=5.4.0-45-generic Architecture=x86_64 Distribution=Linux Mint 20 Ulyana Desktop=MATE Theme=qt5ctproxy Language=en_GB.UTF-8 Memory=7952M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=en_GB GIO_LAUNCHED_DESKTOP_FILE_PID=9959 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/909,unix/:/tmp/.ICE-unix/909 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1052 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share 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_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue Sep 29 20:15:21 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 18:15:21 GMT Subject: [Gambas-bugtracker] Bug #1891: Problem between gambas3 IDE and CVS In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1891&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at gambaswiki.org Tue Sep 29 22:30:22 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 20:30:22 GMT Subject: [Gambas-bugtracker] Bug #1891: Problem between gambas3 IDE and CVS In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1891&from=L21haW4- Comment #5 by Beno?t MINISINI: CVS should be correctly managed with commit https://gitlab.com/gambas/gambas/-/commit/c93184f275d7f0d49e2fc958e27f4fc17cdf57ef. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Sep 29 22:32:02 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 20:32:02 GMT Subject: [Gambas-bugtracker] Bug #1889: MenuButton somehow attached to opening objects In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1889&from=L21haW4- Comment #2 by Beno?t MINISINI: Can you send your project, or at least a minimal project that reproduces the bug? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue Sep 29 22:32:41 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 20:32:41 GMT Subject: [Gambas-bugtracker] Bug #1890: Invisible HTML-Text since V3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1890&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Tue Sep 29 22:35:45 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 20:35:45 GMT Subject: [Gambas-bugtracker] Bug #1890: Invisible HTML-Text since V3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1890&from=L21haW4- Comment #4 by Beno?t MINISINI: I think it's because you forgot the quotes around the values of the attributes. gb.gtk(3) can't handle that, and so displays nothing. From bugtracker at gambaswiki.org Tue Sep 29 22:37:00 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 20:37:00 GMT Subject: [Gambas-bugtracker] Bug #1890: Invisible HTML-Text since V3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1890&from=L21haW4- Comment #5 by Beno?t MINISINI: Another problem may be the default color used for links in the UrlLabel control. Sometimes these colors are broken with GTK+2 or GTK+3, depending on your GTK+ widget theme in use. From bugtracker at gambaswiki.org Tue Sep 29 22:38:12 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 20:38:12 GMT Subject: [Gambas-bugtracker] Bug #1892: TextArea.Background not working on GTK In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1892&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Sep 29 23:34:58 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 21:34:58 GMT Subject: [Gambas-bugtracker] Bug #1892: TextArea.Background not working on GTK In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1892&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/0692547c25c85d6314e733efb914ffacd5eb2e01. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Sep 29 23:36:32 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 21:36:32 GMT Subject: [Gambas-bugtracker] Bug #1814: ListBox listbox_Click() shouln't be fired on listbox.clear In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1814&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Tue Sep 29 23:38:05 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Sep 2020 21:38:05 GMT Subject: [Gambas-bugtracker] Bug #1762: Gambas3 does not support Wayland In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1762&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at gambaswiki.org Wed Sep 30 02:07:44 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 30 Sep 2020 00:07:44 GMT Subject: [Gambas-bugtracker] Bug #1889: MenuButton somehow attached to opening objects In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1889&from=L21haW4- Comment #3 by Bruce STEERS: Sure thing , Will post my icon maker. What i do to produce the error... open the app, select an image then press the "Save as icon" menubutton. Once the Dialog opens if i click in the dialog the menubutton clicks all by itself. Bruce STEERS changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Sep 30 02:08:06 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 30 Sep 2020 00:08:06 GMT Subject: [Gambas-bugtracker] Bug #1889: MenuButton somehow attached to opening objects In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1889&from=L21haW4- Bruce STEERS added an attachment: Iconify.zip From bugtracker at gambaswiki.org Wed Sep 30 02:11:09 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 30 Sep 2020 00:11:09 GMT Subject: [Gambas-bugtracker] Bug #1892: TextArea.Background not working on GTK In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1892&from=L21haW4- Comment #2 by Bruce STEERS: Awesome stuff :) thank you, yes, working okay here now too :) From bugtracker at gambaswiki.org Wed Sep 30 02:17:00 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 30 Sep 2020 00:17:00 GMT Subject: [Gambas-bugtracker] Bug #1889: MenuButton somehow attached to opening objects In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1889&from=L21haW4- Comment #4 by Bruce STEERS: Sorry i didn't realise before but both apps i get the error in are using the gb.form.dialog component. that possibly helps trace the error. From bugtracker at gambaswiki.org Wed Sep 30 08:36:00 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 30 Sep 2020 06:36:00 GMT Subject: [Gambas-bugtracker] Bug #1891: Problem between gambas3 IDE and CVS In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1891&from=L21haW4- Comment #6 by Miguel MANSO: Working great now. Thanks a lot. From bugtracker at gambaswiki.org Wed Sep 30 21:04:27 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 30 Sep 2020 19:04:27 GMT Subject: [Gambas-bugtracker] Bug #1889: MenuButton somehow attached to opening objects In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1889&from=L21haW4- Comment #5 by Beno?t MINISINI: It should be fixed by commit https://gitlab.com/gambas/gambas/-/commit/d9e2d27580d7ae9f8e013f6f44ffda4f766affc0. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Sep 30 21:39:33 2020 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 30 Sep 2020 19:39:33 GMT Subject: [Gambas-bugtracker] Bug #1889: MenuButton somehow attached to opening objects In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1889&from=L21haW4- Comment #6 by Bruce STEERS: Excellent Ben thank you, all working okay here too now :)