Search found 68 matches

by gbWilly
Monday 31st January 2022 4:09pm
Forum: General
Topic: Barcode scanner
Replies: 6
Views: 5541

Barcode scanner

Hi you all, I'm currently trying to figure out how to make an application to scan barcodes. I have a USB barcode scanner to scan the barcodes. I have been searching this forum and other places (like wiki) to figure out how to get this done but nothing was really helpful. I presume I need to use Seri...
by gbWilly
Thursday 8th July 2021 2:20pm
Forum: General
Topic: Email with smtp a pdf
Replies: 6
Views: 3993

Re: Email with smtp a pdf

I had a look at this and discovered (thanks to gbWilly) that you need to load the PDF file, and then it works as expected. Try the following:-
That's a very old post of mine ;)
by gbWilly
Tuesday 8th December 2020 2:42pm
Forum: General
Topic: A Gambas Newbie questions
Replies: 16
Views: 13040

Re: A Gambas Newbie questions

Hi AndieGamble Also I have a custom wrote DLL that handles the tills promotions (written in VB.net) I did not write this I paid someone to do that for me can I still use it with Gambas? DLL or Dynamic Link Libraries are a Windows thing and will not run on linux. Also, all the code would probably be ...
by gbWilly
Tuesday 29th September 2020 12:17pm
Forum: General
Topic: unable to create working installation rpm
Replies: 4
Views: 4374

Re: unable to create working installation rpm

Hi sadams54,

Apparently the package util-linux-2.35.1-1.fc32.x86_64 already contains a file/binary named 'rename'.
That's what causes your conflict as your package is also named 'rename'

I suggest you name your package differently and try again.
by gbWilly
Thursday 16th January 2020 1:21pm
Forum: General
Topic: update screwed everything up
Replies: 3
Views: 4965

Re: update screwed everything up

Hi, Gambas has Private and Public variables. - Private can be used within the Class - Public can be used in and outside a Class Global variables is a term that comes from Visual Basic. And seeing many of us used to program in Visual Basic it is still often used by former Visual Basic developers when...
by gbWilly
Monday 13th January 2020 5:34pm
Forum: General
Topic: update screwed everything up
Replies: 3
Views: 4965

Re: update screwed everything up

Hi, 1. You mention Global variables!!! Gambas doesn't have Global variables, so what exactly do you mean? 2. Did your default font type for your OS maybe change? As far as I am aware gb.Report2 has a certain order of checking what font type to use. An other font type might make fonts bigger or small...
by gbWilly
Thursday 9th January 2020 6:05pm
Forum: Lounge
Topic: Packaging Gambas for Debian
Replies: 7
Views: 10654

Re: Packaging Gambas for Debian

Hi sholzy, When you manage to package Gambas you might wanna setup your own repo to install from there. Have a look at https://wiki.debian.org/DebianRepository/SetupWithReprepro As a said before, I did this whole process once for Gambas 3.6.2 and setup a repo in an intranet at work to install all th...
by gbWilly
Wednesday 8th January 2020 3:44pm
Forum: Lounge
Topic: Packaging Gambas for Debian
Replies: 7
Views: 10654

Re: Packaging Gambas for Debian

Hi, I have no idea if it will work on Debian but this link seems to think that it is not a problem after you install the necessary software. The link mentioned provides a manner to use Ubuntu sources from an Ubuntu version closest to your Debian version and repackage it to debian packages. You might...
by gbWilly
Wednesday 8th January 2020 12:58pm
Forum: Web
Topic: ssh from gambas on linux
Replies: 5
Views: 14291

Re: ssh from gambas on linux

Hi seany, Login on a server and install Gambas updates is something is do from within a Gambas GUI application on a client. How did I do this: 1. I wrote a Gambas application that is a socked server command line application (see gb.net) that runs as a root application on a Debian server. 2. I wrote ...
by gbWilly
Wednesday 8th January 2020 12:41pm
Forum: Lounge
Topic: Packaging Gambas for Debian
Replies: 7
Views: 10654

Re: Packaging Gambas for Debian

Hi sholzy, To package for Debian you will need to provide a certain directory structure with all files in a certain place. This directory structure comes down to a folder with all gambas source files and in there a folder named debian. In this debian folder you will need all kinds of files being: - ...