Forum Replies Created
-
AuthorPosts
-
Hello
Maybe this feature will be added later, but I can't promise.
Describe a procedure of form creation please. This form have a non-standard style or property?
PS. A working example will be the best help )
You should use actual password and standard unpacker.
Please write to support@alphaskins.com and show your registration data in the message.
Skin-engine can't affect to sizes of controls.
I have changed this skin for a better painting of buttons background when parent SkinSection is 'TOOLBAR'
Thank you, please try version 7.52
Hello
Please try version 7.52
Такое сообщение 'Property ThirdScrollControl does not exist' говорит, что точно на винте есть файлы от старой версии пакета.
Thanks for suggestion, I'll try to do that in the next release.
Which SkinSection is used for a title painting here?
I think you can get a font color from this section and define this color for a painting of chevrons.
I will think about the new TsCategoryPanelGroup component, but I can't promise a fast implementing.
Can you send me this test-application? I will check a skin with this program after changing.
Try it please : http://www.alphaskins.com/sfiles/skins/deeppurple.asz
Hello
This issue is not known. Can you show an example for debugging, please?
Be sure that latest skins are used with latest versions of the package (internal skins too).
Hello
Try to install without DEVEX6 key.
'Hamilton' wrote:[DCC Fatal Error] acLFPainter6.pas(30): F1026 File not found: 'cxLookAndFeelPainters.dcu'If you uses DevExpress then cxLookAndFeelPainters unit should be accessible for Delphi (DevExpress should be installed completely and path to this file must be defined in the Delphi options).
Hello
Quote:The problem with the form's appearance when running in the IDE is still the sameCould you send me your demo with Exe, please?
'Hamilton' wrote:1. In a DevExpress cxGrid, the selected row has white text on a white background.Here is updated file : http://www.alphaskins.com/sfiles/skins/deeppurple.asz
Quote:2. With a TsBitBtn on a TsPanel, the buttons draw over the panel border. For other themes this happens if the buttons are in a DOWN state but for DeepPurple it happens to all buttons. This situation occurred for me because I'm using TsBitBtns on a panel to create a menu; it looks OK to have the selected button larger but having all the buttons draw over the border looks strange.Can you show a screenshot please?
Hello
Work of the Anchors property is not implemented in VCL if control is placed on the TScrollBar, it's a normal behavior, unfortunately.
Hello
As I understand – you want to have odd and even colors? But cxGrid uses them automatically, special defining of such colors is not needed.
Quote:For the moonlight theme, GetHighLightColor returns the same color as the cxGrid uses for the selected row.I think, you can receive combinations of colors by using MixColors function, example :
Code:function TcxACLookAndFeelPainter.DefaultVGridLineColor: TColor;
begin
if Skinned then Result := MixColors(DefaultManager.GetActiveEditFontColor, DefaultManager.GetActiveEditColor, 0.3) else Result := inherited DefaultVGridLineColor;
end;function TcxACLookAndFeelPainter.DefaultVGridBandLineColor: TColor;
begin
if Skinned then Result := MixColors(DefaultManager.GetActiveEditFontColor, DefaultManager.GetActiveEditColor, 0.3) else Result := inherited DefaultVGridBandLineColor;
end;Hello
I have tested this skin with MessageDlg's but color of text is not black.
What is your OS? You meant a standard Windows dialog?
Can you show a screenshot please?
Hello
Yes, you can just delete this line, otares files not used in the package.
September 21, 2011 at 5:40 am in reply to: How work condition function DrawDataCell in TsDBGRID #46730You should use the OnDrawColumn event in this case.
Standard grid have same behaviour.
-
AuthorPosts