Shell Tree View missing in Delphi XE10 ?
Where is TSHellTreeView in Delphi XE10 Update 1 ?
View ArticleTarget Platform Win32 missing
I have Delphi XE8. I have just updated to Windows 10. After that update it is not possible to choose Target Platform Win32 in the Project Manager. It is only possible to choose Win64, and it not...
View ArticleAndroid multi languages app - playstore
Hello I have written an app for Android which supports German, English, French, Spanish and four other languages. No problem it works. The problem is, that the playstore analyse the app and thinks...
View ArticleIs it possible to apply layouts using a macro?
Is it possible to apply layouts using a macro? I haven't found anything in the macro help on this topic, so it looks like it can't be done. I have a macro that imports Visual Data Lineage into...
View ArticleRemove app from Recent Screen do Android
I've tried to do as described in the documentation, but I could not remove code via the screen of the application of recent Android. About Recent:...
View ArticleAnimateFloatWait is deprecated, I find no instruction how to Use Ani.Animator?
R := TRectangle3D.Create(Viewport); I am using R.AnimateFloatWait( 'RotationAngle.Y', Angle, 2.0{0.5}); for automatic rotation (Flip). But in the help it says this routine is Deprecated, but I cannot...
View ArticleTarget Platform win 32 missing in Delphi XE8
I use Delphi XE8. After I have updated to Windows 10, it is not possible to use Target Platform win32 (only win64). it is all my projects and new projects. It is not possible to add a Target Platform...
View ArticleAndroid services and TLocationSensor
Hi,to include System.Sensors (TLocationSensor) or FMX.Types (TTimer) in Uses clause in service, this is not created.the example given in Delphi (BeaconServiceDemo) works.but if you change Uses of...
View ArticleTRESTRequest executeasync in C++ with ACompletionHandler
Hi ! In a RESTful application I want to execute a RESTRequest which may be unresponsive. I want to use the ExecuteAsync method and catch the completed routine by setting the ACompletionHandler...
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 ArticleGrayed out LiveBindings conversion options
Hi,I have a Blob field in my DB containing text that I want to link to a TMemo.Problem resided in converting the BLOB into the Memo.Lines.I used to have no problems with this using LiveBindings to link...
View ArticleMersenne twister pseudo-random number generator
I read that the Mersenne twister pseudo random number generator was defined in the header in C++11 and that Embarcadero C++ 10 Seattle supported C++11. However, I cannot access the mt19937 function...
View ArticleSocket for Multi-Device-Application - target platform Android & IOS - Rad...
I have a question, I'm developing a Multi-Device-Application Project (Rad Studio Seattle C++)- target platform Android IOS, if I implement Socket using, for example, System.Win.ScktComp, its will run...
View ArticleHow do I read JSon with JSonReader (missing examples)
I can read objects from JSON this beautiful way: MyClass := TJson.JsonToObject<TMyClass>(Json); but with lots of data its quite slow, with larger arrays > 1000 items (~ 150 objects/sec). My...
View ArticleTAniIndicator slows down app (Android)
In my Android app I have a thread that downloads a file with THttpNetRequest.Get; since it takes average 4 seconds, I decided to add a TAniIndicator to show the user a download is in progress. At the...
View ArticleHow to pass arguments to TTask?
If I use TTask from System.Threading. What is the best practise to pass arguments to my "work procedure"? Lets say I want simulate something like the parallel-for. for i := 0 to 10 do ... ......
View ArticleHow can I change the font and font-size in a ComboBox in FireMonkey
In a Multi-Device App I want to have a larger Font. I can change the font and font size in TEdit and TMemo, but not in TComboBox. Anyone who can answer if it is possible and in that case How?
View ArticleUsing MapView with TMapMarkerDescriptor. Is it possible to have Title,...
I want to have multiple lines Title and Snippet of the MapMarkerDescriptor for the MapView. If I add a Linefeed (#10) the rest of the line is not seen (maybe below the visible area). Is there anyone...
View Article