Click here to Skip to main content
15,890,579 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Grid in a combo box Pin
SledgeHammer011-Aug-11 14:05
SledgeHammer011-Aug-11 14:05 
GeneralRe: Grid in a combo box [solved] Pin
Lutosław1-Aug-11 22:57
Lutosław1-Aug-11 22:57 
GeneralRe: Grid in a combo box [solved] Pin
SledgeHammer012-Aug-11 7:20
SledgeHammer012-Aug-11 7:20 
GeneralRe: Grid in a combo box [solved] Pin
Lutosław2-Aug-11 8:52
Lutosław2-Aug-11 8:52 
GeneralRe: Grid in a combo box Pin
SledgeHammer011-Aug-11 14:05
SledgeHammer011-Aug-11 14:05 
QuestionBinding: Accept an empty string in enumeration [modified] Pin
Lutosław30-Jul-11 10:24
Lutosław30-Jul-11 10:24 
AnswerRe: Binding: Accept an empty string in enumeration Pin
teejayem30-Jul-11 12:23
teejayem30-Jul-11 12:23 
GeneralRe: Binding: Accept an empty string in enumeration Pin
Lutosław31-Jul-11 1:16
Lutosław31-Jul-11 1:16 
Thanks for answer.

teejayem wrote:
Making the letter property nullable will fix your paticular issue.


This would require altering application logic, since the examplary "Letter" property is used in later processing and a new 'null' value would have to be handled. But since it is my own project it is thinkable.

EDIT: No way. It would require too many changes. The enum value is often treated as an integer and sometimes integer arithmetic is used.

teejayem wrote:
I would personally use a Selector (like combobox) so the user can choose a valid Letter instead of guessing which letters are valid.

The code which I have posted is purely exmaplary. As I said, actual enum members are known and obvious for a target user. Anyway thanks for a suggestion, I will consider this option.
Greetings - Jacek

QuestionProblem with WPF and calling a WCF Web Service Pin
AndyCSharp29-Jul-11 5:54
AndyCSharp29-Jul-11 5:54 
AnswerRe: Problem with WPF and calling a WCF Web Service Pin
ToddHileHoffer29-Jul-11 7:46
ToddHileHoffer29-Jul-11 7:46 
QuestionListBox control with Button Items like apple iphone Pin
ISharda28-Jul-11 19:20
ISharda28-Jul-11 19:20 
QuestionAsynchronous Callback in WCF/Silverlight 4 application Pin
Parth Gandhi27-Jul-11 21:22
Parth Gandhi27-Jul-11 21:22 
AnswerRe: Asynchronous Callback in WCF/Silverlight 4 application Pin
Simon Bang Terkildsen27-Jul-11 23:24
Simon Bang Terkildsen27-Jul-11 23:24 
AnswerRe: Asynchronous Callback in WCF/Silverlight 4 application Pin
Abhinav S28-Jul-11 3:24
Abhinav S28-Jul-11 3:24 
QuestionCustom input for Silverlight DatePicker Pin
jadughar26-Jul-11 22:48
jadughar26-Jul-11 22:48 
AnswerRe: Custom input for Silverlight DatePicker Pin
Mycroft Holmes26-Jul-11 23:47
professionalMycroft Holmes26-Jul-11 23:47 
GeneralRe: Custom input for Silverlight DatePicker Pin
jadughar27-Jul-11 2:49
jadughar27-Jul-11 2:49 
AnswerRe: Custom input for Silverlight DatePicker Pin
Simon Bang Terkildsen27-Jul-11 22:21
Simon Bang Terkildsen27-Jul-11 22:21 
SuggestionRe: Custom input for Silverlight DatePicker Pin
Oludayo Alli16-Aug-11 2:10
Oludayo Alli16-Aug-11 2:10 
Answer[SOLVED]Re: Custom input for Silverlight DatePicker Pin
jadughar20-Sep-11 21:01
jadughar20-Sep-11 21:01 
QuestionHow to create a wpf application Pin
Naim_8626-Jul-11 20:02
Naim_8626-Jul-11 20:02 
AnswerRe: How to create a wpf application Pin
Mycroft Holmes26-Jul-11 23:25
professionalMycroft Holmes26-Jul-11 23:25 
QuestionAuto Scrolling to Bottom Pin
AmbiguousName26-Jul-11 20:01
AmbiguousName26-Jul-11 20:01 
AnswerRe: Auto Scrolling to Bottom Pin
Simon Bang Terkildsen27-Jul-11 22:39
Simon Bang Terkildsen27-Jul-11 22:39 
AnswerRe: Auto Scrolling to Bottom Pin
AmbiguousName28-Jul-11 1:45
AmbiguousName28-Jul-11 1:45 

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.