LucaMs Expert Licensed User Longtime User May 13, 2019 #1 I was searching for a bug in my project: I get a Null Sender when I click a label of a xCustomListView item but only in Release mode , when... trying a new simple project with just a xCustomListView, I saw: "Add" method of a xCustomListView in my "real" project: "Add" method of a xCustomListView in my test project: Both projects have:
I was searching for a bug in my project: I get a Null Sender when I click a label of a xCustomListView item but only in Release mode , when... trying a new simple project with just a xCustomListView, I saw: "Add" method of a xCustomListView in my "real" project: "Add" method of a xCustomListView in my test project: Both projects have:
LucaMs Expert Licensed User Longtime User May 13, 2019 #2 Solved the second part of the question: I have to import also XUI Views (BTW, my version is 2.05) Upvote 0
LucaMs Expert Licensed User Longtime User May 13, 2019 #3 Solved the first part too. Inside the click event, before "using" the sender (lblXXX = Sender), I create a new form (without showing it, just the declaration & initialization). I don't know why but this "resets", sets the Sender to Null. Last edited: May 13, 2019 Upvote 0
Solved the first part too. Inside the click event, before "using" the sender (lblXXX = Sender), I create a new form (without showing it, just the declaration & initialization). I don't know why but this "resets", sets the Sender to Null.