[Gambas-user] Bakcground property in FileView

Benoît Minisini gambas at ...1...
Mon May 2 02:46:35 CEST 2011


> 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,

It should be better in revision #3826.

Regards,

-- 
Benoît Minisini




More information about the User mailing list