asitis
asitis

Reputation: 3031

Camera dismissed when opening SettingsCharm in Windows 8

Hi am creating a camera application . For implementing this i used CameraCatureUI


My problem is that Camera cancels or dismissed when i open Settings charm.
How we can prevent this strange behaviour?

Upvotes: 1

Views: 63

Answers (1)

Jerry Nixon
Jerry Nixon

Reputation: 31803

The camera canceled state is giving you a hint on what you should do with your own UI. If the user displays the settings (or causes cancelled) you should do one of two things:

  1. Dismiss your own UI (most likely)
  2. Reset the camera request

Best of luck!

Upvotes: 1

Related Questions