[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with radiobuttons in frames
[Thread Prev] | [Thread Next]
- Subject: Problem with radiobuttons in frames
- From: Ed & Clare Kelm <twopilots@xxxxxxxxxxxxxxx>
- Date: Sat, 18 Jul 2026 16:19:57 -0700
- To: user@xxxxxxxxxxxxxxxxxxxxxx
I have a program which has the following items on the main form:
A frame with several radio buttons. Call it FrameM.
Two frames within FrameM, each with several radiobuttons. Call them FrameA and FrameB
FrameA and FrameB radiobuttons operate as expected: Pressing a radiobutton in either one only affects the other radiobuttons in that frame. However, pressing a radiobutton in FrameM clears all of the radiobuttons in FrameA and FrameB. This is new behavior which just appeared in the last few weeks, apparently with 3.22.
The screen shot below shows the result of pressing the "Normal" radiobutton in the frame labeled SWR. All of the radiobuttons in the frames labeled Source and Type of Plot have been cleared.
Thanks for any advice!
Ed Kelm

[System]
Gambas=3.22.0 230a39c (master)
OperatingSystem=Linux
Distribution=Ubuntu 24.04.4 LTS (Noble Numbat)
Kernel=6.17.0-40-generic
Architecture=x86_64
Cores=16
Memory=15834M
Language=en_US.UTF-8
Platform=x11
Desktop=GNOME-CLASSIC
DesktopResolution=96
DesktopScale=8
WidgetTheme=adwaita
Font=Cantarell,11
DarkTheme=False
[Programs]
dpkg=Debian 'dpkg' package management program version 1.22.6 (amd64).
gcc=gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
msgmerge=msgmerge (GNU gettext-tools) 0.21
rpmbuild=RPM version 4.18.2
[Libraries]
Cairo=libcairo.so.2.11800.0
Curl=libcurl.so.4.8.0
DBus=libdbus-1.so.3.32.4
GDK2=libgdk-x11-2.0.so.0.2400.33
GDK3=libgdk-3.so.0.2409.32
GStreamer=libgstreamer-1.0.so.0.2402.0
GTK+2=libgtk-x11-2.0.so.0.2400.33
GTK+3=libgtk-3.so.0.2409.32
OpenGL=libGL.so.1.7.0
Poppler=libpoppler.so.134.0.0
QT5=libQt5Core.so.5.15.13
QT6=libQt6Core.so.6.4.2
RSvg=librsvg-2.so.2.50.0
SDL=libSDL2-2.0.so.0.3000.0
SQLite3=libsqlite3.so.0.8.6
[Environment]
CLUTTER_DISABLE_MIPMAPPED_TEXT=1
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DEBUGINFOD_URLS=https://debuginfod.ubuntu.com
DESKTOP_SESSION=gnome-classic-xorg
DISPLAY=:0
GB_GUI=gb.gtk3
GDMSESSION=gnome-classic-xorg
GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop
GIO_LAUNCHED_DESKTOP_FILE_PID=34818
GJS_DEBUG_OUTPUT=stderr
GJS_DEBUG_TOPICS=JS ERROR;JS LOG
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
GNOME_SHELL_SESSION_MODE=classic
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
GSM_SKIP_SSH_AGENT_WORKAROUND=true
GTK_MODULES=gail:atk-bridge
HOME=<home>
INVOCATION_ID=be1ae112fead41659cd494fc0c2035e0
JOURNAL_STREAM=9:26745
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LOGNAME=<user>
MANAGERPID=2524
MEMORY_PRESSURE_WATCH=/sys/fs/cgroup/user.slice/user-1000.slice/user@1000.service/session.slice/org.gnome.Shell@x11.service/memory.pressure
MEMORY_PRESSURE_WRITE=c29tZSAyMDAwMDAgMjAwMDAwMAA=
PATH=<home>/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
PWD=<home>
QTWEBENGINE_DICTIONARIES_PATH=/usr/share/hunspell-bdic/
QT_ACCESSIBILITY=1
QT_IM_MODULE=ibus
QT_LOGGING_RULES=*.debug=false
SESSION_MANAGER=local/<hostname>:@/tmp/.ICE-unix/2894,unix/<hostname>:/tmp/.ICE-unix/2894
SHELL=/bin/bash
SHLVL=0
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
SYSTEMD_EXEC_PID=2927
TZ=:/etc/localtime
USER=<user>
USERNAME=<user>
WINDOWPATH=2
XAUTHORITY=/run/user/1000/gdm/Xauthority
XDG_ACTIVATION_TOKEN=gnome-shell/Gambas 3/2927-8-<hostname>_TIME30295201
XDG_CONFIG_DIRS=/etc/xdg/xdg-gnome-classic-xorg:/etc/xdg
XDG_CURRENT_DESKTOP=GNOME-Classic:GNOME
XDG_DATA_DIRS=/usr/share/gnome-classic-xorg:/usr/share/gnome:/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-classic-xorg
XDG_SESSION_TYPE=x11
XMODIFIERS=@im=ibus
| Re: Problem with radiobuttons in frames | BB <adamnt42@xxxxxxxxx> |
| Re: Problem with radiobuttons in frames | Lee <t.lee.davidson@xxxxxxxxx> |