B4A Library [B4X] [XUI] AS FloatingActionMenu - Alexander Stolte    May 28, 2024   (14 reactions) FontToBitmap(Chr(0xE190),True,30,xui.Color_Black),0)
FloatingActionMenu.AddItem("Item #2",FloatingActionMenu.FontToBitmap(Chr(0xE190),True,30,xui.Color_Black),1)
FloatingActionMenu.AddItem("Item #3",FloatingActionMenu.FontToBitmap(Chr(0xE190),True,30,xui.Color_Black),2)
Dim Height As F B4A Tutorial [B4X] AS FloatingActionMenu - Open Menu above an item in a xCustomListView - Alexander Stolte    May 20, 2024   (8 reactions) https://www.b4x.com/android/forum/threads/b4x-xui-as-floatingactionmenu.161223/#post-989307 In this example, I let the AS_FloatingActionMenu open over an item that is in a list, no matter how far down the item is. 153902 Dim Height As Float = FloatingActionMenu.ItemProperties.Height*FloatingA B4J Question UDP Packet Data (Bytearray) to "struct"? - DonManfred (first post)    Dec 24, 2015   (3 reactions) WorldAcceleration(3) As Float, _ ExtentsCentre(3) As Float, TyreFlags(4) As Byte, Terrain(4) As Byte, TyreY(4) As Float, TyreRPS(4) As Float, _ TyreSlipSpeed(4) As Float, TyreTemp(4) As Byte, TyreGrip(4) As Byte, _ TyreHeightAboveGround(4) As Float, TyreLateralStiffness(4) As Float, Tyre B4A Library [B4X] AS FloatingPanel - Alexander Stolte    Sep 15, 2024   (29 reactions) This is a simple panel that can be attached anywhere and opens with an animation.
More usecases and updates to come ;)
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 Pay B4A Question Fast location pixel position X Y from a bitmap with only 1 pixel. - emexes (first post)    Sep 26, 2023   (2 reactions) Well, you're going to have to massage this into shape because I don't have B4X handy at moment, but: Dim source() As Float = Array As Float(4.0, 4.0, 29.0, 16.0, 27.0, 37.0, 5.0, 20.0) Dim destination() As Float = Array As Float(0, 0, anchopantalla, 0, anchopantalla, altopantalla, 0, altopantalla) B4A Question Convert x,y value On Panel_Touch to Centimeter (CM) - emexes (first post)    Jan 20, 2024   (2 reactions) Give this a burl: Private Sub panel_Touch (Action As Int, X As Float, Y As Float) Dim DPI As Float = 160dip Dim Xinches As Float = X / DPI Dim Yinches As Float = Y / DPI Dim Xcentimetres As Float = Xinches * 2.54 Dim Ycentimetres As Float = Yinches * 2.54 Log("x, y = " & X & ", " & Y) B4A Library [B4X] [XUI] AS FloatingActionButton [Payware] - Alexander Stolte    Apr 02, 2024   (28 reactions) HeyHo,
this is a cross platform Floating Action Button.
This library is not free, because, it cost a lot of time and gray hair to create such views.
https://payhip.com/b/q5oIT
Thanks for your understanding. :)
104554104555104556104653104654107552
Sub (open As Boolean)
If open = True Then
B4A Library [B4X] [XUI] AS PopupMenuAdvanced based on xCustomListView - Alexander Stolte    Feb 24, 2024   (35 reactions) Height As Float) Opens the menu attached to a view Resize (ParentWidth As Float, ParentHeight As Float) As String setActivityHasActionBar (value As Boolean) As String setCornerRadius (radius As Int) As String sets the corner radius from the menu setDividerHeight (height As Int) As String setIsInSpec B4A Library [Lib] Masked EditText - Informatix (first post)    Mar 03, 2016   (1 reaction) I added the EnableFloatingHint function in v1.4. A floating hint is a hint that moves above the EditText when the user starts typing. I also added the custom properties in the designer. B4A Library Floating Action Menu (FAM) and Floating Action Button (FAB) - DonManfred    Apr 03, 2016   (45 reactions) arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
addMenuButton (fab As FloatingActionButton)
addMenuButton2 (fab As FloatingActionButton, index As Int)
close (animate As Boolean)
hideMenu (animate As Boolean)
Makes the {@link #FloatingActionMenu} Page: 1   2   3   4   5   6   7   Powered by ColBERT |