Search found 1113 matches

by cogier
Saturday 16th May 2020 10:46am
Forum: General
Topic: Clipboard copy
Replies: 2
Views: 3624

Clipboard copy

I am struggling with Clipboard.Copy(). I want to copy a picture in a PictureBox but I just get errors. I have tried several versions including: -
Clipboard.Copy(PictureBox1.Picture,"image/png")
Any ideas?
by cogier
Wednesday 13th May 2020 9:09am
Forum: General
Topic: Interface language [SOLVED].
Replies: 2
Views: 3659

Re: Interface language.

Hi Giorgos and welcome to the forum. This is an interesting question so I tried various options inside Gambas but without success. However launching Gambas in Terminal with LANG=fr_FR.UTF-8 gambas3 (Once I had installed the French language packs!) launched Gambas in French. So I suggest you try laun...
by cogier
Friday 8th May 2020 2:18pm
Forum: General
Topic: Raspberry Pi 4 B from scratch...
Replies: 7
Views: 10242

Re: Raspberry Pi 4 B from scratch...

Why do you need Gambas 13.x. Just download Noobs, copy it to your SD Card and install Raspbian. You can then install Gambas 12.2.

Is there something special in 13 that wont work in 12?
by cogier
Wednesday 22nd April 2020 11:58am
Forum: General
Topic: Keyboard stops working
Replies: 10
Views: 8128

Re: Keyboard stops working

Hi dpcons and welcome to the forum. I have to agree with grayghost4. The program runs but you are not requesting any keyboard response from the program. Try changing the Text Property of Button1 to &Go You can then use the [Alt] + G keyboard shortcut to test that the keyboard is working. The use...
by cogier
Sunday 19th April 2020 11:02am
Forum: General
Topic: Did you know?
Replies: 91
Views: 412692

Re: Did you know?

Did you know that if you have a situation like:- Public Sub Form_Open() Setup Start SaveIt End Now you want to find the bug in the 'Start' routine which is buried somewhere in the 200 line of code below. Well, just put your cursor on 'Start' and press [F2] and you will be taken to that 'Sub'. Simple...
by cogier
Sunday 19th April 2020 10:56am
Forum: General
Topic: How to use Spinner
Replies: 7
Views: 9459

Re: How to use Spinner

I presume you are after an explanation to: - 'Gambas can only do one thing at a time'. Gambas, in normal use, only uses one processor so in this case while waiting for a 'Shell' command to finish not much else can happen. If you follow this thread you will see the way you can get around this limitat...
by cogier
Saturday 18th April 2020 12:23pm
Forum: General
Topic: How to use Spinner
Replies: 7
Views: 9459

Re: How to use Spinner

Gambas can only do one thing at a time so you need to use a 'Task' to get this to work. Have a look at this example
by cogier
Sunday 5th April 2020 10:02am
Forum: Web
Topic: how to use WebImage on Gambas 3
Replies: 4
Views: 12345

Re: how to use WebImage on Gambas 3

I can only think that your web browser has cached the page. Try deleting the cache. You should be able to do this from the web browser settings page.
by cogier
Saturday 4th April 2020 3:06pm
Forum: Web
Topic: how to use WebImage on Gambas 3
Replies: 4
Views: 12345

Re: how to use WebImage on Gambas 3

Hi diaxotora and welcome to the forum.

You need to put a picture(image) in your programs 'Public" folder. then you can use something like. WebImage1.Image = "test.png"

Image
by cogier
Friday 3rd April 2020 5:00pm
Forum: Lounge
Topic: Gambas on Windows
Replies: 17
Views: 40481

Re: Gambas on Windows

Hi Bill,

See if the Gambas daily tips are on a hidden window behind all the others.