B4A Library [B4X] [XUI] AS Clock - Analog Clock or Digital - Alexander Stolte    Feb 24, 2024   (22 reactions) 1.03 (read more)
Add SleepDuration to ClockMode
Have Fun :)
https://www.b4x.-donate-button-png-clipart-png.79848/ B4A Library [B4X] [XUI] AS FloatingActionMenu - Alexander Stolte    May 28, 2024   (14 reactions) You can add parameters to this method if needed.
IsInitialized As Boolean
Tests whether the object has been initialized. B4A Class [B4X] [XUI] AS Popup Menu - Alexander Stolte    Dec 16, 2024   (38 reactions) This is a simple cross platform Popup Menu.
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 coffee. B4A Library [B4X] [XUI] AS SegmentedTab - Alexander Stolte    Oct 10, 2024   (56 reactions) SelectedIndex (index As Int, Duration As Int) As String
setAutoDecreaseTextSize (DecreaseTextSize As Boolean) As String
setCornerRadiusBackground (corner_radius As Float) As String
changes the CornerRadius of the view
setCornerRadiusSelectionPanel (corner_radius As Float) As String
changes the Corne B4A Library [B4X] [XUI] AS Stories - Alexander Stolte    Nov 17, 2024   (24 reactions) Library that shows a horizontal progress like Instagram stories. You can add your own layout like on the AS_ViewPager. The AS_Stories supports lazy loading too.
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 fur B4A Library [B4X] [XUI] AS Settings - Alexander Stolte    Dec 25, 2024   (49 reactions) Introducing a new library that allows you to create your own settings page with minimal code. This library comes equipped with automatic saving and loading features, making it incredibly easy to manage your settings. It supports booleans, free text, numbers, comboboxes, action buttons and more, givi B4A Library [B4X] [XUI] AS TabMenuAdvanced - Alexander Stolte    Apr 25, 2024   (38 reactions) (xui.CreateDefaultFont(15),xui.Color_ARGB(255,32, 33, 37),xui.Color_ARGB(255,45, 136, 121),xui.Color_ARGB(255,255,255,255),xui.Color_ARGB(255,60, 64, 67),0)
AS_TabMenuAdvanced1.AddTabAdvanced(xTab,xTabProperties)</code>
ChangeColorBasedOnAlphaLevel (bmp As B4XBitmap, NewColor As Int) As B4XBitmap
C B4A Code Snippet [B4X] [XUI] Accurate Text Measurement and Drawing - Erel    Dec 12, 2022   (54 reactions) Note that in B4i there was a small change in the way the offsets are set internally in B4XCanvas.DrawText.
The XUI libraries are internal libraries. iXUI v1.60 and jXUI v1.60 will be included in the next versions of B4i and B4J. B4A XUI 1.60: https://www.b4x.-to-internal-libraries.59340/#post-58711 B4A Library [B4X] [XUI] SD CreativeBackground - Star-Dust    Mar 08, 2023   (43 reactions) Color As Int, DepthEdge As Int, cornerRadius As Int, Recursive As Int, AlternateShadow As Boolean) As B4XBitmap
Initialize As String
Initializes the object. You can add parameters to this method if needed.
IsInitialized As Boolean
Verifica se l'oggetto sia stato inizializzato.
sePoint
Fields:
B4A Code Snippet [B4X] [XUI] Rectangle image with rounded corners - Erel    Nov 19, 2017   (14 reactions) Usage example:
Dim img As B4XBitmap = xui.LoadBitmapResize(File.DirAssets, "image.png", ImageView1.Width, ImageView1.Height, True)
ImageView1.SetBitmap(CreateRoundRectBitmap(img, 20dip)) 'ImageView1 type is set to B4XView Page: 1   2   3   4   5   6   7   Powered by ColBERT |