I try to explain my situation. I have a project, with some levels of classes:
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..