Re: [Gambas-user] Bakcground property in FileView

2011-05-01 Thread BenoƮt Minisini
> Hi, the Background property in FileView doesn't works...Well, it's simple: > > Property Bakcground As Integer > > Private Function Background_Read() As Integer > Return $hIconView.Background > End > Private Sub Background_Write(Value As Integer) > $hIconView.Background = Value > End > > >

[Gambas-user] Bakcground property in FileView

2011-04-30 Thread Federico Leite
Hi, the Background property in FileView doesn't works...Well, it's simple: Property Bakcground As Integer Private Function Background_Read() As Integer Return $hIconView.Background End Private Sub Background_Write(Value As Integer) $hIconView.Background = Value End Regards, -- Federico Lei