Search found 1113 matches

by cogier
Thursday 21st May 2020 4:44pm
Forum: Project showcase
Topic: ScreenShot
Replies: 37
Views: 34966

Re: ScreenShot

Hi John, still think that the help within Gambas3 when coding a class could be explained better This is and has been an issue. When you understand something you can create an account and then edit the help pages yourself. The idea is take a screenshot of the available desktop (i.e. the whole of my m...
by cogier
Thursday 21st May 2020 2:48pm
Forum: Lounge
Topic: Gambas on Windows
Replies: 17
Views: 40099

Re: Gambas on Windows

Hi twinsonian and welcome to the forum.
I wonder what this means for gambas applications?
We will have to wait and see but it does work reasonably now.
by cogier
Wednesday 20th May 2020 4:17pm
Forum: Lounge
Topic: How I Installed Gambas on Ubuntu 20.04
Replies: 2
Views: 6586

How I Installed Gambas on Ubuntu 20.04

How I Installed Gambas on Ubuntu 20.04 Install Synaptic in Terminal with. sudo apt-get -y install synaptic Open Synaptic Use the search to find gambas3 Mark gambas3 for installation and accept all the other files suggested. Scroll down the list and check all the gambas3 files not already selected f...
by cogier
Sunday 17th May 2020 3:07pm
Forum: Web
Topic: help with web methods
Replies: 5
Views: 12575

Re: help with web methods

I am not sure if this will help but please have a look. I have written code to access web based APIs. My program 'Your_Location' is one. It is on the Gambas Farm or available here. Look at the 'Web.Class'.
by cogier
Sunday 17th May 2020 2:52pm
Forum: Project showcase
Topic: ScreenShot
Replies: 37
Views: 34966

Re: ScreenShot

I looked at Mouse.X & Mouse.ScreenX and didn't understand the difference between the two: Relative is relative to what? Presumably Absolute is looking at the screen as a whole (i.e. including docks etc)
Have a look at the attached program, hopefully that will help.
MousePosition-0.0.1.tar.gz
(12.04 KiB) Downloaded 421 times
by cogier
Sunday 17th May 2020 2:20pm
Forum: Project showcase
Topic: ScreenShot
Replies: 37
Views: 34966

Re: ScreenShot

I didn't notice that the Mode command (first line of Capture Sub) was actually a Public Sub written by you! Sorry I was not trying to confuse anybody! I'm unclear about the meaning of Mouse_Drag. Could you clarify? Have a look at the attached example. MouseDrag.tar.gz Could you attach the changed a...
by cogier
Sunday 17th May 2020 10:11am
Forum: Project showcase
Topic: ScreenShot
Replies: 37
Views: 34966

Re: ScreenShot

As I wasn't able to find the Mode command (in the Gambas documentation), could you tell me what it (& its argument does)? It is in the Gambas help as I spent some time updating the help on this topic. Have a look here , I wrote a small program to explain its workings which is also available on ...
by cogier
Saturday 16th May 2020 3:38pm
Forum: General
Topic: Select Area using mouse
Replies: 1
Views: 2589

Re: Select Area using mouse

Hi John and welcome to the forum.

I took a look at the code you posted on the Gambas Mailing list. Your 'simplified' code looked quite complicated to me. And then talk of capturing streams.... :?

However it made me think about a screenshot program that may assist you. Have a look here.
by cogier
Saturday 16th May 2020 3:35pm
Forum: General
Topic: Clipboard copy
Replies: 2
Views: 3622

Re: Clipboard copy

Thanks Cedron, that sorted it. Have a look at the completed program here
by cogier
Saturday 16th May 2020 3:33pm
Forum: Project showcase
Topic: ScreenShot
Replies: 37
Views: 34966

ScreenShot

Hi guys, here is another of my efforts. Comments welcome.

Image
ScreenShot-1.0.tar.gz
(10.5 KiB) Downloaded 435 times