Crossplatform Mobile App Development
I want to know which is the best tool to make mobile apps in crossplatform app development. Some of them told me to go with xamarin, I'm too enquired a xamarin app development service...
View ArticleDevelopping a YouTube Video Mixer using C++Builder and CppWebBrowser
Dears, Using C++ Builder 6, I'm trying to develop a YouTube audio/video mixer, using two TCppWebBrowser on two forms that will overlap and alphablend so that the video is mixed. Performing a YouTube...
View ArticleNested COM interfaces
Are there any examples in C++ of nested COM interfaces?  All I can find are simple flat, eg a CoClass with a method to show a message and a property to change a string. But real COM object models...
View ArticleProblems with displaying Hints in berlin 10.1
Hi, I installed Delphi Berlin Enterprise with some difficulties, but .... now it works It seems that Hints dont work properly, in the IDE and at runtime. For exemple: a small form (showhints = true)...
View ArticleConnecting to a streaming service with FM issue with android.
  I am unable to connect to a streaming service with android.  Windows and IOS have no issues. I have downloaded the example programs and have the same issue.  Android becomes unresponsive using...
View ArticleCompiler for personality "Delphi.Personality" and platform "Win32" missing or...
This error hasn't come up over the past two weeks I have been running Berlin (10.1) but now prevents me from doing anything. How do I solve it?
View ArticleRegistering midas.dll without Admin privileges
I have an application that uses midas.dll because it contains TClientDataSets.  I would like to have this run under non-Administrative accounts.  It appears that midas.dll does not export the...
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 ArticleText color of open file dialog with bitmap style designer
Hi. Fairly new to the Bitmap Style Designer so please bear with me... When implementing a new skin into project that is dark and then using windows open file, it seems Windows 10 makes it hard to read:...
View ArticleRuntime permissions in Android (Delphi XE10.1)
Good afternoon! I would like to know whether I can in firemonkey request permission to use the resources of critical devices such as GPS? As it can be implemented in Delphi?
View ArticleJCL/JVCL and 10.1 Berlin Installation Issues
Hi all, Has anyone else been having a nightmare installing the JCL/JVCL on 10.1 Berlin?Personally, it's starting to get to the point where it just isn't worth the effort to use any of the JEDI stuff...
View ArticleFireDAC MS Access 97 - rare but regular failure to Insert
 Using C++ Seattle 10, Subscription Upgrade 1 running on Win 7 professional 32 bit and using an MS Access 97 database (as specified by the customer because of all their legacy Access code that they...
View ArticleHow to put menu bar in Apple menu bar on Mac OS by C++ Builder?
I found there's example to use TMenuBar's UseOSMenu property to place main menu for Windows and Mac. But it seems that is for Delphi only. I can't find the same property in C++ Builder FMX TMenuBar...
View ArticleMissing Glyph property (TSpeedButton) in OI
Hello, I'm using RAD Studio 10.1 Berlin (Version 24.0.25048.9432) since yesterday. Somehow the property 'Glyph' is missing in the obbject inspector. The property 'Flat' is also missing. Anyone an idea...
View ArticleFiremonkey app not displaying combobox dropdown list on Win 7 pro sp1 pc.
Using 10.1 Berlin Update 2 I have a simple FMX app that contains 1 combo, 1 editbox, 1 button and a grid. Everything works on most win 7 and all win 10 pc's I've tried. But, the combobox (with 3...
View ArticleCreating a custom column in TGrid
Hello, I use a Delphi 10.1 Berlin with FMX. I wonder how to create a customized column in TGrid, in which every cell will be with a TButtons. Maybe You know? I found some solutions, but those use older...
View ArticleTpie control usage in drawing pie chart in C++ builder 2010
Hi, Â I have legacy desktop application by using Embarcadero C++ builder 2010, In that i want to show pie chart with different values on dashboard. for that i am trying to use Tpie control to draw Pie...
View ArticleFavorite Projects
Is there a way to display more than 5 projects in the Favorite Projects section of the start page in RAD Studio Berlin? The list scrolls if there is more, but we used to be able to see 10 projects at...
View Articlehow to make bidi in fmx(firemonkey) text android ?
https://github.com/FMXExpress/android-object-pascal-wrapper/blob/c72e8dd237e4bb5a58e7c443680711ee75c4e8c0/android-n/java.text.Bidi.pas  type JBidi = interface;  JBidiClass = interface(JObjectClass)...
View ArticleHow to load from memory stream to firemonkey (FMX) memo component in C++...
I used to use below code to load plenty of text to VCL Memo. LogMemo->Lines->BeginUpdate(); LogMemo->SelStart = LogMemo->GetTextLen(); LogMemo->SelLength = 0; LogMemo->SelText =...
View Article