PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → CouleurFond
CouleurFond
Iniciado por Stijnv, ago., 08 2005 4:28 PM - 3 respostas
Publicado em agosto, 08 2005 - 4:28 PM
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 em agosto, 09 2005 - 11:52 AM
try with hexadecimal code

#FF00FF

or color function iGrisClair, iGrisFoncé, etc ...
Publicado em agosto, 09 2005 - 1:39 PM
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 em agosto, 10 2005 - 2:09 PM
The problem was solved after restarting my computer (??????)
I did not change any code (the integer values work also as color-codes)
Thanks anyway...