Search found 68 matches

by sjsepan
Wednesday 23rd October 2019 8:24pm
Forum: General
Topic: Object serialization, allowing save and load of class structure data
Replies: 9
Views: 9816

Re: Object serialization, allowing save and load of class structure data

@Godzilla, This is another area that I'm glad someone is tackling. I used to do this in C# but am still too new in Gambas and am still catching up yet. This is huge (as in 'important'); Keep up the good work! 8-)
Steve
by sjsepan
Monday 21st October 2019 4:38pm
Forum: General
Topic: Error (the Class) vs ERROR (the Boolean)
Replies: 7
Views: 7119

Re: Error (the Class) vs ERROR (the Boolean)

gbWilly, Thanks! I was considering trying that approach (directly using the static class) next, but forgot about it while getting myself lost in the other detail.
I definitely overlooked the types on Class and Backtrace -- I have to look more carefully. :oops:
Steve
by sjsepan
Monday 21st October 2019 3:47pm
Forum: General
Topic: Error (the Class) vs ERROR (the Boolean)
Replies: 7
Views: 7119

Re: Error (the Class) vs ERROR (the Boolean)

environment: [System] Gambas=3.14 OperatingSystem=Linux Kernel=4.15.0-65-generic Architecture=x86_64 Distribution=Linux Mint 19.2 Tina Desktop=CINNAMON Theme=Qt5CTProxy Language=en_US.UTF-8 Memory=7917M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GStreamer=...
by sjsepan
Monday 21st October 2019 3:46pm
Forum: General
Topic: Error (the Class) vs ERROR (the Boolean)
Replies: 7
Views: 7119

Re: Error (the Class) vs ERROR (the Boolean)

OK, tried a work-around: passed properties individually, got 'type mismatch: wanted string got class instead' ' Gambas module file Public Sub Main() Print "Hello world" Print 1 / 0 Catch Debug FormatError(Error.Text, Error.Class, Error.Where, Error.Backtrace) 'NOT OK: FormatError not using...
by sjsepan
Monday 21st October 2019 1:09pm
Forum: General
Topic: Error (the Class) vs ERROR (the Boolean)
Replies: 7
Views: 7119

Error (the Class) vs ERROR (the Boolean)

I wrote a function FormatError to format the info in the Error class, taking oError as Error, but when passing it to the function, Gambas thinks I am passing the ERROR boolean value. What am I doing wrong? Is it because Error (class) is static? _______________ ' Gambas module file Public Sub Main() ...
by sjsepan
Saturday 19th October 2019 1:19pm
Forum: General
Topic: Task/Multi-thread processing, queue many tasks while detecting/using your available cores
Replies: 2
Views: 4001

Re: Task/Multi-thread processing, queue many tasks while detecting/using your available cores

Thank You, Godzilla, for continuing to shine a light on this area. 8-)
As Gambas users figure out 'when' to use multi-processing, hopefully much of the 'how' will be demonstrated by folks like you.
by sjsepan
Tuesday 15th October 2019 11:06am
Forum: General
Topic: login, forum.gambas.one vs wordpress.gambas.one
Replies: 6
Views: 6945

Re: login, forum.gambas.one vs wordpress.gambas.one

OK, so not needed over there. Thanks! :D
by sjsepan
Tuesday 15th October 2019 1:37am
Forum: General
Topic: login, forum.gambas.one vs wordpress.gambas.one
Replies: 6
Views: 6945

login, forum.gambas.one vs wordpress.gambas.one

Is there a different login for the Forum vs the home page.
When I try to log in over there I get a blank page that says 'Blocked'.