Results 9 comments of mai-tran-03

I added the event listener to the createContents method to respond to a change in the selection of the themingEnabled button. It works for checked-to-unchecked, hiding the theme-dependent elements when...

Hello! It seems the problem stems from disabling `themingEnabled` disables `engine` which is needed to create the theme combo dropdown and other components that depend on the `engine` to be...

@IamLRBA Hello, The issue I'm trying to fix is when the user toggles the "Enable theming" button in Settings > General > Appearance, it should show/hide the selection of themes....

@IamLRBA Thank you for your feedback. In my most recent commit [f241b1b](https://github.com/eclipse-platform/eclipse.platform.ui/pull/2606/commits/f241b1be5e6a77f58193d15adc01f9cd70cc30a3), I removed the private global `themeDependentComp` variable, instead, I declared and initialized it in the `createThemeDependentComposite` method. So...

I'm working on this. - Team Mai Tran/Andy Espinoza/Mahdi Alsalami (students), and Akshatha Anantharamu (mentor)

To get started, I replicated the issue and observed how the background color of this progress bar is rendered in different themes. The color is consistent for all other themes,...

Yes, I tested these out by the following criteria.

Without the fixes, `getCustomThemeFlag`() does the following: 1. if the current theme is not the default theme (which is only the light theme), return `isThemed` == true 2. else, return...