Answers
-
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
Delphi6 registration issues
AcceptedHi, I'm a Delphi user since the 90's. I have converted to RAD XE2 a couple of years ago but som software is still under Delphi6. My problem is that Delphi6 from time to time loses the registration info (related to Win10 updates?). I have a document... -
more than a month ago
Is there any release date for Embarcadero 10.3?
AcceptedHello, I would like to know if there is an official release date for Embarcadero 10.3. ... -
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
Database migration from Delphi 2007 Pro to Delphi 10.2
AcceptedHello all, I have a basic question concerning migration of my Delphi code for databases I created years ago and still use. The databases were created using Database Desktop, for example, a radioactive material decay database named decay.db. From my... -
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
AndroidManifest.xml not found??
AcceptedHi, I downloaded Delphi 10.2.3 trial in order to test it for Android developement. Unfortunately I can't built any projects at all as I constantly get the same error: "C:\Users\Guru\AppData\Roaming\Embarcadero\BDS\19.0\AndroidManifest.xml" not found.... -
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
Problem with schemaadapter and blob filed
AcceptedWe have problems with blob-fields. We test a client/Server Project with firedac. At the server we save a query result with a schemaadapter. At the client we load the result from >>server FDSchemaAdapter.SaveToStream(Result, TFDStorageFormat.sfJSON); ...