Subscribe to library updates

corwin42

Expert
Licensed User
Longtime User
Watchface Library updated to version 2.0.

Compatible with AndroidX support libraries now. See first post of the thread how to add dependencies now.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
XUI Views V2.26 - B4XComboBox - Fixed bug with crash on missing event. New properties and methods: Size, IndexOf and SelectedItem.

 

hatzisn

Well-Known Member
Licensed User
Longtime User
(23/3/2020)
* Changed the B4X Settings Class to B4XLib (Actually a B4A-B4i lib)
* Added the function ContainsSetting which returns True if the setting is apparent in the Settings


 

Erel

B4X founder
Staff member
Licensed User
Longtime User
[B4X] XUI Views: V2.27 - New B4XSeekBar1_TouchStateChanged (Pressed As Boolean) event. This event is useful when you want to do something when the user started or finished interacting with the seek bar.

 

Alexander Stolte

Expert
Licensed User
Longtime User
It is the first version with badges, feedback is now important, especially with the variant where only text can be seen
[B4X] [XUI] AS Tab Menu
1.05
  • Adds a short description about a property
  • Add get and set Badge_Visible - shows or hide a badge on a tab
    • Screenshot_20200325-161959.jpg
    • Screenshot_20200325-162119.jpg
      Screenshot_20200325-162212.jpg
      Screenshot_20200325-162239.jpg
  • Add get and set Badge_Height - set the size of the badge
  • Add set Badge_Text - sets the badge number, set it to -1 to have only the color
  • Add get Badge_getLabel - gets the badge label, to modify it to your own
  • Add get and set Badge_Color - gets or sets a badge color
  • Add set Badge_setVisibleEasy - shows the badge with all important parameters to save lines of code
 
Last edited:

Alexander Stolte

Expert
Licensed User
Longtime User
[B4X] [XUI] AS Draw
Features
  • cross-platform compatible
  • draw or erase
  • undo and redo
  • clear all
  • set color, thickness and background color
  • enable or disable the drawing
  • import and export the drawing for later use
  • export the drawing as image or the complete view
Screenshot_20200330-134949.jpg20-03-30-16-48-56.gif
 

hatzisn

Well-Known Member
Licensed User
Longtime User
(31/3/2020)
* BugFix - Rechanged the object name to MySettings to avoid conflict with Settings object of B4i.

(23/3/2020)
* Changed the project to B4XLib

* Added the function ContainsSetting which returns True if the setting is apparent in the Settings


 

Pendrush

Well-Known Member
Licensed User
Longtime User
Alerter Library v1.01
Support for RTL.
Completely rewritten, from zero. Now include: right icon, typeface, sound, vibration, progress, infinite duration, new events, events signatures is also changed, icon pulse, hide icon, gravity to show alert on top, center or bottom of the screen, swipe to dismiss, disable outside touch, etc.
 
Last edited:
Top