Scheduler Frame - 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: Scheduler Frame (/showthread.php?tid=930) |
Scheduler Frame - jmir - 07.08.2017 Hi, does anyone know if it's possible to hide the scheduler header buttons on a frame? I've a frame on a screen where I want to display only the schedulers refered to this screen, the problem is that the user can switch to other schedulers using the header buttons... Thanks! RE: Scheduler Frame - admin - 07.08.2017 Add this to Custom CSS, it will hide top buttons for all scheduler pages placed in a frame: Code: .schedulers.view-frame .navbar .btn { RE: Scheduler Frame - jmir - 07.08.2017 Ok it works fine! Thanks!! RE: Scheduler Frame - morak - 08.08.2017 (07.08.2017, 05:52)jmir Wrote: Hi, does anyone know if it's possible to hide the scheduler header buttons on a frame? It is better to use Direct link for this. RE: Scheduler Frame - jmir - 08.08.2017 (08.08.2017, 12:39)morak Wrote:(07.08.2017, 05:52)jmir Wrote: Hi, does anyone know if it's possible to hide the scheduler header buttons on a frame? I use direct link, but whithout custom css, the header buttons are shown.... RE: Scheduler Frame - admin - 08.08.2017 You can remove buttons completely, but then you will able to only use direct links: Code: .schedulers .navbar .btn { RE: Scheduler Frame - morak - 08.08.2017 (08.08.2017, 12:48)jmir Wrote:(08.08.2017, 12:39)morak Wrote:(07.08.2017, 05:52)jmir Wrote: Hi, does anyone know if it's possible to hide the scheduler header buttons on a frame? Hm.. I just tried it and I don't have any header and no CSS but as long it works for you that's fine RE: Scheduler Frame - jmir - 09.08.2017 (08.08.2017, 18:08)morak Wrote:(08.08.2017, 12:48)jmir Wrote:(08.08.2017, 12:39)morak Wrote:(07.08.2017, 05:52)jmir Wrote: Hi, does anyone know if it's possible to hide the scheduler header buttons on a frame? If you don't use any CSS the buttons on the attached image (marked with the red circles on the first message) are shown, and you can switch to different schedulers. RE: Scheduler Frame - morak - 09.08.2017 (09.08.2017, 04:52)jmir Wrote:(08.08.2017, 18:08)morak Wrote:(08.08.2017, 12:48)jmir Wrote:(08.08.2017, 12:39)morak Wrote:(07.08.2017, 05:52)jmir Wrote: Hi, does anyone know if it's possible to hide the scheduler header buttons on a frame? This is what I have Just for my curiosity, what browser, and what OS do you use? RE: Scheduler Frame - Thomas - 09.08.2017 Hi LM team please, add a new "scheduler" object as a real visu object. It would be perfect if the new object behave like "Graph" object. The actual solution is uncomfortable in many ways. - I have to create plenty of windows with just a frame or - I can use a link. But user has to wait long minutes when he wants return back to the visu. or - I can use a link which opens a new window. BUt unfortunately I have to define a separate CSS class for every link. Please do the same thing for trends. It's the same problem. And for scenes too RE: Scheduler Frame - admin - 09.08.2017 Scheduler/trends widgets are planned for the new visualization engine/editor. There will be a separate app for scenes. RE: Scheduler Frame - bmodeco - 09.08.2017 (09.08.2017, 10:33)admin Wrote: Scheduler/trends widgets are planned for the new visualization engine/editor. There will be a separate app for scenes. Hi admin, Will it also be possible to add delays in the scenes editor? Br, Bart RE: Scheduler Frame - Thomas - 09.08.2017 (09.08.2017, 10:33)admin Wrote: Scheduler/trends widgets are planned for the new visualization engine/editor. There will be a separate app for scenes. Super. Thank you! Can I gently ask you about a new widget for venetian blinds too? The problem is that now I have to use two sliders. The first is for position and the second is for slat. These two controllers are too big for touch design. It would be nice to have only one special 2D controller for blinds. RE: Scheduler Frame - jmir - 10.08.2017 (09.08.2017, 09:08)morak Wrote:(09.08.2017, 04:52)jmir Wrote:(08.08.2017, 18:08)morak Wrote:(08.08.2017, 12:48)jmir Wrote:(08.08.2017, 12:39)morak Wrote: It is better to use Direct link for this. I use mozilla... |