Print Page | Close Window

Wizard dialog class?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=11516
Printed Date: 01 October 2024 at 8:31pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Wizard dialog class?
Posted By: ibmldev
Subject: Wizard dialog class?
Date Posted: 21 July 2008 at 11:18am
Is there any sort of wizard dialog class in ToolkitPro? I am making a wizard application that will guide the user through various steps, with "Next" and "Back" buttons, etc. Has Codejock made such a class already?

I have written wizards by hand before, but it would be nice to have a neat class to base this on.

I saw a post in this forum about making the tab control "hideable", so you could effectively tab between pages but hide the actual tabs, so the effect is much like a wizard. Was that implemented (I have 12.0.0) already? If so, can you furnish a small example on adding tabs and hiding the control?



Replies:
Posted By: Oleg
Date Posted: 21 July 2008 at 11:53am
Hello,
 
We don't have wizard class. think standard CPropertySheet + Wizard mode can do most of work.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: DLewanda
Date Posted: 16 September 2008 at 3:24pm
I was looking to convert a class derived from CPropertySheet that is used in a wizard to instead be derived from CXTPPropertySheet.  Upon doing so, however, I noticed that CXTPPropetySheet derives from CDialog, not CPropertySheet as I expected.  This would be okay except that CPropertySheet provides a function SetWizardButtons for enabling and disabling the BACK and NEXT buttons.  How would I do this if I derive from CXTPPropertySheet?


Posted By: Oleg
Date Posted: 17 September 2008 at 2:09am
CXTPPropertySheet can't work with Wizard Mode. Use standard CPropertySheet.

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: DLewanda
Date Posted: 17 September 2008 at 5:32pm
Okay, fair enough.  The reason I was pursuing this was to be able to leverage the resizability of the CXTPPropertyPage to avoid having to maintain that all the pages are fixed to the same size.  I don't believe I can use the CXTPPropertyPage without putting it in a CXTPPropertySheet.  Is this correct?  Is the easiest solution to accomplish the resizing question just to have my CPropertyPage derivative inherit from XTResize directly?  If so, does my CPropertySheet derivative need to do the same?  Or is there another way to leverage the resize feature?


Posted By: snidelys4
Date Posted: 20 June 2011 at 8:48am

Is there any better way of doing this now? Any sample?



-------------
Product: SkinFrameworkBundle 18.2.0

Platform: Windows XP SP3

Language: C++ in VS2010


Posted By: link
Date Posted: 09 September 2014 at 4:03pm
Is there support for this now?
 
Toolkit Pro 15.2.1
XP
C++ in VS2008



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net