Search found 131 matches
- Friday 17th January 2025 2:17am
- Forum: Component
- Topic: gb scanner sur gambas 3.19.4
- Replies: 2
- Views: 5303
Re: gb scanner sur gambas 3.19.4
gambas3-gb-scanner is in the repository if not installed. To see if it is installed in the terminal type sudo pacman -Ss gambas3-gb-scanner. If not type sudo pacman -S gambas3-gb-scanner. If it is installed then it should be in components. Just activate it by checking the check box for it. Hope this...
- Tuesday 10th December 2024 6:31pm
- Forum: Lounge
- Topic: Wayland and desktop enviroments
- Replies: 2
- Views: 114620
Wayland and desktop enviroments
Wonder what effects to Gambas when the DE maintainers switch to Wayland. Seems most of the DE's are going to switch. I know that there is many problems with Wayland with many programs will not even run under Wayland. As far as I have been able to find out is that the originator of Wayland has abando...
- Tuesday 29th October 2024 10:31pm
- Forum: The Gambas IDE
- Topic: Is it me or is it a bug
- Replies: 10
- Views: 16226
Re: Is it me or is it a bug
Bruce you forgot to mention that if the file already exists the copy command will fail with an error. You much check to see fit he file exists and if so delete it before the copy command will work. So long as the file does not have the same name the copy command will work.
- Thursday 17th October 2024 8:13pm
- Forum: Beginners
- Topic: keyboard shortcut swap between form and class
- Replies: 2
- Views: 6209
Re: keyboard shortcut swap between form and class
Should be F12. All keyboard shortcuts are listed under ? (help) keyboard shortcuts.
- Wednesday 16th October 2024 10:20pm
- Forum: General
- Topic: Gambas request password before running command
- Replies: 17
- Views: 15986
Re: Gambas request password before running command
I have a program that checks for updates using the shell command. Then it opens a terminal and requests to do the updates. It will ask for a password then proceed with doing the updates. Of course the commands are for Arch Linux but can be modified for use with any Linux flavor. --Checks for updates...
- Thursday 10th October 2024 10:31pm
- Forum: Beginners
- Topic: get expressvpn status on load
- Replies: 6
- Views: 10932
Re: get expressvpn status on load
If your using this at startup that may be your problem. I ran into the same problem when I was making a program to let me know if there were updates available . It just would not work correctly and never showed that updates were available. It worked fine through the IDE but not in practice. I figure...
- Saturday 5th October 2024 10:36pm
- Forum: The Gambas IDE
- Topic: Wow, my name is now on Project.module :o
- Replies: 1
- Views: 5504
Re: Wow, my name is now on Project.module :o
Congratulations Bruce you deserve it with all that you have done for Gambas. Keep up the great work!!!!
- Thursday 9th May 2024 10:58pm
- Forum: General
- Topic: Music when Gambas starts
- Replies: 1
- Views: 2807
Music when Gambas starts
Anyone else hearing music when you first open up Gambas? It started with the new update today.
- Thursday 14th March 2024 2:20am
- Forum: General
- Topic: Make Gambas Start with QT5
- Replies: 4
- Views: 5725
Re: Make Gambas Start with QT5
Once again thank you for the help. Most programs us ATL-M to restore the menu.
- Thursday 14th March 2024 12:34am
- Forum: General
- Topic: Make Gambas Start with QT5
- Replies: 4
- Views: 5725
Re: Make Gambas Start with QT5
Thanks Bruce I edited the launcher with the environment and the worked thank you. Also how do you reopen the IDE menu if you accidentally closed it.