Forum Replies Created
-
AuthorPosts
-
'Support' wrote:
You can't link a color of row with tow number here (with Row property).
Try the DataSource.DataSet.RecNo for this purpose.
Unfortunately not all datasets have a working RecNo property. Especially SQL based datasets do not have one or have only a simulated one that takes enormous amounts of time.
Wouldn't it be possible for you to build this feature into TsDBGrid:
Property AlternateColors: Boolean which defaults to False for compatibility with previous versions.
Event OnGetAlternateColor(OddRow: Boolean; CurrColor: TColor): TColor. (Only needed for customized alternate colors)
Considering the number of web pages with explanations / questions on how to do this in TDBGrid that must be a welcomed addition to AC.
The alternate color logic only has to be based on the physical row, not on content or record number of the underlying dataset (first displayed row has the odd color, second displayed row has the even color, etc.):
Code:RowNo := Rect.Top div (Rect.Bottom – Rect.Top);
OddRow := Odd(RowNo);Would you? Could you?

I now understand it is known behavior of Windows, not of AC.
Pity
'Support' wrote:A purpose of this property is switching of the component to the special editing mode where order of items may be changed by user.
Now that the property is gone from Published to Public, it may be a good idea to implement the event OnAfterDragItem so that the programmer can reset the DragItems property.
December 20, 2017 at 4:36 pm in reply to: Exception results from bug in destructor TacCustomShellChangeNotifier.Destroy #57412'HeDiBo' wrote:So for the time, consider this bug closed
Problem is indeed solved in 12.22
December 20, 2017 at 4:34 pm in reply to: Incorrect skinning on Frames at design time (AC 12.20) #57411'Support' wrote:I will try to add improvements in the nearest release.
Problem solved in 12.22
'Support' wrote:This feature will be implemented in the nearest release.
Solved in 12.22
'Support' wrote:This issue will be solved in the nearest release, I think.
Solved
'Support' wrote:This is a known behavior, background received from parent directly, not from screen.
I'm glad it is a known behavior. But shouldn't it be changed?
'Support' wrote:The issue will be solved in the nearest release.
AC 12.22 solved this
December 20, 2017 at 3:13 pm in reply to: TcxShellTreeView in dark skin makes folder name unreadable when selected #57406Remember that my wife has the same problem. Her laptop runs with a standard theme.
Bug is still present in AC 12.22
Why do you have a light grey highlight? Doesn't look like the right color for Cappuccino!
It's a problem with the account I run under.
If I log in with a different account, there is no problem with the icons.
Thank you for your efforts. You can consider this a closed case.
'HeDiBo' wrote:However on the laptop of my wife, there is not a problem. It must be my PC then, What could it be?
I remember now: I had this before. Something to do with the Windows Icon Cache. I'll look into this some more. Don't bother about this for the moment.
December 19, 2017 at 12:25 pm in reply to: TcxShellTreeView in dark skin makes folder name unreadable when selected #57403'Support' wrote:Please, tell which theme is loaded there, I will try it.
I tried different themes, but I did not get any improvements.
'HeDiBo' wrote:I also tried this with the original version of ASkinDemo.exe and have the same result.
However on the laptop of my wife, there is not a problem. It must be my PC then, What could it be?
December 19, 2017 at 11:31 am in reply to: TcxShellTreeView in dark skin makes folder name unreadable when selected #57399'Support' wrote:Selected item is drawn by system
In your system the selection is drawn light blue (strange color for the Cappuccino skin). In my system and also on the Windows 10 laptop of my wife the selection is drawn in a very dark color.
Could it be a Windows Theme problem?
'Support' wrote:I need any info about your system configuration then.
I have the speccy info for you:
[attachment=8567:PCHELMADICK.txt]
If you have Speccy, I can send the Speccy file also,
'Support' wrote:I mean, this left bar with icons is visible in the ASkinDemo in this ComboEdit.
You told that you have changed sources and recompiled.
This left bar is not visible in the original downloaded demo?
I also tried this with the original version of ASkinDemo.exe and have the same result.
December 19, 2017 at 10:19 am in reply to: TcxShellTreeView in dark skin makes folder name unreadable when selected #57393'Support' wrote:Your Exe works good on my PC too.
Maybe I need to change a system config?
Can you show me a picture of it? Just to be sure we're talking about the same thing?
'Support' wrote:I mean this ComboEdit. Root buttons are not visible there??
The problem is not that they are not visible. The root buttons have a black background, not a transparent background. Also here the documents icon is not visible:
[attachment=8565:SelectFolderBug.jpg]
I also tried this with the original version of ASkinDemo.exe and have the same result.
December 18, 2017 at 7:07 pm in reply to: TcxShellTreeView in dark skin makes folder name unreadable when selected #57388'Support' wrote:Of course.
Please, upload your Exe.
Here it is:
[attachment=8563:acShellBug.rar]
-
AuthorPosts