B4A Question How do you generate a GUID?? - alvinmb    Mar 22, 2012 I have a requirement to generate a GUID for each request that I send to a server. Android has a UUID class. How would you do this in B4A?... B4i Question How to generate GUID? - Erel (first post)    Jan 19, 2018 https://www.b4x.com/android/forum/threads/b4x-how-to-get-a-guidtype-simple-type.88137/#post-557601... B4i Tutorial Dummies Guide to Getting Started with B4i - Falcon    Aug 11, 2021   (41 reactions) generously to help me. So in the spirit of giving back to the community, I have created a 'Dummies' guide which I hope can be of assistance to other beginners. The purpose of this guide was to... pretty much a 'noob' myself, but this guide was created by my own personal experiences and trial and errors. You use this guide at your own risk. Some of my methods may/may not agree... by clicking it's icon. Generally if the icon is not a Light Blue colour, but rather Black... Share My Creation [Web][SithasoDaisy5] Low Code - A Source Code Generator for your Beautiful BANano WebApps - Mashiane    Oct 19, 2025   (4 reactions) Hi Fam Experience it for yourself In 7 simple steps, you can have a running WebApp with CRUD functionalities... 166808 As the name says, SithasoDaisy5 Low Code is a tool to generate source code for your BANano based WebApps using SithasoDaisy5. This TOOL IS NOT FOR SALE OR FOR RESALE but for the use by the b4x community for FREE, by using this tool you bind yourself to the BANano LICENSE...: Chop & Change your Forms as you see fit 166812 Step 5: Generate the source code (see the first... B4A Question [B4X] GUID uniqueness - udg    Mar 20, 2020 Hi all,
I read a few threads about the generation of a GUID (e.g. this one). My question is more about the real uniqueness a generated GUID is supposed to have.
I mean, if hundreds or thousands... B4A Code Snippet [B4X] GUID - Erel    Oct 31, 2019   (23 reactions)   tags: Erel Sub GUID As String Dim sb As StringBuilder sb.Initialize For Each stp As Int In Array(8....Append(Chr(c)) Next Next Return sb.ToString End Sub Example: Log(GUID) Log(GUID) Log(GUID) Log(GUID) 055AF933-59E8-C059-7291-E3BA80BD9804 60040AA2-B054-3E3B-44D3-80616AD78915 00A21FC9-EFFE-9C4F-9560-ABBECCA47E2E 614B0C4D-C52B-E745-2F3C-B8ED55B67D14 Code to generate UUID version 4: https://www.b4x.com/android/forum/threads/guid-vs-uuid-can-i-use-guid-as-uuid.110970/#post-692302... B4A Class [B4X] PDF Generator - B4X Cross Platform - Class 100% B4X Code - spsp    Jan 3, 2024   (56 reactions) Hi, This class cPDF.bas (version 0.6 - 2024-01-03) generate PDF File with limited fonctionnalities (but enough for me) Add pages with different paper size (use constants or custom size) PDF standards font (Courier, Helvetica, Times, Symbol and Zapfdingbats), style (Normal, Bold, Italic, Underline and StrikeThrough), encoding cp1252 draw text : single line of text at position x, y draw text flow with explicit and automatic CR at current x,y position with alignment (left, center, right, justify... B4A Question GUID vs UUID - Can I use GUID as UUID? - mcqueccu    Oct 31, 2019 this website ( https://www.uuidgenerator.net/ ) API to generate the UUID which works fine. Later, I started looking for ways to generate the UUID v4 internally in the app so I came across this thread - https://www.b4x.com/android/forum/threads/b4x-guid.99529/#content Anyways, I learnt UUID is like a subset of GUID, so I decided to use this B4X GUID code to generate the UUID but when I use... i change it to lowercase, i still get error Sub GUID As String Dim sb As StringBuilder sb... B4A Question EAN-128 bar code decoding function (GS1-128) - futurec (first post)    Nov 20, 2024 Hi Is it possible to create a GS1 QR Code Generator ? Please guide ... B4A Tutorial [java] Guide - Using onActivityResult - Erel    Jan 12, 2011 Starting with B4A V1.1 libraries can use startActivityForResult and receive the onActivityResult event. There is a new interface named: IOnActivityResult. public interface IOnActivityResult { void ResultArrived(int resultCode, Intent intent); } You should implement this interface and pass it to BA.startActivityForResult: public synchronized void startActivityForResult(IOnActivityResult iOn... Page: 1   2   3   4   5   6   7   |