Hello there!
I'm using this Dialog library to pop-up some InputDialog.
Those dialogs are shown when the user wants to edit some data in the app.
The actual value is shown in a Label.
When the InputDialog is called, I managed to show in the edit text area the actual value of the linked Label...
Since the latest update of B4A, there is a section of code relating to passing in a cursor as parameter that is no longer performing as it did in the past. The following line of code passes a cursor, map and spinner in as parameters to a "General Module" that then populates all the parameters...
ایجاد یک اسکرول ویو و خواندن تصویر از دیتا بیس در اندرویدمثل اینستا گرام
If File.Exists(File.DirInternal, "mymobail")=False Then
File.Copy(File.DirAssets,"mymobail",File.DirInternal,"mymobail")
End If
Dim SQL1 As SQL
SQL1.Initialize(File.DirInternal, "mymobail", True)...