LiveBindings Designer
I'm using Delphi Berlin 10.1 Starter and C++ Starter. When I try to use the Livebindings designer it is not on the View Menu. When I click on the LiveBindings for a component a blank box is shown in...
View ArticleError on Delphi Seattle and ios (Class linkage error)
I tried to compile a simple form with a button so everything was compiled without any problem but by the time delphi tries to launch the app I get the message "Unalbe to launch process on 'my ip' using...
View ArticleAssigning colours to button fonts
I have been following David Millington's "Learn to program with C++ Builder" (using C++ Builder 10.1 Berlin on Windows 10). When implementing the calculator, I tried to change the font colour on my...
View ArticleDual Monitor/Dual IDE issues
I have 2 instances of the IDE open because I'm working on a client and a server. Also have dual monitors. This is Delphi 10. Let's say I have the client project on monitor 1, and the server project...
View ArticleDelphi 10.1 Berline Update 2 Installation
I used the web installer to uninstall update 1 and install update 2 which completed without error. Bizarrely, the platforms it wanted to install were not those that I had previously. Instead of Windows...
View ArticleLinux Client as a Target
I'm wondering when we're going to get Linux Client as a deployment target. Seeing as it's the 21st century, it's kind of hard to be excited by text-mode apps running on a central server. Does anyone...
View ArticleError in opening C++ Builder Project File
Hi, I faced an error in opening C++ Builder Project File. The C++ project file cannot be reopened after the project is saved due to the following error. This error only occurs by using the version of...
View ArticleRad Studio - Firemonkey Web Browser progress bar
hi All Just a short quick question, the Webbrowser component no longer has any while loading event. How would i show a progress bar for the page loading. Which event would i use? Thanks all Regards...
View ArticleiOS applications no longer work and debugging Mac OS results in hung IDE
With Berlin 10.1 Update 2 the following are broken: Cannot debug Mac OS applications - IDE hangs Cannot run iOS simulation, message is 'Session Ended' Pete
View ArticleSeattle terrible crash on WIN10
Using Delphi XE3 on win10, I have always had the system crash problem running a project inside the ide. I found somewhere that XE3, did not support OFFICIALLY WIN10, and to solve the problem (which...
View Articleadding Object to TListViewItem.Data fails
Hallo Using XE7 I'm trying to add a Object to a TListViewItem using the Data Property of the TListViewItem like: oListViewItem.Data['ArticleObj'] := aArticle; Reading this will return allways nil. What...
View ArticleClicking on TEdit under Android causes segmentation fault (11)
Any Android application which contains an TEdit from Delphi Berlin 10.1 throws error message 'Segmentation fault (11)' when I try to type on the TEdit component, also the source Code examples from...
View ArticleLarge fonts in inherited forms (Delphi 10 Seattle)
Hi, I am encountering a problem with large fonts in Delphi 10 Seattle and inherited forms. The two images below come from the same application, first executed in normal Windows fonts, then in large...
View Articledelphi 10.1 Berlin form.position:= DesktopCenter or ScreenCenter not work...
1. New-> Mult Ddevice Application Delphi-->Bank Application 2. set form1.Position:= desktopCenter or ScreenCenter 3. run Result form1 does not show on screen center XE7, XE8 are ok
View ArticleDelphi XE5 FMX on Android 6.0 Apps not working?
Hello, we recently got a new smartphone with Android 6.0 (Samsung Galaxy S6). However we can't run any apps on it that have been developed in Delphi XE5.The apps run just fine on Android 4.4 (SDK 19)...
View ArticleUpdating Windows SDK
I am beginning to make changes to a VCL application to look better on a 4k monitor.Running C++ Builder 10.1 Update 1 on Windows 10 Anniv. Ed. I've made some progress on the client area of windows, but...
View ArticleIs any strategy to support Persian Or Arabic language on android?
Hi Does the company plan to develop and add Persian Or Arabic language in Android embarcadero there Many of our customers need to support the Persian Or Arabic language, but over the years the...
View ArticleAndroid mute microphone
Looking for a way to mute the microphone on an android device. I have done this in B4a using the code below. Just not sure how to convert it to FireMonkey code. Sub SetMic(Value As Boolean) Dim rr...
View ArticleFireMonkey TFrames hierarchy not working on TForm
It worked to create a hierarchy of TFrames (TMenuFrame <- TBaseFrame <- TEmptyFrame) and add them to the Palette. It worked to add thew TMenuFrame to my Form (the first time), but after closing...
View ArticleXE8 + IOS9 - E2597 (ld: file not found: /usr/lib/libiconv.dylib)
Hi, I've the following error when I'm trying to upload an iOS 9 application from XE8. [DCC Error] E2597 ld: warning: directory not found for option '-FC:...
View Article