Hi All
I created a Delphi implementation of ULID - A Universally Unique Lexicographically Sortable Identifier. ULID's are a better option than GUIDs where sorting is needed
128-bit compatibility with UUID
1.21e+24 unique ULIDs per millisecond
Lexicographically sortable!
Canonically encoded as a 26 character string, as opposed to the 36 character UUID
Uses Crockford's base32 for better efficiency and readability (5 bits per character)
Case insensitive
No special characters (URL safe)
Monotonic sort order (correctly detects and handles the same millisecond)
https://github.com/VSoftTechnologies/VSoft.Ulid
Hans J. Ellingsgaard replied to Nicolò Blunda's topic in Cross-platform
I had some similar experiences where I couldn't get it to work satisfactorily. We have customers with all sizes of phones and tablets. I ended up
writing most of the positioning and sizes of controls in code, only controls that are aligned to client are not set in code.
Too bad they don't let you buy just what you need. If you just prefer to create Android and Windows, you should be allowed to buy just those two as add-ons. If you want Linux, then buy it as a addon. If iOS apps, or Mac OS apps..etc.
[SOLVED]
I've put on app boot a on the main form :
TFDPhysSQLiteDriverLink,
with the property :
EngineLinkage -> sIFDEStatic
Maybee an idea do do that from code ?