Fast Report Preview Mode Character Problem

Hi, We develop vcl application. We use vcl styles in forms. Vcl style is not implemented in form called via dll. Because of this reason we think that these mistakes are occurring in context menu. Can you help me with this?
SS.png 17.3K

Comments

  • gpigpi
    edited 10:55PM
    This bug is not on FR's side. VCL styles doesn't work good with DLL.

    You can re-produce it even in your project:
    - create dll with an empty form;
    - add popup menu with few items;
    - add image list with few icons;
    - assign image list to popup menu.

    When you call this dll from application with styles you will see same behavior in menu.

    You can find some info about this issue here http://stackoverflow.com/questions/2593325...-in-application

Leave a Comment