Subscribe to library updates

warwound

Expert
Licensed User
Longtime User
Spatialite library updated to version 2.00
Support for 64 bit CPUs added.

 

Erel

B4X founder
Staff member
Licensed User
Longtime User
BCTextEngine v1.74 -fixes the issue with non-breaking white space characters.

 

peacemaker

Expert
Licensed User
Longtime User
Update 0.17: fix of progressbar horizontal position, if WebView is not centered.
 

hatzisn

Well-Known Member
Licensed User
Longtime User
New sub in WhatsNew.b4xlib

(24/2/2020)
I have added the new sub SetViewToExplainTextDimensions to the lib that sets new borders for the view to explain explanation text if needed. This is more useful for the B4i use of this b4xlib. Check the b4i example code for the use of the new sub.

 

Alexander Stolte

Expert
Licensed User
Longtime User
[B4X] [XUI] AS Tab Menu
1.01
  • Add RemoveAt - Removes a tab by a given index

    • RemoveAt in action.gif
  • Add Property PartingLineVisible - shows an parting line between the tabs
    • Screenshot_20200226-093218.jpg
    • Add get and set PartingLineColor
    • Add get and set PartingLineWidth
    • Add get and set PartingLineVisible
  • Add get and set UnderLineColor
  • Add get and set UnderLineHeight
  • Add getTabIcon -gets the icon of a given tab
  • Add setTabIcon -sets a new icon to a tab
  • Add getTabText -gets the text ov a given tab
  • Add setTabText -sets a new text to a tab
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4XTable V1.20 - Many changes under the hood. New RefreshNow method that refreshes the table synchronously. SetData returns a ResumableSub object and can be used with Wait For to (asynchronously) wait for the data to be ready.
New SearchVisible field and designer property. Use it to hide the search field. Hiding the search field directly will no longer work.

 

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4XTableSelections V1.02 - Bug fix. New IsSelected property.
New FirstSelectedRowId and FirstSelectedColumnId methods. Especially useful in the single mode selections.
Depends on B4XCollections.

 

Alexander Stolte

Expert
Licensed User
Longtime User
[B4X] [XUI] AS Tab Menu
  • 1.03
    • Add Property Orientation - indicates the mode in which the view is, horizontal or vertical
    • The menu can now be used vertical
    • Add Property CurrentTabUnderlineGravity - sets the underline gravity, on vertical mode = Top and Bottom and on horizontal mode = Left and Right
    • Screenshot_20200302-121054.jpg Screenshot_20200302-120951.jpg ezgif.com-resize.gif
 
Top