Search found 176 matches

by Quincunxian
Wednesday 16th October 2019 10:54pm
Forum: General
Topic: Viewing document files
Replies: 3
Views: 5199

Re: Viewing document files

Hi Bill, Do you need to open the document "in program" or just open the document externally for review ? If just for a review, you can use the Linux application xdg-open {document path} xdg-open will open most document types within their native applications and is installed on most common ...
by Quincunxian
Wednesday 9th October 2019 9:48pm
Forum: General
Topic: Raspberry Pi, Raspbian and Gambas
Replies: 3
Views: 5619

Re: Raspberry Pi, Raspbian and Gambas

gB & Cosier, Was just reading an article about the Pi4 and this link about 'over clocking' it. There was a piece in the article that "may be" relevant to the overheating problems. Updating the Raspberry Pi 4's Firmware Once your system is up to date, there's one more command to run, wh...
by Quincunxian
Saturday 21st September 2019 11:29pm
Forum: General
Topic: Pass an array from one Gambas program to another?
Replies: 19
Views: 21631

Re: Pass an array from one Gambas program to another?

Hi Godzilla, You will also need to have a look at the Linux command taskset . taskset is used to set or retrieve the CPU affinity of a running process given its PID or to launch a new COMMAND with a given CPU affinity. CPU affinity is a scheduler property that "bonds" a process to a given ...
by Quincunxian
Wednesday 11th September 2019 11:32pm
Forum: General
Topic: Strange Stuff with the Gambas editor
Replies: 8
Views: 10806

Re: Strange Stuff with the Gambas editor

Hi cage, I've never had much luck with the GTK component either I found another strange behaviour yesterday when using the colour button control. New projects just used the Gb.gui (QT/GTK Switcher ) which is the standard component for such I think. Placed a colour button on the form I was working on...
by Quincunxian
Friday 6th September 2019 11:31pm
Forum: Project showcase
Topic: Multimedia File Conversion
Replies: 6
Views: 9477

Re: Multimedia File Conversion

Hi Cogier, I did have a look this morning and as I thought, you used the 'H' controls and I don't use those at all. I like to see the form as the user will see it and the 'H' controls make that difficult if not impossible. Not saying that they are a bad thing but it's just not my programming style. ...
by Quincunxian
Friday 6th September 2019 3:52am
Forum: General
Topic: Resize & Refresh - Some observations.
Replies: 3
Views: 5530

Resize & Refresh - Some observations.

Resizing I posted a project in Project Showcase that converts some media formats. Cogier noticed that I did not put in a Resize function even though the form was set to be resizeable. So I added the resize functions and needed to set a minimum width & height as less than that, the form was not ...
by Quincunxian
Friday 6th September 2019 3:01am
Forum: Project showcase
Topic: Multimedia File Conversion
Replies: 6
Views: 9477

Re: Multimedia File Conversion

Updated Multimedia File conversion - now Version 1.02. Bug Fixes: Form will now resize with all controls located appropriately List of converted files does not clear when conversions are complete As files are converted, they now show up in the message display in the correct order. Enhancements: Adde...
by Quincunxian
Wednesday 4th September 2019 10:18pm
Forum: Project showcase
Topic: Multimedia File Conversion
Replies: 6
Views: 9477

Re: Multimedia File Conversion

Thanks Cogier - good catch.
This is what happens when you do final testing and then start making 'cosmetic changes'
I had completely forgotten about resizing - I'll get that fixed and re-post.
by Quincunxian
Wednesday 4th September 2019 5:08am
Forum: Project showcase
Topic: Multimedia File Conversion
Replies: 6
Views: 9477

Multimedia File Conversion

This is a small project that uses a utility called ffmpeg to convert selected media formats. Google webp to standard png Google webm to standard mp4 mp4 to mp3 (Very useful for downloaded music videos to playable mp3s ) Instructions: Unzip the project to your projects folder and run. The initial fol...
by Quincunxian
Monday 26th August 2019 10:52pm
Forum: General
Topic: Project Technical report - Ideas
Replies: 2
Views: 4336

Re: Project Technical report - Ideas

Hi Cedron, In the database section of the utility, you can export data from the database applied to your project in CSV, XML & JSON formats. [Is that what you are after ? ] It also create build scripts for a single or all selected tables. {This allows you to rebuild your database schema from scr...