Search found 173 matches

by Quincunxian
Wednesday 11th September 2019 11:32pm
Forum: General
Topic: Strange Stuff with the Gambas editor
Replies: 8
Views: 10250

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: 9016

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: 5322

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: 9016

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: 9016

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: 9016

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: 4140

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...
by Quincunxian
Sunday 25th August 2019 11:28pm
Forum: General
Topic: Project Technical report - Ideas
Replies: 2
Views: 4140

Project Technical report - Ideas

Greetings all - I'm in the last phases of writing a utility to quickly view information about your Gambas projects. I have two last objectives before I say 'It's done' Technical report I want to be able to create a technical summary report on any selected project. This would have all the details fro...
by Quincunxian
Wednesday 21st August 2019 11:43pm
Forum: General
Topic: Strange Stuff with the Gambas editor
Replies: 8
Views: 10250

Re: Strange Stuff with the Gambas editor

Thanks Cedron, The one other thing I noticed about the Gambas implementation on Mint is that TextBox backgrounds are no longer white by default but are form background(?) colour. If you change them manually, you still get a ugly border of the original colour a few pixels wide. I'll try the QT5 solut...
by Quincunxian
Wednesday 21st August 2019 1:02am
Forum: General
Topic: Strange Stuff with the Gambas editor
Replies: 8
Views: 10250

Strange Stuff with the Gambas editor

I have 2 issues in the code editor which have been plaguing me for a while. I've seen nothing on the email list or here on the Forum so have to assume that it may well be a MAMCO. (Me And My Computer Only). The concern is that I had this on Ubuntu 18.n and have just recently moved to Mint 19.1 (Tess...