Joseph Musser

Results 395 comments of Joseph Musser

@RussKie If TaskDialogHyperlink has a Click event or e.g. `Action onClick` constructor parameter, then the TaskDialogHyperlink instance itself will have to be added to the task dialog page somehow and...

@RussKie Also note that `LinkText` will almost always need to be localized when any of the text is localized. This suggestion gives a way for you to localize the entire...

> As shown above, we can infer and set the state of `EnableHyperlinks` based on whether `TaskDialogPage.HyperlinkClicked` event is wired or not. This worries me. I might want to have...

Can `TaskDialogHyperlink.Hyperlink` be renamed `Id` or `Tag` to show that there is no interpretation going on that requires the href ID to be a URL or link in any sense?...

@KlausLoeffelmann You do need to specifically enable hyperlinks in the Win32 API using `TDF_ENABLE_HYPERLINKS`. I would hope that we would not see it as a particular goal to have the...

> This would be at the expense of a) memory consumption, b) more CPU cycles, and c) code maintainability. All of which IMO are costly. I agree with Klaus that...

I thought I already asked for this but I guess I've just brought it up in the chat. It would be practically useful, but besides that, it's consistent with the...

@Neme12 There is no ValueTuple, but there is a syntactic tuple comprising `(`, `,`, `)`, and the contained expressions. > I just don't see the use case for this. Reducing...

> it's a lot less obvious in this case as to what you want It looks very clear and intuitive to me. Given everyone's reaction to it now and when...

@Neme12 For me it was more than two lines, or repetitions of `, default`. I'm not the only one who experienced it as being annoying, and I'm confident that you...