Quote from
luishp on July 13, 2021, 6:57 am
@darbdenral as all VisualNEO Web objects are inside a neoEdge Rectangle object there is not an easy way to confine a rectangle to a web object. Anyway note that, once compiled, the application window will take the correct size as defined in size properties. if your app is not responsive it makes very easy to position objects.
When developing your app you can use...
AppPosition "top" "left"
...to avoid the application be centered on screen by default.
Regards.
@darbdenral as all VisualNEO Web objects are inside a neoEdge Rectangle object there is not an easy way to confine a rectangle to a web object. Anyway note that, once compiled, the application window will take the correct size as defined in size properties. if your app is not responsive it makes very easy to position objects.
When developing your app you can use...
AppPosition "top" "left"
...to avoid the application be centered on screen by default.
Regards.