- This topic has 16 replies, 3 voices, and was last updated 13 years, 5 months ago by mol.
-
AuthorPosts
-
March 30, 2011 at 10:25 pm #34453molParticipant
I'm using AlphaControls, a TActionMainMenuBar with an ActionManager and a custom ColorMap on the main form of my program. When I start my application first and then Adobe Photoshop CS5 (v. 12.0.3, 32bit), the captions on the TMainMenuBar as well as the ones on the drop-down menus disappear (see attached file). If I start Photoshop first and then my program, everything is fine. Also, if I run a program which does not use AlphaControls, the TActionMainMenuBar captions do not vanish.
D2007 Pro, all updates applied
Vista Home Premium 32bit, all updates applied
AlphaControls v. 7.33
April 4, 2011 at 2:18 pm #45324SupportKeymasterHello!
Can you make a small demo for this issue, please?
April 4, 2011 at 4:30 pm #45333molParticipantNo problem, here you go. Steps to reproduce:
Start Test.exe first
Start Photoshop CS5 (not CS3, which doesn't produce this bug!)
The 'File' menu item disappeared from the TActionMainMenuBar
Actually, the menu item does not vanish, as I found out, but something changes the highlight color of the menu item and the color of the menu font. If you remove all AC components from the project, the bug disappears.
April 7, 2011 at 8:07 am #45359SupportKeymasterThank you.
Strange thing, I haven't this issue, but I'll try more systems soon.
April 8, 2011 at 3:13 pm #45394molParticipantHm, what other information can I give you?
Graphics card: NVidia GForce 8600 GT (an old test system, I know…)
Driver: 266.58 (6.14.12.6658)
DirectX runtime version 11.0
The bug can be reproduced every time. It only occurs with Photoshop CS5, and only if I use AlphaControls.
April 8, 2011 at 4:02 pm #45395HunniParticipantHi,
I can ses on my System the same result
Pentium 4 HT
Win7 pro 32bin
Graphic card ATI Radeon 9800 pro
On my other PC with Win7 pro 6bit (i7 2600) and ASUS EAH6950 Graphic card everything is looking fine.
Torsten
'mol' wrote:Hm, what other information can I give you?
Graphics card: NVidia GForce 8600 GT (an old test system, I know…)
Driver: 266.58 (6.14.12.6658)
DirectX runtime version 11.0
The bug can be reproduced every time. It only occurs with Photoshop CS5, and only if I use AlphaControls.
April 8, 2011 at 7:07 pm #45396molParticipantGood to hear that I am not the only one who is seeing this.
April 14, 2011 at 7:40 am #45452SupportKeymasterThanks for info. I'm researching this issue still, but can't reproduce described behaviour.
Try to change Font colors in TwilightColorMap, the problem will disappear if font colors are not default?
April 14, 2011 at 3:24 pm #45465molParticipant'Support' wrote:Try to change Font colors in TwilightColorMap, the problem will disappear if font colors are not default?
I changed the font color to clLime and the selected color to clRed. When I start the program and CS5 right after that, the font color is automatically set to the background color of the TActionMainMenuBar and you can't read the menu caption any more. Hovering over the menu item now, the selected background color changed from the original clRed to cl3DDkShadow, and the font color to clBlack. Even if I change the color of the TActionMainMenuBar to clSkyBlue, it turns into clBlack once Photoshop CS5 has been started. It seems as if the colors that are defined in the ColorMap are not recognized anymore, once CS5 runs. See attached screenshots. This only happens when using AC, and only with CS5!
Thanks.
May 1, 2011 at 7:26 am #45555SupportKeymasterHello guys
Can you show me an issue on your PC remotely? (via TeamViewer tool)
May 1, 2011 at 4:09 pm #45564molParticipant'Support' wrote:Hello guys
Can you show me an issue on your PC remotely? (via TeamViewer tool)
I'm sorry, Serge, but this is a development machine which is not connected to the web. Let me know what you want to check, and maybe I can do the tests for you. Thanks.
May 1, 2011 at 6:47 pm #45568HunniParticipantHi
I'm sorry, but I can see this problem only on my PC at home, but in the moment I'm away from home and will not come back before October
Torsten
May 12, 2011 at 3:05 pm #45668SupportKeymasterI have removed AlphaControls from the test project, and when this project is started with CS5 then colors of MenuBar were reset to default system colors. It's normal?
June 6, 2011 at 4:19 pm #45916molParticipantSorry for the late answer, I missed your post.
No, that is not normal. Actually, when I remove all AlphaControls (including manually removing all references to sSkinManager and sSkinProvider) from the project, I see what you've uploaded as “BeforeCS5.jpg”.
June 8, 2011 at 8:10 pm #45922molParticipantBug still present in version 7.43
June 9, 2011 at 6:16 am #45928SupportKeymaster'mol' wrote:Sorry for the late answer, I missed your post.
No, that is not normal. Actually, when I remove all AlphaControls (including manually removing all references to sSkinManager and sSkinProvider) from the project, I see what you've uploaded as “BeforeCS5.jpg”.
And colors are not changed after start of CS5 when skins are disabled?
I see that behaviour of this menu is not stable even if skins are not used…
June 11, 2011 at 5:10 pm #45965molParticipantI looked further into this and it seems that Photoshop CS5 and TActionMainMenuBar are somewhat incompatible with each other. CS5 not only changes the highlight and other colors of a TActionMainMenuBar (if the colormap is set to something other than the default), but also its predefined font. No matter if AC is used or not. Well, I guess we just have to live with it, although I have no idea how it would be possible for CS5 to change design time settings of a Delphi component.
-
AuthorPosts
- You must be logged in to reply to this topic.