| | |
| | | public static void Show(string text = "") |
| | | {
|
| | | m_value = 0; |
| | | Application.RunOnMainThread(() => |
| | | HdlThreadLogic.Current.RunMain(() => |
| | | {
|
| | | if (Common.CommonPage.Loading.Visible == false && notShow == false)
|
| | | {
|
| | | Common.CommonPage.Loading.Start(text);
|
| | | }
|
| | | }); |
| | | }, ShowErrorMode.NO); |
| | | } |
| | | |
| | | /// <summary>
|
| | |
| | | if (coerce == true)
|
| | | {
|
| | | notClose = false;
|
| | | } |
| | | Application.RunOnMainThread(() => |
| | | }
|
| | | HdlThreadLogic.Current.RunMain(() => |
| | | {
|
| | | if (Common.CommonPage.Loading.Visible == true && notClose == false)
|
| | | {
|
| | |
| | | notShow = false;
|
| | | notClose = false;
|
| | | notSetValue = false;
|
| | | } |
| | | }); |
| | | }
|
| | | }, ShowErrorMode.NO); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | if (notSetValue == true)
|
| | | {
|
| | | return;
|
| | | } |
| | | Application.RunOnMainThread(() => |
| | | }
|
| | | HdlThreadLogic.Current.RunMain(() => |
| | | { |
| | | //loading.Text = text; |
| | | Common.CommonPage.Loading.Text = text + appendText; |
| | | }); |
| | | Common.CommonPage.Loading.Text = text + appendText;
|
| | | }, ShowErrorMode.NO); |
| | | }
|
| | |
|
| | | /// <summary> |