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 ...

learn more… | top users | synonyms (1)

0
votes
0answers
21 views

Primefaces Wizard: values, actions and validations not working after first step

We are using PrimeFaces 2.0 wizard to build a complex registration. In the first tab, all actions works fine (ajax actions executes, validation performs, values are binded to bean, etc), but in the ...
0
votes
0answers
22 views

Update of form_for spanning 2 wizard cards in bootstrap-application-wizard

I'm using the bootstrap-application-wizard to get a form_for completed. The form spans 3 of the 5 wizard cards. The first wizard card is used to input a URL, and when a button is clicked it submits ...
0
votes
1answer
39 views

How can I detect the back button being pressed in QWizard?

I have a QWizard and I need to perform certain actions each time a wizard page becomes visible. Currently I am doing this in the validateCurrentPage function but I have realised that it is only called ...
0
votes
1answer
126 views

IntelliJ IDEA 12 - New Android Application Module wizard fails with “cannot find resource directory for module”

The problem I'm facing is a very simple one... I can't get IntelliJ IDEA 12 to help me with the creation of an Android application module (project). After successfully installing IntelliJ IDEA 12 and ...
0
votes
0answers
50 views

Dynamically Added ListBoxes with a Wizard Control (PostBacks)

So I created Dynamically added ListBoxes that are used for Category and Subcategory selection. All works great. I wanted to add these to a Wizard control as part of steps. I add my ListBoxes ...
0
votes
1answer
84 views

How would you make a wizard system with PHP?

