Responsive Design for Website? - Forum

Forum Navigation
You need to log in to create posts and topics.

Responsive Design for Website?

I've always used Neobook (Windows Desktop), and never developed apps for web.  With the desktop programs you can do some tricks to scale for the screen resolution to make it seem more like a real windows application for resizing, etc.  My question is...

With VisualNeo Web, is it possible to create a responsive design to do like the desktop applications?

Intended use, fullscreen browser, online profiles, community, database, that looks like everyone would expect and not only filling up partial screen.

Thanks in advance.

As objects on VisualNEO Web are placed absolutely (fixed coordinates) responsive design is not possible as it is in WordPres for example.
Anyway there are some possible approachs to achive an adaptative design.
1) You can scale up or down the whole application in Project Properties.
2) Alternatively you can use any of the scaling actions to control how content is scaled:

slScaleAppLetterBox
slScaleAppLetterBoxMax
slScaleAppDeform
slScaleAppFitWidthTop
slScaleAppFitWidth
slScaleAppFitHeight
slScaleAppFit
slScaleAppOriginalSize

3) Or create a different view for different screen resolutions. There is a sample app included in VisualNEO Web setup showing how to achieve this.

Best regards.

Thanks for the info!