Click here to Skip to main content
15,891,607 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: D'ooh Pin
Sascha Lefèvre7-Mar-16 10:24
professionalSascha Lefèvre7-Mar-16 10:24 
GeneralRe: D'ooh Pin
Marco Bertschi7-Mar-16 20:25
protectorMarco Bertschi7-Mar-16 20:25 
GeneralRe: D'ooh Pin
Pete O'Hanlon7-Mar-16 21:03
mvePete O'Hanlon7-Mar-16 21:03 
GeneralRe: D'ooh Pin
Marco Bertschi7-Mar-16 21:05
protectorMarco Bertschi7-Mar-16 21:05 
GeneralRe: D'ooh Pin
Marc Clifton7-Mar-16 12:11
mvaMarc Clifton7-Mar-16 12:11 
GeneralRe: D'ooh Pin
glennPattonWork37-Mar-16 12:53
professionalglennPattonWork37-Mar-16 12:53 
GeneralRe: D'ooh Pin
Marco Bertschi7-Mar-16 20:24
protectorMarco Bertschi7-Mar-16 20:24 
GeneralRe: D'ooh Pin
BillWoodruff7-Mar-16 13:42
professionalBillWoodruff7-Mar-16 13:42 
C#
WizardViewModel model = new WizardViewModel(
    WizardTitle: "Test",
    WizardDescription: "Ein schlecht gestylter Beispiel-Wizard.",
    new WizardStepViewModel("Willkommen", new Testdata.WelcomeScreen()),
    new WizardStepViewModel("Wizard-Zeug", new Testdata.TestUserControl2()),
    new WizardStepViewModel("Zusammenfassung", new Testdata.EndUserControl()));
Assuming:
C#
public class WizardViewModel(string title, string description, params WizardStepViewModel[] stepviews) { ... }
I note that you, as author, made the same choice that L. Frank Baum made in "Wizard of Oz:" the WizardControl makes a dramatic appearance from nowhere at the end of the novel.

And, nice touch with the suggestion of recursion: WizardControl.View.WizardControl : I assume that's the way things go down in MVVM-land.

But, don't let this (deliberately ... perceived by you as playful, I hope) capricious intrusion distract you from the enjoying the current flavour of your omnipotence ... after all, isn't it that taste that makes the drudgery ... of having to behave like robots to get other robots to (kind of) half-do our bidding at the expense of art and grace, and with the cost of our wallowing in endless minutiae ... worthwhile ? Smile | :)
«The truth is a snare: you cannot have it, without being caught. You cannot have the truth in such a way that you catch it, but only in such a way that it catches you.» Soren Kierkegaard

GeneralRe: D'ooh Pin
wizardzz8-Mar-16 7:02
wizardzz8-Mar-16 7:02 
GeneralSkiddies... Pin
R. Giskard Reventlov7-Mar-16 9:38
R. Giskard Reventlov7-Mar-16 9:38 
GeneralRe: Skiddies... Pin
Richard Deeming7-Mar-16 22:47
mveRichard Deeming7-Mar-16 22:47 
GeneralPDF Page To LibreOffice Impress Page Pin
C-P-User-37-Mar-16 9:09
C-P-User-37-Mar-16 9:09 
GeneralRe: PDF Page To LibreOffice Impress Page Pin
Nagy Vilmos7-Mar-16 21:52
professionalNagy Vilmos7-Mar-16 21:52 
GeneralRe: PDF Page To LibreOffice Impress Page Pin
C-P-User-38-Mar-16 4:17
C-P-User-38-Mar-16 4:17 
QuestionIs ReSharper any good for Ionic (JavaScript and TypeScript development) Pin
James_Parsons7-Mar-16 7:56
James_Parsons7-Mar-16 7:56 
AnswerRe: Is ReSharper any good for Ionic (JavaScript and TypeScript development) Pin
Slacker0077-Mar-16 8:08
professionalSlacker0077-Mar-16 8:08 
AnswerRe: Is ReSharper any good for Ionic (JavaScript and TypeScript development) Pin
BillWoodruff7-Mar-16 8:50
professionalBillWoodruff7-Mar-16 8:50 
GeneralRe: Is ReSharper any good for Ionic (JavaScript and TypeScript development) Pin
pkfox7-Mar-16 22:09
professionalpkfox7-Mar-16 22:09 
RantR.I.P Me :( Pin
James_Parsons7-Mar-16 7:40
James_Parsons7-Mar-16 7:40 
GeneralRe: R.I.P Me :( Pin
User 110609797-Mar-16 8:03
User 110609797-Mar-16 8:03 
GeneralRe: R.I.P Me :( Pin
90823657-Mar-16 8:10
90823657-Mar-16 8:10 
GeneralRe: R.I.P Me :( Pin
BillWoodruff7-Mar-16 8:39
professionalBillWoodruff7-Mar-16 8:39 
GeneralRe: R.I.P Me :( Pin
C-P-User-37-Mar-16 9:21
C-P-User-37-Mar-16 9:21 
GeneralRe: R.I.P Me :( Pin
MacSpudster8-Mar-16 5:03
professionalMacSpudster8-Mar-16 5:03 
GeneralWas all excited about using a Surface as my main machine... (aka battery life and the future) Pin
Chris Maunder7-Mar-16 6:54
cofounderChris Maunder7-Mar-16 6:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.