Search found 173 matches

by Quincunxian
Wednesday 23rd September 2020 11:43pm
Forum: Lounge
Topic: not friendly to firefox
Replies: 3
Views: 5072

Re: not friendly to firefox

I'm on Mint using Firefox 80.0.1 and as you can see, no problems.
by Quincunxian
Wednesday 2nd September 2020 11:59pm
Forum: General
Topic: Any issues upgrading to Gambas 3.15 stable in Mint 19.3?
Replies: 13
Views: 11708

Re: Any issues upgrading to Gambas 3.15 stable in Mint 19.3?

I'm running 3.15.90 on Mint 20. Once I had upgraded, I had to recompile all of my gambas apps; changing anything with QT4 to QT5 and everything worked again. The only issue I have now is when I am running an app from the GUI, It sometimes takes 2-3 clicks to get the cursor to appear in a text line /...
by Quincunxian
Sunday 23rd August 2020 12:52am
Forum: General
Topic: Retrieving dates from SQLIte
Replies: 4
Views: 4140

Re: Retrieving dates from SQLIte

Can you copy the second query where it works, to populate the datebox that has the error ?
My thinking is around trying to determine if the error is from the underlying data in the SQL database.
Everything else, from what I can see is ok.
by Quincunxian
Saturday 22nd August 2020 12:43am
Forum: General
Topic: Retrieving dates from SQLIte
Replies: 4
Views: 4140

Re: Retrieving dates from SQLIte

Hi BushBug, I'll make the assumption that you are running the latest Gambas 3 version. What date 'Mode' do you have set for the control ? Can you show the code where you are applying the returned value to the control ? MyDataBox.Value = ? If you are using a variable for this, how is it declared ? ie...
by Quincunxian
Wednesday 29th July 2020 1:34am
Forum: General
Topic: Ask a question about JSON
Replies: 3
Views: 4233

Re: Ask a question about JSON

Here is an partial example of the search results for a book called Gullivers Travels { "kind": "books#volumes", "totalItems": 41, "items": [ { "kind": "books#volume", "id": "9XBtCwAAQBAJ", "etag": "EHIKp6y...
by Quincunxian
Wednesday 29th July 2020 1:25am
Forum: General
Topic: Ask a question about JSON
Replies: 3
Views: 4233

Re: Ask a question about JSON

Hi yzsdn Make sure your project has the gb.web component ticked. This component has the JSON & JSONCollection classes that you will require. You can find an introduction to JSON Collections Here Below is a piece of example code that I use to get JSON results for a Book search from Google Books. ...
by Quincunxian
Monday 27th July 2020 12:26am
Forum: Lounge
Topic: Would you Like a Like button?
Replies: 2
Views: 4384

Re: Would you Like a Like button?

Even if it is technically possible, I'm not sure what actual value a 'like' has. When someone writes a post, it tends to fall into three main categories: Informational Request Reply (To one of the above) On some technical forums, where there are several answers to a submitted question, quite often a...
by Quincunxian
Wednesday 15th July 2020 1:11am
Forum: General
Topic: DB connection not working after update to Mint 20 Ulyana
Replies: 6
Views: 5886

Re: DB connection not working after update to Mint 20 Ulyana

I'm up and running too. The problem I think was that gb.db.sqlite3 was removed as part of the upgrade and although the Gb.Db component was there the underlying sqlite3 driver was not. It did not appear in the components list prior to the fix. I ended up having a few other minor upgrade issues with o...
by Quincunxian
Tuesday 14th July 2020 2:44am
Forum: General
Topic: DB connection not working after update to Mint 20 Ulyana
Replies: 6
Views: 5886

Re: DB connection not working after update to Mint 20 Ulyana

Thanks PJ & Cogier. I did try a remove/clean install before hand but apt auto-remove failed with the error 'package broken' Did a clean up manually using the advice from the main Gambas web site: Edit: @PJ - that is exactly the error message I get. How do I uninstall Gambas? If you have installe...
by Quincunxian
Monday 13th July 2020 2:47am
Forum: General
Topic: DB connection not working after update to Mint 20 Ulyana
Replies: 6
Views: 5886

DB connection not working after update to Mint 20 Ulyana

Greetings all, I upgraded to Mint 20 Ulyana which 'broke' Gambas. Note# The pre-check that you can do before upgrading listed gambas as one of the applications that would have issues. I was able to reinstall using the gambas-team/gambas-daily but now any program that has a sqlite db fails as the DB ...