Hey guys
I have a standard class which looks as follows:
class StoryListBox2 : public ListBox,
public ListBoxModel
{
Nothing drastic has been changed, although I have defined my own listBoxItemClicked function. My problem is I am struggling to get the class to register when I have clicked off of all the rows. The function backgroundClicked() actually does nothing on my side. Is there something I’m forgetting? And a note for Jules, why does backgroundClicked() work on double clicks?
Basically what I want to do is when a user has a row selected and they click on some blank space, I want all rows to deselect.
Please assist.