From bugtracker at gambaswiki.org Thu Mar 3 10:04:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 09:04:27 GMT Subject: [Gambas-bugtracker] Bug #1807: Strings in messages cannot be copied any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1807&from=L21haW4- Comment #2 by Christof THALHOFER: It is not fixed on my system. XUbuntu 20.04. See attached image of an error message. [System] Gambas=3.16.90 cfb38f738 (master) OperatingSystem=Linux Kernel=5.4.0-84-generic Architecture=x86_64 Distribution=Ubuntu 20.04.4 LTS Desktop=XFCE Font=Sans,10 Scale=7 Theme=industrial Language=de_DE.UTF-8 Memory=981M [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-0.10.so.0.30.0 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.44.0.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] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 EDITOR=mousepad GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=de_DE GTK2_MODULES=overlay-scrollbar GTK_CSD=0 GTK_MODULES=gail:atk-bridge HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LD_PRELOAD=libgtk3-nocsd.so.0 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path PANEL_GDK_CORE_DEVICE_EVENTS=0 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_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/2184,unix/:/tmp/.ICE-unix/2184 SHELL=/usr/bin/zsh SHLVL=0 SSH_AGENT_PID=2445 SSH_AUTH_SOCK=/tmp/ssh-tN5XgvArSEDm/agent.2184 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xfce:/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=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 ---------------------------------------------------------------------------- Attachment: message-without-copy-button.png Christof THALHOFER changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Thu Mar 3 10:42:14 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 09:42:14 GMT Subject: [Gambas-bugtracker] Bug #2490: Postgresql integer is translated to string in Gambas result Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2490&from=L21haW4- Christof THALHOFER reported a new bug. Summary ------- Postgresql integer is translated to string in Gambas result Type : Bug Priority : High Gambas version : Master Product : Database component Description ----------- I have a Postgresql function that returns an integer field 'pkabo', here in psql: ----------------------------------------------------------------------- degdaten=# select pg_typeof(pkabo) from deg_func.kunde_info(-1); pg_typeof ----------- integer (1 row) ----------------------------------------------------------------------- In Gambas this piece of code: ----------------------------------------------------------------------- qry = "select * from deg_func.kunde_info(" & Me.Kdnr & ");" res = Dbs.Deg.Exec(qry) Debug TypeOf(res!pkabo) ----------------------------------------------------------------------- Produces: CKunde.LoadKunde.422: 9 Which means that the integer value in the Gambas result is translated to a string. System information ------------------ [System] Gambas=3.16.90 cfb38f738 (master) OperatingSystem=Linux Kernel=5.4.0-84-generic Architecture=x86_64 Distribution=Ubuntu 20.04.4 LTS Desktop=XFCE Font=Sans,10 Scale=7 Theme=industrial Language=de_DE.UTF-8 Memory=981M [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-0.10.so.0.30.0 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.44.0.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] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 EDITOR=mousepad GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=de_DE GTK2_MODULES=overlay-scrollbar GTK_CSD=0 GTK_MODULES=gail:atk-bridge HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LD_PRELOAD=libgtk3-nocsd.so.0 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path PANEL_GDK_CORE_DEVICE_EVENTS=0 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_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/2184,unix/:/tmp/.ICE-unix/2184 SHELL=/usr/bin/zsh SHLVL=0 SSH_AGENT_PID=2445 SSH_AUTH_SOCK=/tmp/ssh-tN5XgvArSEDm/agent.2184 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xfce:/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=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Mar 3 11:38:43 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 10:38:43 GMT Subject: [Gambas-bugtracker] Bug #2491: Dialog strings not translated any more Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2491&from=L21haW4- Christof THALHOFER reported a new bug. Summary ------- Dialog strings not translated any more Type : Bug Priority : Medium Gambas version : Master Product : Unknown Description ----------- Since 3.16.x Dialog isn't translated any more, the strings in the 'Dialog.SaveFile' are in English even if the project's language is 'de'. Are there some missing translations? System information ------------------ [System] Gambas=3.16.90 cfb38f738 (master) OperatingSystem=Linux Kernel=5.4.0-84-generic Architecture=x86_64 Distribution=Ubuntu 20.04.4 LTS Desktop=XFCE Font=Sans,10 Scale=7 Theme=industrial Language=de_DE.UTF-8 Memory=981M [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-0.10.so.0.30.0 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.44.0.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] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 EDITOR=mousepad GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=de_DE GTK2_MODULES=overlay-scrollbar GTK_CSD=0 GTK_MODULES=gail:atk-bridge HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LD_PRELOAD=libgtk3-nocsd.so.0 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path PANEL_GDK_CORE_DEVICE_EVENTS=0 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_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/2184,unix/:/tmp/.ICE-unix/2184 SHELL=/usr/bin/zsh SHLVL=0 SSH_AGENT_PID=2445 SSH_AUTH_SOCK=/tmp/ssh-tN5XgvArSEDm/agent.2184 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xfce:/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=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Mar 3 11:45:08 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 10:45:08 GMT Subject: [Gambas-bugtracker] Bug #2491: Dialog strings not translated any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2491&from=L21haW4- Comment #1 by Beno?t MINISINI: This is the native Qt dialog, Gambas does not directly translate them. I will look at it, but if you want to be sure to have translated dialogs, you should use 'gb.form.dialog'. From bugtracker at gambaswiki.org Thu Mar 3 12:31:29 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 11:31:29 GMT Subject: [Gambas-bugtracker] Bug #1807: Strings in messages cannot be copied any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1807&from=L21haW4- Comment #3 by Beno?t MINISINI: I added a popup menu to copy the message contents to the clipboard in commit https://gitlab.com/gambas/gambas/-/commit/55591063932ebad5f9c8411c8e1e613ec07650f9. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Thu Mar 3 12:33:06 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 11:33:06 GMT Subject: [Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4- Comment #4 by Beno?t MINISINI: I don't see what you want to achieve. Please be more specific, because I see no use for your request. From bugtracker at gambaswiki.org Thu Mar 3 13:41:14 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 12:41:14 GMT Subject: [Gambas-bugtracker] Bug #2492: New test modules are not recognized Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2492&from=L21haW4- Christof THALHOFER reported a new bug. Summary ------- New test modules are not recognized Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- Create a new project and create a test module inside. Compile the project and hit -. This should open the testsuite-dialog. Instead an error is thrown. Also if a new test module is created in a project which contained test modules, the new one is not displayed when you hit -. System information ------------------ [System] Gambas=3.16.90 cfb38f738 (master) OperatingSystem=Linux Kernel=5.4.0-84-generic Architecture=x86_64 Distribution=Ubuntu 20.04.4 LTS Desktop=XFCE Font=Sans,10 Scale=7 Theme=industrial Language=de_DE.UTF-8 Memory=981M [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-0.10.so.0.30.0 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.44.0.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] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=de_DE GTK2_MODULES=overlay-scrollbar GTK_CSD=0 GTK_MODULES=gail:atk-bridge HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LD_PRELOAD=libgtk3-nocsd.so.0 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path PANEL_GDK_CORE_DEVICE_EVENTS=0 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_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/2184,unix/:/tmp/.ICE-unix/2184 SHELL=/usr/bin/zsh SHLVL=0 SSH_AGENT_PID=2445 SSH_AUTH_SOCK=/tmp/ssh-tN5XgvArSEDm/agent.2184 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xfce:/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=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Mar 3 13:53:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 12:53:53 GMT Subject: [Gambas-bugtracker] Bug #2492: New test modules are not recognized In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2492&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Mar 3 13:58:17 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 12:58:17 GMT Subject: [Gambas-bugtracker] Bug #2492: New test modules are not recognized In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2492&from=L21haW4- Comment #1 by Beno?t MINISINI: > Create a new project and create a test module inside. Compile the project and hit -. This should open the testsuite-dialog. Instead an error is thrown. Fixed in commit https://gitlab.com/gambas/gambas/-/commit/7b9e31943801ca32311ae48834f9da5ad3bc75fd. > Also if a new test module is created in a project which contained test modules, the new one is not displayed when you hit -. This is normal. A test module with no test method is ignored. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Thu Mar 3 15:12:18 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 14:12:18 GMT Subject: [Gambas-bugtracker] Bug #1807: Strings in messages cannot be copied any more In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1807&from=L21haW4- Comment #4 by Christof THALHOFER: Cool, thanks! From bugtracker at gambaswiki.org Thu Mar 3 15:15:14 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 14:15:14 GMT Subject: [Gambas-bugtracker] Bug #2493: Namespaces accessible inside project Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2493&from=L21haW4- Christof THALHOFER reported a new bug. Summary ------- Namespaces accessible inside project Type : Request Priority : Medium Gambas version : Master Product : Unknown Description ----------- Currently namespaces can't be accessed from inside the project. So if there is a class 'CTest' which contains: 'Export To MyNamespace' Another class in the same project cannot call it like so: 'Dim MNC As New MyNamespace:CTest' even if the IDE is able to display the namespace and does the completion well. It would be nice if that would be possible, because then we could test namespaces in 'Gambas3 Selftest'. System information ------------------ No Sysinfo From bugtracker at gambaswiki.org Thu Mar 3 15:47:55 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 14:47:55 GMT Subject: [Gambas-bugtracker] Bug #2493: Namespaces accessible inside project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2493&from=L21haW4- Comment #1 by Beno?t MINISINI: This is not possible at the moment, as the compiler does not know the exported name of a class used in another class, before the project is entirely compiled. From bugtracker at gambaswiki.org Thu Mar 3 16:58:17 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 15:58:17 GMT Subject: [Gambas-bugtracker] Bug #1793: Move through WebListBox with Up and Down Keys In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1793&from=L21haW4- Comment #1 by Safiur RAHMAN: Hi Pressing Up and Down keys moves the vertical scroll bar in new WebListBox. IS there a way to move selection instead of Scrollbar? From bugtracker at gambaswiki.org Thu Mar 3 17:15:00 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 16:15:00 GMT Subject: [Gambas-bugtracker] Bug #1793: Move through WebListBox with Up and Down Keys In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1793&from=L21haW4- Comment #2 by Beno?t MINISINI: Maybe, I don't know yet. It's normally the browser that should manage that... From bugtracker at gambaswiki.org Thu Mar 3 21:19:45 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 03 Mar 2022 20:19:45 GMT Subject: [Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4- Comment #5 by Brian G: For state machine type implementations where the current state may accept a specific number of inputs, and there is a need for fast processing So now I would write on goto state1,state2,state3 .... state1 on MyMessageType goto state11, state12, state13 .... With a large number of inputs the on goto can/does become unmanageable! but if one could do states as variant = [state1, state2, state3] state1 as (as what ever type this is) = [state11, state12, state13] current_state as (what ever this is called)[] = states[1] then one just writes on MsgInputType goto current_state of course have gosub support the same would be amazing. So state table can be more easily managed for large projects and simplify the implementation of a very fast process interface. As an aside, why when I try this: print mylabel does it always return 1 and typeof(mylabel) is always 4? Also I can do this mylabel = 23 print mylabel It still prints 1 From bugtracker at gambaswiki.org Fri Mar 4 12:13:47 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 04 Mar 2022 11:13:47 GMT Subject: [Gambas-bugtracker] Bug #2494: Profiler hangs Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2494&from=L21haW4- Christof THALHOFER reported a new bug. Summary ------- Profiler hangs Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- If I choose "activate profiling" and then let a project run it does not show the profile afterwards. Instead the mouse hourglass is spinning ... If I then open the "system information" window and close it the profile is shown. System information ------------------ [System] Gambas=3.16.90 cfb38f738 (master) OperatingSystem=Linux Kernel=5.4.0-84-generic Architecture=x86_64 Distribution=Ubuntu 20.04.4 LTS Desktop=XFCE Font=Sans,10 Scale=7 Theme=industrial Language=de_DE.UTF-8 Memory=981M [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-0.10.so.0.30.0 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.44.0.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] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=de_DE GTK2_MODULES=overlay-scrollbar GTK_CSD=0 GTK_MODULES=gail:atk-bridge HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LD_PRELOAD=libgtk3-nocsd.so.0 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path PANEL_GDK_CORE_DEVICE_EVENTS=0 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_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/2184,unix/:/tmp/.ICE-unix/2184 SHELL=/usr/bin/zsh SHLVL=0 SSH_AGENT_PID=2445 SSH_AUTH_SOCK=/tmp/ssh-tN5XgvArSEDm/agent.2184 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xfce:/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=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Fri Mar 4 15:04:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 04 Mar 2022 14:04:27 GMT Subject: [Gambas-bugtracker] Bug #1793: Move through WebListBox with Up and Down Keys In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1793&from=L21haW4- Comment #3 by Beno?t MINISINI: Done in commit https://gitlab.com/gambas/gambas/-/commit/3fb3a50784f3286a486b3d3800997ab8f15a59a5. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon Mar 7 06:36:54 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Mar 2022 05:36:54 GMT Subject: [Gambas-bugtracker] Bug #2165: PictureBox inverts picture while using dark theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2165&from=L21haW4- Comment #8 by Rafael FRYER: Was this changed as the default? Because when I add pictureboxes in the editor they still try to adapt to the dark theme (despite them being fine in both themes) and I have to manually edit the .form file to get the image to display as intended using picture.load(), which is a little annoying. Sorry for bunping an old issue by the way, just wondering about its status. From bugtracker at gambaswiki.org Mon Mar 7 16:01:57 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Mar 2022 15:01:57 GMT Subject: [Gambas-bugtracker] Bug #2495: I can open two print windows and gambas crashes Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2495&from=L21haW4- Carlo PANARA reported a new bug. Summary ------- I can open two print windows and gambas crashes Type : Bug Priority : Low Gambas version : Master Product : Development Environment Description ----------- If I print the code and then leave the print window open, I can (but maybe I shouldn't) select another code module. If at this point I try to print this happens. See Attachment I know I am your persecutor in the printing process! :) System information ------------------ [System] Gambas=3.17.0 3fb3a5078 (master) OperatingSystem=Linux Kernel=5.13.0-30-generic Architecture=x86_64 Distribution=Ubuntu 21.10 Desktop=UBUNTU Font=Ubuntu,11 Scale=8 Theme=yaru Language=it_IT.UTF-8 Memory=7869M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.26 GStreamer=libgstreamer-1.0.so.0.1805.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.26 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.111.0.0 QT5=libQt5Core.so.5.15.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=ubuntu-xorg DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=ubuntu-xorg GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=153330 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=912bd50843e94df88b9936ccf0d772f1 JOURNAL_STREAM=8:37004 LANG=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LOGNAME= MANAGERPID=1879 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/2092,unix/:/tmp/.ICE-unix/2092 SHELL=/bin/bash SHLVL=0 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2111 TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu-xorg:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu-xorg:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu-xorg XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Mon Mar 7 16:23:20 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Mar 2022 15:23:20 GMT Subject: [Gambas-bugtracker] Bug #2496: Failed to login to bugtracker Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2496&from=L21haW4- Carlo PANARA reported a new bug. Summary ------- Failed to login to bugtracker Type : Bug Priority : Low Gambas version : Unknown Product : Bugtracker Description ----------- Unable to login to bugtracker from page (He correctly presents the authentication form to me but nothing happens): http://gambaswiki.org/bugtracker/main while without problems from the page: http://gambas.sourceforge.net/en/main.html System information ------------------ [System] Gambas=3.17.0 3fb3a5078 (master) OperatingSystem=Linux Kernel=5.13.0-30-generic Architecture=x86_64 Distribution=Ubuntu 21.10 Desktop=UBUNTU Font=Ubuntu,11 Scale=8 Theme=yaru Language=it_IT.UTF-8 Memory=7869M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.26 GStreamer=libgstreamer-1.0.so.0.1805.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.26 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.111.0.0 QT5=libQt5Core.so.5.15.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=ubuntu-xorg DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=ubuntu-xorg GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=153330 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=912bd50843e94df88b9936ccf0d772f1 JOURNAL_STREAM=8:37004 LANG=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LOGNAME= MANAGERPID=1879 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/2092,unix/:/tmp/.ICE-unix/2092 SHELL=/bin/bash SHLVL=0 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2111 TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu-xorg:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu-xorg:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu-xorg XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Mon Mar 7 20:17:34 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 07 Mar 2022 19:17:34 GMT Subject: [Gambas-bugtracker] Bug #2165: PictureBox inverts picture while using dark theme In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2165&from=L21haW4- Comment #9 by Beno?t MINISINI: Are you sure? Can you send me a project where the picturebox still try to adapt to the dark theme? From bugtracker at gambaswiki.org Wed Mar 9 13:53:06 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Mar 2022 12:53:06 GMT Subject: [Gambas-bugtracker] Bug #2494: Profiler hangs In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2494&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Mar 9 14:29:48 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Mar 2022 13:29:48 GMT Subject: [Gambas-bugtracker] Bug #2494: Profiler hangs In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2494&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/7457b4de3f7400f45b31a82ca09001c655f22670. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Mar 9 22:44:31 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 09 Mar 2022 21:44:31 GMT Subject: [Gambas-bugtracker] Bug #2497: Gambas IDE executes wrong testsuite Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2497&from=L21haW4- Christof THALHOFER reported a new bug. Summary ------- Gambas IDE executes wrong testsuite Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- In Gambas3 Selftest I open the test suites with : When I choose the 'Production' test suite to be executed, close the form and run tests with , the testsuite 'Slow Tests' is executed and vice versa. System information ------------------ [System] Gambas=3.16.90 cfb38f738 (master) OperatingSystem=Linux Kernel=5.4.0-100-generic Architecture=x86_64 Distribution=Ubuntu 20.04.4 LTS Desktop=XFCE Font=Sans,10 Scale=7 Theme=industrial Language=de_DE.UTF-8 Memory=977M [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-0.10.so.0.30.0 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.44.0.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] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 EDITOR=mousepad GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=de_DE GTK2_MODULES=overlay-scrollbar GTK_CSD=0 GTK_MODULES=gail:atk-bridge HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LD_PRELOAD=libgtk3-nocsd.so.0 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path PANEL_GDK_CORE_DEVICE_EVENTS=0 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_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/2700,unix/:/tmp/.ICE-unix/2700 SHELL=/usr/bin/zsh SHLVL=0 SSH_AGENT_PID=2955 SSH_AUTH_SOCK=/tmp/ssh-ugEZjx6dje9Y/agent.2700 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xfce:/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=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Mar 10 01:19:33 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 00:19:33 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #12 by Avinty LANAIKEY: In fact, I had the experimental version with daily updates at the beginning. It threw the same error. Then I changed it to the stable version. No result. Later the compiled ?make? version, also marked as experimental?development, not stable, 3.6.9 or so. The same again. And now it's the stable version 3.17.0. It always fails in the same way. Concerning the libraries, I am not sure how up-to-date they can be. But they are updated regularly. The versions are indicated as 5.9.5., e.g. libqt5core5a 5.9.5, libqt5gui5. And I've explicitly added gambas3-gb-qt5-ext. I can install an older version of GB if available and if known which would be suitable for this OS. Avinty LANAIKEY changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Mar 10 09:40:39 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 08:40:39 GMT Subject: [Gambas-bugtracker] Bug #2498: HtmlView control crashes project Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2498&from=L21haW4- Christof THALHOFER reported a new bug. Summary ------- HtmlView control crashes project Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- As soon as I drop a HTML-View control in the main form of a small project of mine it crashes with "unknown symbol 'SetMedia' in class 'HTMLDocument'". I attach a small project that can reproduce the failure on my virtual machine. System information ------------------ [System] Gambas=3.16.90 cfb38f738 (master) OperatingSystem=Linux Kernel=5.4.0-100-generic Architecture=x86_64 Distribution=Ubuntu 20.04.4 LTS Desktop=XFCE Font=Sans,10 Scale=7 Theme=industrial Language=de_DE.UTF-8 Memory=977M [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-0.10.so.0.30.0 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.44.0.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] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/xfce.default.path DESKTOP_SESSION=xfce DISPLAY=:0.0 EDITOR=mousepad GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=de_DE GTK2_MODULES=overlay-scrollbar GTK_CSD=0 GTK_MODULES=gail:atk-bridge HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LD_PRELOAD=libgtk3-nocsd.so.0 LOGNAME= MANDATORY_PATH=/usr/share/gconf/xfce.mandatory.path PANEL_GDK_CORE_DEVICE_EVENTS=0 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_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/2694,unix/:/tmp/.ICE-unix/2694 SHELL=/usr/bin/zsh SHLVL=0 SSH_AGENT_PID=2949 SSH_AUTH_SOCK=/tmp/ssh-3ckmK5S7fvpi/agent.2694 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/usr/share/xfce:/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=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Mar 10 12:39:43 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 11:39:43 GMT Subject: [Gambas-bugtracker] Bug #2498: HtmlView control crashes project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2498&from=L21haW4- Comment #1 by Beno?t MINISINI: This is an incompatibility with 'gb.xml.html'. Apparently there is a HtmlDocument class exported by that component. From bugtracker at gambaswiki.org Thu Mar 10 12:42:26 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 11:42:26 GMT Subject: [Gambas-bugtracker] Bug #2498: HtmlView control crashes project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2498&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Mar 10 12:42:49 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 11:42:49 GMT Subject: [Gambas-bugtracker] Bug #2498: HtmlView control crashes project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2498&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed by commit https://gitlab.com/gambas/gambas/-/commit/90fa8d7f3322079392a6e8d23d03956798345ba9. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Thu Mar 10 12:45:18 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 11:45:18 GMT Subject: [Gambas-bugtracker] Bug #2495: I can open two print windows and gambas crashes In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2495&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Mar 10 12:47:44 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 11:47:44 GMT Subject: [Gambas-bugtracker] Bug #2490: Postgresql integer is translated to string in Gambas result In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2490&from=L21haW4- Comment #1 by Beno?t MINISINI: Can you provide a project and a small postgresql database dump that allows me to reproduce the bug? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu Mar 10 18:37:45 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 17:37:45 GMT Subject: [Gambas-bugtracker] Bug #2490: Postgresql integer is translated to string in Gambas result In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2490&from=L21haW4- Comment #2 by Christof THALHOFER: Create a db "forbenoit" on your postgresql server: --DROP DATABASE forbenoit CREATE DATABASE forbenoit WITH OWNER = postgres ENCODING = 'UTF8' LC_COLLATE = 'de_DE.UTF-8' LC_CTYPE = 'de_DE.UTF-8' TABLESPACE = pg_default CONNECTION LIMIT = -1; Let the code run. It asks host and pw of user 'postgresql'. Then it creates a table tbtest with column i (integer). It inserts 1. Then it queries the number from the database and prints 'Typeof(res!i)' On my machine it prints 9 = gb.String ---------------------------------------------------------------------------- Attachment: pgtestbug2490-0.0.1.tar.gz Christof THALHOFER changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Mar 10 19:22:40 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 18:22:40 GMT Subject: [Gambas-bugtracker] Bug #2499: Gambas IDE 3.17.0 does not run WEBFORM type programs. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2499&from=L21haW4- Omar MORENO reported a new bug. Summary ------- Gambas IDE 3.17.0 does not run WEBFORM type programs. Type : Bug Priority : Medium Gambas version : Unknown Product : Development Environment Description ----------- Hello. I have updated Gambas 3.16.3 to version 3.17.0 and now when I run (F5) no WebForm type application works, neither does the application that is created by default. I uninstalled and reinstalled Gambas3, but it didn't fix the problem. System information ------------------ [System] Gambas=3.17 OperatingSystem=Linux Kernel=5.4.0-104-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=XFCE Font=Ubuntu,10 Scale=7 Theme=mint-y-aqua Language=es_PA.UTF-8 Memory=7843M [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 COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=es_ES GTK3_MODULES=xapp-gtk3-module GTK_MODULES=gail:atk-bridge HOME= LANG=es_PA.UTF-8 LANGUAGE=es_PA.UTF-8 LC_ADDRESS=es_PA.UTF-8 LC_ALL=es_PA.UTF-8 LC_IDENTIFICATION=es_PA.UTF-8 LC_MEASUREMENT=es_PA.UTF-8 LC_MONETARY=es_PA.UTF-8 LC_NAME=es_PA.UTF-8 LC_NUMERIC=es_PA.UTF-8 LC_PAPER=es_PA.UTF-8 LC_TELEPHONE=es_PA.UTF-8 LC_TIME=es_PA.UTF-8 LOGNAME= PAPERSIZE=a4 PATH=/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1121,unix/:/tmp/.ICE-unix/1121 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1200 SSH_AUTH_SOCK=/tmp/ssh-0FRFV3RhqyiA/agent.1121 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/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=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Mar 10 22:37:30 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 21:37:30 GMT Subject: [Gambas-bugtracker] Bug #2499: Gambas IDE 3.17.0 does not run WEBFORM type programs. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2499&from=L21haW4- Comment #1 by Beno?t MINISINI: The debugger configuration dialog has been fixed in commit https://gitlab.com/gambas/gambas/-/commit/2e8262cbc29d9f03dd34e0e46af978801d8c9ea1. In the meanwhile, toggle the "Use embedded HTTP server" option in that dialog, and click the "OK" button. The option will be saved, even if it will not be visible next time the dialog is opened. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Thu Mar 10 23:12:32 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 10 Mar 2022 22:12:32 GMT Subject: [Gambas-bugtracker] Bug #2490: Postgresql integer is translated to string in Gambas result In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2490&from=L21haW4- Comment #3 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/91faa8b6ef8bf7a435c51348f955b41ab3ef30ef. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Mar 11 03:08:36 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Mar 2022 02:08:36 GMT Subject: [Gambas-bugtracker] Bug #2495: I can open two print windows and gambas crashes In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2495&from=L21haW4- Comment #1 by Beno?t MINISINI: It should be fixed by commit https://gitlab.com/gambas/gambas/-/commit/313b0c15265ccb82a60539e9038e42d7152d6ef3. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Mar 11 03:23:05 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Mar 2022 02:23:05 GMT Subject: [Gambas-bugtracker] Bug #2467: Gambas IDE always fails before it can be used In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2467&from=L21haW4- Comment #13 by Beno?t MINISINI: Can you try the latest development version, since commit https://gitlab.com/gambas/gambas/-/commit/e63004b65baf157d9b177d4b4bcd0a11eb5a58ce ? It may fix your crash. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Fri Mar 11 08:58:07 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Mar 2022 07:58:07 GMT Subject: [Gambas-bugtracker] Bug #2500: Debug Setting for the use of the embedded HTTP Server not stored in 3.17.0 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2500&from=L21haW4- Claus DIETRICH reported a new bug. Summary ------- Debug Setting for the use of the embedded HTTP Server not stored in 3.17.0 Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- As already reported in the MailingList on the 10th of March 2022, the new debug configuration dialogue in 3.17.0 doesn't store the setting of "Use embedded HTTP server". I suggest to use the same default setting as in previous Gambas versions and that the existing setting is taken over when users upgrade to 3.17.0. System information ------------------ Regarded as not required and wasn't available for 3.17.0 on the platform where I generated this report. From bugtracker at gambaswiki.org Fri Mar 11 16:12:07 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Mar 2022 15:12:07 GMT Subject: [Gambas-bugtracker] Bug #2501: WebForm in various Browser TABs. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2501&from=L21haW4- Omar MORENO reported a new bug. Summary ------- WebForm in various Browser TABs. Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- Hello. In component: gb.web.gui (3.16, 3.17) The program works fine in a single Browser TAB, but when one or more TABs are opened the WebRadioButtons have multiple selections and WebForms are stacked on the parent WebContainer. Thanks for your possible answers. System information ------------------ [System] Gambas=3.17 OperatingSystem=Linux Kernel=5.4.0-104-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=XFCE Font=Ubuntu,10 Scale=7 Theme=mint-y-aqua Language=es_PA.UTF-8 Memory=7843M [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 COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=es_ES GTK3_MODULES=xapp-gtk3-module GTK_MODULES=gail:atk-bridge HOME= LANG=es_PA.UTF-8 LANGUAGE=es_PA.UTF-8 LC_ADDRESS=es_PA.UTF-8 LC_ALL=es_PA.UTF-8 LC_IDENTIFICATION=es_PA.UTF-8 LC_MEASUREMENT=es_PA.UTF-8 LC_MONETARY=es_PA.UTF-8 LC_NAME=es_PA.UTF-8 LC_NUMERIC=es_PA.UTF-8 LC_PAPER=es_PA.UTF-8 LC_TELEPHONE=es_PA.UTF-8 LC_TIME=es_PA.UTF-8 LOGNAME= PAPERSIZE=a4 PATH=/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1185,unix/:/tmp/.ICE-unix/1185 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1264 SSH_AUTH_SOCK=/tmp/ssh-pprTwa4w9Lqr/agent.1185 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/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=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Fri Mar 11 23:29:09 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Mar 2022 22:29:09 GMT Subject: [Gambas-bugtracker] Bug #2500: Debug Setting for the use of the embedded HTTP Server not stored in 3.17.0 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2500&from=L21haW4- Comment #1 by Beno?t MINISINI: It has been fixed in commit https://gitlab.com/gambas/gambas/-/commit/2e8262cbc29d9f03dd34e0e46af978801d8c9ea1. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Mar 11 23:36:42 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Mar 2022 22:36:42 GMT Subject: [Gambas-bugtracker] Bug #2501: WebForm in various Browser TABs. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2501&from=L21haW4- Comment #1 by Beno?t MINISINI: Yes, the application is not intended to be opened in several different tabs or windows. They share the same cookie, and so the same session. Consequently a change in one tab may not be reflected in the other tabs, until you fully explicitly refresh them. From bugtracker at gambaswiki.org Fri Mar 11 23:37:00 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Mar 2022 22:37:00 GMT Subject: [Gambas-bugtracker] Bug #2501: WebForm in various Browser TABs. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2501&from=L21haW4- Comment #2 by Beno?t MINISINI: What did you expect exactly? From bugtracker at gambaswiki.org Fri Mar 11 23:39:46 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 11 Mar 2022 22:39:46 GMT Subject: [Gambas-bugtracker] Bug #2497: Gambas IDE executes wrong testsuite In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2497&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Mar 12 01:24:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Mar 2022 00:24:27 GMT Subject: [Gambas-bugtracker] Bug #2497: Gambas IDE executes wrong testsuite In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2497&from=L21haW4- Comment #1 by Beno?t MINISINI: Apparently the correct test suite name is sent to the interpreter and 'gb.test', so I think 'gb.test' fails to load the test suite from its name... From bugtracker at gambaswiki.org Sat Mar 12 01:31:13 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Mar 2022 00:31:13 GMT Subject: [Gambas-bugtracker] Bug #2497: Gambas IDE executes wrong testsuite In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2497&from=L21haW4- Comment #2 by Beno?t MINISINI: Mmm.. I can't reproduce it anymore, and I changed nothing in 'gb.test', so it is not faulty. From bugtracker at gambaswiki.org Sat Mar 12 11:31:47 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Mar 2022 10:31:47 GMT Subject: [Gambas-bugtracker] Bug #2500: Debug Setting for the use of the embedded HTTP Server not stored in 3.17.0 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2500&from=L21haW4- Comment #2 by Claus DIETRICH: Hi Benoit That was quick. Many Thanks! Claus From bugtracker at gambaswiki.org Sat Mar 12 13:42:19 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Mar 2022 12:42:19 GMT Subject: [Gambas-bugtracker] Bug #2501: WebForm in various Browser TABs. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2501&from=L21haW4- Comment #3 by Omar MORENO: It is trying to design applications that can be opened in several TABs to consult different Amazon-style articles. Now I am developing a basic billing system, for now I will block the use of the applications in several TAB. Could you give me some suggestion for the lock?. Thanks. From bugtracker at gambaswiki.org Sat Mar 12 13:57:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Mar 2022 12:57:53 GMT Subject: [Gambas-bugtracker] Bug #2501: WebForm in various Browser TABs. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2501&from=L21haW4- Comment #4 by Beno?t MINISINI: The 'gb.web.gui' component has been designed to make application in one browser page only. The only solution I see is implementing yourself the different windows inside the application, with a WebTabPanel, or inner windows. If you want more details, please use the mailing-list, the bugtracker is for reporting bugs and enhancement request only. Beno?t MINISINI changed the state of the bug to: Invalid. From bugtracker at gambaswiki.org Sat Mar 12 13:58:26 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Mar 2022 12:58:26 GMT Subject: [Gambas-bugtracker] Bug #2497: Gambas IDE executes wrong testsuite In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2497&from=L21haW4- Comment #3 by Beno?t MINISINI: By the way, is the problem fixed by the recent commits? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Mar 12 14:00:23 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Mar 2022 13:00:23 GMT Subject: [Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4- Comment #6 by Beno?t MINISINI: What is "mylabel"? What are you talking about? Is it related to the issue? From bugtracker at gambaswiki.org Sat Mar 12 16:35:51 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Mar 2022 15:35:51 GMT Subject: [Gambas-bugtracker] Bug #2502: EnsureVisible doesn't work when WebTable has property [ Showcheck = True ] Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2502&from=L21haW4- Omar MORENO reported a new bug. Summary ------- EnsureVisible doesn't work when WebTable has property [ Showcheck = True ] Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- Hello. I have attached an example, with the WebTable object to verify the use of EnsureVisible when the ShowCheck property is equal to True. Thanks. System information ------------------ [System] Gambas=3.17 OperatingSystem=Linux Kernel=5.4.0-104-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=XFCE Font=Ubuntu,10 Scale=7 Theme=mint-y-aqua Language=es_PA.UTF-8 Memory=7843M [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 COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=es_ES GTK3_MODULES=xapp-gtk3-module GTK_MODULES=gail:atk-bridge HOME= LANG=es_PA.UTF-8 LANGUAGE=es_PA.UTF-8 LC_ADDRESS=es_PA.UTF-8 LC_ALL=es_PA.UTF-8 LC_IDENTIFICATION=es_PA.UTF-8 LC_MEASUREMENT=es_PA.UTF-8 LC_MONETARY=es_PA.UTF-8 LC_NAME=es_PA.UTF-8 LC_NUMERIC=es_PA.UTF-8 LC_PAPER=es_PA.UTF-8 LC_TELEPHONE=es_PA.UTF-8 LC_TIME=es_PA.UTF-8 LOGNAME= PAPERSIZE=a4 PATH=/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1180,unix/:/tmp/.ICE-unix/1180 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1259 SSH_AUTH_SOCK=/tmp/ssh-ACgPUG3MLX4F/agent.1180 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/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=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Sat Mar 12 17:19:35 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Mar 2022 16:19:35 GMT Subject: [Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4- Comment #7 by Brian G: No mylabel is not related to the request. It was just something I noticed when trying to see how gambas handles labels. If I define a program mylabel: print "hello world" print mylabel ' this actually works it prints 1 print typeof(mylabel) ' this actually works it prints integer type Just something I noticed. The request is to allow an array of labels to be used with on gosub and on goto but alternately perhaps allowing gosub and goto to be used with a variable containing a label address See my previous comment for the reason this would be useful. From bugtracker at gambaswiki.org Sat Mar 12 23:01:10 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 12 Mar 2022 22:01:10 GMT Subject: [Gambas-bugtracker] Bug #2503: Auto format gets lost when {} is used in a structure Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2503&from=L21haW4- Brian G reported a new bug. Summary ------- Auto format gets lost when {} is used in a structure Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- When defining the following the Auto format gets lost at the {next} Public Struct dList '' A defined entry in list of objects Length As Long '' Length including header Address As Pointer '' The virtual address of this block, speed pointer conversion sema[8] As Long '' The locking semaphore for each list Type As Integer '' Type of memory {Next} As Pointer '' Next in list or head of pool Prev As Pointer '' previous in list or end of pool Global As Integer '' Defines if this is a global memory object or not RefCount As Long '' Number of references to this element Value As Pointer '' Value of entry or count if pool End Struct System information ------------------ [System] Gambas=3.17.90 OperatingSystem=Linux Kernel=5.13.0-30-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=MATE Font=Ubuntu,10 Scale=7 Theme=mint-y Language=en_US.UTF-8 Memory=13938M [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 CLUTTER_IM_MODULE=ibus COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE_PID=940844 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/.local/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_FONT_DPI=96 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/2432,unix/:/tmp/.ICE-unix/2432 SHELL=/usr/bin/gsh SHLVL=0 SSH_AGENT_PID=2513 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=xterm 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=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Sun Mar 13 20:02:34 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Mar 2022 19:02:34 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sun Mar 13 20:02:45 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Mar 2022 19:02:45 GMT Subject: [Gambas-bugtracker] Bug #2503: Auto format gets lost when {} is used in a structure In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2503&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun Mar 13 20:15:20 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Mar 2022 19:15:20 GMT Subject: [Gambas-bugtracker] Bug #2503: Auto format gets lost when {} is used in a structure In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2503&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed by commit https://gitlab.com/gambas/gambas/-/commit/2c7d60342ca78ba41ebd0092e0c2243ed4484826. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun Mar 13 20:39:11 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Mar 2022 19:39:11 GMT Subject: [Gambas-bugtracker] Bug #2502: EnsureVisible doesn't work when WebTable has property [ Showcheck = True ] In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2502&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun Mar 13 20:55:14 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 13 Mar 2022 19:55:14 GMT Subject: [Gambas-bugtracker] Bug #2502: EnsureVisible doesn't work when WebTable has property [ Showcheck = True ] In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2502&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/5622a4d915acdc57532f83fa1fddc3301e4ea380. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue Mar 15 11:17:08 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Mar 2022 10:17:08 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Christof THALHOFER reported a new bug. Summary ------- 3.17 'Cursor' class makes '.form' files incompatible to earlier versions Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- When I open a project with forms in IDE 3.17 and run the code, every occurrence of cursor definitions in *.forms files is automatically changed from class "Mouse" to "Cursor". This is a diff in a '.form' file of a project of mine, after I ran it with 3.17: - Mouse = Mouse.Pointing + Mouse = Cursor.Pointing After that the code is broken in Gambas 3.16. Gambas 3.16 complains: 'Unknown symbol Pointing in class Cursor' If such symbols are moved to another class there should be a synonym in the old class and this part of the old class should be declared 'deprecated'. This behavior of Gambas 3.17 breaks a lot of code in my projects and I would have to run different branches of 3.16 and 3.17 code versions as long as I do not upgrade every machine in my firm to 3.17. So this "cosmetic" change (IMO) creates a lot of work for me. :-( System information ------------------ nope From bugtracker at gambaswiki.org Tue Mar 15 11:24:35 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Mar 2022 10:24:35 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #1 by Beno?t MINISINI: I didn't think enough about that problem. At the moment the conversion is automatically done as soon as you modify the form. I guess it should be explicit instead, or even not done at all (only for the newly create forms). Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Mar 15 11:53:38 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Mar 2022 10:53:38 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #2 by Beno?t MINISINI: Otherwise, there is no guarantee that a source code compiled with Gambas 3.X works on Gambas 3.Y where Y < X. It's the other way. It's just that there is a automatic source code change as soon as you modify the form. From bugtracker at gambaswiki.org Tue Mar 15 13:49:59 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Mar 2022 12:49:59 GMT Subject: [Gambas-bugtracker] Bug #2505: Desktopwindow.visiblename hangs for very long window titles. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2505&from=L21haW4- Antonio OREFICE reported a new bug. Summary ------- Desktopwindow.visiblename hangs for very long window titles. Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- When a window has a very long title, gambas hangs if you try to retrieve it: To test, just make a simple project with gb.desktop.x11 component, then try the following. You need chromium for this to work. https://tinyurl.com/gblongurl is the shortened url, it expands once loaded and chromium will be started. It will show a very long window title. next the loop will keep trying to retrieve all of the window titles; as soon as chromium will load, the program will hang. Public Sub Form_Open() Dim w As DesktopWindow Shell "chromium https://tinyurl.com/gblongurl" While 1 > 0 For Each w In Desktop.Windows Debug w.visiblename Next Debug "finished" Wait 1 Wend End System information ------------------ [System] Gambas=3.16.3 OperatingSystem=Linux Kernel=5.16.12-arch1-1 Architecture=x86_64 Distribution=Arch Linux Desktop=KDE5 Font=PT Sans,10 Scale=7 Theme=oxygen Language=it_IT.utf8 Memory=15881M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.0.0 Curl=libcurl.so.4.1.0 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.3.0 Curl=libcurl.so.4.4.0 Curl=libcurl.so.4.5.0 Curl=libcurl.so.4.6.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.32.0 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.29 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.2000.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.29 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.119.0.0 QT4=libQtCore.so.4.7.4 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.15.3 SDL=libSDL-1.2.so.0.11.5 SQLite=libsqlite3.so.0.8.6 [Environment] Automoc4_DIR=/usr/lib/automoc4 CCACHEPATH=/usr/lib/ccache/bin DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1012/bus DESKTOP_SESSION=plasma DISPLAY=:0 EDITOR=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 HG=/usr/bin/hg HISTCONTROL=ignoredups HISTSIZE=50000 HOME= INFINALITY_FT= INFINALITY_FT_AUTOFIT_FORCE_SLIGHT_HINTING=true INFINALITY_FT_AUTOHINT_HORIZONTAL_STEM_DARKEN_STRENGTH=0 INFINALITY_FT_AUTOHINT_INCREASE_GLYPH_HEIGHTS=false INFINALITY_FT_AUTOHINT_SNAP_STEM_HEIGHT=0 INFINALITY_FT_AUTOHINT_VERTICAL_STEM_DARKEN_STRENGTH=25 INFINALITY_FT_BOLD_EMBOLDEN_X_VALUE=0 INFINALITY_FT_BOLD_EMBOLDEN_Y_VALUE=0 INFINALITY_FT_BRIGHTNESS=0 INFINALITY_FT_CHROMEOS_STYLE_SHARPENING_STRENGTH=0 INFINALITY_FT_CONTRAST=0 INFINALITY_FT_FILTER_PARAMS=7 25 44 25 7 INFINALITY_FT_FRINGE_FILTER_STRENGTH=0 INFINALITY_FT_GAMMA_CORRECTION=0 100 INFINALITY_FT_GLOBAL_EMBOLDEN_X_VALUE=0 INFINALITY_FT_GLOBAL_EMBOLDEN_Y_VALUE=0 INFINALITY_FT_GRAYSCALE_FILTER_STRENGTH=0 INFINALITY_FT_STEM_ALIGNMENT_STRENGTH=0 INFINALITY_FT_STEM_FITTING_STRENGTH=0 INFINALITY_FT_STEM_SNAPPING_SLIDING_SCALE=0 INFINALITY_FT_USE_KNOWN_SETTINGS_ON_SELECTED_FONTS=true INFINALITY_FT_USE_VARIOUS_TWEAKS=true INFINALITY_FT_WINDOWS_STYLE_SHARPENING_STRENGTH=0 INTEL_BATCH=1 KDE_APPLICATIONS_AS_SCOPE=1 KDE_FULL_SESSION=true KDE_SESSION_UID=1012 KDE_SESSION_VERSION=5 KWIN_NVIDIA_HACK=1 KWIN_TRIPLE_BUFFER=0 LANG=it_IT.utf8 LANGUAGE=it_IT.utf8 LC_ALL=it_IT.utf8 LC_COLLATE=C LESS_TERMCAP_mb= LESS_TERMCAP_md= LESS_TERMCAP_me= LESS_TERMCAP_se= LESS_TERMCAP_so= LESS_TERMCAP_ue= LESS_TERMCAP_us= LOGNAME= LS_COLORS=rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=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:*.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:*.aac=00;36:*.au=00;36:*.flac=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: MAIL=/var/spool/mail/ MOTD_SHOWN=pam MOZ_DISABLE_PANGO=1 OOO_FORCE_DESKTOP=gnome PAM_KWALLET5_LOGIN=/run/user/1012/kwallet5.socket PATH=/usr/local/bin/:/usr/lib/ccache/bin:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/.local/share/flatpak/exports/bin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/scripts:/scripts/DominioNT/:/scripts/windows/ PS4=+ PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_GRAPHICSSYSTEM=raster QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=kde QT_SCREEN_SCALE_FACTORS=VGA-0=1;DVI-D-0=1;HDMI-0=1;DVI-D-1=1; SAL_USE_VCLPLUGIN=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/919,unix/:/tmp/.ICE-unix/919 SHELL=/bin/bash SHLVL=1 SYSTEMD_EXEC_PID=695 TZ=:/etc/localtime USER= WINEDLLOVERRIDES=winemenubuilder.exe=d XAUTHORITY=/.Xauthority XCURSOR_SIZE=24 XCURSOR_THEME=Jimmac XDG_CONFIG_DIRS=/.config/kdedefaults:/etc/xdg XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_DESKTOP_DIR=$HOME/Desktop" XDG_RUNTIME_DIR=/run/user/1012 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=3 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 _=/bin/plasmashell __GLVND_DISALLOW_PATCHING=1 __GL_ExperimentalPerfStrategy=1 __GL_SHADER_DISK_CACHE=1 force_s3tc_enable=true From bugtracker at gambaswiki.org Tue Mar 15 15:21:21 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Mar 2022 14:21:21 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #3 by Christof THALHOFER: Yes, you are right, but I never encountered such a thing in all Gambas versions since 3.2 (which is where I started AFAIR). The automatic code change is a showstopper. Open it in the IDE, hit F5 and bam. I really would like to develop with 3.17 to get familiar with the new features, but it is impossible because I cannot change the other machines to 3.17 because of other bugs. In earlier Gambas versions it was no problem to write and compile code in the newer IDE for older Gambas interpreters (if you know what to avoid). I still write and compile code which has to run on Debian Gambas 3.12 in the 3.16 IDE. From bugtracker at gambaswiki.org Tue Mar 15 18:48:33 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Mar 2022 17:48:33 GMT Subject: [Gambas-bugtracker] Bug #2506: Selection doesn't work when WebTable has property [ Showcheck = False ] Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2506&from=L21haW4- Omar MORENO reported a new bug. Summary ------- Selection doesn't work when WebTable has property [ Showcheck = False ] Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- Hello. I have attached an example, with the WebTable object to verify the use of Selection when the ShowCheck property is equal to False. Thanks. System information ------------------ [System] Gambas=3.17 OperatingSystem=Linux Kernel=5.4.0-104-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=XFCE Font=Ubuntu,10 Scale=7 Theme=mint-y-aqua Language=es_PA.UTF-8 Memory=7843M [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 COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=es_ES GTK3_MODULES=xapp-gtk3-module GTK_MODULES=gail:atk-bridge HOME= LANG=es_PA.UTF-8 LANGUAGE=es_PA.UTF-8 LC_ADDRESS=es_PA.UTF-8 LC_ALL=es_PA.UTF-8 LC_IDENTIFICATION=es_PA.UTF-8 LC_MEASUREMENT=es_PA.UTF-8 LC_MONETARY=es_PA.UTF-8 LC_NAME=es_PA.UTF-8 LC_NUMERIC=es_PA.UTF-8 LC_PAPER=es_PA.UTF-8 LC_TELEPHONE=es_PA.UTF-8 LC_TIME=es_PA.UTF-8 LOGNAME= PAPERSIZE=a4 PATH=/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1139,unix/:/tmp/.ICE-unix/1139 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1218 SSH_AUTH_SOCK=/tmp/ssh-cCLGcEtJJcAx/agent.1139 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/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=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue Mar 15 19:51:07 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 15 Mar 2022 18:51:07 GMT Subject: [Gambas-bugtracker] Bug #2507: WebScrollView malfunction Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2507&from=L21haW4- Omar MORENO reported a new bug. Summary ------- WebScrollView malfunction Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- In design mode, clicking on any child of the WebScrollView object all children are enlarged, this happens when you have the property in [ Arrange = Vertical ] or [ Arrange = Horizontal ] System information ------------------ [System] Gambas=3.17 OperatingSystem=Linux Kernel=5.4.0-104-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=XFCE Font=Ubuntu,10 Scale=7 Theme=mint-y-aqua Language=es_PA.UTF-8 Memory=7843M [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 COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=xfce DISPLAY=:0.0 GB_GUI=gb.gtk3 GDMSESSION=xfce GDM_LANG=es_ES GTK3_MODULES=xapp-gtk3-module GTK_MODULES=gail:atk-bridge HOME= LANG=es_PA.UTF-8 LANGUAGE=es_PA.UTF-8 LC_ADDRESS=es_PA.UTF-8 LC_ALL=es_PA.UTF-8 LC_IDENTIFICATION=es_PA.UTF-8 LC_MEASUREMENT=es_PA.UTF-8 LC_MONETARY=es_PA.UTF-8 LC_NAME=es_PA.UTF-8 LC_NUMERIC=es_PA.UTF-8 LC_PAPER=es_PA.UTF-8 LC_TELEPHONE=es_PA.UTF-8 LC_TIME=es_PA.UTF-8 LOGNAME= PAPERSIZE=a4 PATH=/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1139,unix/:/tmp/.ICE-unix/1139 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1218 SSH_AUTH_SOCK=/tmp/ssh-cCLGcEtJJcAx/agent.1139 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-xfce:/etc/xdg:/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/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=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Mar 17 01:21:21 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Mar 2022 00:21:21 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #4 by Beno?t MINISINI: Hi, The only sane solution I found for your problem is adding an exported "Cursor" class to your project so that it becomes automatically compatible with older versions of Gambas. Can you try the 'Cursor.class' file joined, and tell me if it works? If it does the job, it may become a now 'compatibility' component for Gambas 3.17.1. ---------------------------------------------------------------------------- Attachment: Cursor.class Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu Mar 17 01:22:04 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Mar 2022 00:22:04 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #5 by Beno?t MINISINI: Oops, there is a bug: remove the 'OPTIONAL' keyword in 'EXPORT OPTIONAL' at the beginning of the file. From bugtracker at gambaswiki.org Thu Mar 17 01:30:24 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Mar 2022 00:30:24 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #6 by Beno?t MINISINI: Use that class instead, the previous one does not work. ---------------------------------------------------------------------------- Attachment: Cursor.class From bugtracker at gambaswiki.org Thu Mar 17 08:07:09 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Mar 2022 07:07:09 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #7 by Christof THALHOFER: Wow cool, it seems to work! I integrated it in my main lib for all graphical programs and this compatibility problem is gone. I did not test every single cursor, as we only use 'Arrow' and 'Pointing'. Thank you! Christof THALHOFER changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Thu Mar 17 08:24:06 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Mar 2022 07:24:06 GMT Subject: [Gambas-bugtracker] Bug #2508: The maskbox cursor positionning is strange Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2508&from=L21haW4- Fabien BODARD reported a new bug. Summary ------- The maskbox cursor positionning is strange Type : Bug Priority : High Gambas version : Master Product : GUI components Description ----------- Hi ! I use the dates and ValueBox widgets more intensively, and I observe problems related to the positioning of the cursor when taking focus. This makes my forms very impractical to use. For example, On a Currency type ValueBox, ValueBox1.SetFocus sends the cursor to the end of the textbox and not to the comma. (by the way, it would be nice if in France the point could serve as a numeric comma... it would be more practical to stay on the numeric keypad) For dates, after entering the day, the separator is either automatically skipped or not, you would have to choose, impossible to enter a date without looking at your screen :-/. I think this is all related to the maskbox -- Fabien Bodard System information ------------------ [System] Gambas=3.15.90 6e26b524e (master) OperatingSystem=Linux Kernel=5.4.0-53-generic Architecture=x86_64 Distribution=Linux Mint 20 Ulyana Desktop=CINNAMON Theme=mint-y Language=fr_FR.UTF-8 Memory=7843M [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] APPMENU_DISPLAY_BOTH=1 CINNAMON_VERSION=4.6.7 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=cinnamon DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=cinnamon GDM_LANG=fr_FR GIO_LAUNCHED_DESKTOP_FILE=/usr/local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=2538 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=fr_FR.UTF-8 LANGUAGE=fr_FR.UTF-8 LC_ALL=fr_FR.UTF-8 LOGNAME= 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_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/2058,unix/:/tmp/.ICE-unix/2058 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2126 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/.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=cinnamon XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Mar 17 08:49:55 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Mar 2022 07:49:55 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #8 by Christof THALHOFER: Ahm, maybe I do not understand well, but: If we make it a component in 3.17, the code is still incompatible in 3.16 as the component doesn't exist in 3.16. It only helps if the class is physically in the project. I just tested it: * Opened project in 3.17. * Inserted Cursor.class and stored it. * Closed and reopened the project. * Changed the form 'FmKunde' and stored it. Now this happened in 'FmKunde.form': - Mouse = Mouse.Pointing + Mouse = Cursor.Pointing Now in 3.16: The project now opens well in the IDE 3.16 because the 'Cursor.class' exists. As soon as I delete it (this is the equivalent of the situation that the component does not exist in 3.16) the error happens again: "Error: Unknown symbol 'Pointing' in class 'Cursor'" So it would only help if we made a compatibility component in Gambas 3.16.4. From bugtracker at gambaswiki.org Thu Mar 17 14:11:02 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Mar 2022 13:11:02 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #9 by Beno?t MINISINI: Yes, you're right. At the moment the class must be put manually in the main project. From bugtracker at gambaswiki.org Thu Mar 17 15:30:51 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Mar 2022 14:30:51 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #10 by Christof THALHOFER: When I put it in my main GUI lib the problem is gone in all my projects. What if we create a '3.17 upwards compatibility library' and put it in the software farm? From bugtracker at gambaswiki.org Thu Mar 17 15:33:23 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 17 Mar 2022 14:33:23 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #11 by Beno?t MINISINI: In the meanwhile you can do that. From bugtracker at gambaswiki.org Fri Mar 18 09:33:08 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Mar 2022 08:33:08 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Comment #12 by Christof THALHOFER: I published '317-compatibility' in the software farm. From bugtracker at gambaswiki.org Fri Mar 18 22:24:24 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Mar 2022 21:24:24 GMT Subject: [Gambas-bugtracker] Bug #2504: 3.17 'Cursor' class makes '.form' files incompatible to earlier versions In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2504&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Mar 18 22:27:41 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Mar 2022 21:27:41 GMT Subject: [Gambas-bugtracker] Bug #2061: Error libgbmime-3.0.so.0 dont exist In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2061&from=L21haW4- Comment #3 by Beno?t MINISINI: Is this issue still valid? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Fri Mar 18 23:22:55 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Mar 2022 22:22:55 GMT Subject: [Gambas-bugtracker] Bug #1856: Toolbar config error when dragging an icon to the FToolbarConfig form. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1856&from=L21haW4- Comment #3 by Beno?t MINISINI: Any news about that issue? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Fri Mar 18 23:25:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Mar 2022 22:25:53 GMT Subject: [Gambas-bugtracker] Bug #1436: After Detaching a Tab the Cut, Copy, or Past keyboard shortcuts no longer work in the detached window. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1436&from=L21haW4- Comment #3 by Beno?t MINISINI: I think that bug has been fixed. If you still does have the bug, please re-open the issue. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Mar 19 00:02:55 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Mar 2022 23:02:55 GMT Subject: [Gambas-bugtracker] Bug #2061: Error libgbmime-3.0.so.0 dont exist In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2061&from=L21haW4- Comment #4 by Bruce STEERS: No. I just tested it. i had libgmime.2.6 and 3.0 installed. I uninstalled 2.6 Compilation worked fine no warnings. Bruce STEERS changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Mar 19 00:10:18 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 18 Mar 2022 23:10:18 GMT Subject: [Gambas-bugtracker] Bug #2061: Error libgbmime-3.0.so.0 dont exist In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2061&from=L21haW4- Comment #5 by Bruce STEERS: with 2.6 installed and 3.0 removed it gives warning || Unable to met pkg-config requirement: gmime-3.0 || But gmime 2.6 has been detected! but it still compiles okay. From bugtracker at gambaswiki.org Sat Mar 19 01:42:33 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 19 Mar 2022 00:42:33 GMT Subject: [Gambas-bugtracker] Bug #2061: Error libgbmime-3.0.so.0 dont exist In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2061&from=L21haW4- Comment #6 by Beno?t MINISINI: Yes, this is intended. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Mar 19 03:24:30 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 19 Mar 2022 02:24:30 GMT Subject: [Gambas-bugtracker] Bug #1856: Toolbar config error when dragging an icon to the FToolbarConfig form. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1856&from=L21haW4- Comment #4 by Bruce BRUEN: I have not seen it occur for some time, but since then the QT5 version we use has been updated. Bruce BRUEN changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Mar 19 03:35:09 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 19 Mar 2022 02:35:09 GMT Subject: [Gambas-bugtracker] Bug #1856: Toolbar config error when dragging an icon to the FToolbarConfig form. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1856&from=L21haW4- Comment #5 by Bruce BRUEN: No, still occurs :-( In the attached project: 1) right click on the toolbar and select Configure 2) drag one of the toolbuttons from the toolbar to the drop area. ---------------------------------------------------------------------------- Attachment: template_BASE-0.0.2.tar.gz From bugtracker at gambaswiki.org Sun Mar 20 20:24:57 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 20 Mar 2022 19:24:57 GMT Subject: [Gambas-bugtracker] Bug #2506: Selection doesn't work when WebTable has property [ Showcheck = False ] In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2506&from=L21haW4- Comment #1 by Beno?t MINISINI: It does not work correctly when ShowCheck = True either! Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun Mar 20 21:28:21 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 20 Mar 2022 20:28:21 GMT Subject: [Gambas-bugtracker] Bug #2506: Selection doesn't work when WebTable has property [ Showcheck = False ] In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2506&from=L21haW4- Comment #2 by Beno?t MINISINI: It should be fixed by commit https://gitlab.com/gambas/gambas/-/commit/1ad9bf59638384eeb4abb746a692b5ab34ea8986. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun Mar 20 21:44:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 20 Mar 2022 20:44:53 GMT Subject: [Gambas-bugtracker] Bug #2507: WebScrollView malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2507&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun Mar 20 23:13:18 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 20 Mar 2022 22:13:18 GMT Subject: [Gambas-bugtracker] Bug #2507: WebScrollView malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2507&from=L21haW4- Comment #1 by Beno?t MINISINI: This should be fixed by commit https://gitlab.com/gambas/gambas/-/commit/0f0bb17a6d9312875b57ea3f632e745574c18978. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun Mar 20 23:18:17 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 20 Mar 2022 22:18:17 GMT Subject: [Gambas-bugtracker] Bug #1856: Toolbar config error when dragging an icon to the FToolbarConfig form. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1856&from=L21haW4- Comment #6 by Beno?t MINISINI: I can't run the project, I don't have the controls. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue Mar 22 12:19:43 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Mar 2022 11:19:43 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Daniel S reported a new bug. Summary ------- GB3 IDE freezes when loading debug profile. Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- Tested version: - 3.17.0 - 3.17.90 (20220320, commit: 0f0bb17a6d9312875b57ea3f632e745574c18978) Hi, I noticed a race condition when loading a debug profile, freezing the IDE and having to kill the Gambas IDE. Steps to reproduce (at least on my virtual machine): 1. Start GB3 2. Load a project 3. Check Debug->Activate Profiling 4. Run the project. 5. IDE freezes. Had to be killed. Expected result: Opening of the profiling window of the run project. I tried to find the problem, but just could discover that this is probably a racing condition: Everything works as expected when putting a breakpoint just before the starting the "CProfileTask" (by debugging the GB3 IDE with a self compiled Gambas IDE) 1. Load the GB3 project (~/gambas-master/app/src/gambas3) 2. Place a breakpoint at Sources/Debug/FProfile.class, line 53: hTask = New CProfileTask(sPath) As "ProfileTask" 3. Run the GB3 project 4. Inside the debugged IDE: load a project (doesn't matter what), then run it and finally close it (by quitting it ) 5. The debugger breaks on your breakpoint 6. Just continue to run with 7. The profiling shows up correctly. To freeze the IDE: Do the same as before, but without any breakpoints. When quitting your project, the debugged GB3 IDE freezes. I put some "debug messages" inside the CProfileTask.class, but only the first "CProfileTask: _New" got printed when run without any breakpoints. Both messages are printed with the breakpoint at Sources/Debug/FProfile.class, line 53. Debug messages placed inside the CProfileTask.class: ----------------------- Public Sub _new(sPath As String) Debug "CProfileTask: _New" $sPath = sPath End Public Sub Main() As Variant Debug "CProfileTask: _Main" LoadProfile() Return [$iTime, $iFunctime, $aFunc, $cFunc, $cLines, $cCount] End ---------------------- The same happens when just trying to load a saved Profile with the Debug menu "Open Profile...". It seems that the background Task CProfileTask is somehow not started. If somebody needs clarification, of course I will try to provide any additional information. Regards, Daniel System information ------------------ Virtual machine (VmWare Workstation), running Debian (11.2 bullseye) with XFCE 4.16 as desktop environment. Latest updates applied. /proc/version: Linux version 5.10.0-12-amd64 (debian-kernel at lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.103-1 (2022-03-07) From bugtracker at gambaswiki.org Tue Mar 22 15:41:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Mar 2022 14:41:27 GMT Subject: [Gambas-bugtracker] Bug #1856: Toolbar config error when dragging an icon to the FToolbarConfig form. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1856&from=L21haW4- Comment #7 by Bruce BRUEN: Ah. Sorry about that. Too quick on the make archive click. What I have discovered is this. Refer attached pic. When I try to reproduce the error from a new scratch project, the List and Keys are the same. ??? b ---------------------------------------------------------------------------- Attachment: ksnip_20220321-190325.png Bruce BRUEN changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Mar 23 00:20:19 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 22 Mar 2022 23:20:19 GMT Subject: [Gambas-bugtracker] Bug #1856: Toolbar config error when dragging an icon to the FToolbarConfig form. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1856&from=L21haW4- Comment #8 by Beno?t MINISINI: Can you try with the last commit https://gitlab.com/gambas/gambas/-/commit/cc5cba73788c93a4028cd511f62aa14d5618d0d5? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Mar 23 01:28:56 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Mar 2022 00:28:56 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Comment #1 by Beno?t MINISINI: I have no freeze on my system... Can you try with the QT5 version of the IDE, to see if you have the freeze too? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Wed Mar 23 11:58:33 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Mar 2022 10:58:33 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Comment #2 by Daniel S: Hi, Thanks for your quick reply. I tried your test: Inside the project of the GB3 IDE, replacing the following components : "gb.gui" with "gb.qt5" (I had to replace also: "gb.gui.webview" with "gb.qt5.webview"), the freezes did NOT occur. Replacing again the "gb.qt5" with their original "gb.gui" components again and the freeze did happen. So, using QT5 inside the GB3 GUI, the profiler loads correctly. It seems that you already have a very good feeling of what the problem is!! (Even if it's outside your code). Very good. Regards, Daniel S Daniel S changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed Mar 23 12:56:02 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Mar 2022 11:56:02 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Comment #3 by Daniel S: I just saw that the Debugger has a QT selector "GUI Component". And the tests are the same as manually replacing the components inside the GB GUI source project. When trying to load a debugger profile, it works OK if selecting inside my project: Debugger-> GUI Component-> "QT5", and the GUI freezes if I use Debugger-> GUI Component-> "Current Desktop". Another bug, surely closely related: Using Debugger-> GUI Component-> "Current Desktop" : If you place a breakpoint inside a Menu->Show Event [inside your Sub Menu1_Show() ], the whole Desktop (not only the GB3 IDE) can not get any more inputs!! (Neither mouse nor keyboard, I had to open a non graphics shell with , log in and kill the gbx3 process) Using Debugger-> GUI Component-> "QT5": the GB3 IDE (and my Desktop ;-) From bugtracker at gambaswiki.org Wed Mar 23 12:59:27 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Mar 2022 11:59:27 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Comment #4 by Daniel S: (finishing the last sentence of my previous comment...) Using Debugger-> GUI Component-> "QT5": the GB3 IDE (and my Desktop ;-)), the breakpoint inside a Menu Show Event, works and I can debug my code. From bugtracker at gambaswiki.org Wed Mar 23 14:43:54 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Mar 2022 13:43:54 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Comment #20 by Peter KOSTRZ: Hi Benoit, I found a way around the problem with the xmlDocument. The problem itself is not solved yet, but I can handle it without using appendchild. At the moment all running fine so far and I am a little bit too busy to continue in the problem search. If you agree I postpone the test after easter, when we have less open projects here. If you find out something in the meantime let me know. Gretings from Switzerland and have a nice time Peter From bugtracker at gambaswiki.org Wed Mar 23 17:20:11 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 23 Mar 2022 16:20:11 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Comment #5 by Daniel S: Sorry I have to say that may previous test which said that opening a debug profile with Debugger-> GUI Component-> "QT5", works is not true (anymore??) The only way I can open consistently a debug profile with the GB3 GUI is by recompiling the GB3 GUI, replacing its "gb.gui" component with the "gb.qt5". Regards, Daniel S. From bugtracker at gambaswiki.org Thu Mar 24 02:42:53 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Mar 2022 01:42:53 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Comment #6 by Beno?t MINISINI: You don't have to modify the source code to choose the GUI component of the IDE. This is what 'gb.gui' does: it chooses the component at runtime according to the current desktop in use or the contents of the GB_GUI environment variable. Moreover, it automatically chooses the corresponding 'gb.*.webview' component. The Gambas 3 IDE desktop file icon is configured to be run with QT5, QT4, GTK+3, or the current desktop. Maybe XFCE does not handle that, but with Gnome or KDE you have a popup-menu. But you can do that from a terminal: $ GB_GUI=gb.qt5 gambas3 Otherwise, if it freezes with 'gb.gtk3' but not with 'gb.qt5, it must be the GTK+3 design bug that breaks the Gambas interpreter process termination signal handler. But there is a workaround for that bug since commit 7457b4de (just before the 3.17.0 release), so I don't understand while you still get it (and apparently other people don't). From bugtracker at gambaswiki.org Thu Mar 24 21:54:32 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Mar 2022 20:54:32 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Comment #7 by Daniel S: Hi Beno?t, I didn't know that the gb3 IDE uses this environment variable, this makes a good workaround meanwhile this bug is still present. I can confirm that still get the IDE to freeze if I start gb3 IDE without the GB_GUI=gb.qt5 environment and try to load a debug profiling file. By the way, great program you've made!! Regards, Daniel S From bugtracker at gambaswiki.org Thu Mar 24 22:42:04 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Mar 2022 21:42:04 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Comment #8 by Beno?t MINISINI: Is it possible to have a ssh access to your virtual machine, so that I can compile / re-compile Gambas on it to try to understand the problem? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu Mar 24 22:50:33 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 24 Mar 2022 21:50:33 GMT Subject: [Gambas-bugtracker] Bug #2508: The maskbox cursor positionning is strange In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2508&from=L21haW4- Comment #1 by Beno?t MINISINI: Yes, the different modes of ValueBox should be rewritten from scratch without MaskBox, because MaskBox can't be clever enough for to make the different editing modes practical. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Mar 25 02:00:12 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Mar 2022 01:00:12 GMT Subject: [Gambas-bugtracker] Bug #2483: Allow On Gosub and On Goto to use pointer/function array as target In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2483&from=L21haW4- Alarc'h VRETONED changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri Mar 25 21:45:25 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Mar 2022 20:45:25 GMT Subject: [Gambas-bugtracker] Bug #2460: During the debugging process the systems stops with a failure free(): double free detected in tcache 2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2460&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Abandoned. From bugtracker at gambaswiki.org Fri Mar 25 21:51:01 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Mar 2022 20:51:01 GMT Subject: [Gambas-bugtracker] Bug #2505: Desktopwindow.visiblename hangs for very long window titles. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2505&from=L21haW4- Comment #1 by Beno?t MINISINI: I can't reproduce the freeze with that code. Please provide a full project that reproduces the bug. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Fri Mar 25 23:20:44 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Mar 2022 22:20:44 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Comment #9 by Daniel S: I'm abroad until 6th of April (have only my laptop with me right now, and a relatively slow connection). As soon as I'm back home, I'll provide you with a ssh access. I assume you have access to my gambaswiki profile, with my email address? So you can send me an email to which I can reply with the access codes when I'm back. Daniel S changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Mar 26 00:10:14 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 25 Mar 2022 23:10:14 GMT Subject: [Gambas-bugtracker] Bug #2509: GB3 IDE freezes when loading debug profile. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2509&from=L21haW4- Daniel S changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Mar 26 03:40:26 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Mar 2022 02:40:26 GMT Subject: [Gambas-bugtracker] Bug #2510: window placement not working Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2510&from=L21haW4- steve G reported a new bug. Summary ------- window placement not working Type : Bug Priority : High Gambas version : 3.16 Product : Unknown Description ----------- the following command have no effect. me.top=5 me.left=5 this is in the form open event. On a multiple monitor system running fedora 35 gnome 40. x or wayland react the same. this has been in the mail list. was told to put up a report here. the main project affected places windows on various monitors so that information is given to the right place in real time. in version 3.15 this worked and I could place the left so that the window was always on the correct monitor. version 3.16 nothing in my programming changes but now the window placement does not work at all. I have not been able to modify program to compensate for this. The me.move(5,5) does not work either. Please fix this. System information ------------------ [System] Gambas=3.16.2 OperatingSystem=Linux Kernel=5.16.15-201.fc35.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 35 (Thirty Five) Desktop=GNOME Font=Cantarell,11 Scale=8 Theme=adwaita Language=en_US.UTF-8 Memory=11838M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.14 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.27 GStreamer=libgstreamer-1.0.so.0.2000.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.27 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEBUGINFOD_URLS=https://debuginfod.fedoraproject.org/ DESKTOP_SESSION=gnome DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=gnome GDM_LANG=en_US.UTF-8 GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=3060674 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= INVOCATION_ID=f8d9753f0a574aba82052dd7ea7f6bf7 JOURNAL_STREAM=8:29918 KDEDIRS=/usr LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOADEDMODULES= LOGNAME= MAIL=/var/spool/mail/ MANAGERPID=1198 MANPATH=/usr/share/man: MODULEPATH=/etc/scl/modulefiles:/usr/share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles MODULESHOME=/usr/share/Modules MODULES_CMD=/usr/share/Modules/libexec/modulecmd.tcl MODULES_RUN_QUARANTINE=LD_LIBRARY_PATH LD_PRELOAD MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/usr/share/Modules/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin:/.local/bin:/bin PWD= QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/1423,unix/unix:/tmp/.ICE-unix/1423 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1367 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh STEAM_FRAME_FORCE_CLOSE=1 SYSTEMD_EXEC_PID=1447 TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=GNOME XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=gnome XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus which_declare=declare -f From bugtracker at gambaswiki.org Sat Mar 26 03:47:44 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Mar 2022 02:47:44 GMT Subject: [Gambas-bugtracker] Bug #2510: window placement not working In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2510&from=L21haW4- Comment #1 by Beno?t MINISINI: You first must be aware that Wayland forbids an application to move its windows. Do you have the problem with wayland only (which is normal) or with X11 too? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Mar 26 03:48:54 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Mar 2022 02:48:54 GMT Subject: [Gambas-bugtracker] Bug #2510: window placement not working In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2510&from=L21haW4- Comment #2 by Beno?t MINISINI: Sorry I didn't see that you wrote "x". So you confirm that the window does not move on X11 in a multiple monitor setup? Does it move as expected with a single monitor setup? From bugtracker at gambaswiki.org Sat Mar 26 03:56:48 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Mar 2022 02:56:48 GMT Subject: [Gambas-bugtracker] Bug #2510: window placement not working In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2510&from=L21haW4- Comment #3 by steve G: I checked it on a single monitor setup and the windows still are not placed where they are told. I have been using X and switched it to wayland after the problem. It made no difference so the problem is on X and wayland. Thank you for the info about wayland I will make sure it is on X but as of this point the same problem on X. steve G changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Mar 26 04:09:01 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 26 Mar 2022 03:09:01 GMT Subject: [Gambas-bugtracker] Bug #2510: window placement not working In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2510&from=L21haW4- Comment #4 by Beno?t MINISINI: I have just tested with a VirtualBox VM having two monitors running Mint / Mate, and everything works as expected. I will install a VM with Fedora 35 to see if the problems comes from Fedora + Gnome. From bugtracker at gambaswiki.org Sun Mar 27 17:54:21 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Mar 2022 15:54:21 GMT Subject: [Gambas-bugtracker] Bug #2511: Clearing all breakpoints often fails Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2511&from=L21haW4- Brian G reported a new bug. Summary ------- Clearing all breakpoints often fails Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- When executing the option to clear all breakpoints the the following error pops up. Cannot open file. File or directory does not exist. Project.Loadfile.2036 FDebugInfo.RemoveAllBreakpoints.1796 FMain.mnuClearBreakpoints_Click.2013 see attached image This happens both when breakpoints exist and when they do not, this happen on any project I am debugging When I say ok Then another popup asked if I want to ignore the error or close with the following error Application raised an unexpected error and must abort Null object(#13) FDebugInfo.RemoveAllBreakpoints.1797 see second attachment System information ------------------ [System] Gambas=3.17.90 OperatingSystem=Linux Kernel=5.13.0-30-generic Architecture=x86_64 Distribution=Linux Mint 20.3 Una Desktop=MATE Font=Ubuntu,10 Scale=7 Theme=mint-y Language=en_US.UTF-8 Memory=13938M [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 CLUTTER_IM_MODULE=ibus COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE_PID=3528416 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/.local/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_FONT_DPI=96 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/3223983,unix/:/tmp/.ICE-unix/3223983 SHELL=/usr/bin/gsh SHLVL=0 SSH_AGENT_PID=3224064 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=xterm 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=c11 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session4 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Sun Mar 27 23:42:07 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Mar 2022 21:42:07 GMT Subject: [Gambas-bugtracker] Bug #2510: window placement not working In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2510&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at gambaswiki.org Mon Mar 28 01:08:06 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Mar 2022 23:08:06 GMT Subject: [Gambas-bugtracker] Bug #2510: window placement not working In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2510&from=L21haW4- Comment #5 by Beno?t MINISINI: I have just installed a Fedora 35 VM, with Gnome / X11 and two monitors, compiled Gambas master, and moving a window works as expected both with QT5 and GTK+3. Can you try the master, or at least the 3.17.0 version? ---------------------------------------------------------------------------- Attachment: capture_20220328_010530.png Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Mon Mar 28 01:24:50 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 27 Mar 2022 23:24:50 GMT Subject: [Gambas-bugtracker] Bug #2510: window placement not working In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2510&from=L21haW4- Comment #6 by steve G: I would be happy to try the 3.17 version as soon as it is available on the repos. so you know I tried the gtk2 and gtk3 neither worked. I do not seem to have 3.17 version in the repo yet. I have been waiting for it to see if anything helps. Maybe there is a difference but I do not compile and install. I use only that which is in the repo to install easily. perhaps the problem is hiding in that? steve G changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Mar 29 11:04:10 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 29 Mar 2022 09:04:10 GMT Subject: [Gambas-bugtracker] Bug #2496: Failed to login to bugtracker In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2496&from=L21haW4- Comment #1 by Carlo PANARA: I think it's the same of the bug 2409 From bugtracker at gambaswiki.org Wed Mar 30 17:48:56 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 30 Mar 2022 15:48:56 GMT Subject: [Gambas-bugtracker] Bug #2512: Prefer x11 or wayland right from the project? Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2512&from=L21haW4- Antonio OREFICE reported a new bug. Summary ------- Prefer x11 or wayland right from the project? Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- My project cannot support wayland, so, when i start it, i'd prefer it to always use x11, so XWayland. by now, i can set GB_GUI_PLATFORM=x11 prior to start it, but what i ask is a way to "build" the executable just without wayland support. Is this already possible maybe? Thanks! System information ------------------ [System] Gambas=3.16.3 OperatingSystem=Linux Kernel=5.16.12-arch1-1 Architecture=x86_64 Distribution=Arch Linux Desktop=KDE5 Font=PT Sans,10 Scale=7 Theme=oxygen Language=it_IT.utf8 Memory=15881M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.0.0 Curl=libcurl.so.4.1.0 Curl=libcurl.so.4.2.0 Curl=libcurl.so.4.3.0 Curl=libcurl.so.4.4.0 Curl=libcurl.so.4.5.0 Curl=libcurl.so.4.6.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.32.0 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.29 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.2000.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.29 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.119.0.0 QT4=libQtCore.so.4.7.4 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.15.3 SDL=libSDL-1.2.so.0.11.5 SQLite=libsqlite3.so.0.8.6 [Environment] Automoc4_DIR=/usr/lib/automoc4 CCACHEPATH=/usr/lib/ccache/bin DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1012/bus DESKTOP_SESSION=plasma DISPLAY=:0 EDITOR=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 HG=/usr/bin/hg HISTCONTROL=ignoredups HISTSIZE=50000 HOME= INFINALITY_FT= INFINALITY_FT_AUTOFIT_FORCE_SLIGHT_HINTING=true INFINALITY_FT_AUTOHINT_HORIZONTAL_STEM_DARKEN_STRENGTH=0 INFINALITY_FT_AUTOHINT_INCREASE_GLYPH_HEIGHTS=false INFINALITY_FT_AUTOHINT_SNAP_STEM_HEIGHT=0 INFINALITY_FT_AUTOHINT_VERTICAL_STEM_DARKEN_STRENGTH=25 INFINALITY_FT_BOLD_EMBOLDEN_X_VALUE=0 INFINALITY_FT_BOLD_EMBOLDEN_Y_VALUE=0 INFINALITY_FT_BRIGHTNESS=0 INFINALITY_FT_CHROMEOS_STYLE_SHARPENING_STRENGTH=0 INFINALITY_FT_CONTRAST=0 INFINALITY_FT_FILTER_PARAMS=7 25 44 25 7 INFINALITY_FT_FRINGE_FILTER_STRENGTH=0 INFINALITY_FT_GAMMA_CORRECTION=0 100 INFINALITY_FT_GLOBAL_EMBOLDEN_X_VALUE=0 INFINALITY_FT_GLOBAL_EMBOLDEN_Y_VALUE=0 INFINALITY_FT_GRAYSCALE_FILTER_STRENGTH=0 INFINALITY_FT_STEM_ALIGNMENT_STRENGTH=0 INFINALITY_FT_STEM_FITTING_STRENGTH=0 INFINALITY_FT_STEM_SNAPPING_SLIDING_SCALE=0 INFINALITY_FT_USE_KNOWN_SETTINGS_ON_SELECTED_FONTS=true INFINALITY_FT_USE_VARIOUS_TWEAKS=true INFINALITY_FT_WINDOWS_STYLE_SHARPENING_STRENGTH=0 INTEL_BATCH=1 KDE_APPLICATIONS_AS_SCOPE=1 KDE_FULL_SESSION=true KDE_SESSION_UID=1012 KDE_SESSION_VERSION=5 KWIN_NVIDIA_HACK=1 KWIN_TRIPLE_BUFFER=0 LANG=it_IT.utf8 LANGUAGE=it_IT.utf8 LC_ALL=it_IT.utf8 LC_COLLATE=C LESS_TERMCAP_mb= LESS_TERMCAP_md= LESS_TERMCAP_me= LESS_TERMCAP_se= LESS_TERMCAP_so= LESS_TERMCAP_ue= LESS_TERMCAP_us= LOGNAME= LS_COLORS=rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=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:*.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:*.aac=00;36:*.au=00;36:*.flac=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: MAIL=/var/spool/mail/ MOTD_SHOWN=pam MOZ_DISABLE_PANGO=1 OOO_FORCE_DESKTOP=gnome PAM_KWALLET5_LOGIN=/run/user/1012/kwallet5.socket PATH=/usr/local/bin/:/usr/lib/ccache/bin:/bin:/usr/bin:/usr/local/bin:/usr/local/sbin:/.local/share/flatpak/exports/bin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/scripts:/scripts/DominioNT/:/scripts/windows/ PS1=\[\033[38;5;15m\]\n[\t]\[\] cd \[\033[38;5;11m\]\w\[\033[38;5;15m\]\n\[\033[38;5;10m\]\u\[\033[38;5;15m\]@\[\033[38;5;14m\]\h\[\033[38;5;12m\]# \[\] PS4=+ PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_GRAPHICSSYSTEM=raster QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=kde QT_SCREEN_SCALE_FACTORS=VGA-0=1;DVI-D-0=1;HDMI-0=1;DVI-D-1=1; SAL_USE_VCLPLUGIN=gtk SESSION_MANAGER=local/:@/tmp/.ICE-unix/1625017,unix/:/tmp/.ICE-unix/1625017 SHELL=/bin/bash SHLVL=0 SYSTEMD_EXEC_PID=702 TZ=:/etc/localtime USER= WINEDLLOVERRIDES=winemenubuilder.exe=d XAUTHORITY=/.Xauthority XCURSOR_SIZE=24 XCURSOR_THEME=Jimmac XDG_CONFIG_DIRS=/.config/kdedefaults:/etc/xdg XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_DESKTOP_DIR=$HOME/Desktop" XDG_RUNTIME_DIR=/run/user/1012 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=44 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session11 XDG_SESSION_TYPE=x11 XDG_VTNR=7 __GLVND_DISALLOW_PATCHING=1 __GL_ExperimentalPerfStrategy=1 __GL_SHADER_DISK_CACHE=1 force_s3tc_enable=true From bugtracker at gambaswiki.org Thu Mar 31 23:15:42 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 31 Mar 2022 21:15:42 GMT Subject: [Gambas-bugtracker] Bug #1856: Toolbar config error when dragging an icon to the FToolbarConfig form. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1856&from=L21haW4- Comment #9 by Bruce BRUEN: That seems to have fixed it! Bruce BRUEN changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Mar 31 23:19:17 2022 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 31 Mar 2022 21:19:17 GMT Subject: [Gambas-bugtracker] Bug #1856: Toolbar config error when dragging an icon to the FToolbarConfig form. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1856&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed.