Custom style on iOS
Why did the RAD Studio 10 Seattle crash when I tried to Edit custom style on iOS for any control? How can I create different custom styles for TrackBar on iOS. It seems to me very strange! I have...
View ArticleRAD Studio vs C++ Builder
I want to know if I buy C++ Builder 10, NOT Rad Studio 10, can the C++ Builder environment compile the .pas files that many of my projects have? I haven't created a Delphi project in over 10 years, but...
View ArticleAre components which are compiled with bcc32 compatible with application...
Hello, I wonder if components which I have compiled with the classic c++ compiler bcc32 are compatible with applications compiled with the new CLANG enhanced c++11 win32 compiler bcc32. I would like...
View ArticleIDE takes 18 minutes to load!
I use RAD Studio XE2 and since installing Appmethod 1.17, it now takes 18 minutes, yes, 18 minutes to launch the IDE. The splash screen shows, shows the different languages' c++ builder, Delphi are...
View ArticleFMX components trigger premature mouse events in iOS - Delphi 10
I have a simple Multi-Device application that consists of a TTabControl, 1 TTabItem and a TButton on in the tabitem. If I press and hold the button down, onMouseUp is triggered before I let go....
View ArticleDevice Information
Dear Friends Is there any component or source code for getting system informations from device ? - UUID, DeviceType/Version, OS Version, WIFI, PhoneNumber, DiskInfo, etc details and id datas from device
View ArticleNetwork Connection State
How can check internet connection is active or not on ios and android devices ? And also how can get connection type (WIFI, 3G/MobileDataConnection, etc) ? Thanks Ahb
View ArticleDataSnap VCL App server hangs when exit
Developed DataSnap VCL App server with MySQL connection. Android and windows devices communicate through HTTP with the DataSnap server, after a day of use when you try to close the DataSnap VCL App...
View ArticleDelphi X10 administrator privileges
Hello!I have seen that there is a new option in Delphi XE10, wich is to provide, in theory, administrator privileges to the application.But when I check this option, I get an error when compiling:...
View ArticleFMX.frxFMX was compiled with a different version of FMX.Layouts.TScrollBox.Paint
AS son as i install Fastreport FMX in Delphi 10 Seattle when a compile or build I had this message: FMX.frxFMX was compiled with a different version of FMX.Layouts.TScrollBox.Paint I´d tried to clear...
View ArticleDUnitX / C++
I am converting DUnit tests to DUnitX tests using C++ Builder 10. I have a test that verifies that an exception is thrown, and I see that WillRaise() is available for this in DUnitX. WillRaise() takes...
View ArticleMacOS document types?
When I click on a MacOS document, the app that made it is launched. However, when my FireUI app makes a document, it has a generic icon and when I click on it the Mac says, "There is no application set...
View ArticleJava2OP.exe for *.java files?
Hi, Is there an option to use Java2OP.exe to import and generate *.pas files from *.java files like for example KeyboardLayout.java ? Thanks, Asaf
View Articlescan a network WIFI for returning the devices connected IP and device name
Hi to all, I need to develop a smartphone app for iOS and Android that scan connected devices into a local WIFI returning the IP, name and MAC of all of them, detecting and getting first current IP...
View Article64-bit C++: Unresolved external 'Vcl::Graphics::TMetafileCanvas::TMetafileCanvas
Once in a while with new updates of the C++-Builder (and then quite long-living) there pops-up a problem with the linking of the TMetafileCanvas procedure (X2...). Now a déjà-vu appears while...
View ArticleXE8 - SQLite
Hi, since upgrading to XE8, none of the alias SQL commands are being recognised inthe TADO Query component. That means if I haveexplicity named a column (either when the column is a comptutation or...
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 ArticleXE10 Debugger crashes immediately
The Windows 10 Application Event log has this entry: Faulting application name: dbkw64_23_0.exe, version: 230.1508.7.26052, time stamp: 0x55c57a36Faulting module name: msvcrt.dll, version:...
View ArticleParallel Library Problem
Hi, I am trying to call the synchronize method when on background thread using the following call: TThread::Synchronize(0, _di_TThreadProcedure(new DownloadSync(tmpImage, memStream))); However I am...
View ArticlePPL Problem - TThreadProcedure unmatched?
Hi, I am trying to call the synchronize method when on background thread using the following call: TThread::Synchronize(0, _di_TThreadProcedure(new DownloadSync(tmpImage, memStream))); However I am...
View Article