![]() |
jmir - Printable Version +- LogicMachine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visu beta testing (https://forum.logicmachine.net/forumdisplay.php?fid=24) +--- Thread: jmir (/showthread.php?tid=5693) |
jmir - jmir - 21.10.2024 Numeric Values:
RE: jmir - Daniel - 21.10.2024 To add units we need to update firmware Fonts are not possible now. Background you should figure out ![]() CW Decimal pieces - to be added Icons as zip, not yet. Title is a bug. RE: jmir - jmir - 22.10.2024 (21.10.2024, 15:19)Daniel Wrote: Background you should figure out But only changes in tile view... In plan view it's always transparent.. RE: jmir - Daniel - 22.10.2024 This was known bug in custom widget, next version will have it fixed. RE: jmir - jmir - 24.10.2024 Sliders
Sliders/Spinners
Text Label
Additional CSS
RE: jmir - admin - 25.10.2024 For now appearance mostly affects only Tile view. Later we will add an option to apply it to Plan view widgets if needed. Invert option will be added to vertical slider. We will think about how to implement value display there. Click Tile view button in widget configuration window - there you can set size and title+icon. What exactly do you want to change with CSS? RE: jmir - jmir - 28.10.2024 I was just testing CSS... For example I usually use this javascript to blink objects: Code: function blinkIt() { RE: jmir - Daniel - 28.10.2024 Custom JS is not yet implemented. RE: jmir - jmir - 28.10.2024 (28.10.2024, 07:46)Daniel Wrote: Custom JS is not yet implemented. And "Additional CSS" has to be set in "scada-main -> custom css"? RE: jmir - Daniel - 28.10.2024 No, global appearance settings, on the bottom. RE: jmir - jmir - 29.10.2024 Is it possible to mask values in text or value input? Sometimes I use this javascript code to mask pin codes or basic passwords in visualitzations... Code: $(function(){ RE: jmir - Daniel - 29.10.2024 JavaScript is not yet implemented. RE: jmir - jmir - 29.10.2024 (29.10.2024, 07:16)Daniel Wrote: JavaScript is not yet implemented. Ok, but do you have in mind to add this option to mask values? (I mean as a widget option) RE: jmir - admin - 29.10.2024 Yes, it can be added as a widget option. RE: jmir - jmir - 30.10.2024 In Plan view using same size on Circular Slider (compact mode) and Switch widgets, icons have different sizes: (left one is switch and right is circular slider) It's possible to change icon and color in Circular Slider to show that light is on? (like in switch widget) RE: jmir - Daniel - 30.10.2024 Well spotted, thanks. See Additional icons. |