Application Development
-
more than a month ago
RAD server apache installation
AcceptedHello, I'm trying to deploy Rad Server 10.2 under apache on linux. I installed Interbase xe7 and register my Rad server licence. When running EMSDevServerCommand it works correctly I can can access default ressources and a custom ressources. ... -
more than a month ago
Fmx - Invalid ImageList Index error
AcceptedWe are getting this error everytime we save any file on any fmx project or perform some actions, like change object property on object inspector, or change from code to form. I don´t need to say that this is very annoying. I have googled for a solu... -
more than a month ago
Invalid ImageList Index
AcceptedMessage box: Erros: "Invalid ImageList Index" This message keeps popping up when working with FireMonkey. I have tried everything. Even on new projects. it's annoying. I read it online that other people are having the same issue. any fix? I don't e... -
more than a month ago
Error while sending a bug report
AcceptedWhen I try to send a bug report in Delphi Tokyo It ends up with the message Xml document must have a top level element - Line 0. I wanted to send a report that the copy paste of a simple component in the multiview application is not working and c... -
more than a month ago
BLE: unexplained delay while WriteCharacteristic (XE8)
AcceptedHello, 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: CR_GattService:=FBLEDevice.GetService(CR_SERVICE); CR_GattCharac... -
more than a month ago
TPath from System.IOUtils vs FMX.Objects
AcceptedHi, I have new MultiDevice project: uses System.IOUtils ... dir := TPath.Combine(TPath.GetDocumentsPath, 'plikZAparatu.jpg'); and when I add Timage to project, it adds FMX.Objects to uses ... and TPath.Combine or TPath.GetDocumentsPath stops wo... -
more than a month ago
TabSlideTransition demo on my IPhone via PAServer on my Mac, but when it is compil.ing it shows the error: [bcciosarm64 Fatal Error] CoreFoundation.h (17): 'stdarg.h' file not found
AcceptedI am trying to run the TabSlideTransition demo on my IPhone via PAServer on my Mac, but when it is compiling it shows the error: [bcciosarm64 Fatal Error] CoreFoundation.h (17): 'stdarg.h' file not found.Please help.... -
more than a month ago
Calling a c# dll
AcceptedHello, I have a 32bit app developed in Delphi 2009. Is it possible to call a 64bit c# dll from this application? Also how can the dll "work" as a 64bit process? Thank you... -
more than a month ago
Decimals??
AcceptedHi I have created a calculated field which determines the average of two sets of figures. Here is my code in the OnCalculatedFields event : Try Dataset.FieldByName('calcAverage').AsSingle:= Dataset.FieldByName('TotalPoints').AsInteger div... -
more than a month ago
Delphi freezes Windows 10
AcceptedDear, I installed Delphi 2007, Delphi XE and Delphi 10.2 on Windows 10 machine still having same issue with latest version Delphi. I created very small project with Delphi 10.2 that connects to Oracle database using TFDconnection while debugging Win... -
more than a month ago
Error stdarg.h not found
AcceptedGood Morning, Recently I downloaded the latest trial version of RAD to evaluate it in order to program against IOS or choose other development options. After configuring the system and obtaining the necessary SDKS I have a problem when building... -
more than a month ago
How change icon message when receive an ios push notification
AcceptedMy app icon was configured without any problem. See image bellow: But, when my app is closed and i receive an iOS push notification, it doesn't shows my app icon... it shows delphi icon. See image bellow: Is there any way to fix this... -
more than a month ago
Delphi License
AcceptedI have 3 PCs running Delphi 10.2 Tokyo. I renamed each PC to make things easier on the network. Now none of those computers will run Delphi. License problem. If I try and enter my license details, it says I have reached the limit. I tried putting one... -
more than a month ago
How to test app .ipa before submitting to Apple
AcceptedI would like to to test an Application Store build of my app before I submit it to Apple. I have tried installing the .ipa onto a test device using Mac & Xcode 9.3 but I am getting errors. Can someone suggest a working method? ... -
more than a month ago
SDK not compare in list of SDK manager
AcceptedHi All, i've a problem with debug an multiplatform application with delphi tokyo. With android SDK works all fine, but when I try to debug with IOS I reach the PA server but in delphi I can't select the correct SDK that I need (11.2), i see only 11.3... -
more than a month ago
Embarcadero RAD Studio for Windows has stopped working
AcceptedI am using 10.2.3. I had same issue with 10.2.2 but not XE. Issue began quite recently I do a build and when attempt to run program, message "Embarcadero RAD Studio for Windows has stopped working" appears. When following debug mode one of the two ... -
more than a month ago
debug mode versus application mode
Acceptedhello, once again I answered my own question. I found the icon for my app, and can control it just like any other app, even with the cord disconnected. Still getting used to this Android environment.... -
more than a month ago
Debug mode versus application mode
AcceptedNow that my first Android application works on my tablet with the debug umbilical cord in place, how do I remove that cord and still be able to START/STOP my simple app on my tablet as a normal tablet user would be doing after deployment?... -
more than a month ago
Java JDK
AcceptedHello, I answered my own question about the JAVA JDK. Something Jim McKeeth wrote led me to look under the TOOLS MANAGE PLATFORMS menu choice, and I was able to download the JDK from there. Problem solved. My first Android application runs on both ... -
more than a month ago
Java JDK
AcceptedJust getting started with Android development inside of Delphi 10.2.3. Tried to install Android SDK but was told to install Java JDK. Searched on web. Which version do I use, and where is the safest place to get it from?...