B4A Library [B4X] [XUI] AS Draggable Bottom Card - Alexander Stolte Apr 09, 2025 (54 reactions) As String
sets the corner radius of the header
setDarkPanelAlpha (alpha As Int) As String
setFirstHeight (height As Float) As String
sets or gets the first height - body height
The Event VisibleBodyHeightChanged is triggered if the menu is currently open at the first height
setIsDraggable (draggabl B4A Example [B4X] AS DraggableBottomCard - Drag Indicator - Confirm Button - Alexander Stolte Nov 24, 2023 (6 reactions) 70dip,6dip) xpnl_DragIndicator.SetColorAndBorder(xui.Color_ARGB(80,255,255,255),0,0,3dip) 'ConfirmationButton Dim xlbl_ConfirmationButton As B4XView = CreateLabel("xlbl_ConfirmationButton") xlbl_ConfirmationButton.Text = "Confirm" xlbl_ConfirmationButton.TextColor = xui.Color_Wh B4A Question How to "release" a panel after being dragged? - Mattiaf (first post) Nov 25, 2022 nope, try it. There is also the DraggableView class B4A Library [B4X] [XUI] AS BottomActionSheet - Alexander Stolte Dec 03, 2024 (10 reactions) This view makes it quick and easy to let the user make an action. You need: AS_DraggableBottomCard I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal or with a coff B4J Tutorial [Web][SithasoDaisy] Mastering the SDUIDragTabs Component i.e. Draggable Tabs - Mashiane May 03, 2024 (2 reactions) 'sub to show the page Sub Show(duiapp As SDUIApp) 'ignore 'get the reference to the app app = duiapp page.Initialize(Me, name, name) banano.Await(page.ClearPageView) page.PageName = name page.ParentID = "pageview" page.FullPage = False page.Title = title B4J Question DraggableView class - Erel (first post) Jun 21, 2021 The DraggableView class is a very old B4A example of a class. It was created before custom views were supported.
Do you want to add an ImageView that the user can move by dragging? B4A Question WebView: how to disable dragging of links? - drgottjr (first post) Mar 27, 2024 (1 reaction) elements are only draggable if you declare them as such. i'm guessing you didn't make them draggable, so what you are seeing is the default action when somebody tries to drag a non-draggable element. you need to kill what you refer to as the gray rectangle (aka, "the gray matter"). our resident c B4J Question drag and drop in b4j - Erel (first post) Sep 15, 2016 (1 reaction) DraggableView adds a transparent pane(l) above the view. This pane intercepts the touch events. You can disable it when you want to allow the user to interact with the underlying view. B4J Question Set different background colors for portions of text. - Erel (first post) Apr 14, 2020 (1 reaction) BBCodeView is indeed not relevant if you need each row to be draggable. Bug? For Each Bug or Feature? - agraham (first post) Aug 29, 2020 Nope - that's nothing to do with the problem. All the keys are DraggableViews. The problem is an interaction between the compiled code, which produces a Java for(...) loop with a fixed number of iterations and some internal indexing added to the B4A Map. For reference the answer in this case is to c Page: 1 2 3 4 5 6 7 Powered by ColBERT |