B4i Library Subscribe to B4i libraries updates

You can subscribe to this thread to be notified for B4i libraries updates.

Note that you do not need to make a post in this thread to subscribe.

You should click on the Watch Thread link.

upload_2014-12-5_13-51-50-png.29899
 
Last edited:

Alexander Stolte

Expert
Licensed User
Longtime User
  • 1.09
    • B4I BugFixes for Release Mode - swiping is now better
 

Star-Dust

Expert
Licensed User
Longtime User
Last edited:

Star-Dust

Expert
Licensed User
Longtime User

Biswajit

Active Member
Licensed User
Longtime User
Socket.IO Client Library

Update v1.30:
  1. Completely rewritten from scratch (though the methods are almost same)
  2. Support binary transfer.
    1. Any object you send from B4I will only accessible from B4I directly.
    2. For B4A, use B4XSerializer in B4A to convert the received object buffer to object.
    3. You cannot access the object from the server.
  3. Add multiple listeners to a particular event
  4. Remove all listeners for a particular event or one by one
  5. Now you can send multiple parameters from the server and receive them as a list.
 

Alexander Stolte

Expert
Licensed User
Longtime User
This is a simple label view, in IOS roundings are removed when resizing or colors are not displayed properly. This can be fixed by placing a panel under the label, this view does the work for you.
Just set the properties you want in the designer like in a normal label.
Simulator Screen Shot - iPhone 12 Pro Max - 2021-05-14 at 21.20.30.png
 

CaptKronos

Active Member
Licensed User
iQBImagePicker

22/05/21 - ver 1.20
Added a call to add your own language translation.
If you wish to use QBImagePicker with a language that is not built-in to the framework, you can you the command QBImagePicker.translations to provide your own translations for the required 11 strings.​
Added a call to return the framework's version number: QBImagePicker.frameworkVersion​
 

Biswajit

Active Member
Licensed User
Longtime User
Socket.IO Client Library

Update v1.40:
  1. Based on the latest working version.
  2. Connection methods' signatures have been changed. Check above.
  3. This version is compatible with Socket.io server v2, v3, v4.
  4. Now you have to pass the server version while connecting to the server.
    1. For v2.x.x pass 2
    2. For v3.x.x and later pass 3
  5. Socket.io server v1 is no longer supported. Those who want to use v1 download the older wrapper and frameworks.
  6. Consider this as the last update because Objective-C is no longer supported.
 
Top