[Gambas-user] Bakcground property in FileView

Federico Leite frederic.176 at ...626...
Sat Apr 30 17:30:33 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,
-- 
Federico Leite
##############################################
Areida Developer



More information about the User mailing list