Send / receive SMS with Firemonkey in C++
Hello, Firemonkey is new to me (Never used RAD studio but used Borland C++ Builder for a long time). At the moment I am able to make a quick app with buttons and upload them to a Nexus 7 tablet. Now, I...
View ArticleFMX.WebBrowserEx, anyone?
Hello, I'm trying to retrieve the HTML code from an FMX WebBrowser with Seattle. It works fine with Windows, but not with Android. Source here:...
View ArticleLoad String into TWebBrowser?
Hi, I intend to load a String Stream into a TWebBrowser, I found the following example: http://delphi.about.com/cs/adptips2004/a/bltip0104_4.htm The big problem is that our TWebBrowser, in Appmethod,...
View ArticleBox2D headers missing from Berlin?
As my karma would have it, the very first sample I decided to check out, "TestBed", failed to compile on account of Box2D.h . At first I thought it was my non-standard location to blame, but no,...
View ArticleParadox Table in FireDac
Hello! I am trying to access and edit a Paradox table using Firedac with ODBC driver. I can access fine but when I attempt to post an edit to the database I receive an error. "raised exception class...
View ArticleiOS applications no longer work and debugging Mac OS results in hung IDE
With Berlin 10.1 Update 2 the following are broken: Cannot debug Mac OS applications - IDE hangs Cannot run iOS simulation, message is 'Session Ended' Pete
View ArticleWhy BluetoothLE don`t have pairing/bonding methods ?
Component BluetoothLE you provided not have any security options ! Even simple pairing with code as in classic devices ( headphone) !
View ArticleSamsung Galaxy Grand Prime not detected
Hello, I am new to Firemonkey. I am able to create a quick test app and upload it to a Google Nexus 7 tablet. However, I now want to create a new project to test on a Samsung Galaxy Grand Prime phone...
View Articleabout TCalendar
Using TCalendarI need to change the background color any day I want.When the calendar begins some days that I determine, they will be with theDifferent background color.Thank you for your help
View ArticlePreserve main form color background when using Style for Delphi Seattle
I cannot change background color to designed one for main form even I excluded seClient from StyleElements. I found it's happened because FormStyle is fsMDIForm. If FormStyle is fsNormal background is...
View ArticleHow to create remote push notification using Firebase Cloud Messaging
Hello someone, i need your help. i'm very confused about push notification use firebase cloud messaging. can you help me? please explain to me how to create remote push notification or give me example,...
View ArticleListView item anchored?
Hi,Is there a way to have the ListView item positions adjust depending on the form size, or portrait/landscape presentation?I have a ListView with all my items set correctly using the "Toggle Design...
View ArticleXE7 Debugging Problems
I recently installed XE7 and tried to use the debugger on a simple application. It compiles and runs, but when I use F9 to run with debugging the IDE crashes. The final error message is "Debug process...
View ArticleDoes iOS trigger OnDiscoverLEDevice differently than MacOS and Android?
I have a test app created to simply list all devices found during a "DiscoverDevices" call e.g. BluetoothLE1.DiscoverDevices(60000); In MacOS and Android, the "OnDiscoverLEDevice" event is called...
View ArticleBLE: unexplained delay while WriteCharacteristic (XE8)
Hello, in an App for Andriod an iOS i use TBluetoothLEManager to communicate between mobile and a BLE-Device. To send data to the BLE-device, i use the code-sequence:...
View ArticleProblem with the bluetoothLE on Android devices
Hello, I'm having a big problem in discovering bluetoothLE devices on XE8. My App for android crashes when searching for devices, giving me back 'duplicates are not allowed' in the TDictionary class....
View ArticleFirebase Cloud Messaging & Delphi 10
Can i remote push notification with delphi 10 and firebase cloud messaging? Web Developer, PHP Addcited.blog: http://blog.binadarma.ac.id/ramadhansutejo
View ArticleLogin with Facebook crash only on iOS (source code included)
Hello! I'm facing some problems with login with facebook account in my app (Rad Studio Berlin 10.1). I create a form and put a TWebBrowser to get AccessToken from Facebook. Once i got AccessToken, i...
View Articlesolution for first item in the TIB_lookuplist get disabled(or not opened )
i'am using delphi bds2006. On my delphi application iam using TIB_lookuplist control and TIB _incsearch control for index search in my MDImain Form. While searching in TIB_incsearch the result will...
View ArticleHow do I provide a String file name to fopen()?
I need to construct a file name as a String, and then use fopen() to find out if that file exists. However, it seems that fopen() won't accept a String as the filename parameter. The following...
View Article