﻿<?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  » New Wizard Page Status Request</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 04:12:19 GMT</lastBuildDate><ttl>20</ttl><item><title>New Wizard Page Status Request</title><link>http://forum.strataframe.net/FindPost19795.aspx</link><description>I've been using the SF Wizard and would like to request an additional page status: Warning.  This would be for pages that don't necessarily stop the wizard from functioning, but which the user might want to take a look at.  This would also require a warning status image property on the progress indicator too.&lt;br&gt;
&lt;br&gt;
I'm building a wizard to create a shared connection file (I'm not using the SF shared connection file because I don't want the user to see any db info and I also want more than one connection in the file - i.e. the app connection and the security connection in the same file...wasn't hard to do :D ).  I have pages for the user to test the connection. I'd like to be able to indicate that they haven't tested the connection yet....i.e. a warning.&lt;br&gt;
&lt;br&gt;
Nothing urgent...just thought I'd throw this out while the idea was fresh!  :P</description><pubDate>Wed, 01 Oct 2008 09:31:01 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: New Wizard Page Status Request</title><link>http://forum.strataframe.net/FindPost19837.aspx</link><description>Well, there are a&amp;nbsp;number of things here.&amp;nbsp; First of all, you can always control which buttons are shown and you also have control over their enabled states.&amp;nbsp; You can also determine if a page is a Finish page (forced) by setting the NavigationType of a page to FinishPage.&lt;/P&gt;&lt;P&gt;On the wizard control itself, you can control each of the buttons through the ButtonSettings (i.e. BackButtinSettings, CancelButtonSettings, etc.).&amp;nbsp; You can then use the Show properties to determine if they will be shown (i.e. ShowBackButton, etc.).&lt;/P&gt;&lt;P&gt;Finally, the wizard control has a method to control the enabled states of the buttons:&lt;/P&gt;&lt;P&gt;[codesnippet]this.wizardControl1.SetNavigationButtonStatus(MicroFour.StrataFrame.UI.WizardNavigationButtons.Back, MicroFour.StrataFrame.UI.WizardNavigationButtonStatus.Enabled)[/codesnippet]</description><pubDate>Wed, 01 Oct 2008 09:31:01 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: New Wizard Page Status Request</title><link>http://forum.strataframe.net/FindPost19822.aspx</link><description>I got if figured out, but I'm wondering if I missed something. &lt;br&gt;
&lt;br&gt;
My first attempt was to put it at the end, but then it showed a finish button (they can cancel from warnings page, but not finish) and could find no way to tell the wizard that I didn't want a finish button (it was as setup page, not an official finish page).  &lt;br&gt;
&lt;br&gt;
I then tried it at the other end, as the first page, but then it wouldn't show a back button (I didn't try the ShowBackButton...found that later...maybe it would have worked?), which it obviously needed so they could go back and fix things.  I ended up putting in a known location and writing a fair amount of code in the BackClicked and NextClicked event handlers to get navigation correct.  &lt;br&gt;
&lt;br&gt;
So is there some way to manage what buttons are shown, especially the finish button? I could find no property to manage this button at all (of course, I'm likely missing something!).&lt;br&gt;
&lt;br&gt;
Thanks for the help...I'm getting there :D</description><pubDate>Mon, 29 Sep 2008 18:27:49 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: New Wizard Page Status Request</title><link>http://forum.strataframe.net/FindPost19821.aspx</link><description>You can have all of the finish pages that you want.&amp;nbsp; So if you have a problem, just show the "warning" finish page instead of the "Normal" finish page.&amp;nbsp; You would handle this in the FinishClicked or redirect on a NextClicked event.&amp;nbsp; You can 100% control the flow of the WIzard pages...so you would just create another wizard page.</description><pubDate>Mon, 29 Sep 2008 17:07:45 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: New Wizard Page Status Request</title><link>http://forum.strataframe.net/FindPost19819.aspx</link><description>I'm not quite following you. Are you saying you can set an icon for the progress indicator for a specific page?  How does that work?&lt;br&gt;
&lt;br&gt;
Also, what event would you handle to show the warning page instead of the normal finish page?&lt;br&gt;
&lt;br&gt;
Thanks for the help! :D&lt;br&gt;
&lt;br&gt;
Oh, I might suggest that help be included on how to use the wizard controls, including some of these sort of ideas. :D</description><pubDate>Mon, 29 Sep 2008 12:59:07 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: New Wizard Page Status Request</title><link>http://forum.strataframe.net/FindPost19796.aspx</link><description>I don't know that another page type is necessary.&amp;nbsp; I do this all of the time...including a warning icon in the ProgressIndicator.&amp;nbsp; You can use custom images on the progress incidator and set them to whatever you like.&amp;nbsp; So I have a set of 4 images that I will use including a warning image and then set the icon to a custom image.&amp;nbsp; As for the warning page, I will use the watermark image and place it at the top right with a warning image.&amp;nbsp; I then will create a list (or in some cases a custom control depending on what I am doing) on the warning page with all of the warnings and errors.&amp;nbsp; So I don't think that you need a warning page as I have probably 8-10 wizards as we speak that have a warning page and update the progress indicator manually to show the warning icon.</description><pubDate>Sat, 27 Sep 2008 08:32:44 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>