B4A Tutorial B4A Change Log (versions history) - Erel Jan 13, 2025 (12 reactions) This is done by adding the module or file to the project. The compiler now accepts it and gives higher precedence to the project files.
New #ModuleVisibility attribute. Value can be Public - default visibility, or B4XLib. B4XLib means that the module methods and fields will not be visible once the m B4A Question How to create a version change log. - josejad (first post) Dec 26, 2021 NO_NEWERAPK
EditText1.Text=$"${EditText1.Text}No newer version available${CRLF}"$
Case apkupdt.OK_DOWNLOAD
EditText1.Text=$"${EditText1.Text}Newer version downloaded${CRLF}"$
Case apkupdt.OK_INSTALL
EditText1.Text=$"${EditText1.Text}User asked to instal 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 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 +++ 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 Version Needs - Erel (first post) Oct 02, 2018 You can see the change log here: B4A Change Log Bug? [SOLVED] Log window font and font size - Mahares (first post) Nov 05, 2021 (2 reactions) There is a line in b4xV5.ini file that reads: logs_FontSize2=12
It is probably there where you make the change. I never had to change it, it seems like it is the place. The ini file is located in : C:\Users\yourpcname\AppData\Roaming\Anywhere Software\Basic4Android. The folder may be hidden, so you 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 |