Search found 175 matches

by Quincunxian
Thursday 8th October 2020 3:45am
Forum: Component
Topic: Colour button not displaying colour
Replies: 4
Views: 4847

Re: Colour button not displaying colour

Thanks PJ,
I was using the QT4/5 component - then changed over to the qt5 and still not working.
given that it's working for you then I'd say it's a "me and my machine problem"

Thanks again for helping out.
by Quincunxian
Thursday 8th October 2020 1:10am
Forum: Component
Topic: Colour button not displaying colour
Replies: 4
Views: 4847

Colour button not displaying colour

Greetings, Just added a colour button to a form and when selecting the colour, it doesn't change the colour displayed on the button. It stays white. The button dose select and return a colour value when clicked. You can't set the colour of the button either ie MyColorButton.Color = Color.yellow Can ...
by Quincunxian
Wednesday 23rd September 2020 11:43pm
Forum: Lounge
Topic: not friendly to firefox
Replies: 3
Views: 5426

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: 11827

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: 4192

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: 4192

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: 4270

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: 4270

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: 4522

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: 5921

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...