Search found 36 matches

by ocoquet
Sunday 24th January 2021 9:05am
Forum: Beginners
Topic: Sort an array of collections.....
Replies: 1
Views: 2842

Re: Sort an array of collections.....

Sorry for the convenience, bbcode del [] in the original message, the code is now, correct.

Olivier
by ocoquet
Sunday 24th January 2021 9:04am
Forum: Beginners
Topic: Sort an array of collections.....
Replies: 1
Views: 2842

Sort an array of collections.....

let's imagine this collection : Dim tmp_col As Collection[] = New Collection[] tmp_col.Add([ "name": "toto4", "test": "quattre" ]) tmp_col.Add([ "name": "toto6", "test": "six" ]) tmp_col.Add([ "name": "tot...
by ocoquet
Monday 18th January 2021 5:54pm
Forum: Project showcase
Topic: Gambas httpd server
Replies: 11
Views: 13309

Re: Gambas httpd server

Hi Bruce,

It's not mine :)

Regards
Olivier
by ocoquet
Monday 18th January 2021 5:52pm
Forum: Project showcase
Topic: Gambas httpd server
Replies: 11
Views: 13309

Re: Gambas httpd server

Hi All, here are last changes (18/01/2021) V0.0.17 - Finalization of the modification of the processing procedure, all the arguments are now exploited by their name and not by their order of arrival (more secure). - Added the main Mime types up to the letter "J". - Modified the userpwd.txt...
by ocoquet
Thursday 14th January 2021 3:07pm
Forum: Project showcase
Topic: Gambas httpd server
Replies: 11
Views: 13309

Re: Gambas httpd server

Hi All,
New version is coming soon.

There is now, tow formats:
- Complete source with sample form to test
- Component package which can be integrated directly in Gambas as component.

Regards
Olivier
by ocoquet
Tuesday 12th January 2021 8:59am
Forum: Project showcase
Topic: Gambas httpd server
Replies: 11
Views: 13309

Re: Gambas httpd server

Hi All, here are last changes (12/01/2021) V0.0.16 - Sample Treatment procedure now use named arguments vs numbering, this allow order inversion in form field in the form at design time without influence on detection of them. - Correction of bug in invalid session detection (a "u" replaced...
by ocoquet
Sunday 10th January 2021 12:23pm
Forum: Web
Topic: HTTP server in Gambas with gb.net
Replies: 6
Views: 10565

Re: HTTP server in Gambas with gb.net

Reproduction of ML message sent today by me: HTTP Gambas Server Class v0.0.15 Hello, I take the time to give you some information about my Gambas http server. Originally, I wrote this class to make my home automation program accessible from a tablet or a smartphone. Some researches had told me that ...
by ocoquet
Friday 8th January 2021 4:42pm
Forum: Project showcase
Topic: Gambas httpd server
Replies: 11
Views: 13309

Re: Gambas httpd server

Hi all, Gambas HTTP server v 0.0.15 is coming soon. Lot off add and some minor bugs corrected. - Add tow vars in class header to reflect total live connections and total pages viewed. - Add Tow lcd viewer on sample form to reflect state of the tow new var. - Add tow var in class header to determine ...
by ocoquet
Thursday 7th January 2021 5:17pm
Forum: General
Topic: How to upload software to Gambas Farm ?
Replies: 3
Views: 3278

Re: How to upload software to Gambas Farm ?

thank's a lot

Olivier
by ocoquet
Thursday 7th January 2021 12:26pm
Forum: General
Topic: How to upload software to Gambas Farm ?
Replies: 3
Views: 3278

How to upload software to Gambas Farm ?

Hi all,

Did you know how to upload software to Farm ?

regards
Olivier