CXTCheckListBox Examples?
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=19631
Printed Date: 17 November 2024 at 3:00am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: CXTCheckListBox Examples?
Posted By: RMangin
Subject: CXTCheckListBox Examples?
Date 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)
|
Replies:
Posted By: RMangin
Date Posted: 03 April 2012 at 8:20pm
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 - uploads/7419/Test_Dialog.zip
|
|