Subject: Found!
But I have some more questions:
If i need to modify css i have to edit the css file in forms85.nsf or have to add a css file with the same name in forms85_x.nsf?
I’d like to customize background on a “per user” or “per databse name” base, some user need to work with more mailboxes and it will be less confusing if backgroud color is different.
i made a new dwa.proprieties in forms85_x.nsf’s resources with just some lines copyed from the original:
Top most area
D_GRADIENT_TOPTOOLBAR=[0, 53, 87, 135, 90, 70, 112, 170, 100, 59, 96, 148]
D_GRADIENT_TOPTOOLBAR_BH=[0, 127, 175, 237, 100, 98, 148, 214]
D_BORDER_TOPTOOLBAR_BH=#306090
D_GRADIENT_TOPTOOLBAR_IE=COLOR=‘red’ color2=‘red’ COLORS=‘10% red’
D_GRADIENT_TOPTOOLBAR_IE_BH=COLOR=‘red’
And the background change into the selected color… is it possible to add a condition in this way?
if (username=“xxxx”) then
D_GRADIENT_TOPTOOLBAR_IE=COLOR=‘red’ color2=‘red’ COLORS=‘10% red’
D_GRADIENT_TOPTOOLBAR_IE_BH=COLOR=‘red’
else
D_GRADIENT_TOPTOOLBAR_IE=COLOR=‘black’ color2=‘black’ COLORS=‘10% black’
D_GRADIENT_TOPTOOLBAR_IE_BH=COLOR=‘black’
endif
when the inotes interface take the dwa.properties changes?
when i modify one color (let say from red to black) i don’t understand how to make inotes reflects the changes…
-
if i restart http, refresh the browser, and still i have the old color;
-
if i make “tell http inotes flushforms”, refres the broser and still have old color
sometime i refresh browser and i got the new color!!!
Than’s again
Marco