Load 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 ArticleHow do you change the colours on a tabsheet in BERLIN
I am converting my Delphi7 projects - I have a program with a TPageControl and 4 Tabsheet pages. Berlin accepts the code and compiles but changing the brush color of the page control does not change...
View ArticleTwo different versions of Delphi Starter on same machine.
I have a paid version of Delphi XE2 Starter on a windows 8.1 64 bit machine and would like to know if I can install Delphi 10.1 starter on the same machine and if there are any methods that should be...
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 ArticleTryAcquireSRWLockShared dependencie
I have a service that was working fine on Windows 2002. Now with berlin, I recompile the same project. For now I have some dependencies by TryAcquireSRWLockShared. I would like to find some way to...
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 ArticleProblems installing Delphi Starter edition.
Can not install Delphi Starter. Operation error: Cannot load data from the server: Problem extracting compressed file. Downloaded file seems to be corrupted.
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 ArticlePossible bug: Relation between master/relation FireDAC queries fails because...
The Master/Detail relation between two queries with FireDac will fail when these conditions are met: a) Binding is through SQL parameters. b) Parameter names contain special characters, for...
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 ArticleHow to extract file path on Android device
My client is currently running a Delphi application. He would like to be able to take pictures using his Android phone to be viewed in that application. I can see the filename from the Delphi app...
View Article