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
4
votes
3 answers

Execute ASP.NET Membership Login from codebehind in button click handler

I'm trying to seamlessly log in the user without prompting for credentials as part of a process. My strategy is to handle the NextButtonClick event and login the user in code. I already have the user's credentials saved in session…
4
votes
4 answers

How to populate many2many field based on ids search(wizard)

I need a many2many(product_product_ids) filled based on search result. For example, I have a search button defined on wizard view(search_test):
Diego Calzadilla
  • 309
  • 6
  • 19
4
votes
4 answers

Control variable in add member variable wizard is disabled. Why?

I have a MFC dialog derived from CMyDialog (is a CDialog) and try to add a control with the "add member variable wizard". But the checkbox "control variable" is grayed out. Any ideas what the problem is? For example: I have a edit control and want…
bzs
  • 499
  • 5
  • 16
4
votes
1 answer

How can I determine whether or not to add project items using IWizard?

I am generating entity wrappers in VS2010 based on dynamic objects in a CRM system. In addition to the entity code, I want to add an EntityBase of which all entities inherit from. If the file exists in the project from before, it should not be…
Trond Aarskog
  • 118
  • 1
  • 8
4
votes
3 answers

How to disable NEXT button on step 1 of FuelUX Wizard

I am creating a wizard control pages using the FuelUX wizard plugin http://getfuelux.com/javascript.html#wizard And I am trying to disable the NEXT button only on the STEP1 of the wizard. Kindly check this image for better…
MercuryUIX
  • 71
  • 2
  • 6
4
votes
1 answer

Using Roman Nurik's Wizard Pager example, how can I access data from previous pages in later pages?

Forgive my lack of experience, I am slowly teaching myself programming. I have implemented Roman Nurik's Wizard Pager model in my app, to get the user's phone model and headphone type. I then want to query a database using these two results on page…
4
votes
2 answers

Using Django model forms + form wizard + Crispy - Does not proceed to second step

I am fairly new to forms in django. My issue is I have a few very large models that I have to break up into a series of smaller forms for the users to fill out. So I've been playing around with crispy forms and yesterday after watching Mike…
Logic1
  • 1,806
  • 3
  • 26
  • 43
4
votes
3 answers

How to query SQL columns that have parentheses ( ) in their name?

The column names looks something like: "Ab. (Cd)" It has , '.' as well as ( ) in the column name. I have tried square brackets [ ] around the column name and have also tried ' ' and " " without much success. Please help. I am using SQL Server…
JackOfAll
  • 51
  • 1
  • 1
  • 5
4
votes
1 answer

Dynamically update number of FuelUX wizard steps

I'm hoping someone might be kind enough to help me with this. I'm using the FuelUX wizard and looking to dynamically add X number of steps, where X is a number set by the user on the first screen. The extra steps get added fine, except I can't…
user6325
  • 55
  • 6
4
votes
1 answer

Installer for ISDeploymentWizard.exe

Is anyone aware of an installer (msi or otherwise) that drops the SSIS Deployment Wizard executable (ISDeploymentWizard.exe) onto a server (generally found in C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn). We have a web server (we use…
Travis Ingram
  • 387
  • 5
  • 21
4
votes
1 answer

How to structure the code for next/previous step in a complex wizard?

I have a 45 step wizard UI (complex domain - insurance). It's implemented in ASP.NET MVC 3. The problem is my action methods have a lot of code to determine what the next step is, depending on user, already collected data, weather forecast ... And…
4
votes
1 answer

Design pattern for wizard user interface

So requirement is to create a generic interface for multi-step wizard/single-step wizard. Since each wizard might not have all the buttons (single-step wizard has only Cancel and Submit, a multi-step first screen has Cancel, Next and so on). Should…
Android_enthusiast
  • 863
  • 5
  • 22
  • 41
4
votes
1 answer

asp.net wizard control non-clickable sidebar

I have an asp.net wizard, and I want the user to navigate the control only with the next/previous buttons. Anyway, I would like to set the sidebar so that it displays the step names with the current step highlighted, but without letting the user…
Paolo Tedesco
  • 55,237
  • 33
  • 144
  • 193
4
votes
4 answers

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 makes. At the end of the form is an editable…
Patrick Alan
  • 53
  • 1
  • 5
4
votes
2 answers

Problems to run Jquery code on button click on my Wizard-step Jquery code

I am using Wizard-step for my form in a view, My project is on MVC3. I have a form that is made on 3 steps which means I have three tags for each step in my form and two buttons that are following:

Obsivus
  • 8,231
  • 13
  • 52
  • 97