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

How to require ComboBox selection?

Working in Windows Forms (C#), creating a Wizard, I'd like to require the user to select an option in a combobox before being allowed to click "Next" to the next page in the form. I thought I saw where to do this in the past, but I cannot find…
24601
  • 23
  • 1
  • 4
-3
votes
1 answer

what is the meaning of "wizard" in programming field?

I was reading an example on QT on c++ gui - notepad application and i encountered the word "wizard" many times .. i can't understand what it does mean. for example i found these statements : The Qt Widgets Application wizard creates a project that…
-3
votes
3 answers

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 wizard is pulled from…
jdlunt0313
  • 3
  • 2
  • 5
-3
votes
1 answer

how can i make a javascript form wizard in muilt pages with a next and cancel and back and submit the last page

i am creating a javascript form wizard with muilt pages in my website with a next and cancel and back and submit on the last page i tried google but it shows one page form wizards please can you help me on this
user1339509
  • 21
  • 1
  • 3
-4
votes
2 answers

ReactJS - Without changing URL switch between multiple components

I have three components, we should have to switch between back and forth within those components. Eg: React-Stepzilla Note : Need to work without wizard like npm modules
Sriram Karthick
  • 155
  • 2
  • 4
  • 17
-5
votes
2 answers

create a wizard

I want to implement a wizard using winforms and VS 2010. I've got this tutorial, but as I'm new to Visual Studio and C# I don't really understand it. Could someone help me out? My main problem is that I don't know where to put the listings in this…
user1414157
  • 53
  • 2
  • 10
1 2 3
77
78