B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Mar 19, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views : https://www.b4x.com/basic4android/images/B4A_8vRB3JuB5K.png Show your love to B4X and help us spread.... Default value is 500ms in B4J and 0 in other platforms (not used). V1.50 - B4XInputTemplate - preset...). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and.... - MadeWithLove - Show your love to B4X :) - B4XImageView - ImageView with useful resize modes: https://www... dialog with text, ShowCustom - Allows you to pass a layout of your own and show it as a dialog... B4A Question Out of memory crash - how to check memory available - RJB    Oct 2, 2015 'out of memory'. try/ catch does not catch the error, the app just crashes. Is there any way to check the memory available so that I can take action to avoid the crash? OS.setLowMemory, OS.AvailableExternalMemorySize and OS.AvailableInternalMemorySize do not help. I'm assuming that the 'out of memory' refers to RAM(DDR) memory. Can I check now much of that is available/ free somehow? Initializesample doesn't help. If I use it I get: ......... 62: IMAG0069.JPG Downsampling... B4A Question [Web][SithasoDaisy2]: Mashy Teaches TailwindCSS using b4x (with eBook) - Mashiane    Jun 5, 2023   (9 reactions) it is a WebApp or a WebSite, one has to use HTML (Hyper Text Markup Language), CSS (Cascading Style Sheet) and JavaScript (a dynamic programming language used for web development). SithasoDaisy works on top.../sithasodaisy-click-events-and-event-preventdefault.147625/#content Using EmailJS rest api to send emails... of components built on top of TailwindCSS and the DaisyUI frameworks to help you create WebApps, WebSites, Single Page Application (SPA) and Progressive Web Apps (PWA) with the power of the b4x programming... B4A Tutorial [B4X] B4XPages - Cross platform and simple framework for managing multiple pages - Erel    Jul 12, 2023   (81 reactions) makes B4A behave more similar to B4J and B4i where the new "B4XPage" element is a regular object that is never paused, never destroyed, can be accessed from anywhere and easy to work.... You are not forced to use B4XPages. All the current features behave exactly as before. 2. It does have some... be locked to a single orientation. 3. It is supported by the latest versions of B4J, B4i and.... File - New Project - B4XPages. This will create three projects with everything you need. Use it even... B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (47 reactions) asynchronously using BitmapsAsync. External dependencies are optional. And more... It uses conditional.... Don't confuse with AddLocalMedia, which is used to replace the default loading and error media...This is a simple to use, cross platform library, that does many complex things under the hood. 119767 The developer calls SetMedia with a placeholder panel and a url. The panel will show an image... in Panel1 MediaManager.SetMedia(Panel1, "https://...") It uses B4XImageView (or... Share My Creation [B4J] [MySQL] [API] Server (Key + Token) and [B4X] User Login Apps - aeric    Aug 16, 2024   (39 reactions) Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android... database and tables in MySQL server. jAPI.zip - Source code for server app (B4J). B4A.zip - Source code for client app using default template (B4A) B4X.zip - Source code for client app using B4XPages template (B4A, B4i and B4J) Live server: https://api.puterise.com:17179 12 Jan 2021: Attached B4J client sample. This is a beta version. Some bugs and features will be fixed in the future. 13 Jan 2021... B4A Tutorial [B4X] Comment Links and #Macros - Erel    Sep 16, 2025   (23 reactions) /forum/threads/b4x-b4xorderedmap-get-first-item-nth-item-and-last-item.118642/ file:// - Link... by default. Line can be used instead of Sub to jump to a specific line. run: Runs an external program... with the Args parameter, which can be used multiple times. For example the B4XPages templates includes.../android/forum/threads/b4x-b4xorderedmap-get-first-item-nth-item-and-last-item.118642/ #Macro: Title...&Args=%PROJECT%\Objects A tool based on "After Save" that synchronizes binary and json... B4A Code Snippet Using B4XPage and more ... - Cadenzo    Apr 23, 2025   (6 reactions) ("pgPage1") I use my global Class ("cG" from "xGlobalClass") for all code and data that I want to access from every page. Using SQLite Load a List from SQLite and show it in... with B4X, but I often have bigger breaks in between and really then plenty of time to go back to the basics. I hope it is also helpful to others. I need solutions that works for B4A and B4i, so B4XPages... what page and you see all layouts together in the files manager. Sub Class_Globals Main.cG... B4J Library [B4X] BalConverter - Convert the layouts files to JSON (and vice versa) - Erel    Sep 11, 2025   (29 reactions)   tags: Eshe, files, convert, bal, layouts Automation tool: https://www.b4x.com/android/forum/threads/b4x-jsonlayouts-synchronize-json-and... the designer layout files and JSON format. This allows you to edit the layout with a text editor. Note.... The converter app is simple. You choose a folder and it will convert all layout files from one format to... is not important and is not consistent. http://www.b4x.com/basic4android/images/SS-2014-06-01_17.11.10... of a view then you need to change it here and in the Data element. The b4j project is attached... B4A Code Snippet Memory Usage - Robert Valentino    Sep 17, 2018   (10 reactions)   tags: Memory Dim TotalMemory As Long Dim UsedMemory As Long Dim TotalFree....RunMethod("totalMemory") UsedMemory = TotalMemory - FreeMemory TotalFree = MaxMemory - UsedMemory Text = " Max Memory = "...) Log("Total Free = " & NumberFormat2((UsedMemory / (1024*1024)), 1, 2...) Return Text End Sub Displays a Dialog and Log Messages Log: Max Memory = 512.00 MB Total Free... Page: 1   2   3   4   5   6   7   |