Re: Third party dialog in replacement Gina
From: Jakub Gwozdz (gwozdziu_at_rpg.pl)
Date: 06/28/05
- Previous message: Jacco de Leeuw: "Re: Pfx personal certificate in smartphone?"
- In reply to: Nick: "RE: Third party dialog in replacement Gina"
- Next in thread: Marco van Nieuwenhoven: "Re: Third party dialog in replacement Gina"
- Reply: Marco van Nieuwenhoven: "Re: Third party dialog in replacement Gina"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 28 Jun 2005 08:24:17 +0200
This is just a guess.
On WlxSomethingSAS open your own dummy dialog (via one of Wlx- dialog
methods), with three messages processed:
- WM_INITDIALOG to move it away from the visible part of the screen and
to post custom command,
- WM_COMMAND to do your normal WlxSomethingSAS job (as using P11 library)
- WM_DESTROY to send WM_CLOSE to all windows this dialog is parent to.
or something like it... Without heavy testing, I'm not sure, if your
WM_COMMAND wouldn't hang whole dialog thread and will process other
messages, like WM_DESTROY. Also, consider processing WLX_WM_SAS.
Hope that helps.
-- Jakub Gwozdz Nick napisał(a): > Hello, anyone out there. Please. > > "Nick" wrote: > > >>Hi all, >> >>In a replacement Gina, sometimes we may need to use thirdparty library which >>may need to pop up some dialog. Such as when a PKCS#11 library is used and it >>supports authentication method other than a PIN number (such as biometirc >>means), the PKCS#11 library needs to pop up its own dialog to collect user >>credential. >> >>We all know that dialogs in Gina needs to be closable by Winlogon and we >>need to create dialogs with Wlx functions that Winlogon provides. >> >>My question is that what is the general strategy in dealing with third party >>dialogs? >> >>Thanks >> >>Nick
- Previous message: Jacco de Leeuw: "Re: Pfx personal certificate in smartphone?"
- In reply to: Nick: "RE: Third party dialog in replacement Gina"
- Next in thread: Marco van Nieuwenhoven: "Re: Third party dialog in replacement Gina"
- Reply: Marco van Nieuwenhoven: "Re: Third party dialog in replacement Gina"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|