setCurrentValue is not updating sceen with new value #469
Closed
evanderkuy
started this conversation in
General
Replies: 2 comments
-
Normally changes via xy.setCurrentValue() are displayed without further code. What type of menuItem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Dave, It is working fine now, don't know what went wrong. Thx! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a tcMenu using an encoder and a OLED display, This working perfectly fine now on the device. I am also using BLE to make changes to the same settings on the device. When the user is using BLE, I want the menu item also to show the new value.
I have tried to use the setCurrentValue() for that menu item, and also tried changeOccurred(), menuMgr.notifyStructureChanged() and menuMgr.valueChanged() and in combinations but it won't show the new value.
Is it possible to change current values in menu items in this way without having to deal with "remote control"?
Beta Was this translation helpful? Give feedback.
All reactions