-
more than a month ago
Not aloowed to start service Intent {act=com.honeywell.decode.DecodeService} without permission not exported from uid 10089 EJNIException
AcceptedI'm integrating with a reader and to do this use a library of the own collector. This way I create a java application and integrate this with my mobile application with JNI. But when I open my application on the device it gives a securityException er... -
more than a month ago
Integration with honeyweel sink, SecurityException DecodeService without permission
AcceptedI'm integrating with a reader and to do this use a library of the own collector. This way I create a java application and integrate this with my mobile application with JNI. But when I open my application on the device it gives a securityException er... -
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
Can I call a DLL for Windows in my Android-program?
AcceptedHi I would not expect to be able to call a DLLamd for windows, ie. for Intel processor, from my Android program? But when I read about it it says I can. But when I try I get an file-not-found error. I am confused. Best regards Poul... -
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
What happened to the Build database apps with client/server connectivity option to buy in Professional?
AcceptedC++ Builder 10.2.. Pro user Since the demise of upgrades, it would appear that the option to buy the FireDAC add-on (Build database apps with client/server connectivity) has been removed, at least I can't find a way to locate it. The demise of upgr... -
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
Difficulty producing a Windows Appx file in RAD Studio 10.2.3
AcceptedI'm unable to specify a valid Windows SDK Base Path in RAD Studio 10.2.3 for 32-bit Windows. It defaults to C:\Program Files (x86)\Windows Kits\10, which I can't locate on my W10 PC ???? Is there an up-to-date webinar available on using Desktop Bridg... -
more than a month ago
Canvas TextOut extrange behaviour
AcceptedHello. I have a big problem and I am not able to solve it. In last versión we have bought (Delphi 10.2 enterprise), when I use Canvas.TextOut with a string like 'SSCC:' it is printed as ':SSCC'. This does not happen using delphi 2010. Plese is ver... -
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
Tokyo 10.2.3 FMX, Grid PopupMenu for a column
AcceptedHello, (desktop application windows) I saw that each column of a grid can have a popupmenu property but i can't have this to work ! I am certainly missing something here, what is the proper way to have my column popumenu and not the "général" popm... -
more than a month ago
FMX/Android: current time is wrong
AcceptedUsing FMX/Delphi 10.2 Version 25.0.29899.2631 (10.2 update 3): On Android, if I use: Memo1.Lines.Add(DateTimeToStr(Now)); or Memo1.Lines.Add(TimeToStr(Time)); I will get a time that is one hour earlier than the time in the status bar of my mobi... -
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...