Tagged Questions

7
votes
3answers
1k views

What is the best way to create a wizard in C# 2.0?

I have a winforms application where users will be creating stock items, and a time of creation there are a number of different things that need to happen. I think the UI for this should probably be a …
3
votes
5answers
268 views

DesignPatterns: Which is most appropriate to use for a wizard style user interface?

I am implementing a Wizard style user interface. As a user flows through the wizard, clicking next, depending on the choices they have chosen on each screen, the user will have to go through a …
3
votes
19answers
418 views

How do you write and test your regular expressions?

Is their any wizards or tools to create and test regular expressions for PHP, because it is so difficult :( ? thanks :)
2
votes
3answers
224 views

Make a wizard like application in Android

Which you think is the best way of doing a wizard like application (user can navigate between screens with a next and back button, and each screen has to save some state data) in Android platform. I …
2
votes
2answers
158 views

Examples of Wizard controls

I'm creating a Wizard control (in Flex) and wanted to look at some examples of good Wizard controls in .NET, Java or other languages. I'm especially interested in situations where next/prev steps are …
2
votes
2answers
88 views

Anyone seen good embedded help in a web application?

I have a pretty simple app on the web (written in Flex) which is very straightforward to use once it has data inside it. The steps to get data inside it are themselves also pretty simple, but not at …
2
votes
4answers
175 views

Language Wizards considered harmful?

Wizards can kick-start features. They can also obfuscate your code, and are anti-YAGNI. On balance, do you think Wizards are more useful or more harmful?
1
vote
2answers
117 views

A glorious reporting tool

I'm in search of a glorious reporting tool. I'm aware that glorious is a subjective term but... here are my desires: Dead simple for business types Does not require me to speficy any SQL Can inspect …
1
vote
3answers
202 views

ASP.NET Are there good ways to design Wizards?

I know there is a Wizard control available but what I want is so simplistic I cannot figure out where I started veering off the deep end here. When a user puts in their name and hits next I want the …
1
vote
1answer
125 views

How to store many prices for a product in a flexible way?

I want to build a shop in which the products have a little wizard through which the price then is determined. In this case I'm talking about printing products. So for (a little) example when you come …
1
vote
1answer
234 views

Web based wizard with Python

What is a good/simple way to create, say a five page wizard, in Python, where the web server component composes the wizard page content mostly dynamically by fetching the data via calls to a XML-RPC …
1
vote
6answers
511 views

Alternatives to a wizard

I'm making a program that fits the wizard concept ideally; the user is walked through the steps to create a character for a game. However, I'm realizing that the limitations of the wizard are making …
1
vote
3answers
468 views

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 …
0
votes
4answers
101 views

Web Design: When (not) to use a Wizard

My boss believes that wizards make things simple for the user. I think they have their place but I can't really define what that place is. I feel there is a danger in turning something into steps that …
0
votes
1answer
208 views

VC++ 2008 Express MFC Download

I am following this tutorial: http://www.generation5.org/content/2001/sr00.asp?Print=1 Right off the bat it asks me to use the MFC Application Wizard to create a new project. It turns out that it's …

1 2 next
15 30 50 per page