Jump to content


Xillion

Member Since 20 Apr 2007
Offline Last Active Feb 22 2012 01:45 PM
-----

Posts I've Made

In Topic: Bug in version 5.3.2011.1

03 May 2011 - 03:27 PM

I just downloaded the latest version (the one that Boki uploaded on april 1st). I found the same problem there. I think this is in the same version that AIM reported, but just to be sure I thought I'd report this.

Boki, can you confirm this is going to be solved in the next release or not?

In Topic: Having differen font for footer than in the cells

19 April 2011 - 12:29 PM

Hi Boki,

I looked at the code, and I can understand you are worried about issues with existing code.

Based on what I have seen on my quick browse trough the formatting code the option for just adding a TFooter.Font property looks the most doable. At least it gives enough options. You can make the footer visually different from the rest of the grid, but you could also change the font @runtime (after the footer is calculated) when for example an average value is too low. Then you can make it e.g. bold and red so the user can easily see that something is wrong.
At the moment I'm using the grid to show the results of complex chemical analyses to a user, and they have to see the "incorrect" averages at the glance of an eye.

Anyway, I hope you get the chance to implement this. It would really be a great addition.

Regards,
Stijn.

In Topic: NxHeaderPanel - border beneath header has incorrect color

15 December 2010 - 05:23 PM

Hello Boki,

My apologies for the late reaction. Somehow I don't get e-mail notifications from the forum and I lost track of this topic.

That change is indeed the solution. and the border draws fine now.

For drawing the complete border around the NxHeaderpanel you do the same thing in the TNxHeaderPanel.RedrawBorder method:
CODE
if AdaptiveColors then
  begin
    BR := CreateSolidBrush(ColorToRGB(SchemeColor(seBorder, FColorScheme)));
  end else BR := CreateSolidBrush(ColorToRGB(FBorderColor));


It's doesn't seem consistent that there is a check for the Adaptivecolors property in the RedrawBorder function, but not in the orignal DrawWindowsLiveHeader and DrawNormalHeader functions.

Are you going to implement this as a fix in future releases?

Regards,
Stijn.

In Topic: NxHeaderPanel - border beneath header has incorrect color

02 December 2010 - 12:27 PM

Hello Boki,

As always, thanks for the swift reply. (Do you actually take vakantions or days of? wink.gif )

That has been my workaround so far. However, when using Silver or Silver 2010 then the line is colored gray as far as I can see. That only solves the problem partially because it doesn't show that much that the line is in another color. That might work in the colors I used in my example, but using other colors this will stand out. This is an issue for me because we have developped theming components for our application.

It would be great if it followed the colour that is set in the BorderColor property, which in my opinion seems the logical thing. (Escecially with AdaptiveColors set to false).

Regards,
Stijn.

In Topic: Can't load package....The specified module could not be found.

15 June 2010 - 11:39 AM

Hi Phill,

Good you got it working again. I'll keep in mind for future updates that I will need the right state-of-mind before attempting the update. As we all now fear lead to anger, anger leads to the dark side, and the dark side leads to corrupt installations wink.gif

Regards,
Stijn.