Search found 187 matches

by grayghost4
Thursday 3rd January 2019 8:45pm
Forum: General
Topic: [Solved] Possible bug in Instr or gb.IgnoreCase in Gambas 3.12.0
Replies: 13
Views: 17783

Re: Try replacing InStr with String.InStr if code is suddenly acting strange

I tried to install 3.12 on my Fedora laptop computer .. but it will not configure or make .... many errors. 8-)
by grayghost4
Thursday 3rd January 2019 5:27am
Forum: General
Topic: [Solved] Possible bug in Instr or gb.IgnoreCase in Gambas 3.12.0
Replies: 13
Views: 17783

Re: Try replacing InStr with String.InStr if code is suddenly acting strange

this is my results
Fedora
XFCE
Gambas 3.11.4
by grayghost4
Saturday 22nd December 2018 4:54pm
Forum: General
Topic: enumerating an collection
Replies: 3
Views: 5348

Re: enumerating an collection

thanks for the response. I want to load the file from the disk, make modifications to it and then write it back to the disk. I can accomplish that without enumerating the file but when I write it back with Json.encode, the file is compressed without tabs and linefeeds. If I enumerate it to a string,...
by grayghost4
Saturday 22nd December 2018 7:37am
Forum: General
Topic: enumerating an collection
Replies: 3
Views: 5348

enumerating an collection

this code runs fine :

Dim Dict As New Collection
Dim Element As String

Dict["Blue"] = 3
Dict["Red"] = 1
Dict["Green"] = 2

For Each Element In Dict
Print Element;
Next

but if I substutite a json.Decode .... I get the results in the attachment
by grayghost4
Wednesday 19th December 2018 2:26am
Forum: General
Topic: how to .... larger font in information window
Replies: 8
Views: 10247

Re: how to .... larger font in information window

Ok thanks, I got it now.

sure would save time and keystrokes if the text was adjustable.
by grayghost4
Monday 17th December 2018 9:23pm
Forum: General
Topic: how to .... larger font in information window
Replies: 8
Views: 10247

Re: how to .... larger font in information window

when I press F1 I get the main Gambas Documentation screen and it does not have a search function :(
When I press F2 I get nothing.

I guess my Fedora gnome is different than yours

would be better if the text size was adjustable.
by grayghost4
Monday 17th December 2018 4:12pm
Forum: General
Topic: how to .... larger font in information window
Replies: 8
Views: 10247

Re: how to .... larger font in information window

no Joy .... still small font in the little window :(

Message. Question window, Having the window popup is not much use if you can't read it without a magnifying glass
by grayghost4
Sunday 16th December 2018 8:38pm
Forum: General
Topic: how to .... larger font in information window
Replies: 8
Views: 10247

how to .... larger font in information window

How can I increase the text size in the information window?
by grayghost4
Wednesday 12th December 2018 2:59pm
Forum: General
Topic: Json formating output
Replies: 10
Views: 13134

Re: Json formating output

Thank you, that is what I was looking for.
I wish there was a good book to learn all that from.

My first programming was with an HP 67 ... not sure how much memory that had, but could do a lot with it.
by grayghost4
Tuesday 11th December 2018 6:18pm
Forum: General
Topic: Json formating output
Replies: 10
Views: 13134

Re: Json formating output

Thank you very much, that is a big help. My last programming was about 40 years ago on an Apple II with integer basic then some UCSD Pascal. Now I want to get back to programming again, and Gambas looks like it is the best one for me. Sure is nice to have more than 16 K memory and a Tape drive to sa...