SamuraiCrow wrote: ↑Thu Sep 22, 2022 12:31 pm
What were you expecting? It seems to be giving the old value for current rather than the new value. Is that the problem?
Isn't it supposed to give the new value? I want to click on a node and get the new current value to do something depending on what is active now, not previously.
If instead of a Treeview I use a Listview with 3 entries for example, clicking the firts item returns "0", the third returns "2" and the second returns "1", which means retuns the current active item, no the previous. I expected that from the Treeview.
Yeah, looks like a bug with Treeview. It's pretty useless to get the previous value, and even msg.TriggerValue gives the prev value instead of the current selection.
What system is this on? Windows? MUI? macOS? Linux? Remember that RapaGUI uses lots of different backends so it's essential to mention the test platform.
emeck wrote: ↑Sat Sep 24, 2022 11:40 pm
This in on MorphOS 3.17
Ok, so the MUI backend is affected. But even that is very different between MorphOS and OS3/OS4. Can you test it on OS3 or OS4 with the latest MUI and see if it has the same problem? Might be a MorphOS MUI bug after all.
airsoftsoftwair wrote: ↑Sun Sep 25, 2022 7:18 pm
Ok, so the MUI backend is affected. But even that is very different between MorphOS and OS3/OS4. Can you test it on OS3 or OS4 with the latest MUI and see if it has the same problem? Might be a MorphOS MUI bug after all.
Sorry, no working OS3 or OS4 system at the moment, maybe some other can test it?
But I have done the same with MUIRoyale and it works here.