Click here to Skip to main content
15,919,245 members
Home / Discussions / WPF
   

WPF

 
QuestionPRISM - When is the module catalogue's modules registered with the container? Pin
Phillip Donegan4-Oct-11 22:13
Phillip Donegan4-Oct-11 22:13 
AnswerRe: PRISM - When is the module catalogue's modules registered with the container? Pin
Abhinav S5-Oct-11 2:04
Abhinav S5-Oct-11 2:04 
Questionxps file Pin
Aartemis4-Oct-11 5:41
Aartemis4-Oct-11 5:41 
AnswerRe: xps file Pin
Pete O'Hanlon4-Oct-11 5:50
mvePete O'Hanlon4-Oct-11 5:50 
QuestionSilverlight DataGrid - Get Each Row Issue Pin
NTheOne4-Oct-11 1:51
NTheOne4-Oct-11 1:51 
AnswerRe: Silverlight DataGrid - Get Each Row Issue Pin
Pete O'Hanlon4-Oct-11 1:54
mvePete O'Hanlon4-Oct-11 1:54 
QuestionDynamically Loaded Modules (.xap) with Build Server Versioning Pin
Phillip Donegan3-Oct-11 23:08
Phillip Donegan3-Oct-11 23:08 
QuestionAdds in - MAF Pin
columbos149273-Oct-11 1:11
columbos149273-Oct-11 1:11 
AnswerRe: Adds in - MAF Pin
Pete O'Hanlon3-Oct-11 1:36
mvePete O'Hanlon3-Oct-11 1:36 
GeneralRe: Adds in - MAF Pin
columbos149273-Oct-11 1:42
columbos149273-Oct-11 1:42 
GeneralRe: Adds in - MAF Pin
Pete O'Hanlon3-Oct-11 2:17
mvePete O'Hanlon3-Oct-11 2:17 
QuestionNavigate between xaml page from aspx page Pin
yesu prakash2-Oct-11 20:00
yesu prakash2-Oct-11 20:00 
AnswerRe: Navigate between xaml page from aspx page Pin
Abhinav S2-Oct-11 22:28
Abhinav S2-Oct-11 22:28 
QuestionHelp me please Pin
Noor20112-Oct-11 3:03
Noor20112-Oct-11 3:03 
AnswerRe: Help me please Pin
Simon Bang Terkildsen2-Oct-11 8:14
Simon Bang Terkildsen2-Oct-11 8:14 
GeneralRe: Help me please Pin
Noor20112-Oct-11 18:03
Noor20112-Oct-11 18:03 
GeneralRe: Help me please Pin
Simon Bang Terkildsen2-Oct-11 18:18
Simon Bang Terkildsen2-Oct-11 18:18 
GeneralRe: Help me please Pin
Noor20112-Oct-11 22:34
Noor20112-Oct-11 22:34 
GeneralRe: Help me please Pin
Pete O'Hanlon3-Oct-11 0:36
mvePete O'Hanlon3-Oct-11 0:36 
GeneralCasting the net ... Pin
Gary Ranson1-Oct-11 22:32
Gary Ranson1-Oct-11 22:32 
GeneralRe: Casting the net ... Pin
Pete O'Hanlon3-Oct-11 0:50
mvePete O'Hanlon3-Oct-11 0:50 
QuestionSilverlight3, VS2008 Pin
DuttaSandip4U30-Sep-11 23:08
DuttaSandip4U30-Sep-11 23:08 
AnswerRe: Silverlight3, VS2008 Pin
Abhinav S30-Sep-11 23:24
Abhinav S30-Sep-11 23:24 
QuestionSilverlight slider - binding lost when value is out-of-range Pin
Wjousts29-Sep-11 8:41
Wjousts29-Sep-11 8:41 
I have a textblock and a slider* that are both bound to the same value of an object. The value actually represents a physical measurement coming from a device and it's nominally should be between 0 and 400. The problem is that the actual value read my go above or below that value (somewhere from about -5 to 450). This wasn't a problem in WPF, the slider just ignored values above and below the max and min, but in Silverlight it does something rather strange. It appears that if the value being bound to a slider goes above or below the max and min of the slider, the slider simply throws up it's hands (figuratively) and just stops binding. What gives? Is that normal behavior for the slider in Silverlight? I searched, but could find anything online that seems related.

I guess I could just have another property to my class that shadows the real value but caps it at the max and min of the slider, but that seems like an ugly hack around.

(* note: both are using one-way binding and are being used as indicators, not input controls - there are separate controls for that which have their own problems!)
AnswerRe: Silverlight slider - binding lost when value is out-of-range Pin
killabyte29-Sep-11 17:23
killabyte29-Sep-11 17:23 

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.