wizard

How to maitain values across various jsp screen

Hi Guys, I have a requirement in jsp , an user can enter details in one screen and screen to follow, and has next and previous button to go to next screen. When he clicks on next button , he goes to another screen where he enters or modify some details and similarly he clicks on next button,till the final screen where he asked to confir...

Making Modal Wizard..

How could i make a modal wizard with jquery?? ...

Any good Wizard libraries in Flex?

I'm looking for a good "Wizard" library in Flex before rolling my own. The important features are: Multiple custom input panels in sequence. Ability to prepopulate the data fields using an object, but cancelling at any point leaves original data unmodified. Ability to move to back and forth in panel sequence without loosing data. ...

ASP.NET RequiredFieldValidator not letting me navigate away from an asp:Wizard

I wish to allow the user an option to navigate away from a Register page. However the register page is an ASP:Wizard with RequiredFieldValidators. How can I fix this without removing the RequiredFieldValidators? The "Next" button of the wizard seems to be built-in to the Wizard control and doesn't seem to let me apply a ValidationGr...

Create a New big Object Wizard: ASp.net MVC

Hello everyone! Here's my question: I need to write a wizard, for customers to "create a new" very big objetc, with some other asociated with it: for example, Some images stored in another table (with relationships), some Lat's and Lang's for google earth, etc. Each of them are stored in diferent tables in the Database, and that's why, i...

Metaprogramming a wizard and database rules

Our software has a few places where it uses wizards to collect information from users then generates a bunch of database entries based on what users enter into those wizards. Currently these wizards and the rules for generating database entries from the wizards are handled by many kLOC of unmaintainable C++ code. In the spirit of The P...

Any good Wizard libraries for Winforms?

I'm looking for a good "Wizard" library for Winforms. WYSIWYG editor preferrable, but not a must. ...

Where I can find the appWizard that can generate C++ application

Hi, I have an project to modify. This project was create with AppWizard many years ago. This generated weird code when I open it with visual studio 8. I would like to modify the interface. Can I find a free AppWizard. Thanks, ...

Problem Installing Java EE SDK From Wizard?

Upon fixing my earlier problem where, I uninstalled both, JRE AND Java EE, and then successfully reinstalled JRE, the problem started with installing Java EE, when, upon clicking the Java EE Installation .exe file, and waiting for a few minutes, (for the extraction of files to take place) the main Java EE 5 SDK Update 7 Installation Wiza...

VB.NET Using Wizard, Changing selected Side Bar (Button) color

I have a web application where I built a wizard, going from panel to panel. Besides using the Next, Previous buttons, one can use the Side Bar to select what panel to go to. The problem is that while the selected Panel's side bar button is Highlighted / Bolded, it is barely discernable to my client. Not only do they want the button ...

How to call a custom Visual Studio Wizard from Command Line?

We have a Visual Studio Wizard written using the DTE environment to automatically generate code, templates, etc.. based off some custom database stuff. Right now it brings up a few dialogs, collects information, and then uses the EnvDTE class to generate the code and format it. Given that I have the information collected from the dialog...

How to use a Dynamic Data page template in a CreateUserWizard TemplatedWizardStep

I am busy building an ASP.NET website that runs off a SQLServer 2008 backend database and I am using LinqToSQL and Dynamic Data. I use ASP membership for user registration. However I need to capture extra user information that is stored in other tables. I am using ASP's built-in controls i.e. login, change password, create user wizard et...

Django Form Wizard and Preview with ModelForm

I have a large Django model (73 fields) that will will be connected to a ModelForm. I'd like to use a combination of the functionality found the Form Wizard and Form Preview contrib apps. I.e., the form fields would be split over multiple pages, and the user would have a chance to review/preview the data before the model instance is cr...

ASP.NET: Custom layout for Wizard Control

Is there any way to change the default layout for Wizard Control? ...

Eclipse MyFaces Wizard?

Hello, I am new to java development and a customer uses MyFaces for MVC based website development. While I know the ASP.NET based MVC Framework from Microsoft and the possibility of easily adding new pages via IDE methods (context menues, wizards, etc.), in eclipse everything has to be done manually. For adding a simple new website, I ...

How can I add a new application / new file wizard to the Delphi IDE "New ..." dialog?

Are there examples and resources (source code and documentation) available which show how a 'New xyz Application' or 'New xyz Document' wizard can be created with Delphi which then will appear in the new project / new file dialog of the Delphi IDE? What I want to do: for some of my libraries I would like to add a new project type and a ...

Creating a Wizard for Plugin project development

My DotNET application allows for plug-in dlls by 3rd party developers. I'd like to facilitate the process of making these plug-ins by offering a set of tools that create empty projects and new standard classes. Essentially, I need to create a typical ClassLibrary project with a bunch of dll references and some PostBuild Events. Also, it ...

ASP.NET MVC: How to maintain TextBox State when your ViewModel is a Collection/List/IEnumerable

I am using ASP.NET MVC 2 Beta. I can create a wizard like workflow using Steven Sanderson's technique (in his book Pro ASP.NET MVC Framework) except using Session instead of hidden form fields to preserve the data across requests. I can go back and forth between pages and maintain the values in a TextBox without any issue when my model i...

Problem using Wizard control and synchronous SOAP request

I have a multi-step Wizard control in a content/master page that holds many form elements. On the Finish step I wanted to build a SOAP request from the element values and send it on the onLoad of the Complete step. This does not work because all steps are loaded on each post back and the client sits and spins until the XML comes back and...

Tool to determine a dataset's schema

Let's say I want to write a program that can generate a diagram (e.g. an organization chart, timeline, or GANTT chart) out of some input data sitting in a spreadsheet or database. One big challenge is that users store their data in different formats that are frequently unstructured or missing 100% integrity. For example, I can think of...