In Android, I used the following code so that when the transparent panel is touched, the touch is not consumed and when the button is touched, the button event is also executed.
Sub Activity_Create(FirstTime As Boolean)
Private deleteButton As Button...
I have a Label in a Panel. When I move the label in the panel by "SetLayoutAnimated", click events will be lost. In other words neither Label.Click() nor Panel.Touch will be called.
Note:
1) Everything is Ok without "SetLayoutAnimated"
2) The code runs correctly in B4A.
I would be grateful if...
Hi. I am building an iOS app that has a webview and inside it will show a web page in which there's a link that must open a external app when it's clicked. I did it already in Android with Don Manfred's help...
Hello,
how do I catch the clickitems of the Exoplayer when it's placed on the clv?
It seems the player buttons are not catched.
What I want is that other players stop when a player is started, now they just play thru each other.
I also tried the expandable_clv in another project and with that...
Hi community,
wanna ask whats the difference (in a B4J WebView) in a real Mouseclick on a Button to one fired programmatically with
Dim a as String = $"document.getElementsByClassName("myButton")[0].click();"$
myWebengine.RunMethod("executeScript", Array As String(a))
If i am clicking with...
B4XDrawer panel allows all touch / click event to pass to elements below it unless it is on an element in the panel.
Although I avoid modification in a class directly, to avoid issues when upgrading, I tried capturing LeftPanel_Click and LeftPanel_touch sub in B4XDrawer but it does not fire...
Greetings,
I'm trying to extract the value from a label that's in the custom list view item that the user clicks.
Based on this thread and coding example, I set up this Type structure to get values from my custom list view when an item is clicked. Later I will be adding more items into the...
The next code add the funcionality in b4x to capture the click & longClick using Touch, in case of b4j add the option to fire the longClick using the Right Mouse Click or the secondary mouse button.
- Unzip the file "XUI Views.b4xlib"
- Look for the file "SwiftButton.bas" and open
- Add the...
Hello,
I have a sub that fill a custom view with a product list.
The _ItemClick event is handling perfectly his job , when we are clicking into the global item line, but :
that product list (code below) have 2 kind of added buttons which have to launch (with button_Click) 2 differents script...
Using B4A.
Trying to load a settings layout on clicking the 3 vertical dots on the right side of the ACToolbar.
These dots (not sure what they are called now) if you tick Use as main action bar in the Designer.
I can't find any event that tells me that the user has clicked these 3 dots.
Any idea...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.