This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Feature requests
#81
Hello!
1) I'd like to create a plan template. In it, I'd specify the latitude and altitude, parent, and layer only once.
2) It would also be more convenient if there was a list of hotkeys.
Reply
#82
Would it be possible to have a "Back" button besides the Close button?
That you can toggle on/ off like the Close button?
history.back() or maybe you have a better solution? Or maybe the ability to chose to go back to the front page in settings?
[Image: UrKCXeB.png]
[Image: NpJJ1kH.png]
Reply
#83
What is the use case for that?
------------------------------
Ctrl+F5
Reply
#84
A client want a visualization on a 24" inch android touch screen,
We made a front page where there is links to all rooms/plans(3x1 tile), so either we have to make a tile button to go back to the frontpage or we need to enable the menu, none of these solutions fits in this project!, but a back button in the top bar would be perfect!
Reply
#85
(25.08.2025, 07:15)admin Wrote: @AlexLV, value select window is scaled automatically based on the value length. You can set a fixed width via CSS but it will affect all controls that use pop-up windows:
Code:
.widget-control-dialog {
  width: 320px;
}



@Novodk, can you explain your use case with background images? There's an "Apply background/border to Plan view widgets" option in Global appearance settings that might do what you need.

Old Custom JavaScript examples won't work. New Custom JS documentation is not ready yet and some parts might still change. Use this to show a specific plan when an object value is true:
Code:
localbus.listen('object', '0/0/1', (value) => {
  if (value) {
    Visu.showPlan(123)
  }
})

If I have the "Screensaver / Screen timeout" enabled to prevent screen burn in, would it be possible to have the JS override the Screensaver and show the Plan?
Reply
#86
@Novodk, not possible at the moment. Screensaver control from Custom JS will be added in the next version.
Reply
#87
Good afternoon team,
I would like give some feedback that I found using new visu:
1) Could it be possibile have the possibility to show a custom widget without compact mode? I need to add complex widget in the home page but I don't want to have an icon in plane.
2) In new Visu there is "Text input" but it isn't possible add numeric value, database as 05.x, 07.x, 09.x and so and so are not alowed. In the old Mosaic there was this widget (attached images). This upgrade could be usefull if client wants make setting.
Best regards Cristian

Attached Files Thumbnail(s)
       
Reply
#88
Thanks for feedback, few other users requested same things. We will look at it.
------------------------------
Ctrl+F5
Reply
#89
(29.09.2025, 10:47)admin Wrote: @Novodk, not possible at the moment. Screensaver control from Custom JS will be added in the next version.

Next Visu version or next LM version?  Big Grin
Reply
#90
It should work in v20251008.
https://kb.logicmachine.net/misc/visu/#v...saverstate
Reply
#91
(08.10.2025, 14:25)admin Wrote: It should work in v20251008.
https://kb.logicmachine.net/misc/visu/#v...saverstate

Thanks alot, and as always it just works

Code:
localbus.listen('object', '0/0/11', (value) => {
  if (value) {
    Visu.showPlan(158);
    Visu.setScreensaver(false)
  }
  else {
    Visu.showPlan(120);
    Visu.setScreensaver(true)
  }
});
Reply
#92
1-
   

Is it possible to add the option to increase the 'tile width' in widget configurationn (plan link)? For mobile viewing, when creating a list-style menu, the 3x1 format doesn't fill the entire screen and looks awkward on one side. For example, the 4x1 format would fit in the center.


2-
   

In tiled mode, it would be great if the left menu could be partially hidden, leaving the main pages visible and the subpages displayed via the drop-down icon.


3-
I'm unable to set a wallpaper for the mosaic display. I can set dark or light mode, but the background image or color doesn't appear.
Reply
#93
1. Are you using latest version? Which widget?
2. It is something we think about.
3. Delete the background color to see image, color has higher priority.
------------------------------
Ctrl+F5
Reply
#94
(13.10.2025, 09:44)Daniel Wrote: 1. Are you using latest version? Which widget?
2. It is something we think about.
3. Delete the background color to see image, color has higher priority.

1- The latest version v20251008 and the plan link widget
2- Great.
3- It works locally, but not through the cloud. It only displays in black or white.
Reply
#95
What firmware do you use and cloud app version?
------------------------------
Ctrl+F5
Reply
#96
3. it is a bug.
------------------------------
Ctrl+F5
Reply
#97
(13.10.2025, 10:53)Daniel Wrote: 3. it is a bug.

Thanks, Daniel.

Regarding point 1, it would be great to be able to select at least 4x1 so it appears centered on the mobile device.

I'd like to add something to point 2: I miss the back button on the old tile.
Reply


Forum Jump: