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.

jmir
#1
Numeric Values:
  1. How to show units
  2. Is it possible to change text font? And use custom fonts?
  3. How to change background color on plan visu
Custom widget:
  1. When in "Compact Mode --> Display mode --> Value" I can't choose "Decimal places" neither units
Icon Import:
  1. Is not possible to import a set of icons using a zip file?
Tile mode:
  1. Is it possible to change de colour of the page tittle? When I set "Dark Mode" it appears in grey and

                 
Reply
#2
To add units we need to update firmware
Fonts are not possible now.
Background you should figure out Smile
CW Decimal pieces - to be added
Icons as zip, not yet.
Title is a bug.
------------------------------
Ctrl+F5
Reply
#3
(21.10.2024, 15:19)Daniel Wrote: Background you should figure out Smile

But only changes in tile view... In plan view it's always transparent..

   
Reply
#4
This was known bug in custom widget, next version will have it fixed.
------------------------------
Ctrl+F5
Reply
#5
Sliders
  • It's not possible to change the min/max side? In vertical slider min is on top and max on the bottom. It's useful for blinds but, for example, when used for dimming I think it should be inverted...
  • Don't understand where "Appearance" is aplied... Only in Tile view?
  • It should be usefull the option to see the current value of the status object (not only when moving the slider)

Sliders/Spinners
  • How to set tittle or something to identify them on tile view (something like Title as in Numeric Value Display...)

Text Label
  • Can't adjust width/height in tile view (using big font size text is cut off)

Additional CSS
  • I've done some tests but I'm not abble to make it work...
Reply
#6
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?
Reply
#7
I was just testing CSS...

For example I usually use this javascript to blink objects:

Code:
function blinkIt() {
  var blinks = document.getElementsByClassName("blink");
  for(var i = 0, l = blinks.length; i < l; i++){
    var blink = blinks[i];
    var visiblity = blink.style.visibility;
    blink.style.visibility = visiblity == 'visible' ? 'hidden' : 'visible';
   }
}
Reply
#8
Custom JS is not yet implemented.
------------------------------
Ctrl+F5
Reply
#9
(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"?
Reply
#10
No, global appearance settings, on the bottom.
------------------------------
Ctrl+F5
Reply
#11
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(){
  $('.text-password input').attr('type', 'password');
});
Reply
#12
JavaScript is not yet implemented.
------------------------------
Ctrl+F5
Reply
#13
(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)
Reply
#14
Yes, it can be added as a widget option.
Reply
#15
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)
Reply
#16
Well spotted, thanks.
See Additional icons.
------------------------------
Ctrl+F5
Reply


Forum Jump: