Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Any Examples of Custom Wizard Panels?
 

Any Examples of Custom Wizard Panels?

I've been unable to find any examples of a custom panel for a wizard. In particular, I wanted to create a readonly panel to display multiple lines of text, on a confirmation page, and couldn't find an example (and my first try didn't work).

John Saunders  Thursday, May 29, 2008 5:02 PM
Hi,

Have a look at Service Factory (Modeling Edition). This factory (GAT Package) contains a few custom wizard pages and does include the source code. Hopefuly thisget you started.

Edward
  • Unproposed As Answer byJohn SaundersMVPMonday, June 02, 2008 5:20 PM
  • Proposed As Answer byvga Monday, June 02, 2008 4:35 PM
  •  
Edward Bakker  Saturday, May 31, 2008 6:53 PM
Thanks, I'm in fact customizing WSSF. I saw the pages, but didn't see any panels, as in the PanelType attribute. Are there any examples of using the type passed in the PanelType attribute?
John Saunders
  • Edited byJohn SaundersMVPMonday, June 02, 2008 5:21 PMExpounding on why the previous reply is not the answer.
  •  
John Saunders  Saturday, May 31, 2008 10:34 PM

Hi
I don't know if you're talking about the ArgumentPanel, ArgumentPanelBool, etc. If so, that panels are intented to be consumed from the default gax Gathering Service. Beside that you can use them, I think that there are no an example available, maybe in Service Factory II.

To use that panels what you have to do is Add it to the Container (you can do that in the set_Site method), then assign the proper Field property, which is the Field that you should have declared in the gathering service element.

Let me know if this is what you're trying to do and I'll can prepare an example.

hth.
jose.


Jose Escrich - weblogs.asp.net/jescrich
Jose Escrich  Thursday, June 05, 2008 6:02 AM
Yes, I'm looking for something like that, only mine was trying to be a multi-line read-only textbox meant as a confirmation area. I was going to display a formatted string there, composed from the various arguments. In fact, I was going to create a FormattedStringValueProvider to create the string to place there.

BTW, it seems that the code casts the panel to ArgumentPanelTypeEditor, requiring the panel to derive from that class.
Use File->New Project to create Web Service Projects
John Saunders  Thursday, June 05, 2008 11:05 AM

You can use google to search for other answers

Custom Search

More Threads

• URGENT: Project and Item Templates issue!
• Access Denied Error
• How do you enable delay signing on a web project programmatically?
• Effort in creating class recipe
• GAX License clarification for commercial use.
• Project References Guids?
• GAX/GAT: February 2008 Final Release
• Office Resource Kit
• MSI Deployment Issues
• Getting a handle on DTE from a library class.