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

Disabling the chart wizard

This is a part of my code: ActiveSheet.Shapes.Addchart.Select ActiveChart.ChartType = xlXYScatter ActiveChart.Location Where:=xlLocationAsNewSheet ActiveChart.ChartArea.Clear This works just fine, however, when I use a chart with over 32,000 lines,…
-1
votes
1 answer

EXCEL and csv files: can Excel open a .$$$ file as a .csv file without using the Text import wizard?

I have lines of data in a text file that I want to open in Excel. Each line represents different columns which are separated by a comma. If my file's extension is CSV, the file association is showing the Excel icon on the file and Excel opens the…
PatTheFrog
  • 167
  • 3
  • 8
-1
votes
3 answers

Is there a way to see which Project Wizard was used to create a given Eclipse Project?

Every time I start working on a new J2EE web application, I need to create the various Eclipse projects that I'll fill up. This includes the top-level project that generates the EAR, a WAR project, etc. I usually only have to do this every couple of…
Matt Ball
  • 354,903
  • 100
  • 647
  • 710
-1
votes
2 answers

In openerp, how to access field value of form via wizard

This might be silly but i don't have idea. While we go to Accounting -> Customers -> Customer Invoices(model: account.invoice) there is a field 'Total'(amount_total). I have added a boolean field in account.voucher. 'test':…
Pooja
  • 575
  • 10
  • 28
-1
votes
1 answer

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 the Putty Configuration window without running the…
Chris SH
  • 1,719
  • 1
  • 11
  • 8
-1
votes
1 answer

Creating Windows Aero Wizards

I am new to Visual C++. I am trying to experiment the creation of a Windows Aero Wizard. I found this reference on Microsoft website but I cannot understand how to create it. Could anybody give me a good reference or tutorial please?
Victor
  • 13,914
  • 19
  • 78
  • 147
-1
votes
2 answers

Java - I do not have Swing in Eclipse

Ok so I know that I have the swing library because I can add JFrames programmatically. However, I cannot add a JFrame in Eclipse with New > Other > Swing etc. as I do not have the Swing folder amongst my other Wizards. (source: gyazo.com) How do I…
arch
  • 477
  • 1
  • 9
  • 17
-1
votes
1 answer

How to display the list of folders in SWT..?

Hi all i am developing an application in swt in which i have the condition, which is displayed in above image.. I want to display the list of available folders in the left box from where a user can select it in to the right box and similarly can…
Durgesh Sahu
  • 247
  • 1
  • 5
  • 19
-2
votes
1 answer

installer_messages.environment.wizard.form.db_connection_failed

I am installing my site, but during the installation, we put a request: The following errors occurred: installer_messages.environment.wizard.form.db_connection_failed I'm stuck: I need…
-2
votes
1 answer

Why I'm getting error when adding dropDownMenu to a windows form in visual studio?

When I'm trying to add a drop-down menu to my form in a wizard, it gives following error. Here are the code lines I have written for drop-down menu. dropDownMenu1 = new ToolStripDropDownMenu(); dropDownMenu1.Location = new System.Drawing.Point(90,…
Kalpani Ranasinghe
  • 111
  • 1
  • 1
  • 11
-2
votes
2 answers

Multiple forms in laravel

There is a wizard in my project having series of forms. When I click the submit button of the Ist form, it saves data in DB and redirects to IInd form. In IInd form, their values displayed from Ist form and have input fields and redirects to III. I…
SVM
  • 423
  • 1
  • 6
  • 17
-2
votes
1 answer

Sitecore installation wizard freeze

I need to install a package on my sitecore instance but for some reason when I click on upload button in the Intallation wizard the whole UI greys out and I can't even upload my package. Its blocking me from moving forward
-2
votes
1 answer

How to make wizard in php?

How to make wizard in php? I want to make a wizard menu same the example. but I don't know begin to do? Is it jQuery ul-tabs? Help me please.
Aunz HzOnos
  • 37
  • 2
  • 10
-2
votes
1 answer

Is there a designable multi page control? Or can it be done?

I'm new to WPF and I wonder if I can use the same approach as I'm using in WinForms. I want to have a switchable content in a UserControl (like a Wizard) and I want to be able to design all of the pages in this control (in the VS designer, the xaml…
P.W.
  • 657
  • 8
  • 15
-2
votes
5 answers

Is it possible to create a setup wizard that will run only once?

I have a small doubt, I trying to make my application secure as much as possible so is it possible we can make a setup file that will run only once and after that it should not run on any pc. It sounds STUPID but is it possible. I don't have any…
Vighanesh Gursale
  • 921
  • 5
  • 15
  • 31
1 2 3
77
78