Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RadialController cpp - Run As Administrator #11

Closed
IChickenNugget opened this issue Jan 17, 2017 · 3 comments
Closed

RadialController cpp - Run As Administrator #11

IChickenNugget opened this issue Jan 17, 2017 · 3 comments

Comments

@IChickenNugget
Copy link

Hi,

I’m running into some issues with the dial when the application is running as administrator.

Using the sample classic Desktop Sample App: https://github.com/Microsoft/Windows-classic-samples/tree/master/Samples/RadialController/cpp

It seems that many of the callbacks registered stop working as a result of the application being run as administrator.

For example, a number of callbacks no longer get called when registered with:
IRadialControllerInterop::add_ControlLost
IRadialControllerInterop::add_ControlAcquired
IRadialControllerInterop::add_RotationChanged
...
Etc.

The registration of the above callbacks appear to succeed when looking at the HRESULT.

The only callback that seems to be working when running as administrator is the callback registered via IRadialControllerMenuItem::add_Invoked.

Lawrence

@oldnewthing
Copy link
Member

Thanks for the report. The team is investigating now.

@oldnewthing
Copy link
Member

The team has confirmed that this is a bug and is looking into how to fix it. Thanks for reporting it.

@IChickenNugget
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants