Other B4i v4.30 has been released!

Erel

B4X founder
Staff member
Licensed User
Longtime User
B4i v4.30 is now available for download!

SS-2017-09-04_12.58.17.png


Improvements:
  • Localizable IDE. Available in more than 20 languages. A big thank you to the great translators!
  • B4i-Bridge supports iOS 11.
  • All libraries updated to include a 64 bit simulator binary. This allows testing with iOS 11 simulators.
  • Initial support for Xcode 9 beta. There is currently an issue with Swift libraries.
  • Builder supports multiple Xcode installations.
  • ResumableSub object that allows returning values from resumable subs: https://www.b4x.com/android/forum/threads/b4x-resumable-subs-that-return-values-resumablesub.82670/
  • New bitmap methods:
    • LoadBitmapResize / Bitmap.InitializeResize / Resize - Load and resize a bitmap while optionally preserve the aspect ratio.
    • Crop
    • Rotate
  • iCustomDialog library - Makes it simple to create custom dialogs. Similar to B4A CustomLayoutDialog object. https://www.b4x.com/android/forum/threads/custom-dialogs-with-icustomdialog-library.83526/

    SS-2017-09-04_15.45.49.png



  • LoadLayout is more flexible and allows setting different types to hold views. This will be used in the future to make the UI related code more cross platform.
  • iHttpUtils 2.6 - Job.GetBitmapResize and support for HEAD, PATCH and DELETE requests.
  • iStore v1.2 - Purchase.RestoredPurchase property.
  • Icon picker - aliases added to FontAwesome icons.
  • Auto complete and auto format improvements.
  • Bug fixes and other minor improvements.
It is recommended to rebuild B4i-Bridge. This will prevent the "application may slow down your iPhone" message.

Developers who are eligible for a free upgrade will receive an email with upgrade instructions.
 
Last edited:

luke2012

Well-Known Member
Licensed User
Longtime User
Hi @Erel. First of all thanks for this new release.
I have a little issue compiling this code:

I got this error within the log: "Class not found: B4IDebugResumableSub"

B4X:
Private Sub Application_Start (Nav As NavigationController
Dim j AsHttpJob
j.Initialize("", Me)
j.Download("https://www.google.com")
Wait For (j) JobDone (j As HttpJob)
If j.Success Then
Log(j.GetString)
End If
j.Release
end sub
 
Upvote 0

luke2012

Well-Known Member
Licensed User
Longtime User
Do you get it during compilation?

Are you using a local builder?

Yes I getting it during compilation.
I'm using a local builder.

P.S.
I have updated only the B4i IDE. There are some updates also for the local builder?
 
Upvote 0

jkhazraji

Active Member
Licensed User
Longtime User
W
B4i v4.30 is now available for download!

SS-2017-09-04_12.58.17.png


Improvements:
  • Localizable IDE. Available in more than 20 languages. A big thank you to the great translators!
  • B4i-Bridge supports iOS 11.
  • All libraries updated to include a 64 bit simulator binary. This allows testing with iOS 11 simulators.
  • Initial support for Xcode 9 beta. There is currently an issue with Swift libraries.
  • Builder supports multiple Xcode installations.
  • ResumableSub object that allows returning values from resumable subs: https://www.b4x.com/android/forum/threads/b4x-resumable-subs-that-return-values-resumablesub.82670/
  • New bitmap methods:
    • LoadBitmapResize / Bitmap.InitializeResize / Resize - Load and resize a bitmap while optionally preserve the aspect ratio.
    • Crop
    • Rotate
  • iCustomDialog library - Makes it simple to create custom dialogs. Similar to B4A CustomLayoutDialog object. https://www.b4x.com/android/forum/threads/custom-dialogs-with-icustomdialog-library.83526/

    SS-2017-09-04_15.45.49.png



  • LoadLayout is more flexible and allows setting different types to hold views. This will be used in the future to make the UI related code more cross platform.
  • iHttpUtils 2.6 - Job.GetBitmapResize and support for HEAD, PATCH and DELETE requests.
  • iStore v1.2 - Purchase.RestoredPurchase property.
  • Icon picker - aliases added to FontAwesome icons.
  • Auto complete and auto format improvements.
  • Bug fixes and other minor improvements.
It is recommended to rebuild B4i-Bridge. This will prevent the "application may slow down your iPhone" message.

Developers who are eligible for a free upgrade will receive an email with upgrade instructions.

What is the upgrade price for this version of b4i please?
 
Upvote 0
Top