Search found 86 matches
- Thu Jun 05, 2025 7:21 am
- Forum: Beginners
- Topic: Is it just me? IDE seems to be struggling with DPI problems
- Replies: 6
- Views: 3565
Re: Is it just me? IDE seems to be struggling with DPI problems
I have experienced similar issues on a 4K display with 200 % scaling. On one linux distro gambas looks crisp only if I start it with qt5 and another one looks crisp only if I start it with qt6. I like how this can be selected by right clicking the gambas taskbar icon, the functionality is baked in t...
- Thu May 22, 2025 1:56 am
- Forum: Lounge
- Topic: Essentials of GNU/Linux (eBook)
- Replies: 4
- Views: 3797
- Wed May 21, 2025 7:45 pm
- Forum: Lounge
- Topic: Essentials of GNU/Linux (eBook)
- Replies: 4
- Views: 3797
Re: Essentials of GNU/Linux (eBook)
> I would much appreciate any help with spell checking and proofreading. Thank you very much for your work and for making it available free of charge. How can I help you with the proofreading? So how can I report any typos without being logged in to Github? I am so happy you would even consider thi...
- Wed May 21, 2025 7:43 pm
- Forum: Beginners
- Topic: Gambas IDE no longer starts on my setup
- Replies: 6
- Views: 2121
Re: Gambas IDE no longer starts on my setup
Thank you Bruce.
- Wed May 21, 2025 1:36 pm
- Forum: Beginners
- Topic: Gambas IDE no longer starts on my setup
- Replies: 6
- Views: 2121
- Wed May 21, 2025 1:34 pm
- Forum: Lounge
- Topic: Essentials of GNU/Linux (eBook)
- Replies: 4
- Views: 3797
Essentials of GNU/Linux (eBook)
Do check out my GNU/Linux eBook effort (pdf and online versions available):
https://github.com/GitJit-max/learning-linux/
https://github.com/GitJit-max/learning-linux/
- Wed May 21, 2025 1:26 pm
- Forum: Beginners
- Topic: Gambas IDE no longer starts on my setup
- Replies: 6
- Views: 2121
Re: Gambas IDE no longer starts on my setup
I have Gambas IDE working again :D The main website https://gambaswiki.org/website/en/main.html was linking me to an old version https://gitlab.com/gambas/gambas/-/archive/3.20.2/gambas-3.20.2.tar.bz2 which I guess was faulty. Once I found the latest version https://gitlab.com/gambas/gambas/-/archiv...
- Wed May 21, 2025 12:51 pm
- Forum: Beginners
- Topic: Gambas IDE no longer starts on my setup
- Replies: 6
- Views: 2121
Gambas IDE no longer starts on my setup
Does anyone know what is JIT in GNU/Linux? After weekly updates of my Solus operating system Gambas IDE no longer starts. I get the following error message: "This application has raised an unexpected error and must abort [6] Type mismatch: wanted String[], got String instead. [gb.jit].CCompila...
- Sat Apr 05, 2025 5:33 am
- Forum: Beginners
- Topic: KeyPress event no longer works - How to troubleshoot?
- Replies: 4
- Views: 9682
Re: KeyPress event no longer works - How to troubleshoot?
Thank you guys! Your tests encouraged me to install and try the same Gambas test app in another distribution - And I have no issues there :o The issue is clearly related to the operating system and has appeared at some point after updates of my main OS. Unfortunately the time frame is several months...
- Fri Apr 04, 2025 10:34 am
- Forum: Beginners
- Topic: KeyPress event no longer works - How to troubleshoot?
- Replies: 4
- Views: 9682
KeyPress event no longer works - How to troubleshoot?
The KeyPress event in Gambas no longer works on my PC. I can recreate the problem like this: File > New project > QT Application or Graphical Application > right click on FMain.form and select Event > KeyPress, and add this code: Public Sub Form_KeyPress() Me.Text = Key.Code End And finally when I R...