From 6817ec660fcf032ed94a4197b145ad1e96c2aeed Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 06 五月 2020 17:40:34 +0800 Subject: [PATCH] 2020-05-06-2 --- ZigbeeApp/Shared/Phone/Device/Logic/SoneLogicList.cs | 63 ++++++++++++++----------------- 1 files changed, 28 insertions(+), 35 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/SoneLogicList.cs b/ZigbeeApp/Shared/Phone/Device/Logic/SoneLogicList.cs index 4501171..d6bcbf8 100644 --- a/ZigbeeApp/Shared/Phone/Device/Logic/SoneLogicList.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/SoneLogicList.cs @@ -21,18 +21,10 @@ /// </summary> /// <param name="action">缁欏緪姊呭埛鏂扮晫闈㈢敤鐨�</param> /// <param name="bool_If"></param> - public async void Show(Action action, bool bool_If = false) + public Action<bool> action; + public async void Show() { - #region 寰愭鍙繖鏍峰仛鐨� - string key = Send.CurrentDoorLock.DeviceAddr + "_" + Send.CurrentDoorLock.DeviceEpoint; - if (Send.CurrentDoorLock.IsDoorLockNormallyMode.ContainsKey(key)) - { - if (Send.CurrentDoorLock.IsDoorLockNormallyMode[key] == true) - { - bool_If = true; - } - } - #endregion + #region 鐣岄潰鐨勫竷灞�浠g爜 UserView.HomePage.Instance.ScrollEnabled = false;//閿佷綇宸︽粦 TopView view = new TopView(); @@ -43,7 +35,7 @@ UserView.HomePage.Instance.ScrollEnabled = true; if (action != null) { - action(); + action(Send.CurrentDoorLock.IsDoorLockNormallyMode); } RemoveFromParent(); @@ -80,7 +72,7 @@ }; fLayout.AddChidren(modeIconBtn); - if (bool_If) + if (Send.CurrentDoorLock.IsDoorLockNormallyMode) { /// 鏌ユ壘鏄惁瀛樺湪鏃舵晥鎬ц嚜鍔ㄥ寲锛涙湁鐨勮瘽灏辫繑鍥炶嚜鍔ㄥ寲瀵硅薄; var logic = await SkipView.GetLogicIfon(); @@ -111,7 +103,7 @@ closeBtn.MouseUpEventHandler += async (sender, e) => { var result = await UserCenter.DoorLock.DoorLockCommonInfo.DelNormallyOpenMode(Send.CurrentDoorLock); - if (result) + if (result) { if (logic != null) { @@ -119,15 +111,16 @@ ///娌℃湁鍒ゆ柇鐨勮瘽锛岄�昏緫浼氫负绌猴紝鎶涘嚭寮傚父; Send.DelLogic(logic.LogicId); } + Send.CurrentDoorLock.IsDoorLockNormallyMode = false; this.RemoveFromParent(); var soneLogicList = new SoneLogicList(); UserView.HomePage.Instance.AddChidren(soneLogicList); UserView.HomePage.Instance.PageIndex += 1; - soneLogicList.Show(() => { }, false); + soneLogicList.Show(); } else { - ///鎻愮ず澶辫触 + LogicView.TipView.ShowFlashTip("鍏抽棴澶辫触"); } }; @@ -202,7 +195,7 @@ Height = Application.GetMinRealAverage(104), X = Application.GetRealWidth(861), Y = Application.GetRealHeight(17), - UnSelectedImagePath = "ZigeeLogic/next.png", + UnSelectedImagePath = "ZigeeLogic/nextIconSone.png", }; modeFl.AddChidren(nextIconBtn); @@ -210,7 +203,9 @@ nextIconBtn.MouseUpEventHandler += (sender, e) => { + LogicView.TipView.ShowConfrimTip(() => + {///鍐嶆纭 LogicView.TipView.ShowInputTip(true, async (str) => {///纭鍙戦�佸懡浠� @@ -220,10 +215,7 @@ var result = await UserCenter.DoorLock.DoorLockCommonInfo.SetNormallyOpenModeFuncAsync(Send.CurrentDoorLock); if (!result) { - Application.RunOnMainThread(() => - { - ///鎻愮ず澶辫触 - }); + LogicView.TipView.ShowFlashTip("寮�鍚け璐�"); return; } else @@ -233,14 +225,16 @@ var addResult = await SkipView.LockAddModifyLogic(int.Parse(str), Send.CurrentDoorLock);//娣诲姞涓�鏉″け鏁堥�昏緫 if (!addResult) { - ///鎻愮ず澶辫触 - return; - } + ///鎻愮ず澶辫触 + LogicView.TipView.ShowFlashTip("娣诲姞澶辫触"); + return; + } + Send.CurrentDoorLock.IsDoorLockNormallyMode = true; this.RemoveFromParent(); var soneLogicList = new SoneLogicList(); UserView.HomePage.Instance.AddChidren(soneLogicList); UserView.HomePage.Instance.PageIndex += 1; - soneLogicList.Show(() => { }, true); + soneLogicList.Show(); } } @@ -403,14 +397,11 @@ /// 鍔犺浇鑷姩鍖栧垪琛� /// </summary> /// <param name="verticalRefresh"></param> + RowLayout selectedRow = new RowLayout() { Tag = "0" };//璁板綍宸︽粦鐘舵�� + int i = 1; private void RefreshView(VerticalRefreshLayout verticalRefresh) { verticalRefresh.RemoveAll(); - for (int i = 0; i < 6; i++) - { - Common.Logic.SoneLogicList.Add(new Common.Logic { LogicName = i.ToString() }); - - } foreach (var logic in Common.Logic.SoneLogicList) { #region 鑷姩鍖栧竷灞�View @@ -427,17 +418,19 @@ LineColor = ZigbeeColor.Current.LogicBackgroundColor, BackgroundColor = ZigbeeColor.Current.LogicBackgroundColor, SubViewWidth = Application.GetRealWidth(184),//鏀瑰彉缂栬緫鎺т欢瀹藉害澶氬皯锛� + Tag = i.ToString(), }; fLayout.AddChidren(logicRow); //宸︽粦鑿滃崟浜嬩欢 logicRow.OpenMenuAction += () => { - //if (selectedRow.Tag.ToString() != logicRowlayout.Tag.ToString()) - //{ //淇濈暀宸︽粦鍙湁涓�涓�; - // selectedRow.HideMenu();// - //} - //selectedRow = logicRowlayout; + if (selectedRow.Tag.ToString() != logicRow.Tag.ToString()) + { //淇濈暀宸︽粦鍙湁涓�涓�; + selectedRow.HideMenu();// + } + selectedRow = logicRow; }; + i++; ///鏄剧ず閫昏緫鍚嶇О鐨勬帶浠� var nameBtn = new Button { -- Gitblit v1.8.0