Search found 49 matches
- Sunday 29th May 2022 5:17pm
- Forum: Project showcase
- Topic: Giskard - SSHFS mount, Hardware report, WakeOnLAN etc.
- Replies: 0
- Views: 139
Giskard - SSHFS mount, Hardware report, WakeOnLAN etc.
Hellow friends. https://i.imgur.com/6Tx21OS.png In SOHO environments where there are usually 5 to 10 Linux machines and a file server (usually a NAS) and you want to use the SSHFS protocol it becomes a bit tedious to manually connect the resources each time you log in to the system nor is it conveni...
- Monday 09th May 2022 2:13pm
- Forum: General
- Topic: Paint sample
- Replies: 2
- Views: 306
Re: Paint sample
This code should help (I had to change your line 27 as it caused a crash): - ok, it works, but now I add the "E" and... ' Gambas class file Private afPoints As New Float[][] Public Sub Lettering_Click() afPoints.Clear Select Last.Tag Case "a" afPoints.Add([10, 100]) afPoints.Add([60, 10]) afPoints....
- Monday 09th May 2022 12:40pm
- Forum: General
- Topic: Paint sample
- Replies: 2
- Views: 306
Paint sample
Hello friends. Could someone please tell me how to stop paint from drawing a line when it is positioned on another point. The problem appears between point 4 and 5 which should not be drawn. In the example I try to draw the capital letter "A" but you see the result. https://i.imgur.com/g0CQKjB.png P...
- Tuesday 03rd May 2022 6:13pm
- Forum: Project showcase
- Topic: Classify a gambas classes explorer
- Replies: 2
- Views: 286
- Tuesday 03rd May 2022 10:00am
- Forum: Beginners
- Topic: Form Background Picture - Scale or Tile
- Replies: 9
- Views: 1066
Re: Form Background Picture - Scale or Tile
Hi Jerry,
Also you can stretch the image then conver it to picture, like:
Also you can stretch the image then conver it to picture, like:
Dim oImage As Image oImage = Image.Load("/path/of/image/file") Me.Picture = oImage.Stretch(Me.W, Me.H).PictureRegards
- Tuesday 03rd May 2022 9:48am
- Forum: Project showcase
- Topic: Classify a gambas classes explorer
- Replies: 2
- Views: 286
Classify a gambas classes explorer
Hello friends. I'm updating the Classify [1] to provide it with the ability to track classes between different versions of shrimp. The purpose is to be able to analyses that a certain program made with a current Gambas version can be found on systems with older versions. I need the contents of the i...
- Sunday 01st May 2022 9:06pm
- Forum: Project showcase
- Topic: GauchoSketch a CAD to make simple diagrams.
- Replies: 2
- Views: 317
Re: GauchoSketch a CAD to make simple diagrams.
There is some very nice programming here. I have used 2D CAD in a professional capacity, so I was looking for various features. Here are some of my observations: - ... This is a big challenge you are taking on here, I wish you all the best with it. Hi Charly, Thanks for the review, which is doubly ...
- Saturday 30th April 2022 7:07pm
- Forum: Project showcase
- Topic: GauchoSketch a CAD to make simple diagrams.
- Replies: 2
- Views: 317
GauchoSketch a CAD to make simple diagrams.
Hello friends. Some time ago I have been working on this program that I present and share called GauchoSketch. For now, it is only the beginning of its development but I hope to make improvements. I already had an interface quite advanced, which was intended for GauchoCAD, but since it was discontin...
- Monday 07th June 2021 8:32pm
- Forum: Lounge
- Topic: Creating packages for manjaro
- Replies: 0
- Views: 1269
Creating packages for manjaro
Hellow friends. I have created installation packages for a gambas program [1] in Manjaro but the package created does not work I think. I try to open it with the software manager but a dialog box opens a few tenths of a second and ends. If someone uses Manjaro and wants to test their system if it wo...
- Friday 04th June 2021 7:30pm
- Forum: General
- Topic: Gambas runtime 3.16.0
- Replies: 5
- Views: 2470
Re: Gambas runtime 3.16.0
Hi,
Maybe (I say this without testing) if you program with ide 3.16 and create the package with it, then if you install this package on a debian where there is only version 3.14 it might not work.
For example if in your program you use the Splitter control that exists from version 3.16.
Regards.
Maybe (I say this without testing) if you program with ide 3.16 and create the package with it, then if you install this package on a debian where there is only version 3.14 it might not work.
For example if in your program you use the Splitter control that exists from version 3.16.
Regards.