Search found 518 matches

by stevedee
Friday 30th November 2018 12:02pm
Forum: General
Topic: Where's the Ncurses Cursor?
Replies: 2
Views: 4464

Where's the Ncurses Cursor?

I'm just curious (so don't waste any time, unless you too are curious) about how to display a cursor on an gb.Ncurses window. A simple program like this:- Public Sub Main() With Window .Border = Border.ACS .CursorX = 1 + index .CursorY = 1 + index .Print("cursor x,y: " & .CursorX &...
by stevedee
Saturday 24th November 2018 7:49pm
Forum: Web
Topic: How to connect to web database
Replies: 4
Views: 8910

Re: How to connect to web database

bill-lancaster wrote: Friday 23rd November 2018 5:42pm...It's a mysql db but I can't get the right settings to make a db.connection...

Can I see your code? I haven't used mysql either, but I used sqlite3 a few years ago, and it didn't seem too difficult.
by stevedee
Saturday 24th November 2018 7:37pm
Forum: Component
Topic: Gambas --> Beaglebone Black
Replies: 10
Views: 16255

Re: Gambas --> Beaglebone Black

...I have a Raspberry Pi now... If anyone ever does get a working GPIO with GAMBAS in either Beaglebone or Raspberry Pi... leave a post here... Programming with Gambas on the Raspberry Pi utilising the GPIO is not a problem. You could use one of these two libraries:- - wiringPi; see my blog post ht...
by stevedee
Friday 9th November 2018 5:16pm
Forum: General
Topic: Record not found problem
Replies: 7
Views: 9225

Re: Record not found problem

Bushbug wrote: Friday 9th November 2018 2:38pm ...Thank you for your interest and inspiration...
It was nothing...well done!
by stevedee
Friday 9th November 2018 10:10am
Forum: General
Topic: Record not found problem
Replies: 7
Views: 9225

Re: Record not found problem

Hi Bushbug & welcome to the wonderful world of Gambas. I can't see what the problem is from the code snippet you have posted. Can you determine the error condition that you are getting by single stepping through your code? Could you attach your zipped project so we can download and see the whole...
by stevedee
Monday 15th October 2018 12:47pm
Forum: General
Topic: Where to find icons
Replies: 2
Views: 4702

Re: Where to find icons

My work-around is not to use stock icons. - Close your project - Use file manager to look for suitable icons in: /usr/share/icons ...for your example, maybe select: /usr/share/icons/gnome/32x32/actions/gtk-media-pause.png - Copy selected icon to your Gambas project folder - Open your project in Gamb...
by stevedee
Thursday 27th September 2018 9:56am
Forum: General
Topic: "Jump is too far" error in a complex Select-Case
Replies: 6
Views: 8415

Re: "Jump is too far" error in a complex Select-Case

This looks like it may be a fundamental problem, below the level of Gambas. If you do a net search using the search terms: error "jump is too far" ...you may see what I mean. Is there another way to do what you want to do? Could you use an array to look up the alternate text by language th...
by stevedee
Sunday 9th September 2018 6:18pm
Forum: Component
Topic: Gambas --> Beaglebone Black
Replies: 10
Views: 16255

Re: Gambas --> Beaglebone Black

by stevedee
Sunday 9th September 2018 6:09pm
Forum: Component
Topic: Gambas --> Beaglebone Black
Replies: 10
Views: 16255

Re: Gambas --> Beaglebone Black

From the link provided by Jornmo you can see that a similar library is probably the best approach for using Gambas with the Beaglebone. You will also need to understand how such a library can be used with Gambas. I don't have a Beaglebone Black, so I can only suggest that you have a couple of progra...
by stevedee
Monday 27th August 2018 4:49pm
Forum: Lounge
Topic: Gambas 3.11 is out
Replies: 13
Views: 19316

Re: Gambas 3.11 is out

cogier wrote: Monday 27th August 2018 10:18am ...The Terminal command I use...
Thanks Charlie, that's the one I was looking for.