Subscribe to library updates

Erel

B4X founder
Staff member
Licensed User
Longtime User
[B4X] CLVBackwards - xCLV extenstion for lists that grow backwards
 

Alexander Stolte

Expert
Licensed User
Longtime User
ezgif.com-resize.gif
 

stevel05

Expert
Licensed User
Longtime User
AudioTrack
  • Added new example - attest2
  • Updated example with a Stream Static and looping example.
  • Replaced threading with Wait For and Sleep in the streaming example. For heavy usage, it may still be necessary to use threading, so I'll leave the original example here as well.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
XUI Views V2.44 - XUIViewsUtils.CreateLabel and CreateB4XImageView methods. Note that you need to add B4XImageView.mBase to the layout tree.

 

Biswajit

Active Member
Licensed User
Longtime User

Alexander Stolte

Expert
Licensed User
Longtime User
Update
  • 1.20
    • Add get/set HaloDuration
    • Add setBadge_setLeftPadding
    • B4I Better handling of icons - looks now better
    • B4A and B4J The view can now also have round corners - added SetCircleClip
      • on B4J you need to set setCornerRadius
      • New shape function.JPG
    • B4A and B4I New Icon Tint Function, the quality of icons with a new color is now better
    • B4A and B4I BitmapCreator is no longer required
 

Alexander Stolte

Expert
Licensed User
Longtime User
Update
  • 1.02
    • Adds getSelectionPanel - gets the selection panel - the panel that highlight a tab on click
    • Adds getBackgroundPanel - the child panel of mBase
    • TabChanged is now only triggered on a new tab, if you click on the same tab, nothing happens
This is now possible:
IMG_1881.jpg
IMG_1882.jpg
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Update for MoPub Ads Library v5.15
- Rewarded Video Ads (untested)
- Manifest update to support Rewarded Video Ads
- Update for example app
 

Alexander Stolte

Expert
Licensed User
Longtime User

  • 1.02
    • Add isVisible
    • Add AutoHideMs
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Update for Facebook Audience Network Library v6.2.1
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Update for Unity Ads Library v3.6.0
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Update for AdColony Library v4.4.1
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Update for Huawei Ads Kit v1.30. Based on Huawei Ads Kit v13.4.37.300 (28 December 2020)
 

Alexander Stolte

Expert
Licensed User
Longtime User
Because of the new feature, all ASViews that had only a .bas file are now B4XLibs.
the following views are now also available as .b4xlib:
ASBottomMenu2
ASAnimatedCounter
ASMsgBox
ASPinLocker
ASFloatingLoadingButton
AutoTextSizeLabel
ASSlidingCircles
ASRippleView
ASGradientsPanel
ASColorSlider
ASDraggableBottomCard
ASPopupMenu
 

Alexander Stolte

Expert
Licensed User
Longtime User
Update
V1.03

  • Adds ButtonIconText - gets the main button label for FontAwesome- or Material-Icons
  • Adds the following parameter to ItemButtonProperties
    • IconText_Font
    • IconText_Color
  • Adds new parameter IconText to AddItem - set FontAwesome or MaterialIcons - dont forget to set the right font
more information about the update, you find here.
 
Top