Search found 1492 matches

by BruceSteers
Monday 18th March 2024 8:45pm
Forum: General
Topic: Gambas Closing - Error Message
Replies: 6
Views: 84

Re: Gambas Closing - Error Message

first, thank you BruceSteers for your help, we very much appreciate it. You help got us 95 percent success The dependency list was long. We downloaded the files and restarted the computer but the same result happened. but with the env GB_JIT_ENABLED=0 gambas3 the gambas3 ide started up immediately ...
by BruceSteers
Monday 18th March 2024 2:16am
Forum: General
Topic: Gambas Closing - Error Message
Replies: 6
Views: 84

Re: Gambas Closing - Error Message

hmm, most likely a system problem then if gambas is fresh install you could try making sure all dependencies are installed. I only know of the dependency list that is required to compile gambas... sudo apt-get update && sudo apt-get install -y build-essential git g++ automake autoconf libtoo...
by BruceSteers
Sunday 17th March 2024 7:28pm
Forum: General
Topic: Gambas Closing - Error Message
Replies: 6
Views: 84

Re: Gambas Closing - Error Message

Ps change the url of the bugtracker link form http:// to https:// then it might work.

https://gambaswiki.org/bugtracker

But it seems more like a bug in your system or your old gambas setup , not a bug in gambas itself.
by BruceSteers
Sunday 17th March 2024 7:26pm
Forum: General
Topic: Gambas Closing - Error Message
Replies: 6
Views: 84

Re: Gambas Closing - Error Message

Gambas 19.4 ?? currently latest version is 3.17.1 is it gambas2 ? Maybe fully uninstall and reinstall gambas. After uninstall do the following in a terminal.. sudo rm /usr/bin/gambas* sudo rm /usr/bin/gb*3 sudo rm $HOME/.config/gambas3/gambas* # kill gambas ide settings to refresh sudo rm -rf /usr/l...
by BruceSteers
Sunday 17th March 2024 1:02pm
Forum: Beginners
Topic: Using CsvFile.Fields
Replies: 10
Views: 206

Re: Using CsvFile.Fields

Your welcome. Note: there was a bug in the fixed file i uploaded because i gave it a different name. Commands like CsvFileFix.Open() returned a CsvFile object not a CsvFileFix object because i did not replace all the "CsvFile" text in the class to be "CsvFileFix" So i re-uploaded...
by BruceSteers
Sunday 17th March 2024 11:40am
Forum: Beginners
Topic: Using CsvFile.Fields
Replies: 10
Views: 206

Re: Using CsvFile.Fields

That fix went straight into stable 3.19.1 so it's fixed now for latest master and stable But... If you may need your program to work on older gambas versions than 3.19.1 then do not use CsvFile.class from gb.util but place the CsvFileFix.class i uploaded into your programs source folder (rename it i...
by BruceSteers
Saturday 16th March 2024 2:59pm
Forum: Beginners
Topic: Using CsvFile.Fields
Replies: 10
Views: 206

Re: Using CsvFile.Fields

Never mind testing the fix Ben has already accepted it so just download latest commit once the gitlab-ci has compiled it all.
by BruceSteers
Saturday 16th March 2024 2:54pm
Forum: Beginners
Topic: Using CsvFile.Fields
Replies: 10
Views: 206

Re: Using CsvFile.Fields

It's definitely a bug. I just submitted a fix. https://gitlab.com/gambas/gambas/-/merge_requests/338 the code was this... For iInd = 0 To $aField.Max If Not $bKeepNames Then sField = Trim($aField[iInd]) sField = Replace(sField, String.Chr(160), " ") sField = Replace(sField, "\n",...
by BruceSteers
Saturday 16th March 2024 2:06pm
Forum: General
Topic: Web Cookies
Replies: 4
Views: 96

Re: Web Cookies

Here's a different version that may work better in other locations as i'm not sure how important the properties of the post args are. This version does in code what i originally did, it uses HttpClient.Download to fetch the url and then extracts the link from the page... Public Sub Form_Open() Me.H ...
by BruceSteers
Saturday 16th March 2024 1:49pm
Forum: General
Topic: Web Cookies
Replies: 4
Views: 96

Re: Web Cookies

Ps. you can see my house from there ;) lol