Subscribe to library updates

Alexander Stolte

Expert
Licensed User
Longtime User
[B4X] [XUI] AS Scrolling Tags
ezgif.com-resize.gif
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Update for Huawei Ads Kit Library v1.21
- Pause/Resume for banner
- Update for example app
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
MiniHtmlParser
- 0.94 - New FindDirectNodes method. Returns a list with the direct child nodes that match the tag name and optionally the attribute.
New IsNodeMatches methods - tests whether the given node matches the tag name and optionally the attribute.
Example was updated. It was broken by the change in v0.93. It is now built using FindDirectNodes and is more robust than the previous implementation.

 

Pendrush

Well-Known Member
Licensed User
Longtime User
Update for Huawei Ads Kit Library v1.22
- Two new methods for SDK: HuaweiAdsSDK.SetVideoVolume and HuaweiAdsSDK.SetVideoMuted
 

Pendrush

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

Pendrush

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

Pendrush

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

Erel

B4X founder
Staff member
Licensed User
Longtime User
XUI Views V2.42 - B4XImageView - New CornersRadius property and designer property.

 

Ertan

Active Member
Licensed User
V1.00
Release

 

Alexander Stolte

Expert
Licensed User
Longtime User
Update
  • 1.02
    • Add OpenMenu2 - Opens the menu in center of the parent view
    • Add Clear - clear all
    • Add getBase - gets the base view to customize it
    • Add getLabelProperties - customize it if you want, before you add a new menu item
      • Screenshot_20201124-134749.jpg
      • this is now possible
        • aspm_main.LabelProperties.ItemBackgroundColor = xui.Color_ARGB(255,Rnd(1,256), Rnd(1,256), Rnd(1,256))
    • Remove background_color and itembackground_color
      • Added to getLabelProperties
      • Add GetMenuItemAt_Label
      • Add GetMenuItemAt_Background
      • Add getSize
    • Add setMenuCornerRadius - sets the corner radius for the menu (works only in B4A and B4I)

      • Screenshot_20201124-140900.jpg
 
Last edited:

Alexander Stolte

Expert
Licensed User
Longtime User
Update
  • 1.03
    • Add LeftRightPadding to ASPM_LabelProperties - label padding to have more space left and right for example HorizontalCenter = LEFT
    • OpenMenu the background is now smoother on show
    • setMenuCornerRadius is now available on B4J (thanks @Erel)
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
HMS V1.02 - Support for banner and interstitial ads. The dependencies and manifest editor snippets were updated.
 

Ertan

Active Member
Licensed User

V2.00

  1. - The library has been optimized.
  2. - Hint Up Enable feature added. With this feature;
  3. - Hint Text can now customize its color as you go up.
  4. - Hint Text can now change its name when going up.
  5. - Enable the "Hint Up Enable" feature to enable these features.

View;

2.gif


V2.01
  1. Fixed the background to be white.
V2.02 (most current version)
  1. iOS Done Button Visible Bug Fixed.
 
Last edited:
Top