XP style Manifest ?
Hello,
I got problem when use Manifest for active xp style in project, many buttons on
designer not work , like font style button, shadow, ...
can tell me why ?
Regards,
m.t
I got problem when use Manifest for active xp style in project, many buttons on
designer not work , like font style button, shadow, ...
can tell me why ?
Regards,
m.t
Comments
No idea , any body help me please .
I have posted a fix (if you have source of course) for FR3 to the FR3 newsgroup, and perhaps a formal fix will be added in a future release.
You could of course ask Mike (I assume you are using ThemeManager) if he can add support to fix TToolButton instead.
Good luck
Chris
i have the same problem under Delphi 5.
Is there any solution?!
Regards
Ralf
1. Copy ComCtrls.pas form delphi to project dir.
2. In implementation section add:
3. In initialization section add:
4. In TToolButton.MouseDown change :
5. rebuild your project.
Thank you!