Jump to content


MasterEvil's Content

There have been 24 items by MasterEvil (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#5651 NxComboBox Column with Unicode

Posted by MasterEvil on 11 June 2007 - 08:34 PM in NextGrid Component

Ohh, okay.
Then I will practise in patience wink.gif

Hope Unicode-Support comes soon smile.gif

Greetz,
Steffen



#5646 NxComboBox Column with Unicode

Posted by MasterEvil on 08 June 2007 - 06:50 PM in NextGrid Component

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.



#5254 Grid Header Popup Menu

Posted by MasterEvil on 24 April 2007 - 06:31 PM in Features Discussion

Hello,

some time ago I made this myself.
I checked in OnClick if the click was made within the header and then showed a Popupmenu with Popup1.Popup(X,Y);

Would be nice to have it integrated into NextGrid smile.gif

greetz
Steffen



#5184 Changing Focus of a Row in SlideStyle

Posted by MasterEvil on 17 April 2007 - 09:51 PM in NextGrid Component

Hello Boki,

thanks, that helps! wink.gif

Will you change this in next version or will I have to remember this change?

greetz,
Steffen



#5142 Changing Focus of a Row in SlideStyle

Posted by MasterEvil on 16 April 2007 - 08:56 PM in NextGrid Component

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



#5065 Slide Row Color

Posted by MasterEvil on 02 April 2007 - 08:03 PM in NextGrid Component

Hello Boki,

that's great! Thank you!

greetz,
Steffen



#5042 Slide Row Color

Posted by MasterEvil on 28 March 2007 - 11:46 PM in NextGrid Component

Hello Boki,

here a screenshot:


Hope this helps smile.gif

greetz
Steffen



#5038 Slide Row Color

Posted by MasterEvil on 28 March 2007 - 10:41 PM in NextGrid Component

Sadly it doesn't help wink.gif

SlideSelectionColor just changes the BackgroundColor of the currently selected row. What I need is to change the BackgroundColor staticly. Like setting CellColor in OnCellColoring Event in GridStyle csReport.

If I use this in SlideStyle it looks pretty ugly, cos the real background still stays white.

I hope I could explain it. I need to draw some rows in a diffent color, for example: draw the background of a row in clRed when the Date of the Row is older than Today.

greetz
Steffen



#5030 Slide Row Color

Posted by MasterEvil on 27 March 2007 - 11:05 PM in NextGrid Component

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



#5029 Re-sort Column from Code

Posted by MasterEvil on 27 March 2007 - 11:01 PM in NextGrid Component

Indeed, this would be nice smile.gif



#5022 Re-sort Column from Code

Posted by MasterEvil on 27 March 2007 - 05:49 PM in NextGrid Component

Resort for TNxCustomColumn?
Then I need to find the Column which is sorted again by myself.

A Resort for TNextGrid would be better.
This way I could only call NextGrid1.Resort without the need to go through all Columns to find the one which is currently sorted.
Or make something like this: NextGrid1.SortedColumn.Resort; smile.gif

greetz
Steffen



#5013 PageControl with tab-moving

Posted by MasterEvil on 26 March 2007 - 11:10 PM in Next Collection

Hello Boki,

just wanting to ask for the status on that.
Would be a really nice thing! wink.gif

greetz
Steffen



#5012 ProgressColumn and Value

Posted by MasterEvil on 26 March 2007 - 11:09 PM in NextGrid Component

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



#5011 Column-Width with Slides

Posted by MasterEvil on 26 March 2007 - 11:05 PM in NextGrid Component

Hello Boki,

I didn't get any demo, but thanks anyway wink.gif
I helped me with a Panel below the Grid. This has a working OnResize Event and I set the Widths there.

Of course it would be better to have a working OnResize Event in the NextGrid.

Thanks again,
Steffen



#5010 Hints with Slides

Posted by MasterEvil on 26 March 2007 - 11:03 PM in NextGrid Component

Who's Marc? wink.gif



#5009 Re-sort Column from Code

Posted by MasterEvil on 26 March 2007 - 11:02 PM in NextGrid Component

Hello Boki,

your idea is also good, but I think what he wishes (and me to wink.gif ) is to have a simple procedure with no parameters which will simply sort the grid again with the current sort options.

If you add a row it'll naturaly land at the bottom of the list. Now I could only call NextGrid.Resort and the Grid would sort again everything according to the options.

With your idea I need again find out which Column is currently sorted and in which direction and call again your new procedure.

wink.gif
Steffen



#4907 Column-Width with Slides

Posted by MasterEvil on 13 March 2007 - 11:49 PM in NextGrid Component

Hello Boki,

thanks for your reply, but sadly the event is not firing sad.gif
Don't know why.

greetz
Steffen



#4901 Hints with Slides

Posted by MasterEvil on 11 March 2007 - 09:53 PM in NextGrid Component

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



#4899 Column-Width with Slides

Posted by MasterEvil on 11 March 2007 - 01:25 PM in NextGrid Component

Hello Boki,

is there a easy way to have the width of a column in slide-mode adjusted to the width of the grid?

The problem is: I use slides in a grid and when I resize the grid (e.g. the user with a splitter) the text of a column stops at some point or draws over the edge (no word wrap "...").
The grid itself also has no OnResize Event where I could react to these changes, also this would be pretty difficult.

Did I miss something or is there a other way?

greetz
Steffen



#4898 NumberColumn only Integer

Posted by MasterEvil on 11 March 2007 - 01:17 PM in NextGrid Component

Thanks Boki! That'll make it easier.

greetz
Steffen



#4866 NumberColumn only Integer

Posted by MasterEvil on 07 March 2007 - 09:37 PM in NextGrid Component

Hello Boki,

thx, that worked! smile.gif

greetz,
Steffen



#4862 NumberColumn only Integer

Posted by MasterEvil on 06 March 2007 - 09:50 PM in NextGrid Component

Hello Boki,

I thought this was an easy task, but it seems it's not possible (or I'm too stupid):
I want a NumberColumn, which only let the user input integer values, no float (0.1 or 0,23), just integer (0,1,2,3,...).
But I want to use the SpinEdit. The FormatMask is not useful for me, because the user can still input float values and the saved value is also still the float value.

Is this not possible?

greetz
Steffen



#4084 Setting ActivePage in TNxNotebook.AddPage

Posted by MasterEvil on 05 December 2006 - 02:50 PM in Next Collection

ok, then I need to change my code a bit wink.gif

greetz
Steffen



#4072 Setting ActivePage in TNxNotebook.AddPage

Posted by MasterEvil on 02 December 2006 - 12:40 PM in Next Collection

Hello Boki,

I've installed the new version of your component suite (have run an old version for some time now) and I'm glad to see, that nearly every issue that I previously needed to write myself is now solved smile.gif
Thanks for that!

But you've made one change which I don't understand and which my my program crash very badly.
In TNxNotebook.AddPage you've comment out the line ActivePage := Page;
Why? If you add a new page it will show up and thus ActivePage must be set on it.
Maybe you set this later in a drawing routine or something.
But I add pages in runtime and need to have this before showing up on the screen.

greetz and thanks again!
Steffen