New Wizard Page Status Request


Author
Message
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
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.



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 BigGrin ). 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.



Nothing urgent...just thought I'd throw this out while the idea was fresh! Tongue
Reply
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Well, there are a number of things here.  First of all, you can always control which buttons are shown and you also have control over their enabled states.  You can also determine if a page is a Finish page (forced) by setting the NavigationType of a page to FinishPage.

On the wizard control itself, you can control each of the buttons through the ButtonSettings (i.e. BackButtinSettings, CancelButtonSettings, etc.).  You can then use the Show properties to determine if they will be shown (i.e. ShowBackButton, etc.).

Finally, the wizard control has a method to control the enabled states of the buttons:

this.wizardControl1.SetNavigationButtonStatus(MicroFour.StrataFrame.UI.WizardNavigationButtons.Back, MicroFour.StrataFrame.UI.WizardNavigationButtonStatus.Enabled)

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search