-
Notifications
You must be signed in to change notification settings - Fork 4
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
FileOptimizer Info Box Non-Functional Under Any Theme ≠ Windows #10
Comments
Thank you for your report. I discovered, it is a conflict between Embarcadero's themes and Microsoft TaskDialog implementation in Windows 10 Anniversary update. Thought it only happened with Windows 10 theme, and so I switched back to Windows default theme which fixed the problem. I will do the same for Metropolis, there is no other possibility than reverting it back. Nothing wrong in my code, and no idea what has been changed on the Anniversary update for the visuals in order to affect it. |
…so we get back to default Windows one in 10 or later (RejZoR, TPS) git-svn-id: svn://svn.code.sf.net/p/nikkhokkho/code/trunk@540 ddd8a7e7-04a1-4c0d-ae79-48073a28b335
Thanks! I'll wait for next ß-release & try it out then. ☺ |
I just installed & ran 9.00.1541 from today - still have identical issue. Also, I've always run the Metropolis theme (that's why the above image is black, after all), so I'm not sure the fix would work for it. When I change to the default Windows theme, all works well, though, but _all_ other themes are broken. |
Under Windows 10, FileOptimizer should restore the selected theme to Windows, no matter if it was Metropolis or Windows 10. So unless you manually change it again after restart, should work. Is it restoring the theme for you? |
It did do so, but it's too pastel-y for me, so I switched it back, not knowing it was intentional. Then I remembered about the info box, tried it, & then reported back. Then I thought about trying all the themes. Does each 1 need to be fixed/reverted? |
At the moment is only a temporary solution. I am evaluating either removing all themes, or trying to upgrade to C++ Builder 10.1, and see if that gets fixed. Unfortunately 10.1 is not natively supporting ribbons, so if that is the case, I should discard it. |
There's an excellent blog post from Embarcadero @ http://community.embarcadero.com/blogs/entry/ribbon-controls-in-rad-studio-10-1-berlin explaining the details of their ribbon problems, & are pointing toward https://github.com/TurboPack/RibbonFramework for a current fix, with an official package coming soon. |
Thank you for the hint TPS. I already read that. Problem with RibbonFramework, is:
I am considering now different choices:
|
I was wondering why the menus made an appearance! But why not replace the ribbon with a toolbar (while leaving in option for menus)? That should have very good support over any version of Windows, & shouldn't have any licensing issues. |
@javiergutierrezchamorro I expect this is a known problem, but this is all that shows after pressing the Information menu entry/ribbon button on 9.00.1537ß. I'm on Win10 x64, & was hoping to try out the new Stats section (svn2github/nikkhokkho@0e06e4b ).
The text was updated successfully, but these errors were encountered: