B4X FEED iHUD library - Toast messages and progress dialogs

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: iHUD library - Toast messages and progress dialogs است. این موضوع تا کنون 23 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع iHUD library - Toast messages and progress dialogs
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
23
پسندها
0
آخرین ارسال توسط PracticalSoft
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:

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...



 

عقب
بالا