vote up 6 vote down star

I just played around with the new Delphi 2009 ribbon, added a few pages, groups and actionclients (large buttons) to it. I created some transparent 32x32px PNGs in Photoshop and put them into a TImageList (set to cd32bit). I added this list to the Actionmanager's Images property, to show them on the buttons. At designtime the icons in the ribbon look just fine, but when compiling and starting the app they have a black background. Any idea what causes this and how I can fix this? I do not want to create the images with the ribbon color as background, because I cannot switch to another colorset of the ribbon then.

Thanks in advance Marc

flag

2 Answers

vote up 8 vote down check
  1. Ensure that Application theme is enabled by: Project > Options > Application > Enable runtime theme.

  2. Have you tried to set the DrawingStyle property of Imagelist to dsTransparent?

link|flag
Thanks! You were right. "Enable runtime theme" had to be checked. Why is this not enabled by default? – sinner Jul 5 at 16:26
It should be enabled by default, but seems you are upgrading from older version which you have to turn it Manually – Mohammed Nasman Jul 5 at 16:37
+1 Mohammed for a nice quick answer, but one minor suggestion to improve the English: "Insure" should be "Ensure that" – Argalatyr Jul 5 at 16:39
@sinner, don't you think you should also give Mohammed's answer an up-vote? – Argalatyr Jul 5 at 16:41
@Argalatyr: I am new here and have not yet earned any reputation points. I need 15 of them to up-vote the answer. How do I get them? Do I need to answer other questions? – sinner Jul 5 at 16:46
show 2 more comments
vote up 0 vote down

Hello,

I have a similar problem in that during design time my Ribbon images are full of color and large. During the runtime, the images are then grayed out (as if they are disabled). However, everything shows enabled. Why is this happing.

link|flag
Is it possible that you did not put any code in the onexecute of the action? I experienced that the Delphi 2009 rippons disables the button then and if there are no disabled-pictures then they get that ugly 1-color grayscale icon. – sinner Nov 4 at 12:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.