[Gambas-user] changing the cell colours in grid (oops forgot the graphic)

richard terry rterry at ...1822...
Wed Apr 16 23:03:37 CEST 2008


On Thu, 17 Apr 2008 07:08:21 am Stefano Palmeri wrote:
> Alle 00:50, mercoledì 16 aprile 2008, richard terry ha scritto:
> > When I select my grid it gets the default KDE plastik dark blue marquee
> > which as the attatched piccie shows is really hard to read.
> >
> > I've tried making my own colour scheme in KDE, which an interesting
> > result that the gambas IDE updates its colours, including the properties
> > grid in gambas, but when the program runs it still gets the plastik dark
> > blue.
> >
> > Is there anyway to change the grid forecolour on a per cell or selected
> > row basis?
> >
> > Regards
> >
> > Richard
>
> If you're talking about the GridView control, you have to do (examples
> colors):
>
> Gridview1[row, column].forecolor = color.white
> Gridview1[row, column].backcolor = color.black
>
> Bye,

Yes, but that does not change the marquee colour, all it does is change the 
cell colour background and foreground colours. Try it and then select a row 
and see.

I wonder if there is any other way?

Regards

Richard

>
> Stefano






More information about the User mailing list