B4A Question ContactsRawConstants library - Erel (first post)    Sep 1, 2022 You can find all libraries with the site search: https://www.b4x.com/android/forum/pages/results/?query=ContactsRawConstants&prefix=1,2,3,17,24,29
If you don't find a library then it doesn't exist, like in this case.... B4A Question Raw ChatGPT class for B4X - JackKirk    Mar 14, 2023   (14 reactions) as a ChatGPT API has emerged, I have cobbled together the following raw ChatGPT class.
You can take... see raw input string
'Log(chat_string)
'You can add optional parameters... B4A Library [class] ContactsUtils - Provides read / write access to the stored contacts - Erel    Aug 26, 2016   (13 reactions) ContactsUtils is a class based on ContentResolver library. ContactsUtils allows you to read all kinds of information from the device stored contacts and also to modify the information, add new contacts and delete existing contacts. Most of the methods expect a contact id. You can get this id by calling one of the Find methods. All the Find methods return a List that holds cuContact items. The cuContact object holds the contact name and id. With that id you can get more information, add or... B4i Code Snippet Using OBJC to find the values of native constants - Erel    Mar 10, 2024   (5 reactions) Apple documentation doesn't list the actual values of the various constants.
These values are needed when calling native methods with NativeObject.
You can use OBJC code to log these values:
#if OBJC
-(void) test {
NSLog(@"%@", NSForegroundColorAttributeName);
NSLog(@"%@", NSUnderlineColorAttributeName);
NSLog(@"%@", NSUnderlineStyleAttributeName... B4A Tutorial [B4A] [Class] [Contacts] wmContactsUtils - enhanced ContactsUtils - walt61    Oct 12, 2021   (14 reactions) This is an enhanced version based on @Erel 's ContactsUtils v1.20.
NOTE: DeleteContact didn... 1 indicating that the deletion had taken place; the contact was just still there after the call... B4J Library PocketBase - RawSelect (A route/handler to execute SELECT SQL Commands) - Mashiane    Aug 22, 2025   (2 reactions) Hi Fam
Compatibility: v22.35 and below
In b4j we have a way of adding routes and writing handler code, same with PocketBase. In PocketBase, one is able to create handlers via javascript and then pub... B4A Question B4XPages & shared constants - luke2012    Aug 16, 2020 Hi all, within a B4XPages framework (from @Erel) app I need to share some (app) global constants. For example: Public Host As String = "https://acme.com" Public WSNodeURL As String = Host & "/node/" Public WSFormat As String = "?_format=json" MY... ANDROID Within B4A app I can use "Starter" service to set the above public constants. CROSS... of access for the above constants (so I can call "Starter.WSNodeURL " within B4A and... B4J Library PocketBase - RawUpdate (A route/handler to execute UPDATE SQL Commands) - Mashiane    Aug 19, 2025   (1 reaction) Hi Fam Background RawUpdate is a new addition to the pocketbase routes. Its purpose is to help anyone execute UPDATE SQL Commands directly to their pocketbase back-end. 166144 You need to drop the file to your pb_hooks directly and you are able to execute the update commands Here you pass the collection you want.. http://127.0.0.1:1001/api/rawupdate/bma_course Then pass the body of the record to update. The filter works like your where clause. { "record"... B4J Library PocketBase - RawInsert (A route/handler to execute INSERT SQL Commands) - Mashiane    Aug 18, 2025   (1 reaction) Hi Fam.. Background With this route / handler, you are able to execute inserts in your database using parameterized sql command. You can also specify which fields should be returned from the record that was added. Copy the attached file to your pb_hooks directory and restart the app. Example SQL Statement generated internally. INSERT INTO bma_course (name,startdate,enddate,manager,active,id,c... Share My Creation TBirdSync: Thunderbird contacts/calendar/tasks mirroring from PC to Android (sources included) - walt61    Nov 13, 2021   (17 reactions) .at/en/) for years to sync my contacts, calendar, and tasks from a Windows PC (first MS Outlook, then... 113346 What does/doesn't it do? It DOES: - Synchronise Thunderbird contacts with one or more Android devices; contact matching is based on the combination of first and last name (which means... interaction. If you only want to sync contacts, ICSx5 is not needed. Getting started - Get ICSx5 (see... the performance hit is reasonable. Other - Deleting contacts (which is also used to update them... Page: 1   2   3   4   5   6   7   |