| | |
| | | using Shared; |
| | | namespace HDL_ON.UI |
| | | { |
| | | public class DeviceListPage : FrameLayout |
| | | public class DeviceListPage : FrameLayout |
| | | { |
| | | FrameLayout bodyView; |
| | | VerticalRefreshLayout contentView; |
| | |
| | | brand = integratedBrand; |
| | | } |
| | | |
| | | |
| | | public void LoadPage() |
| | | { |
| | | Action<string, string> action = (s, a) => |
| | |
| | | page.LoadPage(contentView); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | }; |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.Devices)).LoadTopView_AddIcon("3ty", action); |
| | | var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.Devices)); |
| | | topView.maginY = 10; |
| | | topView.LoadTopView_AddIcon("3ty", action); |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | |
| | | contentView = new VerticalRefreshLayout() |
| | | { |
| | | Y = Application.GetRealHeight(64), |
| | | Height = Application.GetRealHeight(667 - 64), |
| | | Y = Application.GetRealHeight(64+10), |
| | | Height = Application.GetRealHeight(667 - 64-10), |
| | | VerticalScrollBarEnabled = false, |
| | | }; |
| | | bodyView.AddChidren(contentView); |
| | |
| | | { |
| | | var waitPage = new Loading(); |
| | | waitPage.Start(); |
| | | new System.Threading.Thread(() => { |
| | | new System.Threading.Thread(() => |
| | | { |
| | | try |
| | | { |
| | | var pm = new HttpServerRequest(); |
| | | var pack = pm.Get3TyBrandBindDeviceList(brand.productPlatform, brand.productBrand); |
| | | if (pack.Code == DAL.Server.StateCode.SUCCESS) |
| | | if (pack.Code == StateCode.SUCCESS) |
| | | { |
| | | var revData = Newtonsoft.Json.JsonConvert.DeserializeObject<Function3tyBrandObj>(pack.Data.ToString()); |
| | | |
| | |
| | | } |
| | | else |
| | | { |
| | | var tipView = new EmptyTipView(Language.StringByID(StringId.NotAddedAnyDevices),160) |
| | | var tipView = new EmptyTipView(Language.StringByID(StringId.NotAddedAnyDevices), 160) |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | }; |
| | |
| | | } |
| | | finally |
| | | { |
| | | Application.RunOnMainThread(() => { |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | if (waitPage != null) |
| | | { |
| | | waitPage.RemoveFromParent(); |
| | |
| | | }; |
| | | row.AddChidren(btnName); |
| | | |
| | | btnName.MouseUpEventHandler = (sender, e) => { |
| | | btnName.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | switch (device.spk) |
| | | { |
| | | case SPK.IrModule: |
| | |
| | | contentView.BeginHeaderRefreshing(); |
| | | }; |
| | | break; |
| | | case SPK.SensorEnvironment:case SPK.SensorEnvironmentHailin: |
| | | case SPK.SensorEnvironment: |
| | | case SPK.SensorEnvironmentHailin: |
| | | case SPK.SensorEnvironment2: |
| | | case SPK.SensorEnvironment3: |
| | | var smPage1 = new SensorEnvironmentManagerPage(); |
| | |
| | | Width = Application.GetRealWidth(150), |
| | | }; |
| | | row.AddChidren(btnEdit); |
| | | btnEdit.MouseUpEventHandler = (sender, e) =>{ |
| | | btnEdit.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | Action<string> callBack = (str) => |
| | | { |
| | | if (string.IsNullOrEmpty(str)) |
| | |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 检查是否支持 |
| | | /// </summary> |
| | | /// <param name="function"></param> |
| | | /// <returns></returns> |
| | | bool CheckSupportDevice(Function function) |
| | | { |
| | | |
| | | if (function == null) return false; |
| | | return true; |
| | | |
| | | } |
| | | |
| | | } |
| | | |
| | | |