Jump to content


bosjo

Member Since 03 Dec 2005
Offline Last Active May 16 2021 07:56 PM
-----

Topics I've Started

HeaderStyle

15 May 2021 - 05:09 PM

When I had to change OS to Win10 a few months ago (my computer died, so I had to get a new one) I was appalled to see that NextGrids headers were rendered in a very ugly way by the OS; however, this was easily fixed by changing the HeaderStyle. But I have now added a TNextGrid6 to a new project, and I cannot find an easy way of styling the headers. What am I missing?


SetFocus problem

06 May 2021 - 02:16 PM

I have a NextGrid6 which I use for selection; when the user doubleclick on a row/slide (currently a slide) I select the object belonging to that row/slide, and prepare the form for showing that object. But when I make the selection grid invisible (actually, Visible := false is OK; the attempt to set focus appears after the doubleclick handler exits), I get an "unable to set focus" error. I assume I am doing something really stupid, but how is one supposed to perform this type of operation?