Search found 518 matches

by stevedee
Tuesday 15th January 2019 6:55pm
Forum: General
Topic: Initial screen too big ...or is it just me?
Replies: 14
Views: 15944

Re: Initial screen too big ...or is it just me?

cogier wrote: Tuesday 15th January 2019 5:52pm Hi Steve,
Your picture is 1.7MiB. I know we don't worry about these things too much...
Sorry Charlie, most of my screens shots are much smaller than that, but I guess I normally just cut out a window within the full screen.
by stevedee
Tuesday 15th January 2019 5:02pm
Forum: General
Topic: Initial screen too big ...or is it just me?
Replies: 14
Views: 15944

Re: Initial screen too big ...or is it just me?

I was going to add another image but got an error...something about the Board attachment quota having been reached...
by stevedee
Tuesday 15th January 2019 4:19pm
Forum: General
Topic: Initial screen too big ...or is it just me?
Replies: 14
Views: 15944

Re: Initial screen too big ...or is it just me?

Thanks guys. I can resize the window, but the project selector image inside the window is not resizeable (at least I don't think it is), so its cut, a bit like Charlie's (sorry mate, your screen/window is not right either). It may vary by window manager/theme/phase-of-the-moon. But I've tried changi...
by stevedee
Tuesday 15th January 2019 4:00pm
Forum: General
Topic: Using Gambas Libraries
Replies: 1
Views: 3283

Using Gambas Libraries

There have been a few improvements to the generation of Gambas code libraries over the last few releases.
So I have posted a new guide on my blog which may be of interest:-
https://captainbodgit.blogspot.com/2019 ... aries.html
by stevedee
Tuesday 15th January 2019 11:35am
Forum: General
Topic: Initial screen too big ...or is it just me?
Replies: 14
Views: 15944

Initial screen too big ...or is it just me?

Having been recently tricked into upgrading to 3.12.2 ( I normally like to stand well clear of the cutting edge ) via a Lubuntu upgrade, I now have a huge initial Gambas screen on my 1366x768 laptop display. It wasn't like it before the enforced upgrade. It could be my OS, as Lubuntu 18.04 is provin...
by stevedee
Thursday 3rd January 2019 2:54pm
Forum: General
Topic: [Solved] Possible bug in Instr or gb.IgnoreCase in Gambas 3.12.0
Replies: 13
Views: 17489

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

cogier wrote: Thursday 3rd January 2019 2:17pm ... The problem seems to be with the 'gb.IgnoreCase' as...

Well it could be with gb.IgnoreCase or with Instr, hence my suggested tests above.

i.e. does gb.IgnoreCase still equate to 1 on 3.12.x?
by stevedee
Thursday 3rd January 2019 9:47am
Forum: General
Topic: [Solved] Possible bug in Instr or gb.IgnoreCase in Gambas 3.12.0
Replies: 13
Views: 17489

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

What happens if you replace gb.IgnoreCase with 1

Could you also try replacing "bas" & "basi" with "as" and "asi" while still using IgnoreCase
by stevedee
Thursday 20th December 2018 12:18pm
Forum: General
Topic: Odd behaviour of label.enter event
Replies: 6
Views: 7534

Re: Odd behaviour of label.enter event

I believe I had similar display problems years ago, and I think it was an underlying gtk issue.

I think switching from gb.gtk to gb.qt4 solved the problem, so it might be worth experimenting with this.
by stevedee
Monday 17th December 2018 7:51am
Forum: General
Topic: how to .... larger font in information window
Replies: 8
Views: 10091

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

grayghost4 wrote: Sunday 16th December 2018 8:38pm How can I increase the text size in the information window?
Menu Tools > Preferences > Fonts > Default Font will change the size of the text in the information window, but it will change the size of other stuff too (i.e. menu text).
by stevedee
Sunday 9th December 2018 10:55am
Forum: General
Topic: How to open an old project from 2006 with Gambas 3.11.4?
Replies: 3
Views: 4985

Re: How to open an old project from 2006 with Gambas 3.11.4?

Godzilla wrote: Saturday 8th December 2018 5:35pm...Is Gambas code from back then not compatible with Gambas 3?...
I think there may be backwards compatibility issues between Gambas 3 >> 2 >> 1

Can you zip your project and post it here?