[Gambas-user] Workspace
Benoit Minisini
gambas at ...1...
Fri Aug 24 14:55:08 CEST 2007
On samedi 18 août 2007, Roberto Estevam wrote:
> PUBLIC AreaTrabalho AS Workspace
> PRIVATE FormGr AS Form
>
>
> PUBLIC SUB Form_Open()
>
>
> AreaTrabalho = NEW Workspace(ME)
> AreaTrabalho.X = 5
> AreaTrabalho.Y = 48
> AreaTrabalho.Width = ME.Width - 10
> AreaTrabalho.Height = ME.Height - 80
> AreaTrabalho.BackColor = Color.Blue ' The color doesnt work, and the
> pictures on background doesnt work to
You can now set the background color of the workspace since the last revision.
But I don't understand what the problem is with "pictures on the background".
Regards,
--
Benoit Minisini
More information about the User
mailing list