B4A Question [Solved] Problem with image above the button - asales    Oct 26, 2016 I want to show the imageview "above" of the button, but don't work?
The imageview is always show "bellow" of the button (see the picture and project in attached).
I don't know why and how I fix it?
Thanks in advance for any tip.
49402... B4A Question Can I add a back button above a webview and size problem - Malky (first post)    Mar 28, 2013 Damn! You magician you!
I thought I'd covered every view in the logs, JEEZ!
Hail to Klaus, (a... B4A Tutorial [B4X] Resumable subs that return values (ResumableSub) - Erel    Aug 25, 2020   (41 reactions)   tags: wait, Comm, Code, B4X, Dialog ResumableSub, Wait For Sub Output: 3 result: 3 after sum The above Button1_Click code is equivalent to: Sub Button1_Click Dim rs As ResumableSub = Sum(1, 2) Wait For(rs) Complete (Result As Int) Log...Remember that that a call to Sleep or Wait For in a resumable sub causes the code flow to return to the parent. Example: Sub Button1_Click Sum(1, 2) Log("after sum") End Sub Sub Sum... wait for the sub to complete and get the desired return value. Sub Button1_Click Wait For(Sum(1, 2... B4A Question EditText with numbers - LucasHeer (first post)    Jan 22, 2026 Many examples with wheels no longer work. Are there any examples where it would be possible to spin the wheels and also, especially for the year, manually enter the numbers? Spinning a wheel through a thousand values is not at all comme il faut. Hey! If it were me, I would use: https://www.b4x.com/android/forum/threads/b4x-as-wheeldatetimepicker-based-on-aswheelpicker.141588/ His libraries are always super reliable for me. You could add a "Select Year" button above the picker... B4A Tutorial [java] Creating libraries for B4A - Erel    Sep 29, 2016   (8 reactions)   tags: Java library, Library, Creation is 'Dimmed'. Consider the following code: Dim b As Button b = SomeList.Get(5) 'now user uses b to access the button. In this code, b is declared to allow the user to access a different button. So it would have been a waste if the Button constructor already called the android button constructor (the B4A button is wrapper above the standard button). This is why many types have an Initialize...>\platforms\android-4. That way your library will work with Android v1.6 and above (which is the same as the other... B4A Library [B4X] [XUI] AS TextFieldAdvanced - Title, Information, Counter, Password, Button, Prefix, Suffix, Icons, Multiline - Alexander Stolte    Aug 25, 2025   (63 reactions) text. Additionally you can make the TextField a button, so that you can open menus, but still keep... Initializes the fields to their default value. AS_TextFieldAdvanced Events: ButtonClick ClearButtonClick EnterPressed FocusChanged (HasFocus As Boolean) LeadingIconClick PasswordRevealChanged (Revealed... Call Refresh if you change something getButtonTextLabel As B4XView getClearAndRevealButtonColor As Int Call Refresh if you change something getClearButtonLabel As B4XView getCounter... B4A Question Ensuring Visibility Above the Keyboard - AmirPYTHON    Mar 26, 2025 Hello
I created a chat page, now I want it to be like Telegram, where when we click on the edit text, the keyboard opens and the edit text button appears above the keyboard, so we can see what we typed
I couldn't think of anything, because the layout doesn't work either, because... the keyboard exactly and when the keyboard is open, the bottom panel appears above the keyboard?... B4A Question Sqlite DB brower Update and effect in B4A Project - mangojack (first post)    Oct 17, 2023   (1 reaction)
I use the db Browser; when I finish some edit, I click the button above called "Write Changes". That updates the db. Next time I Compile the project, the changes are shown.
Well , there's a wakeup call .
I do exactly the same.. but then removed the dB from the IDE file tab, then re-added it back ! Dohhh ??... B4A Question copy paste list of views in the designer - DALB (first post)    Sep 21, 2025 167139 In column A I enter the view of my designer. I click on the above button I obtain a prepared list of the B4X code... B4A Question Linking Buttons to Edittext in CLV - Setlodi (first post)    Feb 4, 2025 Good that now you have understood. You can use other naming which is more meaningful. Just don't use the name inside Layout Designer. You will be confused. It is like the customlistview contains many same views with the same name and how to know which one you are referring to. Hi aeric Just a quick one. I've been battling for some time. How would you get the sum of all items in the clv updated with Plus/Minus buttons above? I have tried the following code and have changed... Page: 1   2   3   4   5   6   7   |