PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Application Security Ideas sought
Application Security Ideas sought
Iniciado por kevin, 04,dic. 2014 11:11 - 2 respuestas
Publicado el 04,diciembre 2014 - 11:11
Hi,

Maybe I'm mistaken but I'm sure there was at one time an example of a user logging in system supplied with windev, I'm using version 19 and I can't find it. As I'm nearly finished this vertical market app that would benefit from this before they can use the program.

Also has anyone any ideas on how I go about exiting the application after a period of in-activity?

Best Regards,

Kevin.
Publicado el 04,diciembre 2014 - 12:00
Hi Kevin


Maybe I'm mistaken but I'm sure there was at one time an example of a
user logging in system supplied with windev, I'm using version 19 and I
can't find it. As I'm nearly finished this vertical market app that
would benefit from this before they can use the program.


Sorry, I do not understand that first part...


Also has anyone any ideas on how I go about exiting the application
after a period of in-activity?

Yes...
- You need to set a timer that will stop your application after 10 mns
(by example)

- You need to use the event function to trap keystrokes and mouse
activity (2 events)

- Your 2 events point to a procedure that STOPS your exit timer, then
restart it

That's all

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


Best Regards,

Kevin.
Publicado el 04,diciembre 2014 - 13:36
Hi Fabrice,

Thank you very much.

Regarding the first part, I can deal with this fairly easily, but the real important part was the part you answered.

Best Regards,

Kevin.