RAD 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 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 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 ArticleListview with dynamic appearance and Android view not working
With XE 10.1 does anyone get "Cannot assign a TAppearanceObjectItem to a TAppearanceObjectItem" if you have a multidevice application with a listview on it set to dynamic appearance and you then create...
View ArticleTScrollBox Not Working On OS X
I've a problem with TScrollBox not showing scroll bars on OS X, works fine on Windows. Tried running Samples\Object Pascal\Multi-Device Samples\User Interface\ControlsDesktop\ControlsDemo and get same...
View Article10.1 C++ Run Command from Menu broken
Since 10.1 Berlin when I click on "Menu->Run->Run" or enter a key which I had assigned via GExperts to the "Run"-Command it only functions at the first attempt, if I try it again, the command...
View ArticleHow do I update an expression calculated field before changes are posted?
I have a calculated field that is editable, when the value changes it updates the underlying database field that it is calculated from, however as soon as I move to another cell (without posting) the...
View ArticleHow can I set PrintDialog's options in background.
Hi everybody. I want to print something with Printer of "Microsoft Print to PDF" and file name of "myfile.pdf". But I do not want to show any dialog box. /* This is a code displaying PrintDialog and...
View ArticleDebuggen DELPHI 10.1 Berlin
Wie kann ich mit 10.1 Berlin debuggen und nur in meinen eigenen Sourcen bleiben (kein Aufruf/Übergang in VCL/System oder sonstige Module). Ich bin von DELPHI XE2/3 umgestiegen und habe das Problem,...
View ArticleError with the datasnap rest client module wizard
Hi, I have a DataSnap Rest Server created with Delphi Berlin and DataSnap Rest Client Module both in a local development without problem. I created one DLL with the wizard for IIS and the server is...
View Articledrawer not overlapping TWebBrowser Component
I'm developing a web browser with C++Builder 10.0 Seattle that uses a drawer as its master navigation, but the drawer does not overlap the web browser component. I've tried everything but cannot seem...
View ArticleSCPI commanmds in Delphi?
Does anyone have any info on how to implement SCPI commands in Delphi? I need to capture data from a digital multimeter. Thanks.
View ArticleHow can I create an event handler for a non published but public event in...
In RAD Studio 10.1 Berlin quite a few things has changed from previous version. In FMX there are a few previously published events that has now been changed to only be public. I have a Multi Platform...
View Articleparse an Uri Androidapi::JNI::Net
Hello to everyone!!!I want to launch google maps with some coords that i have on my app.Acording google´s documentation i have to add to my intent an uri. // Create a Uri from an intent string. Use the...
View ArticleXE8 Build release IOS App error ERROR ITMS-90502: "Invalid Bundle. Apps that...
I receive the error: ERROR ITMS-90502: "Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist." I Try ser the...
View Article