B4A Tutorial B4A Change Log (versions history) - Erel    Aug 26, 2024   (12 reactions) Json.ToCompactString method.
Several debugger fixes: crash on startup, missed assignments in some cases, single field objects were not always observable.
Code editor jumps to a sub when adding an event with the designer, including when the sub already exists.
Fix issue with compilation of large proj B4A Question How to create a version change log. - josejad (first post)    Dec 26, 2021 Maybe you can use the AppUdpate lib, and use the:
Sub sep_UpdateComplete
LogColor($"UpdateComplete - time: ${DateTime.Time(DateTime.Now)}"$, 0xFF556B2F)
apkupdt.StopSplashScreen
'too lazy to manage error conditions.check apkupdt.ERR_xxx codes if you like
Select apkupdt.Status
C B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Oct 21, 2023   (3 reactions) B4J
B4J
B4J Change Log (version history)
B4J Change Log (version history)
https://www.b4x.com/android/forum/threads/b4j-change-log-version-history.37448/
B4J
Audio/Video
jAudioRecord2
This is a new version of the jAudioRecord library (but not a direct plugin replacement) provided as a b4xlib and B4A Library Exoplayer 2.18.5 Streams Player - Addo (first post)    Mar 05, 2023   (3 reactions) Updated Version 1.60 Upgraded to the latest ExoPlayer 2.18.4 > Change Log Fixed GetvideoFormatwidth, GetvideoFormatHeight when playing media without video it will return -1 if the media doesn't have video. Added Stop method to stop the player. download additional aar to use the latest exoplayer fi B4A Question +++ LOG: entry corrupt or truncated - AHilberink (first post)    Oct 01, 2017   (1 reaction) Hi,
I discover the reason:
If the value is empty, the LOG will be empty. Changing the Log to:
LOG("1:"&edtTonnen.Text)
gives as logresult 1: instead of the strange message.
I don't know why and I never saw this before.
So it seems just an internal event, the application is working fine now.
Than B4A Question Subscribe to library updates - Alexander Stolte (first post)    Aug 19, 2018   (1 reaction) AS BottomMenu
Change log:
- V1.1
Badget Value Fits automatic Text Size
View Resize Bug Fixed
Added Change Middle Button Size
Added Hide badget value B4A Question any idea about working on the offline database and then synchronizing it when connected to the internet through the application ؟ - MrKim (first post)    Aug 26, 2024   (1 reaction) There is no clean way to do it short of keeping a log of all changes "AND WHAT WAS DONE". Then combining the logs and processing them in sequential order and somehow having the log know what was done. What if someone updates information based on old data. Example: customer calls the sales guy and sa B4A Question AppUpdating Runtime Permissions problem. - techknight (first post)    Jan 09, 2024 WebVN) ' Log("Optional Change Log data: " & updater.WebChangeLog) If updater.CurVN < updater.WebVN Then Msgbox2Async("There is a newer version available. Do you wish to download?" & CRLF & updater.WebChangeLog, "UPDATE FOUND", "Yes", "", "No", Null, False) Other V5.20 BETA has been released - JohnK (first post)    Aug 20, 2015 Is there any single location that has the change-log/feature upgrade for each individual version, for all the versions. It probably sounds a lot more complex than what it is. I simply have an old version (v3.2) so to see ALL the changes since then, I would have to find the specific threads on each B4A Question Problem with GoogleBilling library 3 in new app due to Google restriction - hatzisn (first post)    Aug 25, 2022   (1 reaction) Hi, according to the article I changed the last Log to the following: Log(offer.RunMethod("getPricingPhases", Null)) Page: 1   2   3   4   5   6   7   Powered by ColBERT |