iOS: Missing provisioning profile
Hi,I don't know if this is related to the recent changes from Appler Developper program but I can't deploy my apps to my iOS devices anymore.I checked everything, the entitlement files, the...
View ArticleGetit Components would not install
Good Day Delphi XE8 on Windows 10 - Clean Install The GetIt Components downbload but gives error when installing. Anyone that can assist Marinus
View ArticleXE10Seattle: Castalia really integrated?
Hi,Since I upgraded from XE8 to XE10 Pro, I seem to have lost some of the functionalities that were present in XE8 with Castalia... Have all the features been integrated in the IDE? - Where are the...
View ArticleUser type constants not correctly allocated when compiled in "Release"
C++ Builder XE8 subscription update 1 Professional - running on Win 7 (32 bit) PC. I have a fairly large VCL project (on going). Latest version compiles, links without errors or warnings when compiling...
View ArticleAccessibility apps for IOS
1. Is there any way to use IOS accessibility like in Android? I talk about own features, especially intercept user's gestures, coordinates of finger touching. Can I build an app with can catch at...
View ArticleExtension apps for IOS. For example in Safari.
Does it possible to build an app which can be added as extension in another apps, for example in Safari browser? Example
View ArticleShell Tree View missing in Delphi XE10 ?
Where is TSHellTreeView in Delphi XE10 Update 1 ?
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 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 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 ArticleHow do I read JSon with JSonReader (missing examples)
I can read objects from JSON this beautiful way: MyClass := TJson.JsonToObject(Json); but with lots of data its quite slow, with larger arrays > 1000 items (~ 150 objects/sec). My hope is that...
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 Article[ilink32 Warning] Warning: Error detected (LME288)
[ilink32 Warning] Warning: unknown heap name : 0x08000000 / 0x08000000 [ilink32 Warning] Warning: Error detected (LME288) Project has one form, one tbutton and tlabel (sic!) What to do ? Builder XE8,...
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 Article