I need to create a wizard system for one of my projects and this is currently how I handle it right now. /* Just pseudo functions */ function wizard_start() { //Fill the table with default ...
0
votes
1answer
45 views

PrimeFaces wizard with captcha

I am trying implement <p:captcha> into <p:wizard> PrimeFaces. I found only this post with similar problem, when capcha in a wizard will disappear on invalid input. The proposed solution ...
0
votes
0answers
20 views

Rails Parent-Child Iterate through a list

Hi I'm looking for some direction of how to implement the following. A vehicle has_many vehicle_checks (these are done daily). A vehicle_check has_many vehicle_check_items. The vehicle_check ...
0
votes
1answer
47 views

Spring STS (New Server Wizard)

The following is being experienced within Spring STS: In the process of Defining a New Server, the Server name is not populating for me to be able to click 'Next'. Previous to this, I selected Tomcat ...
0
votes
1answer
41 views

wizard form chrome extension

Over the last days I have been trying to implement a wizard form by using jquery on chrome extension, but it seems to impossible (for me). I have tried to adapt some libraries such as ...
0
votes
0answers
54 views

Linux command line arguments generator from man details [closed]

I am looking for some command line generator tool that will use the params defined in man to display a set of options, for example man cp describes things like: -f, --force Description So I it ...
0
votes
0answers
29 views

Errors with CakePHP v2.3 and CakePHP-Wizard

I am having difficulty getting the CakePHP-Wizard (multi page form wizard) to work. I am using Win7, WAMP, CakePHP v2.3.2, PHP v5.4.3. I downloaded the files on github here. I then put the relevant ...
0
votes
0answers
12 views

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 ...
0
votes
0answers
114 views

Editable Data table in UserWizard with dynamic value selection query

initiate.xhtml I am using the primefaces wizard to show the sequential flow for an application.In one of the tab namely member details, I have an editable data table .For the Name column,I want the ...
0
votes
0answers
28 views

Django ModelForm and Wizard - no wizard rendering

I am using Django 1.4.3 and I am huge problem with creating wizard (3 steps, last is final, only summary) that would allow user to create some objects and persist them. Wizard overview: Step1 - ...
1
vote
1answer
57 views

Wicked Wizard Step and Nested Form Rails

I'm trying Wicked gem for my quiz application rails. The first step is form for quiz (name, time, countofquestions etc). After submit these information, the last step quiz should enter quetions and ...
0
votes
1answer
57 views

Rails Wicked Gem - Using two (nested) models in one wizard

I'm trying to use the Wicked-Gem for my wizard after a user has signed up successfull. The first step is that the user should enter his "general infos" (bio and interests). After submitting these ...
0
votes
0answers
49 views

Asp.Net wizard step relies on Id created by previous step

I have an asp.Net wizard. Step 1 creates a new project. Step 2 creates multiple project details. Project details require a project Id to be saved to the database. I am having trouble determining if I ...
0
votes
0answers
60 views

Visual Studio 2012 Ultimate installation wizard error Windows 7

I'm trying to install VS2012 Ultimate but the install wizard fails with this error: An unhandled exception ('System.InvalidOperationExeption') occurred in vs_ultimate.exe[7444]. Just-In-Time ...
1
vote
0answers
34 views

A JSF Pages from Entity Classes wizard for Eclipse

I wonder if there is a JSF Pages from Entity Classes wizard like the one in NetBeans for Eclipse to generate Facelets files for CRUD Capabilities. thank you
2
votes
1answer
250 views

Fuel UX wizard component not displaying correctly

I'm trying to use the fuel ux wizard component as shown in the example: http://exacttarget.github.io/fuelux/#wizard but it does not display correctly. My code is: <!doctype html> <html ...
0
votes
0answers
38 views

Can´t create New PHPUnit Test Case using “PHPUnit Test Case”-wizard

I can“t create new test case with Eclipse(Version: 4.2.2). First I create new project and then I made new php file with my custom php-class Then I select that file in PHP Explorer and get the menu : ...
1
vote
0answers
41 views

How can I have a UserControl that contains Buttons on an ItemsControl that control UserControls that are inside of the ItemsControl (Wizard) in WPF?

Fairly new to WPF and I am wanting to create a Wizard. So I have a UserControl called WizardUC.xaml that contains: namespace ClientApplication.View.Wizard { /// <summary> /// ...
0
votes
1answer
16 views

Putty skips installation wizard

I downloaded the putty.exe installer for Windows x86 from here- http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html I am running windows 7. When I run the executable it goes straight to ...
-2
votes
1answer
90 views

How do you make a program with multiple “Pages”? [duplicate]

How do you make something like the things where you install programs by clicking the "Next" button and it will show you like a TextBox instead of a ComboBox like on a new Panel? Sort of like changing ...
0
votes
1answer
39 views

How to add temporary data using a wizard?

I am using a Wizard control to capture users vehicles they own. Stage 1 - Captures users name, address etc Stage 2 - Captures only one vehicle (one vehicle consists of reg, model, mileage and ...
1
vote
2answers
57 views

MVC Wizard Issues

I am attempting to create a wizard in MVC. Because I need to submit stuff to the DB after each step, I am would like to pass the data back to the controller instead of handling this client side. I ...
0
votes
1answer
32 views

setting different window title for different IWizardPages

I have a JFace Wizard and I want to set different window title for different wizard page. Currently I've overridden method named as setWindowTitle and I'm calling this method from wizard pages, but ...
0
votes
1answer
188 views

Wizard Component PrimeFaces Updating other variables

I have two tabs. With the wizard component, when i press the 'Next' button (FROM THE FIRST TAB), I need to populate a list(with SelectItem objects) and then show these SelectItems in a SelectOneMenu ...
0
votes
1answer
42 views

MVC Controller Wizard not appearing when creating a new Controller in VS 2012

This is specific to one particular project. Probably missing some directives in Web.Config. Trying to figure out what those directives are. I could probably do some diff compare with a project ...
0
votes
2answers
106 views

How do I change the built-in button labels on a gtk.Assistant?

I want to change the label of the 'Apply' button of a gtk.Assistant to 'Start'. I can't find the corresponding gtk.Button widget in the Assistant instance. Here's some basic code for a two-page ...
0
votes
0answers
106 views

primefaces p:wizad doesnt go to next step

help i'd p:wizard inside dialog when i click to next button nothing happen. even i put h:messages to catch any validation problem nothing appear. here my code. <html ...
0
votes
1answer
179 views

Primefaces wizard drops info from previous tabs

I am new to JSF. I am trying to use the Wizard component from the Primefaces official site and I am facing an issue: when moving to next tab, the info from the previous gets dropped. I used the code ...
0
votes
0answers
35 views

what is WIZARD_ID?

win32console.vsz VSWIZARD 7.0 Wizard=VsWizard.VsWizardEngine.10.0 Param="WIZARD_NAME = Application" Param="RELATIVE_PATH = VCWizards\AppWiz\Generic" Param="WIZARD_ID = 75" what is WIZARD_ID? ...
0
votes
1answer
40 views

How do I prevent the tkinter wizard format from showing all the pages at once?

Hopefully I can make this specific enough. I'm building an app for training on the Laser Cutter at my current place of employment (as some of you have seen in days recent). I've been able to ...
0
votes
0answers
76 views

Wizard Control Side Bar customization

I'm planning to use wizard control in ASP.NET . I have a requirement like customizing the side bar. Requirements are like: Need to show images in sidebar text(numbers 1,2,3,4,5 are constant. But ...
0
votes
2answers
78 views

Eclipse RCP: add files into newly created project

I am new to Eclipse RCP development, but have read about and tutorials. I have open source project NodeEclipse-1, I'd like to add 2 files (README.md & hello-world-server.js) into newly created ...
-3
votes
3answers
242 views

NameError: global name 'current' is not defined

Below is a part of the code used in the app I'm building for my current employment. when the following code is ran, I receive the error stated in the title of this post. The code for the tkinter ...
0
votes
1answer
159 views

play framework wizard dynamic fields

I am trying to follow the Wizard pattern in Forms sample provided with Play (https://github.com/playframework/Play20/blob/master/samples/java/forms/app/views/wizard/form1.scala.html). This approach ...
0
votes
0answers
39 views

pyside wizard isComplete error

I am trying to write a GUI wizard for my python scripts. Because my wizard cannot be linear I am tweaking the complex wizard example provided here on the pyside website. ...
1
vote
1answer
103 views

Most extensible way to program a flowchart/wizard of questions?

I have been asked to update an existing "wizard" that presents a linear sequence of questions to users. I was given the task of updating this wizard by referring to a flowchart that was provided by ...
0
votes
1answer
231 views

Visual Studio 2012 - Can't create win32 projects

I'm using Visual Studio 2012, update 1 on a Windows 8 machine. When I try to start a new win32 project using the application wizard something weird appens: the windows that welcomes to the wizard ...
1
vote
0answers
35 views

wicked wizard passing arguments to steps

I would like to make a smooth streamlined process for placing customer orders. I feel the best tool for the job is a wizard - unless there are other suggestions? I need to pass arguments to next ...
2
votes
1answer
226 views

C# .Net Wizard control deleting dynamically added user controls

I'm writing a survey web application and I have a wizard control with a few steps added from the designer view. The user selects the name of the survey they would like to complete in the first step, ...
0
votes
1answer
60 views

SQL Azure Migration Wizard - how to re-migrate

Once you have successfully migrated a local SQL Server database up to SQL Azure, how can you use the SQL Azure Migration Wizard to re-migrate (or sync if you will) the database? I get a number of ...
0
votes
0answers
21 views

Command Button Wizard will not work in Access 2007

I am trying to add a command button to a report in Access 2007 using the wizard. The Use Control Wizards option is turned on and the wizard works for the Combo and List box commands. Any ideas?
0
votes
0answers
125 views

Added Nuget packages to multi project solution template

After going the http://docs.nuget.org/docs/reference/packages-in-visual-studio-templates I was able to configure nuGet package as a part of VSIX package for a single project template.As per the link ...
1
vote
0answers
85 views

Why won't VS 2010 ATL Simple Object wizard generate .cpp/.h files when project name has hyphen?

This is both a question and a "heads-up" for Visual Studio project naming. I'm building an ATL/COM project in VS 2010, and when I ran the Add --> Class --> ATL Simple Object wizard to create class ...
1
vote
1answer
83 views

TasksList - how to move TasksList to other WizardForm Page and keep it's content?

When I'm trying to change TasksList's Parent, I get an empty list as the result. WizardForm.TasksList.Parent := WizardForm.DirEdit.Parent; WizardForm.TasksList.Top := WizardForm.DirEdit.Top + ...
0
votes
1answer
136 views

Programmatically create virtual directory on IIS for custom web appllication project template vs2010

I am working on multi project custom solution structure in VS2010. One of the projects is web application. I have a Wizard class inheriting from interface IWizard. In the UI form, users will enter the ...

1 2 3 4 5 12