Rodrigo Ruz
Rodrigo Ruz
I will check that. For suggestions related to code changes you can use the _pull request_ option.
I can't reproduce what you describe. Can you explain what do you mean with _windows 10 high res theme_ Also please attach a sample project to reproduce the issue.
Hi, I tried some chm files and I can't reproduce the issue. Please attach a basic sample app with the chm file to reproduce the issue.
Can you please tell me when (and where) do you send me the sample project with the chm file?
Can you please send the sample project with the chm to this mail rodrigo.ruz.v at gmail.com ? BTW these are the formats supported by Github https://help.github.com/articles/file-attachments-on-issues-and-pull-requests/
Hi, Any news about this?
Sorry but not email as arrived, can you please send again the mail or can you share using dropbox or a external site like https://mega.nz/.
Please attach a image of what you describe
Hello, My guess is which the issue is in the Popup Menu Style hook ([Vcl.Styles.Utils.Menus](https://github.com/RRUZ/vcl-styles-utils/blob/master/Common/Vcl.Styles.Utils.Menus.pas) unit), check these methods _TSysPopupStyleHook.DoDrawItem_, _TSysPopupStyleHook.TSysPopupItem.GetItemText_
The code uses the _GetMenuItemInfo_ function to retrieve the text of a menu item, unfortunately in some cases is not possible get the text for owner drawn menus , So...