Responsive visu - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Responsive visu (/showthread.php?tid=1072) |
Responsive visu - galust - 31.10.2017 Hi Erwin, I have a question. It is possible to create responsive interface design by analogy of web sites to determine the type of device and on the output we get the grid in the form that the designer intended? You can also build interface elements in a percentage or adaptive grid base on foundation zurb or bootstrap. RE: Responsive visu - Erwin van der Zwart - 31.10.2017 Hi, Normal visu is coordinate based with scaling so is not suited for that. If you want this then you should build the visu like a app, then you have full freedom. But let’s ask admin’s view on this (: BR, Erwin RE: Responsive visu - Thomas - 02.11.2017 Isn't it what Mosaic exactly does? RE: Responsive visu - galust - 02.11.2017 Hi Thomas, and what kind of structure should the application have. So that I can make visualization responsive on all devices? And how to actually transfer the command data to control elements? RE: Responsive visu - admin - 02.11.2017 Mosaic app comes pre-installed RE: Responsive visu - galust - 02.11.2017 I know that the mosaic is pre-install. I use mosaic if there are no requirements for visualization, it's convenient. But, Mosaic is built on a system of widgets that already have templates for accessing objects. How can I make a web application, what structure should it be, what references to objects? RE: Responsive visu - Erwin van der Zwart - 02.11.2017 Hi, To start with apps, start here: https://forum.logicmachine.net/showthread.php?tid=85 To make a connection from a app to objects over WS start here: https://forum.logicmachine.net/showthread.php?tid=525&pid=2913#pid2913 https://forum.logicmachine.net/showthread.php?tid=525&pid=2926#pid2926 BR, Erwin |