Hello
Assume
Class Core::Root Application -> is a main class, which represents a display of product.
vclass Application::Application Application_WithButton -> is a variant class, which represents the full product with display in it.
Whenever i do a change at the main class, it should be reflected automatically at the variant class(Actually, it is happening).
The problem is, In Main class the display starts at (x,y) = (0,0)
but in variant class, the display starts at (x,y) = (45,35)
Each time, after i do some changes at main class, I had to manually modify the variant class manually. I want to avoid this.
Please suggest.
--
Maha