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

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 other words, the user of our app can 'open' a…
Roddy
  • 66,617
  • 42
  • 165
  • 277
8
votes
3 answers

javascript wizard/assistant plugin

I wonder if someone knows a javascript pluging (preferably for jQuery) to create MS word like wizards or assistant. To better explain what I want is a plugin for introducing a web site to new users, showing some message to do something and blinking…
jalogar
  • 1,604
  • 19
  • 27
8
votes
3 answers

Set Size of JFace Wizard

I am building an Eclipse RCP application and am having trouble on settings the size of a JFace Wizard.
Ohanes Dadian
  • 625
  • 1
  • 9
  • 17
8
votes
3 answers

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 manner. At the start there is a login window. How would…
pbean
  • 727
  • 1
  • 10
  • 20
8
votes
1 answer

jsf 2 primefaces openDialog not working?

i am trying to use the Dialog-Framework of Primefaces, but I already stuck at the setting-up: http://www.primefaces.org/showcase/ui/dialogFrameworkBasic.jsf Here an excerpt: Map options = new HashMap(); …
Niko
  • 1,054
  • 5
  • 25
  • 52
8
votes
7 answers

FuelUX Wizard component - how to manually select active step?

I'm not seeing any documentation for this. How do you manually select which panel is active in the wizard component? I know it's in there somewhere because you can click on one of the tabs once it's been passed, and navigate back to a previous tab.
Gabriel Alack
  • 472
  • 2
  • 6
  • 16
8
votes
3 answers

jQuery - Is there an easier way to write this?

I am a new programmer so fogive me if this amateur... I am looking for some direction, or perhaps some ideas. I goal here is for me to learn, so any push in the right direction would be appreaciated. ok.. I challenged myself to create a 'wizard'…
Frank Castle
  • 335
  • 3
  • 23
8
votes
1 answer

Receive Name error while trying to call wicked wizard steps

I try to reproduce http://railscasts.com/episodes/346-wizard-forms-with-wicked railscast. I try to create report in four steps wizard. I generate controller report_steps add resources :report_steps to routes.rb create steps views Now I try to…
Alex Teut
  • 844
  • 9
  • 20
7
votes
4 answers

Can you disable the back button in a JFace wizard?

I'm writing a wizard for an Eclipse RCP application. After doing some processing on a file and taking some user input, I don't want to let the user go back to make changes. At this point they must either accept or reject the changes they are about…
Tony Lenzi
  • 4,219
  • 5
  • 31
  • 25
7
votes
3 answers

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 create. In my old-style wizard I was able to call…
Cary Jensen
  • 3,751
  • 3
  • 32
  • 55
7
votes
3 answers

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 name of the Class, objects it have and few more…
Rakesh Juyal
  • 35,919
  • 68
  • 173
  • 214
7
votes
0 answers

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 thoughts/comments/suggestions about it? Any good implementation (in…
abramlimpin
  • 5,027
  • 11
  • 58
  • 97
7
votes
2 answers

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!!!
Luiscencio
  • 3,855
  • 13
  • 43
  • 74
7
votes
1 answer

Qt Creator variables to add into .pro file

I've now started to dabble with Qt and I was wondering if there was a way to get Qt Creator to automatically add variables to the project file. For example, I usually use C++11 code so it would be nice if Qt could put CONFIG += c++11 in the .pro…
7
votes
2 answers

What is the best way to make a wizard using native WPF controls

I'm new to WPF and never happened the need for me to create a wizard in WPF. I want to know what control to use to make a simple wizard in WPF that I can collect information on each page and finalize an operation in the last page(step). I actually…
Jahan
  • 171
  • 1
  • 1
  • 10
1 2
3
77 78