- Jun 6, 2020
- 11,559
- 4,422
This library is based on the following open source project:
License:
It includes two features available in B4A: Toast messages and progress dialogs.
Using this library is very simple.
Declare a process global variable:
B4X:
Show a toast message:
B4X:
Unlike in Android the toast message appears in the middle of the screen.
Show a progress dialog (that disables user interaction):
B4X:
Later you should call hd.ProgressDialogHide. Note that there is no DoEvents method in B4i. You should instead use asynchronous method for long tasks (when such are available).
Library installation:
- Download the zip file, unzip it and copy the xml file to the libraries...
برای دیدن لینک ها باید ثبت نام کنید
License:
برای دیدن لینک ها باید ثبت نام کنید
It includes two features available in B4A: Toast messages and progress dialogs.
Using this library is very simple.
Declare a process global variable:
B4X:
Private hd As HUD
Show a toast message:
B4X:
hd.ToastMessageShow("Some message", True) 'second parameter is LongDuration
Unlike in Android the toast message appears in the middle of the screen.
Show a progress dialog (that disables user interaction):
B4X:
hd.ProgressDialogShow("Downloading...")
Later you should call hd.ProgressDialogHide. Note that there is no DoEvents method in B4i. You should instead use asynchronous method for long tasks (when such are available).
برای دیدن تصاویر باید ثبت نام کنید
Library installation:
- Download the zip file, unzip it and copy the xml file to the libraries...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید