Search found 156 matches

by Cedron
Wednesday 22nd May 2019 1:57pm
Forum: General
Topic: New HTML Classes Report
Replies: 0
Views: 6434

New HTML Classes Report

WikiDemo3.zip This demo completely replaces the earlier released one. It does a full create/load/report cycle. I've made a couple of changes to the database design so previous versions are slightly incompatible. It still runs in just a few seconds. The new set of reports are a lot more detailed. Ced
by Cedron
Tuesday 21st May 2019 8:21pm
Forum: General
Topic: SQLite or MySQL?
Replies: 6
Views: 8135

Re: SQLite or MySQL?

Thanks gbWilly,

I decided to do the right thing and support both in the tools I am writing. I've even added MsAccess 2000 to the list.

SqLite is to MySQL/MariaDB as MsAccess is to SqlServer.

Works for me.

Ced
by Cedron
Sunday 19th May 2019 6:03pm
Forum: General
Topic: An HTML index of Gambas Classes
Replies: 9
Views: 9744

Re: An HTML index of Gambas Classes

{Replacement: lower case fix, new vault version] WikiDemo2.zip That's pretty neat. I have no objections to you changing things to suit your tastes. What I was actually looking for is good template code for typical database usage and you bypassed the database entirely. I'm chuckling. I will look at y...
by Cedron
Saturday 18th May 2019 3:55pm
Forum: General
Topic: An HTML index of Gambas Classes
Replies: 9
Views: 9744

Re: An HTML index of Gambas Classes

WikiScanner-0.0.1.tar.gz It's down the left column of the information flow diagram: /usr/share/Gambas3/info/gb.* | V (Scanner) | V LoadFiles.tsv | V (Loader) | V SQLiteDatabase | V (Reporter) | V HTML Files I've attached the Scanner program. It's small and simple. I had a great deal of help from To...
by Cedron
Saturday 18th May 2019 3:33pm
Forum: General
Topic: An HTML index of Gambas Classes
Replies: 9
Views: 9744

Re: An HTML index of Gambas Classes

Thanks Cogier. I'll be posting all the projects in the system diagram once they are in a presentable state. I'm also thinking of an umbrella project that will do a full refresh with a single button press. Currently the process (Delete the database, create it, load it, and do the report) takes about ...
by Cedron
Saturday 18th May 2019 12:11pm
Forum: General
Topic: An HTML index of Gambas Classes
Replies: 9
Views: 9744

Re: An HTML index of Gambas Classes

ReporterDemo.zip Patience? No, it only takes seconds to run. First fruits of a long process? Yes. Here is the process information flow diagram (programs in parentheses): /usr/share/Gambas3/info/gb.* | V (Scanner) | V LoadFiles.tsv (Text Editing) | | V V (Loader) <-- LoadDB_Vault.SQL (Text Edit Fiel...
by Cedron
Friday 17th May 2019 1:42pm
Forum: General
Topic: DSP: Measuring angles of edges in images
Replies: 1
Views: 3463

Re: DSP: Measuring angles of edges in images

Here is a screen shot:

Image

I've made a few small changes since and more to come. Look for a new post in a few days to a week.

Ced
by Cedron
Friday 17th May 2019 12:46pm
Forum: General
Topic: Making a Class Based on a TableView
Replies: 7
Views: 8355

Re: Making a Class Based on a TableView

Hi Gerard, I've been going at Gambas heavily for about four months now. My initial assessment is that Component development is unnecessarily cumbersome. Let's leave it at that for now. If I need something only C can do, I have found writing a shared library to be much easier, and much more productiv...
by Cedron
Friday 17th May 2019 12:31pm
Forum: General
Topic: An HTML index of Gambas Classes
Replies: 9
Views: 9744

Re: An HTML index of Gambas Classes

Gambas_13_3_0_AllClassesIndex.htm.zip
(11.29 KiB) Downloaded 451 times
Here is a version with the virtual classes included as well.

Ced
by Cedron
Friday 17th May 2019 3:44am
Forum: General
Topic: An HTML index of Gambas Classes
Replies: 9
Views: 9744

An HTML index of Gambas Classes

GambasClassIndex.htm.zip So, sometimes as a relative newbie, I have a tough time remembering which component which class is in. This makes it harder to find in the Wiki. As part of my FarmDB project, I gathered a lot of the information that is in the Wiki. Well, long story made short, attached you ...