Search found 7 matches

by dockfo
Sunday 18th December 2022 3:00pm
Forum: General
Topic: Did you know?
Replies: 91
Views: 410808

Re: Did you know?

... a shortcut to if...then...else... statment
If ( Test AS Boolean , TrueExpression , FalseExpression )
it is like conditional (ternary) operator in php, js and other languages ... :geek:
by dockfo
Sunday 18th December 2022 2:52pm
Forum: Web
Topic: ShowModa()l form problem and laggy curl component.
Replies: 3
Views: 4871

Re: ShowModa()l form problem and laggy curl component.

BruceSteers wrote: Thursday 8th December 2022 12:57pm Perhaps a glitch in your program? Maybe try pressing the "Compile all" button
... I just found the solution to this problem in the mailing list (it is a bug) ... I have to upgrade to development release 3.17.90 ...
by dockfo
Tuesday 13th December 2022 10:34am
Forum: Web
Topic: ShowModa()l form problem and laggy curl component.
Replies: 3
Views: 4871

Re: ShowModa()l form problem and laggy curl component.

Hi Bruce
Thank you for your reply. No the compile button does not help. BTW I am using Ubuntu 22.04 and gambas 3.17.3. I have noticed that if a use the showmodal() method on a form that I have instantiate with the _new keyword the form opens normally with no problem. Weird things...
by dockfo
Tuesday 13th December 2022 10:13am
Forum: Web
Topic: WebForm weird behaviour ... or not !!!
Replies: 1
Views: 5658

WebForm weird behaviour ... or not !!!

Hi It's me again. I hope everyone is doing well. I have another question relative to WebForms. Could someone please explain me what is the concept behind the WebForm Class and what is the proper use of it? I mean how to instantiate them how to get from one to another etc. I am asking this because (o...
by dockfo
Thursday 8th December 2022 12:06pm
Forum: Web
Topic: ShowModa()l form problem and laggy curl component.
Replies: 3
Views: 4871

ShowModa()l form problem and laggy curl component.

HI to everyone. I am new to Gambas and I would like to ask a question. When I call for ex. frmSomeform.ShowModal(frmParent) from after pressing a button, the modal window shows up but I am getting an error in the browser from JavaScript complaining about "Uncaught RangeError: Maximum call stack...
by dockfo
Wednesday 7th December 2022 8:30pm
Forum: Project showcase
Topic: TOTP aka Time Based One Time Password.
Replies: 2
Views: 4631

Re: TOTP aka Time Based One Time Password.

Thanks cogier. Well, I am in the middle of writing a web based application and I had to add an extra attention to the security part because it will be a real production website. I have finished the log in system with remember-me cookie and so, and the 2 factor authentication is a part of it. I thoug...
by dockfo
Tuesday 6th December 2022 5:19pm
Forum: Project showcase
Topic: TOTP aka Time Based One Time Password.
Replies: 2
Views: 4631

TOTP aka Time Based One Time Password.

Hello. This is my first post, greetings to everyone !!!. I wrote a small class that can be used mostly with web based applications and it utilizes the time based one time password creation. The algorithm that produces the codes is extensively explained in this video https://www.youtube.com/watch?v=V...