[haiku-3rdparty-dev] Re: SetHighColor on BListView problem

  • From: hey68 you <hey68you@xxxxxxxxx>
  • To: haiku-3rdparty-dev@xxxxxxxxxxxxx
  • Date: Wed, 3 Nov 2010 14:06:37 +0200

I think it still happens if I attached the list view before setting the
colors, but I'm not clear if I'm doing it correctly.

Could you (Axel) or somebody if you have a moment show me a little code
snippet sequence example of what we're talking about?

Thanks,
hey68you

On Tue, Nov 2, 2010 at 8:52 PM, Axel Dörfler <axeld@xxxxxxxxxxxxxxxx> wrote:

> hey68 you <hey68you@xxxxxxxxx> wrote:
> >         lstFound = new BListView(BRect(10,40,370,350),"lstFound");
> >         lstFound->SetViewColor(60,0,60,0);
> >         lstFound->SetHighColor(255,255,0,0);
> >         lstFound->SetLowColor(60,0,60,0);
>
> Does it work if you attach the list view before setting the colors?
>
> Bye,
>    Axel.
>
>
>

Other related posts: