Search found 312 matches
- Tue Jun 10, 2025 9:55 am
- Forum: Beginners
- Topic: Creating a class requirig mandatory parameters
- Replies: 5
- Views: 1776
Re: Creating a class requirig mandatory parameters
Now let us discuss what a "class" is, what it's attributes, methods¸ signals (events) are and what it is not. As others have raised, a class is no something that you can "create" on the fly (well it can be, but not until postgrad work). A class for want of a better word is a &quo...
- Sun Jun 08, 2025 7:51 am
- Forum: The new Gambas One website
- Topic: Update June 7
- Replies: 3
- Views: 1647
Re: Update June 7
I dont remember voting for all these changes???
- Sun Jun 08, 2025 7:50 am
- Forum: The new Gambas One website
- Topic: new profile fields
- Replies: 5
- Views: 2200
Re: new profile fields
"I cannot see it being kept up to date.
Ie. i think people will add the info to start then never update it when they update their gambas/OS"
+100
Has never worked, never will.
ym20c
b
Ie. i think people will add the info to start then never update it when they update their gambas/OS"
+100
Has never worked, never will.
ym20c
b
- Thu Jun 05, 2025 5:46 am
- Forum: General
- Topic: URGENT HELP NEEDED. after gambas update I lost the most important application
- Replies: 12
- Views: 5193
Re: URGENT HELP NEEDED. after gambas update I lost the most important application
???? I have several dozen applications that are still using gb.db+gb.db.postgresql with no problems. Although the gb.db components are "deprecated" they still exist and still work. The reason I haven't yet converted these applications is that there are still bugs/shortfalls in gb.db2 and p...
- Fri May 30, 2025 12:27 pm
- Forum: Component
- Topic: connect to mysql
- Replies: 8
- Views: 5129
Re: connect to mysql
Exactly where does the error occur?
My first guess is on the
(Standard response: Dont use mysql, its a dog. Use MariaDB instead.)
My first guess is on the
getdb.close
line. If so, it's because you are trying to close a Connection that hasn't even been set up yet.(Standard response: Dont use mysql, its a dog. Use MariaDB instead.)
- Thu May 29, 2025 11:46 am
- Forum: General
- Topic: Shell and JSON
- Replies: 14
- Views: 5082
Re: Shell and JSON
There should be some kind of short-key for that!!!!!!! It really helps on the occasion and a "friendly reminder" of that GAbash syntax would be soooooo helpful. (If I had a beer for every time that I've typed &2>1 I'd be slightly more than immoderately diagonal.) Yes, I know, I'm addin...
- Thu May 29, 2025 11:39 am
- Forum: Beginners
- Topic: Is it just me? IDE seems to be struggling with DPI problems
- Replies: 6
- Views: 3911
Re: Is it just me? IDE seems to be struggling with DPI problems
Sometimes I wonder why we persist with gtk. JMPO 

- Wed May 28, 2025 7:05 pm
- Forum: General
- Topic: Shell and JSON
- Replies: 14
- Views: 5082
Re: Shell and JSON
OpenWeatherMap is still free. The URLs are Current Weather https://api.openweathermap.org/data/2.5/weather?lat=&1&lon=&2&appid=&3&units=&4&lang=&5 Forecast https://api.openweathermap.org/data/2.5/forecast?lat=&1&lon=&2&appid=&3&units=&4...
- Wed May 28, 2025 11:49 am
- Forum: Beginners
- Topic: Is it just me? IDE seems to be struggling with DPI problems
- Replies: 6
- Views: 3911
Re: Is it just me? IDE seems to be struggling with DPI problems
Try a different editor font (or a few). Does that change it?
- Tue May 27, 2025 9:32 am
- Forum: Component Showcase
- Topic: run multiple non interacticve root commands
- Replies: 4
- Views: 4169
Re: run multiple non interacticve root commands
Interesting! Will try it as soon as we have a need, which may be sooner than I'd like. (Linear Programming job is progressing leaps and bounds. Pity I own none of it :( I'll just have to remember how we did it for personal use one day.) It looks like what you did there might solve installs for the t...