hi iTzCorky,
I have set the required paraments for panel and label in the designer script as
Panel1.Width = 94%x
lbl.Width = Panel1.Width - 11dip
layout variant is 320x480
It works perfectly when i test it on designer under designer script (F5) by changing layouts in abstract designer. The view size changes as per the screen sizes.
But wen i test it on device (phone 720x1280) the widget takes the size set manually on abstract designer i.e. the width and height.
what may be the problem.