Tagged Questions
A software wizard or setup assistant is a user interface type that presents a user with a sequence of dialog boxes that lead the user through a series of well-defined steps. Tasks that are complex, infrequently performed, or unfamiliar may be easier to perform using a wizard. In contrast, an expert system guides a user through a series of (usually yes/no) questions to solve a problem.
24
votes
10answers
10k views
how to make a wizard with ASP.Net MVC
Our site has multiple "wizards" where various data is collected over several pages, and cannot be committed to the database until the last step.
What is the best/correct way to make a wizard like ...
16
votes
5answers
4k views
Recommend a Java wizard library?
I'm looking for a wizard library/framework for Java, but it seems all the ones I can find are abandoned and/or lacking in enough documentation to use quickly. Here's the ones I've found, and all ...
15
votes
5answers
6k views
What is the best way to create a wizard in C# 2.0?
I have a winforms application where users will be creating stock items, and a time of creation there are a number of different things that need to happen.
I think the UI for this should probably be a ...
14
votes
5answers
9k views
Is there a wizard control in WPF?
Are there any wizard type controls in WPF? I need functionality where I can go forward and back and use tabs to select a particular item which will show the details of the nested items. I can use the ...
13
votes
2answers
4k views
how to create wizard forms in ruby on rails
I'm trying to understand the best options for pulling off a wizard form in ruby on rails. Ideally I'd like to have it so the application signup has a back and next button that allows the user to ...
13
votes
3answers
9k views
Best Wizard Control for .NET Windows Forms?
I'm looking to add one or two wizards (you know, a simple dialog with multiple pages that walks a user through a process, step by step) to my WinForms application. I'm just curious of what controls -- ...
8
votes
3answers
366 views
A CSV Import/Export wizard for Delphi?
To avoid reinventing the wheel, I'm looking for some dialog wizard components/libraries that will simplify my job of importing CSV and similar text files into my Delphi/C++Builder application.
In ...
8
votes
3answers
777 views
How can I implement a Wizard form a Windows Mobile application?
I am a bit new to Windows Mobile (with C# and the compact framework) development, so I am kind of unsure how to do this. The user has to go through several pages of information in a wizard-like ...
8
votes
3answers
3k views
Generate SQL server scripts from command line?
In Microsoft SQL Server Management Studio 2008 there is a "Generate scripts..." option under the Tasks menu. I'm just wondering if this tool is available from the command line somehow?
It looks ...
7
votes
6answers
293 views
making a wizard interface in delphi 7
I'm using delphi 7 and I'm trying to make a wizard interface. I don't know if there is an easier way to make a wizard, so I was thinking of making separate forms for each step of the wizard, and when ...
7
votes
3answers
3k views
Make a wizard like application in Android
Which you think is the best way of doing a wizard like application (user can navigate between screens with a next and back button, and each screen has to save some state data) in Android platform.
I ...
6
votes
5answers
212 views
C# need advice on a simple issue on form navigation
I need to simulate a form that is similar to the interface seen during installation of any software. There are next and back buttons and the all the information entered by the user is processed only ...
6
votes
3answers
975 views
MVVM like wizard
I am currently building an MVVM based application. The application should also have a wizard in MVVM style. The wizard is not a normal wizard, its a particular kind of a wizard. My goal is to ...
6
votes
1answer
697 views
ASP.NET/Paypal: PayPal Integration Wizard?
I'm currently trying my luck to integrate PayPal in ASP.NET (I'm just starting to know more about PayPal, okay?)
PayPal Integration Wizard. Hmmm. Does this even work?
What are your ...
6
votes
2answers
428 views
Good patterns for building a wizard?
I usually use a TabControl and somehow hide the tabs and navigate through them.
I am curious about other ways of doing this!!!
5
votes
3answers
202 views
Is the MATLAB gui creator GUIDE as awful as I think? Is there an alternative?
I've been trying to put together a gui in MATLAB and have had great difficulty. Here is a little background about my program: I want to create a wizard to step users through an image analysis process. ...
5
votes
1answer
104 views
Clean up repetitive JavaScript code
I have created a "Wizard" using JavaScript and based on people's answers you get taken to certain results divs. It works the way I want, but this code is VERY repetitive. Is there a way to clean up ...
5
votes
3answers
300 views
How do you retrieve a new unit name from Delphi's open tools API
I have written a wizard in Delphi XE, and it is working fine. However, I have not figured out yet how to access the generated default unit name (or form name or project name) that Delphi's OTA can ...
5
votes
5answers
4k views
Developing wizard UI - WPF
All in WPF:
Developing a wizard application, user has to answer a number of simple questions before brought to the main app. The main app is then prefilled with the information obtained from the ...
4
votes
3answers
218 views
ASP.NET MVC - Passing data across Views
Im building an MVC application. One of my task is to build a store. I set up a "wizard" like set of views that brings user to fill different kind of data till the end of the operation, in total 7 ...
4
votes
3answers
1k views
How to create a custom 'new class wizard' for Eclipse?
I would like to create a functionality ( for myself ), wherein on clicking a button ( or say firing any event or anything that can trigger my program ), a popup will be displayed which will ask the ...
4
votes
4answers
441 views
Looking for a great Wizard example implemented with WinForms and/or an advice regrding design
Disclaimer: In this question tab, page, an dialog actually mean the same thing, sorry. My excuse: I am not sure what the final product should look like - a bunch of separate windows or all in one.
I ...
4
votes
4answers
2k views
Creating Wizards for Windows Forms in C#
I am new in Creating Wizards for Windows Forms Application in C# .Net. So i don't have any idea in wizard creation. Please give me some ideas about creating Multiple wizard.
Regards, ravi
4
votes
1answer
1k views
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 ...
4
votes
4answers
1k views
Reducing a large single page AJAX application (jQuery, ASP.net)
I'm currently building a single page AJAX application. It's a large "sign-up form" that's been built as a multi-step wizard with multiple branches and different verbiage based on what choices the user ...
3
votes
1answer
66 views
How to run my own C++ source files in the installation wizzard?
I have created a windows install deployment for my C++ application using VS2010. However my problem is that I don't know how can I squeeze in some of my own code to the installation wizard (and is it ...
3
votes
3answers
169 views
InnoSetup: Is it possible to open my own Delphi form (from the DLL) instead of the standard setup wizard
I need to create a complex form with my own components (kinda OneClick installer), and use it as the replacement of the standard InnoSetup wizard. Is it possible?
My form is placed into DLL, and this ...
3
votes
1answer
146 views
Design a “Wizard” set of screens on an iPad
I want to build a guided "Wizard" set of screens on the iPad. So there is one master screen with N sub-steps in it that are guided through. You should be able to go backwards and forwards through ...
3
votes
2answers
728 views
Deploy assembly containing IWizard for project template with VSIX
I have created an extension for VS 2010 that deploys a project template. The project template uses a custom wizard (in a specific assembly) that is called when I create a new project based on this ...
3
votes
2answers
171 views
How do i setup a step-by-step process
I'm creating an application that has to handle the construction cases of a small company. In order for the employees to create a new case, I want to put them through a step-by-step process. How do i ...
3
votes
3answers
576 views
Install wizard for my windows form application - or not?
I am wondering about the need for an install wizard for my little Windows Forms application. No database access, just file access on a shared network drive.
I have seen times when an executable is ...
3
votes
2answers
427 views
Any good Wizard libraries for Winforms?
I'm looking for a good "Wizard" library for Winforms.
WYSIWYG editor preferrable, but not a must.
3
votes
3answers
2k views
3
votes
3answers
14k views
SQL Database Publishing wizard with SQL Server 2008
I'm desperately looking for SQL Database Publishing wizard. I've download it but it seems to require SQL Server 2005. According to ...
3
votes
4answers
777 views
DesignPatterns: Which is most appropriate to use for a wizard style user interface?
I am implementing a Wizard style user interface. As a user flows through the wizard, clicking next, depending on the choices they have chosen on each screen, the user will have to go through a ...
3
votes
4answers
341 views
A glorious reporting tool
I'm in search of a glorious reporting tool. I'm aware that glorious is a subjective term but... here are my desires:
Dead simple for business types
Does not require me to speficy any SQL
Can inspect ...
3
votes
19answers
695 views
How do you write and test your regular expressions?
Is their any wizards or tools to create and test regular expressions for PHP, because it is so difficult :( ?
thanks :)
2
votes
1answer
60 views
Inno-setup: Custom Wizard page based on existing page type
I decided to create custom wizard page in my inno-setup-based installer. But i do not want to create it from scratch. I want to take TInputDirWizardPage and modify it, e.g. add a combo-box. Is it ...
2
votes
1answer
44 views
c#.net keeping control state from dynamic boxes using the wizard control
I'm having some issues trying to keep the state of values in textbox controls between postbacks in a wizard that is part of a user-control (.ascx) file.
Some background
This is an order form for a ...
2
votes
1answer
89 views
Is there a jQuery plugin for help balloons for first time users of a site?
Something like "Click here to get started" or whatnot. I am planning to add a "tutorial" mode for a site and was wondering if there was a jquery or rails plugin for it already.
I have tried googling ...
2
votes
2answers
150 views
How to remove certificate from Store cleanly
You can install certificate into certificate store using Wizard in certmgr.msc (Right click install)? Does anyone knows how to "cleanly" remove all the certificate by either using wizard/Code (pref.) ...
2
votes
1answer
32 views
A wizard's logical behavior
The question I have is about the general functionality of the back button in wizards. I was thinking about the possible behaviors of this button and I couldn't find any clue which one is the right ...
2
votes
0answers
85 views
Ruby on Rails: Need Recommendations for Wizards/Spring Webflow-type Solutions
I'm starting work on a multi-page web application using Ruby on Rails 3. My webapp won't be using a database directly - it'll be calling a web service to persist the collected information.
Are there ...
2
votes
1answer
65 views
How to stop WiXUI flickering
I've been playing around WiX lately, and I have found that WiXUI wizard is not flicker-free. When you click "Next" to advance to the next step in the wizard, the wizard window is actually destroyed ...
2
votes
3answers
1k views
PrimeFaces' p:wizard validation problem
I have a p:wizard with some tabs. In the first tab, the user selects a value (t:selectOneRadio - I'm using Tomahawk). That's a required value.
If the user doesn't select a value, it won't go to the ...
2
votes
1answer
306 views
Innosetup - are user CreateInputOptionPage “wizard” pages shown when /silent, etc is specified?
InnoSetup setup executables have command line options to permit unattended or batch file operation - i.e. it is possible to have command-line parameters like /SILENT, /VERYSILENT, such that no ...
2
votes
0answers
109 views
VS 2010 Performance Explorer
I'm starting to explore performance profiler in VS 2010 and having a hard time finding it useful. I realize this is most likely because I'm not familiar with the tool.
What I'm looking for is a way ...
2
votes
1answer
53 views
When implementing a WizardExportResourcesPage, how can I modify the selected resources?
My custom Export Wizard implements a WizardExportResourcesPage. The initially selected resources are whichever workspace resources were selected when the user clicked Export.
However the eclipse ...
2
votes
3answers
285 views
Communicating between ViewModels in Windows Phone 7
We are using Caliburn.Micro for a simple Windows Phone 7 Application that takes a photo of a particular stock item, and then saves the image and a xml file with information user enters.
I have first ...
2
votes
1answer
314 views
Add NetBeans CRUD auto-code to existing project
I have a project in Java that is pretty much done, except I need to make just a couple of more CRUD frames. Now the easiest way to do this would be through the NetBeans auto-code with a couple of ...