PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → CouleurFond
CouleurFond
Iniciado por Stijnv, 08,ago. 2005 16:28 - 3 respuestas
Publicado el 08,agosto 2005 - 16:28
Hello,

i would like to change the backgroundcolor of my page.
This is in the intialisation-code of my page:

if x = 1 then
MaPage..CouleurFond = 11498843
else
MaPage..CouleurFond = 51498843
end


i tried with MaPage..CouleurFond, MoiMême..CouleurFond and [PageName]..CouleurFond

nothing works, it always stays white
please help
Publicado el 09,agosto 2005 - 11:52
try with hexadecimal code

#FF00FF

or color function iGrisClair, iGrisFoncé, etc ...
Publicado el 09,agosto 2005 - 13:39
jerome a présenté l'énoncé suivant :


try with hexadecimal code

#FF00FF

or color function iGrisClair, iGrisFoncé, etc ...


or you can use RVB instruction. There is an assistant and it's easy.

--
Eric
Webmaster des Wtablettes
www.wtablettes.net
Publicado el 10,agosto 2005 - 14:09
The problem was solved after restarting my computer (??????)
I did not change any code (the integer values work also as color-codes)
Thanks anyway...