Search found 98 matches

by Got2BeFree
Saturday 16th November 2019 9:16pm
Forum: Project showcase
Topic: PhotoEXIF
Replies: 27
Views: 31251

Re: PhotoEXIF

Got2BeFree I have tried various distros and I think the Gambas 'Download and install' feature is broken. The problem of the missing folder is the 'exiftool' folder that comes with the program! Created an install package (.deb) and still have the same error when starting the app. The missing buttons...
by Got2BeFree
Friday 15th November 2019 5:55am
Forum: Project showcase
Topic: PhotoEXIF
Replies: 27
Views: 31251

Re: PhotoEXIF

I downloaded and installed the latest from the farm. Running the installed gave an exception message. So I uninstalled. Screenshot_20191115_001229.png When I run it from the IDE, the button images are not showing. Screenshot_20191115_002649.png I just wanted to take a quick look at the app, but I do...
by Got2BeFree
Sunday 3rd November 2019 3:32am
Forum: Lounge
Topic: I'm back!
Replies: 7
Views: 11345

Re: I'm back!

It's good to have you back too, jornmo! :lol:
by Got2BeFree
Tuesday 15th October 2019 4:34am
Forum: General
Topic: login, forum.gambas.one vs wordpress.gambas.one
Replies: 6
Views: 7029

Re: login, forum.gambas.one vs wordpress.gambas.one

Also...
Welcome to the forum!
by Got2BeFree
Tuesday 15th October 2019 4:32am
Forum: General
Topic: login, forum.gambas.one vs wordpress.gambas.one
Replies: 6
Views: 7029

Re: login, forum.gambas.one vs wordpress.gambas.one

My guess is that login is for administrative purposes for the Wordpress portion of gambas.one.
by Got2BeFree
Thursday 12th September 2019 3:03am
Forum: General
Topic: Strange Stuff with the Gambas editor
Replies: 8
Views: 10486

Re: Strange Stuff with the Gambas editor

Hi cage, I've never had much luck with the GTK component either I found another strange behaviour yesterday when using the colour button control. New projects just used the Gb.gui (QT/GTK Switcher ) which is the standard component for such I think. Placed a colour button on the form I was working o...
by Got2BeFree
Friday 23rd August 2019 4:44am
Forum: Lounge
Topic: Gambas Discord
Replies: 3
Views: 6999

Re: Gambas Discord

I used to have the Gambas Guru/GambasForum and had chat (text) rooms available for members to use for real-time help. Problem was, questions were asked but since the forum usually didn't have a steady flow of members online, the rooms were of little use to someone needing real-time help. I'm not aga...
by Got2BeFree
Friday 23rd August 2019 4:24am
Forum: Project showcase
Topic: Book Available
Replies: 14
Views: 18366

Re: Book Available

I haven't had a chance to look at the book yet since I haven't had much Gambas time in the past 3 months. I'm sure I'll be able to learn a lot from it. This is something that has been lacking for Gambas for a very long time. Thanks!
by Got2BeFree
Friday 23rd August 2019 4:18am
Forum: General
Topic: Record not found problem
Replies: 7
Views: 9519

Re: Record not found problem

There is one case where 'Available' is a bit ambiguous. If the table exists but is empty ( there are no current records) , 'Available' returns a True but your '$rSQLData' is null as it read no records. so: If (Not IsNull($rSQLData)) And $rSQLData.Available then {process data} EndIf I was thinking o...
by Got2BeFree
Sunday 11th August 2019 11:35pm
Forum: Lounge
Topic: Computers and Life... part deux
Replies: 1
Views: 5849

Computers and Life... part deux

Do you know what ruins your day? Accidentally deleting the /Desktop folder. Not only do you lose everything in that folder, but you also lose things in other folders too. It all started when I needed to replace a light switch in my garage. Since my computers are on battery backups, I just killed the...