i download an image and place it into a B4XView.
I would also like to use the same image in another B4XView.
How can I transfer the image so I don't have to download it twice?
Thanks
ادامه مطلب...
Remark: There have been several suggestions on this subject in the past that have not been successful in this particular case
In this usecase a text is to be moved from A to B over the screen, whereby the text size increases continuously.
anim2
Shared from Screencast.com...
How can I set the maximum scroll of a xCustomListView?, I'm trying this but it doesn't work how I want
B4X:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Dim p0 As B4XView = xui.CreatePanel("")
p0.SetLayoutAnimated(0, 0, 0, 100%x, 200%y)
Dim p1 As B4XView...
I have tried to modify Erel's Java class from this thread https://www.b4x.com/android/forum/threads/class-clvdragger-drag-to-reorder-items.104261/ for B4A
I have changed mouse events to touch events. The rest of the code is the same as in Erel's code.
The class code is as follows:
B4X:
'v1.00...
I have tried to modify Erel's Java class from this thread https://www.b4x.com/android/forum/threads/class-clvdragger-drag-to-reorder-items.104261/ for B4A
I have changed mouse events to touch events. The rest of the code is the same as in Erel's code.
The class code is as follows:
B4X:
'v1.00...
I have CLV I am using with CLVExpanable. I am loading a layout and then setting the Font Size of the a number of the labels. The labels are defined as B4Xviews and the text size is changed when each time a layout is loaded.
B4i 6.80
B4X:
Sub Class_Globals
' Private fx As JFX
Private...