2d Try: Static Linking App Having TNotificationCenter
I am using C++ Builder 10 Seattle, Update 1 on Windows 10.I have a Win32 VCL application that I want to add TNotificationCenter to. The application is statically linked to runtime library & no...
View ArticleProblems with TMapView and Markers
I wrote this short code in order to center a TMapView and put a Marker in the same location : void __fastcall TForm1::FormCreate(TObject *Sender) { TMapCoordinate Coor =...
View ArticleRelease frame from listview click
Using Delphi 10 Seatlle FMX. I've made a frame with a listview. On clicking a listview item, I want to close (free) the frame. See code below. The frame gets hidden, however the frame is not freed (it...
View Articlebug noted in the Edit when ControlType is platform, empty text gives non...
Hi, I have noted an issue with TEdit when ControlType is set to platform, current empty text gives non empty previous text value. For example, procedure TForm1.Button1Click(Sender: TObject); begin...
View ArticleXE10 C++ Builder ilink64 error is reported for GetDIB
XE10 C++ Builder ilink64 error is reported for GetDIB and GetDIBSizes but works in ilink32. It there a work around for this issue. Graphics::TBitmap *FormImage = GetFormImage(); try { SIZE const...
View ArticleTLocation.Sensor.Speed don't work correctly.
Hi, firtly sorry for my english, I'm begginer. I have an big problem, I'm try develop an mobile app (Android and iOS) using TLocation, but the property Speed (TLocation.Sensor.Speed) return a fake...
View ArticleWhere are all the demos?
Hi, I just wondered where a lot of the old demos have gone? I've looked in the ..\Embarcadero\Studio\17.0\Samples\Object Pascal\VCL folder and yes it is nice to have some of the Windows 10 stuff shown,...
View ArticleDecompression with TNetHttpRequest
Using Delphi 10 Seattle FMX (tested with Win32 compiler) I watched the nice skill sprint on "Practical Data Compression" by Jim McKeeth. Unfortunately the video does not cover the new...
View ArticleWhat is the __recovery folder ?
In C++ Seattle 10 Professional running under Win 7 I now get a folder called "__recovery" appearing in my project directory. This seems to be automatically created by the IDE (or compiler?). What is...
View ArticleReverse Engineering support for SQL Server 2008 R2 databases
When trying to reverse engineer a sql server 2008 r2 database using ER/Studio Data Architect 2016 trial version, I am getting the following message: "SQLServer 2008 is NOT supported". That is strange...
View ArticleHow can I make a Vertical scrollbox freely scrollable/'pan up/down' on a mobile
I want to make a form that is longer than physical screen and I have controls on the lower part that I can scroll down and see, but not select. The Vertical scrollbox snaps back to top when I release...
View Articleconnection reset by peer datasnap
How do i EFFECTIVELY reconnect to a datasnap server after i get connection reset by peer datasnap in my android app. DP see attachment
View ArticleHow do you use TWinHTTPClient to do SSL with a self signed cert?
Hello, I have a HTTP server with a self signed cert, and I need to do a request on that, however, I take a look at the TWinHTTPClient structure but it seems that it doesn't have any way to configure...
View ArticleCompile error in stdint.h on Mac OS
Greetings, Using C++Builder Seattle update subscription 1. I get strange compile errors on Mac OS when including either stdint.h or cstdint in a blank FMX project. The errors: [bccosx Error]...
View ArticleRemoving vcl style on the messages
Is there any way to remove style on the messages? Messagebox specifically. See the problemen with messagebox (Delphi 10 Seattle): With style: http://i.imgur.com/d5UqNf6.png Unstyled:...
View ArticlePush Notification in app close
I am using the following script to the client. Push notifications work with the application open but not closed ... The correct use will be closed with the application ... Thank's.... unit UClient;...
View ArticleDocWiki.Embarcadero
Hello, For some time, I can not access to docwiki.embarcadero. I get an error 403. It seems that my IP is blacklisted. How can i remedy this? Thank you for your answers
View ArticleTAudioCaptureDevice WAV format doesn't play backU
I capture a *.wav file using code very similar to the "mobile code snippets audio record play" example. But if I try to open the file I have captured using the Windows Media player it won't play - it...
View ArticleDelphi XE8 IDE Welcome Page is giving web page errors
XE8 IDE environment started complaining today about embarcadero web links contained within the Start Here page (https vs http references it looks like). Keep getting Do you want to view only the...
View ArticleResults output Syntax
Good Morning, I am trying to write a code that will automatically output the data results to specific folder on a shared drive. is there a Output syntax that I can add at the end of the query that will...
View Article