Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Wizard dialog class?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Wizard dialog class?

 Post Reply Post Reply
Author
Message
ibmldev View Drop Down
Groupie
Groupie


Joined: 17 October 2006
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote ibmldev Quote  Post ReplyReply Direct Link To This Post Topic: Wizard dialog class?
    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?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
DLewanda View Drop Down
Newbie
Newbie


Joined: 10 September 2008
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote DLewanda Quote  Post ReplyReply Direct Link To This Post 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?
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 17 September 2008 at 2:09am
CXTPPropertySheet can't work with Wizard Mode. Use standard CPropertySheet.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
DLewanda View Drop Down
Newbie
Newbie


Joined: 10 September 2008
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote DLewanda Quote  Post ReplyReply Direct Link To This Post 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?
Back to Top
snidelys4 View Drop Down
Newbie
Newbie
Avatar

Joined: 16 June 2011
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote snidelys4 Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
link View Drop Down
Groupie
Groupie


Joined: 02 July 2009
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote link Quote  Post ReplyReply Direct Link To This Post Posted: 09 September 2014 at 4:03pm
Is there support for this now?
 
Toolkit Pro 15.2.1
XP
C++ in VS2008
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.