﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Enhancement Requests  » How to update wizard after new pages added</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 22 May 2026 06:36:04 GMT</lastBuildDate><ttl>20</ttl><item><title>How to update wizard after new pages added</title><link>http://forum.strataframe.net/FindPost4715.aspx</link><description>I have a wizard that has only a single page at design time, then I add a bunch at runtime (all of which is working great). The only hick-up is that the when the wizard is initially shown, there are only three buttons for the wizard: back (disabled), finish (enabled) and Cancel (enabled).  I'm using a tree view as a second navigation control and when I move to any other page then back to the first page, the buttons are then correct (back, next and cancel all disabled/enabled correctly).  So the question is how do I update the wizard so it updates the controls after adding pages in code? I tried Refresh and Update but neither worked.</description><pubDate>Tue, 21 Nov 2006 19:02:26 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: How to update wizard after new pages added</title><link>http://forum.strataframe.net/FindPost4719.aspx</link><description>Just manually set the button status.&amp;nbsp; There are a lot of factors as to how to control the state of buttons...but you can always overwrite any native behavior by simply setting the button status:&lt;/P&gt;&lt;P&gt;[codesnippet]Me.MyWizard.SetNavigationButtonStatus(StrataFrame.UI.WizardNavigationButtons.Next,StrataFrame.UI.WizardNavigationButtonStatus.Enabled)[/codesnippet]</description><pubDate>Tue, 21 Nov 2006 19:02:26 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: How to update wizard after new pages added</title><link>http://forum.strataframe.net/FindPost4717.aspx</link><description>sigh...this is supposed to be in the Winforms forum.  I'm going to post it there...this one can be deleted; it's not an enhancement request   :blush:</description><pubDate>Tue, 21 Nov 2006 18:40:22 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>