|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/20/2007 2:37:25 PM
Posts: 6,
Visits: 12
|
|
| If I pass through an incorrect password from the use to the control, I want to trap the password error and not have the ActiveX control prompt for the password. How can I do this?
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Today @ 10:03:23 AM
Posts: 833,
Visits: 1,356
|
|
Currently there is no way to do it. But we are thinking about adding an event to which a hosting component could subscribe and handle it in its custom way.
 Kindest Regards, SmartCode Solutions Support
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/20/2007 2:37:25 PM
Posts: 6,
Visits: 12
|
|
| I've been watching this one for awhile and haven't seen an update to it. Is there still consideration being given to being able to add handlers to popup events?
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Today @ 10:03:23 AM
Posts: 833,
Visits: 1,356
|
|
| The build with this feature is going to be available by the end of the August. We are planning to add the following method to _ISmartCodeVNCViewerEvents interface: HRESULT _ISmartCodeVNCViewerEvents::AuthenticationFailed([in] long nAuthenticationAttempt, [out] BOOL bCancel); where: nAuthenticationAttempt - number of authentication attempts. ViewerX allows maximum of three subsequent attempts. bCancel - TRUE: mean that ViewerX shouldn't prompt to enter new password again. FALSE: continue prompting user to enter a correct password. Does this look ok to you?
 Kindest Regards, SmartCode Solutions Support
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Today @ 10:03:23 AM
Posts: 833,
Visits: 1,356
|
|
The feature has been implemented. We will publish a new ViewerX build by the end of this week.
 Kindest Regards, SmartCode Solutions Support
|
|
|
|