Search found 156 matches

by Cedron
Friday 31st May 2019 8:11pm
Forum: General
Topic: Gambas Software Farm reference sheet
Replies: 2
Views: 4016

Re: Gambas Software Farm reference sheet

FarmInfoHtml_20190530.zip There are now two HTML files in a zipped subdirectory. One is the same Owner(Vendor) format as this morning's, but it now has an Owner(Vendor) index at the top. The second is a similar report based on gb component tags. It links to the first via the project name. You can n...
by Cedron
Friday 31st May 2019 12:45pm
Forum: General
Topic: Gambas Software Farm reference sheet
Replies: 2
Views: 4016

Gambas Software Farm reference sheet

GSF_By_Owner_20190530.htm.zip This is a rough draft, so comments welcome. The columns are: * ID with download link * Name * Description * Descriptive Tags * gb.* Tags * Upload Timestamp/Version/Size This is the full list, sorted and partitioned by Owner/Vendor. I hope you all find it as helpful as ...
by Cedron
Friday 31st May 2019 12:42pm
Forum: General
Topic: FYI Gambas working A-1 on Chromebook
Replies: 5
Views: 6519

Re: FYI Gambas working A-1 on Chromebook

Howdy CJ-V, You are likely to like Gambas a whole lot better than VB. In most ways, it is how VB should have been done. Your goto web page in the beginning should be: http://gambaswiki.org/wiki Reading this forum is also a very good idea. The "Did you know?" thread has a bunch of neat tips...
by Cedron
Tuesday 28th May 2019 3:20pm
Forum: General
Topic: Dialog save file
Replies: 7
Views: 7745

Re: Dialog save file

Nice sleuthing.

I don't know, maybe should be reported as a bug. I do know from the mailing list that qt is less "troublesome" for lack of a better word, perhaps more supported/preferred, than gtk. I do all my desktop projects as qt.
by Cedron
Tuesday 28th May 2019 2:14pm
Forum: General
Topic: Dialog save file
Replies: 7
Views: 7745

Re: Dialog save file

I tested this before I replied.
Dialog.Path = User.Home &/ "Pictures/test.jpg"
This left "test.jpg" in the filename slot.

Am I misunderstanding something?
by Cedron
Tuesday 28th May 2019 1:18am
Forum: General
Topic: Dialog save file
Replies: 7
Views: 7745

Re: Dialog save file

If I am understanding you right, it is simple.

Have you tried setting "Dialog.Path" to the full file specification?

Yeah, "Path" in Gambas seems to refer to file/dir specifiers, not necessarily just directories.

Ced
by Cedron
Saturday 25th May 2019 3:55pm
Forum: General
Topic: DSP: Find Focused Areas in Image (Attachment is here)
Replies: 2
Views: 4109

Re: DSP: Find Focused Areas in Image (Attachment is here)

Thanks Cogier,

Those are big improvements. I've removed my version; people should use yours.

Ced
by Cedron
Friday 24th May 2019 4:26pm
Forum: General
Topic: "Sorry, the board attachment quota has been reached"
Replies: 2
Views: 3776

Re: "Sorry, the board attachment quota has been reached"

Cogier,

Yep. It worked too well. At first my file was 2.something meg because I forgot to remove the sample images. The new upload is 13K.

You should check it out.

Thanks,
Ced
by Cedron
Friday 24th May 2019 10:28am
Forum: General
Topic: "Sorry, the board attachment quota has been reached"
Replies: 2
Views: 3776

"Sorry, the board attachment quota has been reached"

I am not able to attach a file to my post.

This happened a few days ago, so I tried the next day and it worked.

Unfortunately, with this latest one, after a few attempts, it is still not working.

Is this an individual limit or a board level limit?

Thanks,
Ced
by Cedron
Thursday 23rd May 2019 7:18pm
Forum: General
Topic: DSP: Find Focused Areas in Image (Attachment is here)
Replies: 2
Views: 4109

DSP: Find Focused Areas in Image (Attachment is here)

[Attachment removed: Use Cogier's version in the next post.] This is code in support of my answer here: https://dsp.stackexchange.com/questions/58341/after-advice-about-detecting-focus-quality-of-objects-in-a-photo-detected-using This program demonstrates a few image processing techniques. The coole...