Listview 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 ArticleWhy does XE7 rebuild my project when I use F5, when no files have been...
I'm currently using XE7, and I have a project group with about a dozen VCL projects in it, some of them rather large.When I have one of my projects selected as the active project and I click F5 to...
View ArticleHow can I use TCombobox->Items->AddObject("String",TObject)
Situation: I need to save into the combobox two parameters, a String(user can see) and an int (user can't see). How can I convert a String/int in TObject or, if it's possible, convert one of my...
View ArticleMacro to get all relationships - how to exclude sub-types?
I've adapted the macro EXPORT RELATIONSHIP INFO TO EXCEL v2.BAS in Data Architect - however the Model.Relationships object returns sub-type "relationships" in addition to the actual entity...
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 ArticleFrom BDE to FireDac : Problem with accentuated characters
Hi, I'm moving a Delphi application from the BDE to FireDac (and from Delphi 7 to Seattle, but that's another subject). This application uses a MSSSQL database.I'm facing a problem related to the...
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 ArticleProblem with midas.dll and ClientDataSets
I am working on a Delphi program in XE7 that uses three ClientDataSets, each with its own TDBGrid on separate TTabSheets of a TPageControl. When I use the scroll bars on the TDBGrids to change records...
View ArticleD3D11 Header Files out parameters problem
I have a small code like this: var rtv_in, rtv_out: ID3D11RenderTargetView; dsv_in, dsv_out: ID3D11DepthStencilView; begin //... some code here to setup rtv_in and dsv_in;...
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 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 ArticleC++Builder: Link error when calling a method from a Jar file
I'm developing a mobile app using C++ Builder Berlin 10.1 which use a Jar library to scan barcodes. With Java2OP, I obtained a Delphi Bridge File to use the functions of the Jar. I translated it to C++...
View ArticleError Insight not working
Delphi IDE 10.1 and 10.0 Error Insight not working. Options is set. In options->Code Insight->Error Insight is check. Edit: After reinstalation work.
View Article