0
我有我的Xamarin Android應用程序的按鈕以下兩個綁定:我MvvmCross結合一直未能
local:MvxBind="{'Enabled':{'Path':'PlayerName.Length'}, 'Click':{'Path':'Commands[CreatePlayerCommand]'}}"
基本上我想基於文本的長度啓用/禁用按鈕我視圖模型。我也將點擊綁定到命令。
但它一直失敗。語法有什麼問題?
這裏有一些我看到的錯誤:
MvxBind:Error: 2.56 Problem parsing binding MvxException: PropertyName must start with letter - position 0 in {'Click':{'Path':'Commands[CreatePlayerCommand]'}} - char {
MvxBind:Error: 2.57 Failed to parse binding specification starting with {'Click':{'Path':'Co