so yes, please execute app in exe mode, display ana form and check if awdefaultall.css is correctly taken into account.
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)
otherwise did you check in firebug which css applies in both cases?
anything abnormal there?
AW.VCX
ACUT.VCX
COMMONS.VCX
ERP.VCX
SUPPORT.VCX
in the same order as they are generated (All classes in Commons are derived from ACUT and ACUT is derived from AW)
My app, at the moment, is Support.....IN support.VCX i have some form classes, but in my main.scx (my main form) i call also some forms stored in ERP.VCX and in these forms i call other forms always in ERP.VCX.
The problem is that when i run my app after i compile my exe and i run suptest.vcx all the forms launched from support, but stored in ERP.VCX appear in the browser without all the correct graphical aspect i gave to the form , like the CSS is not updated....If i tun my app witout compiling it, from the project manager, the app works fine.
To solve the problem at the moment i have to create an object in my suppport.vcx derived directly from the form in ERP.VCX. SO it works fine. The problem are all the calling in these forms that obviously i can't write again....
I hope to have explained the problem.....contact me if it not clear..
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)