Hi all, I am making an where I use Cloud DB, Dictionary, and ColinTreeListView.
Now my problem is when I tried to use the when ColinTreeListView1.ExtraButtonClick
I used this block-
In the image you can notice that the
ColinTreeListViewElement1
is returning "Item 1 5kg"
. And you can also notice that the global ItemDictionary
also contains key "Item 1 5kg"
.But the problem is, when I tried to get the value for key
"Item 1 5kg"
(ColinTreeListViewElement) from global ItemDictionary, it is returning {}
instead of the original value.
Is that any problem with my code?
Thank you