Search found 129 matches
- Tuesday 29th October 2024 10:31pm
- Forum: The Gambas IDE
- Topic: Is it me or is it a bug
- Replies: 10
- Views: 884
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: 310
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: 1023
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: 384
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: 598
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: 1652
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: 3612
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: 3612
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.
- Wednesday 13th March 2024 11:49pm
- Forum: General
- Topic: Make Gambas Start with QT5
- Replies: 4
- Views: 3612
Make Gambas Start with QT5
I have a slight problem with the latest update. I am using Arch Linux and while my desktop works fine my laptop runs existing programs but will not allow gambas IDE to start in the GTK3 mode. How ever it will start in QT4 or 5 no problem. What I am wondering how do you make Gambas start in QT5 mode ...
- Monday 6th November 2023 3:25am
- Forum: Lounge
- Topic: What was Parrot?
- Replies: 2
- Views: 16123
Re: What was Parrot?
Here is what I found in a search for Parrot basic Programming Language Parrot is a virtual machine designed to efficiently compile and execute bytecode for interpreted languages. Parrot is designed for dynamic languages. Parrot is a target of variety of languages like Perl, Tcl, Ruby, Python, etc. I...