Search found 1106 matches

by cogier
Sunday 7th March 2021 12:57pm
Forum: Beginners
Topic: Empty form
Replies: 5
Views: 4764

Re: Empty form

Hi gambasjb,

Welcome to the wonderful world of Gambas. I was going to attach a program, but I thought it might be easier to create a video so have a look here.

(To access the 'Form' double-click on FMain on the left of your screen.)

I hope this helps.
by cogier
Saturday 6th March 2021 6:05pm
Forum: Project showcase
Topic: Clock
Replies: 2
Views: 3002

Clock

Here is an over enginnered clock. Lots of options to choose from.

Let me know what you think.

Image
Analogue_clock-1.0.tar.gz
(84.11 KiB) Downloaded 308 times
by cogier
Thursday 4th March 2021 6:54pm
Forum: General
Topic: PopupMenu
Replies: 1
Views: 1741

Re: PopupMenu

OK I have sorted it. Just set it to an empty string and all is well. I was looking at the wrong thing again!! :(
by cogier
Thursday 4th March 2021 6:41pm
Forum: General
Topic: Chr$(40,5) = "(((((" possible? [Solved]
Replies: 4
Views: 3417

Re: Chr$(40,5) = "(((((" possible?

Try this: -
Print String(5, Chr(40))
The output is: -

(((((
by cogier
Thursday 4th March 2021 6:35pm
Forum: General
Topic: PopupMenu
Replies: 1
Views: 1741

PopupMenu

Does anybody know how to stop a PopupMenu from showing? I will want to 'Turn it on' and 'Turn it off' in code. I am working on an analogue clock with a nerd load of customisations which is nearing completion. The clock has a right click PopupMenu that I want to disable while the 'Options' form is op...
by cogier
Wednesday 3rd March 2021 8:42pm
Forum: General
Topic: Unable to access Farm
Replies: 8
Views: 5193

Re: Unable to access Farm

It seems that Gambas.one is being blamed for this issue. I have replied to a message on the Gambas Mailing list: - Le 03/03/2021 à 17:43, Gianluigi a écrit : OK, I know now: it's the 'https://gambas.one/gambasfarm' farm search page that browses the farm server and send him almost 100 requests by sec...
by cogier
Wednesday 3rd March 2021 4:05pm
Forum: Lounge
Topic: The "Why I use {distro name} Linux" thread
Replies: 10
Views: 10162

Re: The "Why I use {distro name} Linux" thread

Your story has a very familiar ring to it. I started with Ubuntu around 2008, having tried various distros, and stuck with it until the change to Unity. Like a lot of other people who use Windows at work I wanted to keep the 'tradition' layout, so I moved to Linux Mint. I am not sure what desktop Mi...
by cogier
Wednesday 3rd March 2021 3:09pm
Forum: General
Topic: Unable to access Farm
Replies: 8
Views: 5193

Re: Unable to access Farm

This is not your error. I can't access the Farm either. This has happened a few times recently. I think they must be having a server issue of some sort. The Gambas One Farm gets all its data from the official Farm so if one is down then both are.
by cogier
Wednesday 3rd March 2021 3:04pm
Forum: General
Topic: Help needed with pdf files
Replies: 11
Views: 7463

Re: Help needed with pdf files

Hi Bill,

I had a look at this issue some time ago. The attached program will open and display a pdf, so I thought it might be of interest to you. Note that the program is far from complete.
PDF_Reader5-0.0.1.tar.gz
(14.73 KiB) Downloaded 257 times
by cogier
Tuesday 2nd March 2021 10:51am
Forum: General
Topic: Help needed with pdf files
Replies: 11
Views: 7463

Re: Help needed with pdf files

Have you tried gb.poppler?

Image

EDIT
Sorry, beaten by 2 mins by Steve. Going to the loo now for a cry!