Search found 156 matches

by Cedron
Thursday 2nd July 2020 1:14pm
Forum: Project showcase
Topic: M3U Player : Newest version
Replies: 4
Views: 5840

M3U Player : Newest version

M3uPlayer-0.0.21.tar.gz
(19.87 KiB) Downloaded 545 times
This is a program that I've actually been using, a lot. It has the resizability and tooltip toggling built in, the rest should be rather self-expanatory, or read the tooltips.

Enjoy.
by Cedron
Friday 19th June 2020 10:56pm
Forum: Project showcase
Topic: Resizer : The best resizing solution!
Replies: 7
Views: 8479

Re: Resizer : The best resizing solution!

You can also stop tool tips displaying without clearing them by setting: Application.ShowTooltips = False I did not know that. Thanks. Now I'm contemplating gutting that part of the code. Would "RestoreToOriginal" ever be needed? Those calls are easily left out so there isn't really a pen...
by Cedron
Friday 19th June 2020 2:57pm
Forum: Project showcase
Topic: Source Viewer: A word indexer for text files
Replies: 4
Views: 5775

Re: Source Viewer: A word indexer for text files

Thanks again for the kind words. Coding style has four principal elements: 1. Formatting conventions 2. Naming conventions 3. Commenting 4. Organizational preferences From previous discussions on the mailing list, I know not everybody is fond of my coding style, and the naming conventions seem to be...
by Cedron
Friday 19th June 2020 2:50pm
Forum: Project showcase
Topic: Resizer : The best resizing solution!
Replies: 7
Views: 8479

Re: Resizer : The best resizing solution!

Form resizing has been one of those thorny issues that is inherent with desktop applications of different resolutions and sizes. The Gambas solution of using expandable controls, containers, and springs, to make the form resizable is quite cumbersome. I'm sure it gets easier as you practice (right C...
by Cedron
Thursday 18th June 2020 8:08pm
Forum: Project showcase
Topic: Source Viewer: A word indexer for text files
Replies: 4
Views: 5775

Re: Source Viewer: A word indexer for text files

SourceViewer-0.0.7.tar.gz
(19.75 KiB) Downloaded 439 times
Hi PJ,

I truly appreciate that you signed up so that you could log in for that comment. Thank you.

Attached is an improved version with more functionality and resizability. It works particularly well on Gambas source code trees.

Ced
by Cedron
Thursday 18th June 2020 8:05pm
Forum: Project showcase
Topic: Resizer : The best resizing solution!
Replies: 7
Views: 8479

Resizer : The best resizing solution!

Resizer-0.0.4.tar.gz Fixed version (use this one): Resizer-0.0.5.tar.gz Well, IMO. This falls under the category "Why didn't I think of this earlier?" To use this, simply import the ResizerClass.class file from the attached test project, insert a few lines in your main form (and any other...
by Cedron
Monday 8th June 2020 10:10pm
Forum: Project showcase
Topic: Source Viewer: A word indexer for text files
Replies: 4
Views: 5775

Source Viewer: A word indexer for text files

Original version: SourceViewer-0.0.3.tar.gz Improved version: SourceViewer-0.0.7.tar.gz So I'm working on a large project, several coordinated pieces via TCP, using several C++ IDE instances across different subdirectories in the same directory. Finding stuff is somewhat cumbersome, for me at least,...
by Cedron
Saturday 16th May 2020 2:29pm
Forum: General
Topic: Clipboard copy
Replies: 2
Views: 3619

Re: Clipboard copy

Try
    Clipboard.Copy(PictureBox1.Picture.Image)
by Cedron
Friday 8th May 2020 8:22pm
Forum: General
Topic: Raspberry Pi 4 B from scratch...
Replies: 7
Views: 10104

Re: Raspberry Pi 4 B from scratch...

Thanks for the answers. I've installed Raspbian for now and will stick with it if it remains adequate. I figured out how to get Synaptic installed, but ended up doing a apt-get on Gambas3 and got version 3.12.2. Someday, somebody is going to have to explain to me whose responsibility it is to keep t...
by Cedron
Wednesday 6th May 2020 5:36pm
Forum: General
Topic: Raspberry Pi 4 B from scratch...
Replies: 7
Views: 10104

Raspberry Pi 4 B from scratch...

Okay, this has been asked before, but existing answers are likely not current. I just got a Raspberry Pi B with 4GB memory. The starter kit, to my dismay and ignorance, did not include a micro sd card with an OS. I have a 64GB card. Being a Raspberry newbie, I thought I'd ask: 1. Which distribution ...