Jump to content


JasonColey

Member Since 27 Nov 2005
Offline Last Active Jun 16 2007 12:08 AM
-----

Topics I've Started

New Color Scheme Controller

16 June 2007 - 12:10 AM

Hi Boki,

Just installed the latest versions of your controls and really like the new component.

Will it be possible to choose the Office 2003 color schemes at all?

Jason

NXImage and Imagelist

08 August 2006 - 11:24 PM

Can you add the Imagelist capabilities to the TNxImage.

Jason

gsSlides and focus rectangle

26 July 2006 - 07:39 AM

Hi Boki, how are things?

I have a small problem, I am using the grid, I only want the slide to be selectable, not the individual text cells of the slide. So I have the following Options for the cells:

coCanClick = false
coCanSort = false
coCanInput = false
coDontHightlight = true
coShowTextFitHint = false

but i am still getting a focus rectange on the cells, I think I need a locked property to stop this, but again not sure. The other option would be to have a straight caption type cell that I can use instead of a text cell.

Is there anyway to stop the focus rectangle.

Jason

wkPathEllipsis

26 July 2006 - 07:35 AM

Can you please add the ellipsis property, Path Ellipsis to the list please. I ahve added it, its only one line of code to do this, very easy and very helpful, if displaying paths in the cells.

Jason

TNxHeaderPanel.WMEraseBkGnd

06 July 2006 - 01:27 AM

Hi Boki,

I have just been looking at the HeaderPanel flickering problem, I have been seeing some really bad flickering when resizing a form at runtime. I notice that in the WMEraseBkGnd procedure you are erasing the backround using FillRect, but if I comment out the FillRectEx and change Message.Result to 0 the painting looks so much better, no flickering at all? Can you tell me why you have done this?

Without this extra drawing it looks great when resizing the form.

Jason