Google AdMob native ads.
How do i create ads in my firemonkey android applications (10.1 berlin) like these: https://support.google.com/admob/answer/6270315?hl=en ???
View ArticleWill there be more C++ Visualizers for the STL specifically std::vector?
I am using C++ Builder 10.1 Berlin using FireMonkey for the UI and STL std::string, std::vector for my data processing. I can translate between FMX and STL types OK, but it would be very useful to be...
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 Articletmapview - app crash
Delphi Berlin 10.1.2 Hi. I have android application with tmapview and sqlite DB. But if i use tmapview component on form then application crash after start.(oncreateform). I have google maps api ID...
View ArticleAfter updating to iOS 10, MacOS Sierra, and new XCode, iOS debugging now fails
I've just updated my iPad to iOS 10 (its 32 bit), updated my Mac's OSX to Sierra and updated XCode to 8 then installed the iOS 10 SDKs into Delphi. All according to the guidelines in...
View ArticleAndroid Service deny websocket from receive messages?
Hello everybody! Here with a fresh new problem. Now I'm stucked on Android services. I'm trying to use a push system, using the free version of sgcWebSocket that works fine. Usually, I just set the...
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 get Android Phone name, not the model
Using Delphi 10.1 with update 2: how to access the phone name and not the model name for android device. Thjis is the device name that the user rename there android device? Thanks Walter
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 ArticleHow to scroll current view to specific line (row) in FMX TMemo component by...
I'd like to scroll the current view to specific line in FMX Memo. I used to use below code in VCL component: TopVisibleRow = SendMessage(LogMemo->Handle, EM_GETFIRSTVISIBLELINE, 0, 0);...
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 ArticleImpossible to use Konopka VCL Package
Hi! I installed DEMO version of Delphi 10.1 Berlin. I would like to see among the component palette Konopka VCL package. How to do it? Maybe you need to install this package separately? Then where can...
View ArticleHow to use OpenCV in C++Builder XE10?
Hi,Since long time I'm trying to use/build OpenCV library (Standard C++) with CBuilder without success. Some one had some success (http://code.opencv.org/issues/2057) using many tricks and many #idfef...
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 ArticleFIREDAC / MONGODB / Auth SCRAM-SHA-1 not supported -C++Builder Berlin 10.1...
Hi,I'm trying to connect a FDConnection with mondoDB 3.n if I don't use the username and the password (in my local sandbox) all works properly, but if I try to connect the components to a cloud MondoDB...
View ArticleUnit quellcode automatically open after loading a project
How can I manage it that all the units and inserted files of a project become automatically opened after closing the project and reopening it again? I don't want to open all of them every day.
View ArticleLoading Bitmap Failed on Berlin
I have a problem migrating a process from XE8 to Berlin 10.1 On XE8 work fine on Berlin a get a "Loading Bitmap Failed" error i have a Datasnap Rest server with a method function TSM.Downloafile():...
View ArticleBreakpoint added on startup every time, + 2 other
Recently, I purchased and installed an upgrade to Delphi RAD Studio 10.1 Berlin Professional. Everytime I start it, it loads my project and it adds a breakpoint onto the current cursor line. Is this a...
View ArticleXE10.1 Ios/Android/Windows app 'ZLib.EZDecompressionError - data error’...
hi we are trying to move our app devel platform from xe8 >> xe10.1 berlin the projects successfully transferred across to xe10, and the xe10 apps talk quite happily to xe10 datasnap server...
View ArticleHow to change the color of the MultView component
Can I change the color of the multiView?
View Article