Forum Replies Created
-
AuthorPosts
-
HeDiBoParticipant'Support' wrote:
cxButton is alphablended if disabled, but text is not changed, because old DevEx packages doesn't allow to change a color of text in disabled button.
Thanks, I think it never worked.
Again, I did not receive notification of your answer. It's not in my spam box either. It's just not sent!
HeDiBoParticipant'Support' wrote:Notifications must work now.
Thank you. They do!!
HeDiBoParticipant'Support' wrote:Hello!
Your version of the DevEx is 12.1.6?
I think it is 11.2.9 The setting with Ver12_1_6 is the only one that works.
Again: I do not receive notifications by e-mail if you respond to an issue. PLEASE look into this.
HeDiBoParticipant'Support' wrote:Hello!
Try new release, please, some changes were added there.
It still fails to show disabled statel!!
This is the start of my acLFPainter.pas:
Code://{$DEFINE VER16_1_4} // cxGrid version 16.1.4 and newer
//{$DEFINE VER14_1_2}
//{$DEFINE VER13_2_2}
//{$DEFINE VER12_2_3}
{$DEFINE VER12_1_6}
//{$DEFINE VER26}
{$DEFINE VER23}HeDiBoParticipant'Support' wrote:Hello!
Try new release, please, some changes were added there.
Hi Serge,
I already sent you a private mail, but that got no response. I do not get any notification by email if there is a response to my item. So, this response of you has not been noticed by me, simply because I did not get an email notification.
Can you please look into this, it makes this forum quite useless for me.
I re-checked my settings and as far as I can see, I should be receiving notifications by email.
Regards ;-}
Dick
HeDiBoParticipant'Support' wrote:Look my example 🙂
Some conditions are required for reproducing.
Yeah. Because you start off with labels that are way too small.
Start off with labels that provide enough room for the text, and at run time, labels align nicely.
HeDiBoParticipant'Support' wrote:Hello
TsPageControl borders are added to the form borders here.
Client area size is not changed when skins are active.
Thanks.
How can I draw a TsPageControl without any borders?
HeDiBoParticipant'Support' wrote:Thank you for the demo.
Same problem I see with standard TLabel components in a new application.
Something wrong with AutoSizing in VCL, seems. I will think, maybe I can improve it in the package.
I use Delphi XE4 and don't see this problem with standard labels.
This test project illustrates it:
[attachment=7933:LabelAlignment.rar]
August 14, 2016 at 2:07 pm in reply to: TDxComponentPrinter.PrintPreview not properly skinned #55439HeDiBoParticipant'Support' wrote:Sorry, the package was ready for uploading when you wrote the message about the DxComponentPrinter.
I will install DevExpress soon and check it.
Problem solved in 11.12 :a3:
HeDiBoParticipant'Support' wrote:I confirm it and I will fix it in the 11.12 version.
It's not fixed in 11.12😡
August 9, 2016 at 6:02 pm in reply to: OnCheckBoxChanged event in TsRadioGroup doesn't do anything #55404HeDiBoParticipant'Support' wrote:Hello!
This event works when the CheckBoxVisible property is True.
The OnCheckBoxChanged event occurs when CheckBox of the component is changed.
OK. I interpreted the checkbox wrongly. That's mainly because there's no documentation on this.
HeDiBoParticipant'HeDiBo' wrote:Now even the setting for Transparent doesn't matter anymore. This bug fix did the trick. Thank you! :a7:
Unfortunately, AC 11.11 reintroduces another failure.
Look at this picture:
[attachment=7792:HintIconTransparency.jpg]
Notice that the little square (at the left side of the last line) is not transparent any more!
To test this yourself, use the Earlier Test Project
HeDiBoParticipant'HeDiBo' wrote:In AC 11.10 using the method PrintPreview of the TdxComponentPrinter shows the Windows system icons when the mouse hovers over the skinned system icons.
Problem shown in this project: [attachment=7787:DxPrintPreview.zip]
Problem not solved in AC 11.11 😡
HeDiBoParticipant'Support' wrote:I have found a cause of the problem. New release with bugfix will be available very soon.
Need this fix very soon too.
I absolutely hate it when old bugs are reintroduced 😡
HeDiBoParticipant'Support' wrote:Thank you
I see that colors are changed because SkinManager.Options.ChangeSysColors property is True.
cxRichEdit uses system colors, but these colors are received from the skin engine already.
I can suggest to use clWhite and clBlack colors instead of clWindow and clWindowText, while I'm thinking about a better solution.
Your observation helped enormously.
As a temporary fix, I switch off ChangeSysColors just before showing the rich edit control and switch it on afterwards. In my application the rich edit is only used for printing, so it's only needed during print time. Therefore this solution works for me. As a general solution it's no good.
Thank you for your quick response,
HeDiBoParticipant'Support' wrote:Hello!
Can you show a demo, please?
I'm trying to make it, but my cxRichEdit is not skinned if Stlye.LookAndFeel.NativeStyle property is True…
This is the test project. I do not see any difference, whether NativeStyle is True or False.
[attachment=7778:accxRichEdit.zip]
In both cases TcxRichEdit shows a dark brown background with light letters.
The project options contains the conditional DEVEX2011.
This is in the beginning of my acLFPainter.pas:
Code://$DEFINE VER14_1_2} // cxGrid version 14.1.2 and newer
//{$DEFINE VER13_2_2}
//{$DEFINE VER12_2_3}
{$DEFINE VER12_1_6}
//{$DEFINE VER26}
{$DEFINE VER23}HeDiBoParticipant'Support' wrote:I have sent the new path by PM, try it, please.
Now even the setting for Transparent doesn't matter anymore. This bug fix did the trick. Thank you! :a7:
HeDiBoParticipant'Support' wrote:Can you make a demo, please?
I use a datamodule that registers the hints.
This is the demo with very simplified units. It shows the same wrong behavior as it does in my application.
[attachment=7776:acIconsHint.zip]
HeDiBoParticipant'Support' wrote:The Transparent property of images is True?
If the png image uses an alpha channel, that should not matter, should it?
With Transparent property on for all three icons, this is the result (it's even worse}:
[attachment=7775:HintImagesTransparent.jpg]
HeDiBoParticipant'Support' wrote:Try patched files which were sent via PM here.
Unfortunately it does not work.
This is the result with the frame uploaded earlier:
[attachment=7774:HintImages.jpg]
-
AuthorPosts