Dave Conway-Jones

Results 483 comments of Dave Conway-Jones

Thanks - we may as well deprecate the node.

Thanks for the useful update. Published as v0.4.0

Can you share your minimal flow that shows this behaviour ?

Can you try this simple flow ? ``` [{"id":"75713bf29e5c2d1e","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"d69061d109f59d5d","type":"ui_tab","name":"Home","icon":"dashboard","disabled":false,"hidden":false},{"id":"bec1be73496b90c3","type":"ui_base","theme":{"name":"theme-light","lightTheme":{"default":"#0094CE","baseColor":"#0094CE","baseFont":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif","edited":false},"darkTheme":{"default":"#097479","baseColor":"#097479","baseFont":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif","edited":false},"customTheme":{"name":"Untitled Theme 1","default":"#4B7930","baseColor":"#4B7930","baseFont":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"},"themeState":{"base-color":{"default":"#0094CE","value":"#0094CE","edited":false},"page-titlebar-backgroundColor":{"value":"#0094CE","edited":false},"page-backgroundColor":{"value":"#fafafa","edited":false},"page-sidebar-backgroundColor":{"value":"#ffffff","edited":false},"group-textColor":{"value":"#1bbfff","edited":false},"group-borderColor":{"value":"#ffffff","edited":false},"group-backgroundColor":{"value":"#ffffff","edited":false},"widget-textColor":{"value":"#111111","edited":false},"widget-backgroundColor":{"value":"#0094ce","edited":false},"widget-borderColor":{"value":"#ffffff","edited":false},"base-font":{"value":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"}},"angularTheme":{"primary":"indigo","accents":"blue","warn":"red","background":"grey","palette":"light"}},"site":{"name":"Node-RED Dashboard","hideToolbar":"false","allowSwipe":"false","lockMenu":"false","allowTempTheme":"true","dateFormat":"DD/MM/YYYY","sizes":{"sx":48,"sy":48,"gx":6,"gy":6,"cx":6,"cy":6,"px":0,"py":0}}},{"id":"bfc8f585ef20abfe","type":"ui_group","name":"Default","tab":"d69061d109f59d5d","order":1,"disp":true,"width":"6","collapse":false,"className":""},{"id":"75d7fd4c72d02cc2","type":"ui_button","z":"75713bf29e5c2d1e","name":"","group":"bfc8f585ef20abfe","order":0,"width":0,"height":0,"passthru":false,"label":"button","tooltip":"","color":"","bgcolor":"","className":"","icon":"","payload":"","payloadType":"str","topic":"topic","topicType":"msg","x":200,"y":135,"wires":[[]]}] ``` should be the same as yours but works...

sorry - not understanding by what you mean by disabling the flows ? If you disable the flow then indeed the buton won't exist as it is hidden from the...

I suspect that the ui-base config node is also being disabled.

hmm maybe not so easy - when I run it I get what do you do exactly to provoke it ? do you flush / reload / change tabs /...

I can see an issue... that could be a so and so to fix... - but ... it seems to work for me if I use msg.units (not .unit) and...

they aren't - one is handled outside the gauge widget, whereas the units has to be passed into the gauge library and manipulated there.

I think this is a consequence of the change to the date input type for typed inputs (that came with the inject node) - you now get the dropdown option...