Seems to be working if I change the default value from double.parse("10") or 10.0 to default(double) Not really sure that's the best answer since you then can't set the specific default val… (View Post)
As I answer you I've got the solution... I have a activity indicator on my base class and I was looking for a way to turn it on when a button with a ListView is clicked... however I can (and should) … (View Post)