Jump to content


MasterEvil

Member Since 19 Jan 2005
Offline Last Active May 12 2008 05:07 PM
-----

Topics I've Started

NxComboBox Column with Unicode

08 June 2007 - 06:50 PM

Hello Boki,

is there a way to get the ComboBoxColumn also to support unicode?

I'm currently changing my ProjectManager completly to support unicode. I activated the unicode support with TNTControls and the Grid shows all WideStrings perfectly. But sadly not the ComboBox Values sad.gif

Is there any way to do this?

Thanks,
Steffen

P.S.: It would be nice, if I just need to active the define for unicode and everything works.
Currently I need to change the class for the NxEdit. This could also be included in the define.

Changing Focus of a Row in SlideStyle

16 April 2007 - 08:56 PM

Hello Boki,

I installed your new version.
Everything you wanted to do seems to work fine! Thank you! smile.gif

But I have one new issue. I don't know if it was also in the last version, but I think so, cos it's a really annoying bug:
When I click on a Row in SlideStyle Mode I need to click on a column (into the SlideBounds of a column). If I click on the SlideBackground the Focus won't change. Also if I double click.

This is a really weird behaviour, most of all it's irritating.

greetz,
Steffen

Slide Row Color

27 March 2007 - 11:05 PM

Hello Boki,

I'm currently using Slides in my Application and now I want to highlight some rows in different colors.
So I tried, like I would without Slide-Style: I used the OnCellColoring Event.
There I set the CellColor to clRed, but now not the whole Slide is painted in red but just the bounds of a column like in the SlideEditor.

Is there a way to completely color the background of a slide? Cos this really looks bad wink.gif

greetz
Steffen

ProgressColumn and Value

26 March 2007 - 11:09 PM

Hello Boki,

I would like to have the Value of the ProgressColumn directly on the ProgressBar.
If I set ShowText to true, the text is shown next to the bar, not on top.

Is this already possible? Did I miss something?
Thanks,
Steffen

Hints with Slides

11 March 2007 - 09:53 PM

Hello Boki,

I've found a little bug in the handling of hints with slides.
If the hint is shown depends on the column-width and not on SlideBounds.Width.
If the column-width is bigger than the SlideBounds.Width, no hint will be shown.
If it's smaller, it's the other way round - it'll always show.

greetz
Steffen