In our Kinetic MES we have a handful of custom buttons to launch dashboards or reports. The plan is for the buttons to be disabled until the employee clocks in, which I believe is a standard practice and how we did it in the Classic MES app. I created an event hooked in to the Login event with a property-set widget to set the buttons’ Disabled properties to false, but the button is still disabled. I verified the event is firing in the debugger and it does show the properties getting set. Am I missing something here?
1 Like
Its case sensitive… try disabled with a lower case “d”.
And I think “Read Only” should be readonly… all one word, all lowercase.
1 Like
That works. Thank you David!
It’s weird because as a test I put a conditional widget to throw up a dialog if the property Disabled = true and it did. So apparently the conditional evaluation is not case sensitive but setting the property value is.
1 Like
Good luck, property-set sure doesnt work for me - with ID nor GUID.
I have tried a few component\prop cases and I have yet to see it work. No error, No log, just no dice.



