I was trying to change image for Theme/HighContrast change in UWP app. I followed the link: tailor-resources But it is not working when I change theme while app is running. It works after app restarting. I followed folder name qualifiers & file name qualifiers both. Do I need to do any additional changes? Can anyone please help me?
Use qualifiers in image file names does not work in UWP runtime
127 Views Asked by Abu Raihan At
1
There are 1 best solutions below
Related Questions in XAML
- WPF multiple control property simultaneous changes
- Telerik's WPF RadColorPicker NoColorText property not working
- Ellipsis inside button content Windows Phone
- Binding to "this.property" object in VisualStateMenager
- Scroll view mistakes
- ContextMenu Closes Immediately
- Update ObservableCollection where the items are received from another List
- Looping "complex" object with ItemsControl
- Animation Trigger (Storyboard + Trigger) in C#
- Exporting Datatable
- xaml c# chart with custom axis label
- Xamarin Forms - Show Cancel button in toolbar items instead of Back (iOS)
- Can custom text be added to a listview cell?
- Bind control property from the inner control
- WPF Interactions CallMethodAction for DataTemplate in ListCheckBox thrown a exception "Could not find method on object of type"
Related Questions in UWP
- Error connecting UWP app to Arduino by USB
- Need xaml ellipse to contain two fill colors that can move up or down like filling a gas tank
- OAuth in PlayReady License Retrieval in UWP
- Cannot set combobox selected item opening a view
- UWP MediaPlayerElement Backwards Compatibility
- How to completely close/release a WebView after it has loaded a youtube link?
- My application has no rights on any folder
- UWP Get Rotation Value (Angle) from Storyboard Animation During or After
- How to load images to a page as soon as they are loaded from a folder in UWP
- How to store setting with UWP C#?
- Cannot create an URI file from text-to-speech audio on UWP
- Create and Delete Folder. Move the file to folder and move the file to outside of the folder
- Using custom video Effects with MediaElement
- UWP xaml: How to display a button with icon and text in it?
- Enlarge image after click C# UWP
Related Questions in THEMES
- Eclipse color highlighting broken
- Wrong Theme being applied to PreferenceActivity with xml reference
- "Use Theme.AppCompat theme with this activity" Exception
- PrefererenceFragment Material Theme with Support Library
- Unable to use the Sphinx Readability theme
- Translucent theme with material
- How to retrieve data from wordpress database in php and display on a page?
- Different theme for each language in Eclipse
- How to properly create a child theme structure
- Drupal Zen theme without compass
- How to properly apply styles to Child theme
- How can I add a gallery of photos to the Big Cartel NEAT Theme?
- Does "enable runtime themes" affect performance?
- tablesorter themes not working
- 100% exact Espresso theme for Sublime Text?
Related Questions in QUALIFIERS
- CDI - Producers and Qualifiers not on the produced object
- C# : Why is First namespace redundant?
- AVD ignoring layout-large/file
- Spring-Boot ignores @Qualifier annotation
- pig latin - load with text qualifier
- What is the meaning of void* volatile* in c++
- C complains about passing char** value to function taking char const*const*const but C++ doesn't
- How can the class that @Injects a @Dependent class pass information to its constructor?
- Using Smallest width in Android for layout design
- C++0x | Why std::atomic overloads each method with the volatile-qualifier?
- C++ return type qualifiers heaven
- Type Qualifiers for a device class in CUDA
- Double pointer const-correctness warnings in C
- What are Qualifiers in the C language?
- Multiple icon images in Honeycomb
Related Questions in HIGH-CONTRAST
- How to set fontcolor with toggle button in high contrast wpf
- How to set different style for black and white high contrast mode in wpf
- Improve quality of old handwritten birth statement with washed ink using OpenCV or Gimp
- I see borders in high contrast mode even if I don't specify any borders to form input fields. why?
- Random background color for multiple foreground colors
- Overwrite custom default color settings of browser
- How to check if user is in high contrast mode via JavaScript or CSS
- High contrast trigger on a WPF window
- High Contrast mode on though not desired (Brackets Preview)
- How to get Chrome to respond to Windows 10 high contrast mode using javascript/typescript in a React app
- WPF: set background color in a combo box with high color contrast
- Firefox - Windows High Contrast Mode Disabled Button Color Issue
- how can I modify the brightness&contrast automatically on my images with fiji macro?
- Use qualifiers in image file names does not work in UWP runtime
- How to detect the color information of theme when the windows high contrast mode is on
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It is by design, derive from official document , we need to listen MapChanged event that will be invoked when the system contrast theme changed. And modify the image source manually.
For example :