Neather one works on my Debian Gnome system
mhc@debian:~$ dconf read /org/${XDG_CURRENT_DESKTOP,,}/desktop/interface/gtk-theme
mhc@debian:~$ dconf read /org/$DESKTOP_SESSION/desktop/interface/gtk-theme
mhc@debian:~$
Search found 83 matches
- Monday 01st March 2021 4:22pm
- Forum: General
- Topic: Retrieve a Theme's name ?
- Replies: 18
- Views: 210
- Monday 15th February 2021 9:15pm
- Forum: General
- Topic: [Solved] Keyboard advice
- Replies: 6
- Views: 177
Re: Keyboard advice
Yes it does
Public Sub Form_KeyPress() Select Key.Text Case "a" Print "a" Case "A" Print "A" End Select End
- Monday 18th January 2021 5:01pm
- Forum: General
- Topic: Print issue
- Replies: 3
- Views: 325
Re: Print issue
I get the same results as you. It is a component problem
changing to : gb.gui.opengl, seems to fix it
changing to : gb.gui.opengl, seems to fix it
- Sunday 03rd January 2021 8:40am
- Forum: General
- Topic: Dialog.OpenFile()
- Replies: 11
- Views: 982
Re: Dialog.OpenFile()
I may be missing something ... why would you go through all that trouble and extra code ..
when a one-liner does it all ?
when a one-liner does it all ?
- Saturday 02nd January 2021 4:56pm
- Forum: General
- Topic: Newbie query - reading a data file
- Replies: 2
- Views: 360
Re: Newbie query - reading a data file
I am not an expert at this but I found this ... it might help
- Saturday 02nd January 2021 12:17am
- Forum: General
- Topic: Dialog.OpenFile()
- Replies: 11
- Views: 982
Re: Dialog.OpenFile()
Since I am kinda new at Gambas I was just wondering if I was misunderstanding some thing or using it incorrectly.
Simple enough to use the one-liner
Marv
Simple enough to use the one-liner

If Dialog.OpenFile() Then Return ' "True" = User canceled ' use the fileThank for the feedback
Marv
- Thursday 31st December 2020 5:38am
- Forum: General
- Topic: Dialog.OpenFile()
- Replies: 11
- Views: 982
Dialog.OpenFile()
This is kinda a discussion topic
Can anyone explain the logic of pressing CANCEL should return TRUE ?
Seems to me that an affirmative response should return true.

Can anyone explain the logic of pressing CANCEL should return TRUE ?
Seems to me that an affirmative response should return true.
If Dialog.OpenFile() Then Return ' User pressed Cancel - Endif
- Wednesday 30th December 2020 11:56pm
- Forum: General
- Topic: Global Variables
- Replies: 7
- Views: 621
Re: Global Variables
I have had that happen with what I wrote last weekI've opened code I wrote 10 years ago and with a horrified look on my face, I had that moment of "What the hell was i thinking..."

- Monday 28th December 2020 10:27pm
- Forum: General
- Topic: More thoughts on Gambas Help
- Replies: 14
- Views: 1237
Re: More thoughts on Gambas Help
It is a very nice and use full program ... Thanks The zoom should also include the left hand panel as well ... I just had cataract surgery in the first eye and it is very hard to read small print. I did go into the program and change the font to a larger size. Now I just have to figure out how to ad...
- Wednesday 23rd December 2020 6:21pm
- Forum: General
- Topic: keyboard alllways activ, even not programmed
- Replies: 13
- Views: 1073