anidotnet
05/22/2018, 1:53 PMedvin
05/22/2018, 2:15 PMedvin
05/22/2018, 2:16 PMcarlw
05/22/2018, 2:23 PMcarlw
05/22/2018, 2:23 PManidotnet
05/22/2018, 2:24 PManidotnet
05/22/2018, 2:24 PMcarlw
05/22/2018, 2:24 PManidotnet
05/22/2018, 2:25 PManidotnet
05/22/2018, 2:26 PMcarlw
05/22/2018, 2:31 PMcarlw
05/22/2018, 2:33 PMcarlw
05/22/2018, 2:33 PMvisakha
05/22/2018, 2:39 PMvisakha
05/22/2018, 2:40 PMvisakha
05/22/2018, 2:40 PMedvin
05/22/2018, 3:31 PMCarlton Whitehead
05/22/2018, 4:52 PMCarlton Whitehead
05/22/2018, 4:57 PMsomeInteger
has a default value, the view displays the number correctly, but if it defaults to 0 and is later updated on the model programmatically, that input filter receives controlNewText
as a formatted string containing punctuation, such as 1,000
Carlton Whitehead
05/22/2018, 4:59 PMmikehearn
05/22/2018, 6:53 PMGary Tierney
05/22/2018, 7:10 PMfind()
puts the fragment into the Scope
of the component find()
was called in. Not sure if that's also how the Fragment gets its Scope
passed down. It might just walk up its parents until it finds a valid Scope
if you don't specify one when calling find()
, if that's the case then not much difference.carlw
05/22/2018, 7:12 PMGary Tierney
05/22/2018, 7:12 PMScope
is all aboutGary Tierney
05/22/2018, 7:12 PMinject()
delegates at leastcarlw
05/22/2018, 7:16 PMmikehearn
05/22/2018, 7:19 PMmikehearn
05/22/2018, 7:19 PMGary Tierney
05/22/2018, 7:21 PMFragment
I create using its constructor still inherits the parent scope, some how.Gary Tierney
05/22/2018, 7:22 PMinject()
and the like should still work within it