DelphinSoftware / vcl-styles-utils

Automatically exported from code.google.com/p/vcl-styles-utils
0 stars 0 forks source link

Vcl-Styles are also included in DLL #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

my problem is that I use the styles in a MainForm. This program has also some 
plugins (DLLs) with their own forms. These dlls don't use styles. 

The problem is that styles of the EXE are included into the dll. For example: 
Popupmenus, Listviews.

Is it possible to prevent the dll styling?

Original issue reported on code.google.com by sven.ter...@d-velop.de on 10 Apr 2015 at 9:52

Attachments:

GoogleCodeExporter commented 9 years ago
sampleproject

Original comment by sven.ter...@d-velop.de on 10 Apr 2015 at 9:55

Attachments:

GoogleCodeExporter commented 9 years ago
Another problem is a wrong drawing of the tpopupmenu on the dll-form.

If the property "ownerdraw" is set to "true", you can reproduce this problem.

Original comment by sven.ter...@d-velop.de on 17 Apr 2015 at 9:03