Delphi 10.1 and Android development using an Android emulator?
I have upgraded from Delphi XE to Berlin 10.1 hoping to be able to prove the concept of multi-target development. Rather disappointingly I find I now have to have a MAC to be able to deliver any app to...
View ArticleFuture of CodeSite
Hi, What are your plans for CodeSite? Will there be continued development? Will Visual Studio support be maintained going forward? Thanks....
View ArticleADT no longer developed by Google?
Hello, Since Google stopped maintenance of ADT: how will this affect Android development with Delphi? Are there any suggestions how to continues Android development Kind regards G.
View ArticleBad behaviour changing the device orientation
Hello, I'm trying the C++ Builder for mobile development, but at the first samples that I've run, or even making a project from the scratch and adding to it any control with the Align = Client (I've...
View ArticleBDS 2006 License server crashed
Dear Team, We are working on BDS 2006 for our application development for the last 8 years. our company has procured a 5 user license from Borland (code gear not sure). License server crashed and we...
View ArticleWINXCTRLS.RES
Hi, I get this, is there anything I can do? [ilink32 Error] Error: RLINK32: Unsupported 16bit resource in file "C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\18.0\LIB\WIN32\RELEASE\WINXCTRLS.RES" Steve
View ArticleCode Insight not working with Android target
I am developing an Android app - when the target is 32-bit Windows, Code Insight works just fine, but when I set the Target to be an Android device, Code Insight does not work at all. Is there a fix...
View ArticlePAServer can't work
Hi, I has C++ builer Berlin installed in my computer. This days, I update C++ builder to RAD Studio because I need Delphi. But after installed RAD Studio the PAServer can't connect any more. I get...
View ArticleCustom Cursor on Firemonky
I'm trying to determine if there is anyway in firemonkey to use a custom cursor on an object. I'd like to be able to use a flat hand cursor when over an image that can be panned, but cannot find anyway...
View ArticleHow to simulate key down under Delphi FMX
how to simulate key down var Key: Word; KeyChar: Char; begin // under FMX how to simulate key down // input '-' to Edit1 Edit1.SetFocus; key:=0; KeyChar:='-'; if...
View ArticleRAD Studio 10 Delphi FMX project compiled in Studio 10.1 creates access...
I have a Delphi Multi platform FMX project that compiles fine in Studio 10 and runs fine on all target platforms. Windows, OSX and Android is tested so far. The project uses Styling. When I open the...
View ArticleDebugger not working on Android devices with OS Version 6.0.1
Debugging on android-devices worked perfectly until the operating system was updated to 6.0.1. Now, when I launch the app, the compiler gets stuck at "launching ...", the application actually runs on...
View ArticleNo platform available for current project.
Hi! I have installed Trial Berlin 10.1 versiion After that i get Professional lisence and add platforms via Platforms and Extensions Manager / But get the same errors. when try to crate new...
View ArticleConverting my apps from Delphi Seatle to Berlin need help with the new...
I am looking for an example on how to setup TDialogService.MessageDialog I need to convert the fmx messagedlg to messagedialog since I am getting this:[DCC Warning] MainFormU.pas(169): W1000 Symbol...
View ArticleMissing export filters in FastReport FMX 2.2.1 embarcadero edition
Hi, I have installed FastReport FMX 2.2.1 for Delphi 10 Seattle on a windows 7 machine.I have downloaded it from the "registered user downloads" section of the EDN.Now I am trying to export a generated...
View ArticleUsing images in a vcl app created in a firemonket app
I have a FM app on my phone that saves pictures to a sql database blob field. I can access them from my FM desktop app fine. Now I need to access them from a VCL desktop app. I can save the blobfield...
View ArticleFMX ListView and ListItemEmbeddedControl
I have an FMX Listview in an application. When adding rows I have also add an object that descends from TListItemEmbeddecControl. In the container of the object I create a TEdit control It all works...
View ArticleIDE is freezing
I keep having the problem that when I am adding available source code to my current project the IDE starts hanging/freezing - sometimes a few seconds but now most of the time for indefinite times. I...
View ArticleConverting from messagedlg to the new MessageDialog Method
I am looking for an example on how to setup TDialogService.MessageDialog for Delphi Berlin I need to convert the fmx messagedlg to messagedialog since I am getting this:[DCC Warning]...
View ArticleLinking problem
Hi,According to the map file both Indy and Datasnap are being included in my app. But I am no longer using either of these items. And I think I have removed all references to them.How can I find out...
View Article