Page 1 of 1

Exposing callback for cryptomoduledialogpasswordview

PostPosted: Sun Jan 13, 2019 9:17 pm
by darbid
I would really find it cool to be able to present my own dialog for smart cards. Unfortunately I’ve only found this in the Forum https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=15326&p=38683. If this is still the status then is this difficult to expose? Unfortunately I’m not experienced enough to takle this task, I’m just a hobby programmer.

Re: Exposing callback for cryptomoduledialogpasswordview

PostPosted: Fri Jan 18, 2019 3:25 am
by Czarek
I suggest you ask @saversa (from the referenced topic) for the code that resolved the issue for him. This requires building CEF from sources which is a long process.

Re: Exposing callback for cryptomoduledialogpasswordview

PostPosted: Sat Jan 19, 2019 3:01 pm
by darbid
He/She says that they used the Dialog that Chromium uses which means to me he uses the standard window/dialog. What I would like is to be able to present my own custom dialog, get the users input and call the callback to pass on the users input.

I have played around with GeckoFX (firefox) and it had this feature which is why I feel it would be cool/nice for this project as well.