CXTCheckListBox Examples? |
Post Reply |
Author | |
RMangin
Newbie Joined: 02 April 2012 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 02 April 2012 at 9:59pm |
I was looking for some examples on how to use this, but didn't find any... I think I may be using it incorrectly.
The desired functionality is just a simple list of strings with check boxes that the user can toggle on and off; I can then go back and query the state of these entries as I need them. I derived my own class from CXTCheckListBox, but using my derived class becomes problematic. Can someone direct me to code samples or perhaps some documentation? Using ToolKitPro Version 15.0.1 Windows 7 x64 C++ (working in Crytek's Sandbox Editor) |
|
RMangin
Newbie Joined: 02 April 2012 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Here's a rough overview of where I'm at. I do realize that my problem is most likely something silly; I'm not an expert by any means with MFC, and I'm prone to common mistakes.
I have a Test_Dialog.cpp & .h I've included. Basically, The test dialog is created modeless, and I just want a simple CheckListBox in it. In the skeleton code I've provided, the checklist box is created, initialized (I think) and populated with members. I can not interact with it though. It seems that perhaps I'm missing a step telling the main dialog to pass input to the control? Does that make sense? Thanks again for any response. uploads/7419/Test_Dialog.zip |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |