﻿<?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 » WinForms (How do I?)  » Wizard and ProgressIndicator</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 25 Sep 2026 20:47:06 GMT</lastBuildDate><ttl>20</ttl><item><title>Wizard and ProgressIndicator</title><link>http://forum.strataframe.net/FindPost11412.aspx</link><description>I'm re-working a wizard form I have to use SetupPage style with a progressindicator.  However, at this point, I need to know how/if I can programatically control the visibility and progress indicators.  I'm not even sure if I want the wizard to do anything automatically at this point.... (maybe just on some interim header items in the collection...)  I would like to be able to update the status of any item based on underlying data vs. just wizard navigation.  Any help or example would be appreciated.</description><pubDate>Fri, 14 Sep 2007 16:59:51 GMT</pubDate><dc:creator>Randy Jean</dc:creator></item><item><title>RE: Wizard and ProgressIndicator</title><link>http://forum.strataframe.net/FindPost11485.aspx</link><description>Thanks.&amp;nbsp; We have found this to be a very handy control!</description><pubDate>Fri, 14 Sep 2007 16:59:51 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Wizard and ProgressIndicator</title><link>http://forum.strataframe.net/FindPost11480.aspx</link><description>Thanks for the info.  Seems like when I tried leaving the key blank then the progress indicator implicitly tried to synch with what page I was on.   I still want it to show on each page, but I want to control the progress and status with what's happening behind the scenes.  &lt;br&gt;
&lt;br&gt;
Anyway, very nice control.  Would have taken me a lot longer to even come close to achieving the same look and feel.</description><pubDate>Fri, 14 Sep 2007 16:06:56 GMT</pubDate><dc:creator>Randy Jean</dc:creator></item><item><title>RE: Wizard and ProgressIndicator</title><link>http://forum.strataframe.net/FindPost11418.aspx</link><description>Yeah, the ProgressIndicator can be attached at the Wizard level and it will automatically move itself from page to page...if you allow it to.&amp;nbsp; Rather than using a "bogus" key, just leave the ProgressIndicatorKey empty or do not allow the indicator to show up.&amp;nbsp; A "bogus" key would work as well, but you should get the same results with an empty key.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/a9e3f0fb-4e00-4bfb-8253-cb31.png"&gt;&lt;/P&gt;&lt;P&gt;Also, you can always overwrite the settings of the ProgressIndicator on the pages PageActivated event (or whereever meets your need) as well using the SetItemStatus method as you did in your example.&amp;nbsp;</description><pubDate>Tue, 11 Sep 2007 09:19:24 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Wizard and ProgressIndicator</title><link>http://forum.strataframe.net/FindPost11413.aspx</link><description>Think I got this figured out. I didn't realize there was a form level set of properties to set so that took care of my progressindicator not carrying over to each page.  I also figured out if I stuff a bogus key string into the ProgressIndicatorItemKey that will suppress the implicit status update behavior and allow me to write my own status update logic like so:&lt;br&gt;
&lt;br&gt;
[code]&lt;br&gt;
Me.AtlasTestProgress.SetItemStatus("RunStatus", MicroFour.StrataFrame.UI.ProgressIndicatorItemStatus.Active)&lt;br&gt;
[/code]&lt;br&gt;</description><pubDate>Mon, 10 Sep 2007 17:36:01 GMT</pubDate><dc:creator>Randy Jean</dc:creator></item></channel></rss>