Questions tagged [wizard]

A Wizard is an installation script which when run opens a simple GUI allowing for streamlined installation and configuration of a program.

Wizards are installation programs that allow streamlined installation of the application that they are written for via the use of a simple GUI. Often times when you download a program, you actually download it's installation Wizard, which when run will query the developers website for download of the remaining program files. Other times the entire application is downloaded along with the Wizard which then allows for easy management of patching, configuration of save directory, environment variables, and 3rd party tools.

1161 questions
14
votes
7 answers

No java project option in eclipse

There may well be a very simple answer to this but having googled for an hour, I am resorting to asking here. I am simply trying to install eclipse Indigo(3.7.2) on Ubuntu 12.04 and get it to let me make a java application. I have used: sudo apt-get…
Daniel Graef
  • 201
  • 1
  • 2
  • 6
13
votes
4 answers

Enable/Disable asp:validators using jquery

I am working with a wizard, where the user can sign up. There is a asp:RadioButtonList with two options, and some of the input fields in the wizard changes when the radiobutton changes. On each field there is some asp:Validators…
Thomas
  • 1,563
  • 3
  • 17
  • 37
13
votes
3 answers

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 template. I want to package the assembly containing…
Johann Blais
  • 9,389
  • 6
  • 45
  • 65
12
votes
1 answer

Using IWizard in an item template without installing assembly in GAC?

I would like to create a custom item template that includes a wizard (IWizard interface). On http://msdn.microsoft.com/en-us/library/vstudio/ms171411%28v=vs.100%29.aspx and some other places it is always described that the assembly containing the…
Achim
  • 828
  • 6
  • 21
12
votes
4 answers

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 http://blogs.msdn.com/webdevtools/archive/2007/10/15/sql-database-publishing-wizard-is-now-in-visual-studio-orcas.aspx…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
10
votes
6 answers

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 the user clicks "Next" the active form closes and…
Mike Spadaru
  • 501
  • 6
  • 15
10
votes
1 answer

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 for tool tips but all i get are hover(or click)…
corroded
  • 21,406
  • 19
  • 83
  • 132
10
votes
1 answer

How to bind a Knockout js model to a wizard style UI

I am using Knockout js. I have a view model that contains an array of objects and I want to allow the user to edit one of the objects using a wizard style interface. The issue I have is the wizard will show different steps depending on what choices…
Mark Robinson
  • 13,128
  • 13
  • 63
  • 81
10
votes
2 answers

Where to control the QWizard button?

I'm using Qt, and I use a QWizard object which contains several pages. when it comes to a specific page, I want to hide the "Next" button first, and shows it after the user do something (such as clicking on a radiobutton...) I want to do some…
Claire Huang
  • 961
  • 1
  • 18
  • 30
10
votes
5 answers

Making Modal Wizard

How could i make a modal wizard with jquery??
Poseidon
  • 227
  • 1
  • 2
  • 12
9
votes
1 answer

Limiting a Django form's ManyToManyField queryset in a formtools wizard based on selection on previous form

I'm using a SessionWizardView from django-formtools to construct a two-form wizard. The challenge I'm facing is that I need to reference the input from the first form to limit the available querysets on the second form. To make it more interesting,…
9
votes
3 answers

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 implement a wizard with 1.) has also multiple branches.…
Carnation
  • 257
  • 3
  • 10
9
votes
6 answers

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 wizard. I started with a Window which I then planned…
baron
  • 11,011
  • 20
  • 54
  • 88
9
votes
2 answers

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,…
Brian Tol
  • 4,149
  • 6
  • 24
  • 27
8
votes
3 answers

ASP.NET MVC - Passing data across Views

I'm building an MVC application. One of my taskS is to build a store. I set up a "wizard" like set of views that brings the user to fill different kind of data until the end of the operation, in total 7 steps. My issue is about how to share some…
JasonMenny
  • 223
  • 4
  • 14
1
2
3
77 78