Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Customizing a wizard
 

Customizing a wizard

Hi All,

First of marry Christmas to all, Hope you are making arrangements for this Christmas and New year eve.

I am preparing for a small demo in GAT, in that I havethe scenario,

When the solution template is selected and after entering the name, the next step is I should see a wizard prompting the user to choose one of the application 1.Windows 2. Web

So I am planning for a radio buttons in the wizard, According to the value, I should build the structure for Windows or web Enterprise application with three layers i.eUI(.aspx/.form depending on choice) , Business and Data Layer should appear now my question is , how do I place the radio buttons in the wizard, retrive the value from the choice chosen and according to the value how do i choose the web/windows Enterprise application.

Thanks in advance

satish

satish padidem  Friday, December 21, 2007 6:38 AM
Hi satish,

Please take a look at the GAT Hands On Lab (you can find the latest version as part of the SFT download @ www.softwarefactoriestoolkit.net) where custom wizard pages are used. These pages contains controls like radio buttons along with the code on how to read/write recipe arguments based on the values for these.

thanks,
-vga.
vga  Friday, December 28, 2007 2:34 PM
Hi Satish,

well if you want to use the default wizard page (which is defined with the manifest metadata, no a custom one) you can't use radio buttons anyway what you could do is use a typeconverter for certain argument then provide the value options for it. The default wizard page will replace the regular textbox with a combo box with the options provided by that typeconverter.

If you really want to use radio buttons you have to create your own custom wizard page.

hth.
jose.
Jose Escrich  Friday, December 28, 2007 3:12 AM

Hi jose

thanks for the reply. I do want to use radio buttons. However how do i use the result of the chosen radio button. Since choosing one of the radio button makes to implement either web/windows application. So how do I do this.

thanks

satish

satish padidem  Friday, December 28, 2007 11:34 AM
Hi satish,

Please take a look at the GAT Hands On Lab (you can find the latest version as part of the SFT download @ www.softwarefactoriestoolkit.net) where custom wizard pages are used. These pages contains controls like radio buttons along with the code on how to read/write recipe arguments based on the values for these.

thanks,
-vga.
vga  Friday, December 28, 2007 2:34 PM

Hi

I am using VS orcas and i came to know from one of the post that SFT cannot be installed on this VS orcas + july 2007, so is there any way to know how read/write recipe argument for radiobuttons control can be used. it would be great if you could send some code for that

Please help me

thanks

satish

satish padidem  Monday, December 31, 2007 7:36 AM

You can use google to search for other answers

Custom Search

More Threads

• Problems installing a Guidance Package
• Reference Errors..
• Registering Guidance Package in visual studio express editions
• Code generation based on checked nodes within a treeview.
• Best Practices for GP?
• The file cannot be opened with the selected editor
• GAX not wanting to install
• Code Snippets not uninstalling
• about gudance automation toolkit
• Is GAT/GAX compatible with non-English versions of Visual Studio 2005 ?