Hot Door CORE Forum

Full Version: list view valueChanged missing in Windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When clicking on an item in a list view, calls to a list view's valueChanged works as expected. Clicking in a blank area changes the current value, and changes the currentIndex to -1, but that change only registers in macOS. Under Windows, deselecting an item in a list view does not call the valueChanged callback. Is there a workaround for this? My plugin needs to respond to all changes in the state of the list view. Thanks.
I believe it should be firing under that condition in Windows, so this is likely a bug. We'll look into it.
Oh-oh. This was fixed in CORE 0.7.8, but it's reappeared in 0.8.0.

With a listView widget, I set a callback for setValueChangedCallback. With one item selected in the list, I click in a blank area below the shown items, and it correctly calls the ValueChangedCallback for Mac, but does not trigger for Windows. This is with AI 23-26, Visual Studio 2015. The problem affects only Windows builds.

Thanks.