Safe to upgrade to Xcode 7.3 ?
Hi All,Did anyone upgrade to Xcode 7.3 on the Mac? Does it break anything with iOS and OS X dev on Seattle 10?Thanks
View Article[dcc64 Hint] H2161 Warning: Duplicate resource
Since upgrading my FMX project from XE8 to Delphi 10 Seattle I am getting the following warning: [dcc64 Hint] H2161 Warning: Duplicate resource: Type 12 (CURSOR GROUP), ID 32761; File c:\program files...
View ArticleC++ Builder Code Structure Empty!
Hi, I updated my PC to Windows 10 and since then the code structure panel is empty. Anyone else have this problem?
View ArticleTRESTClient causing "Error getting Server Certificate" message
I am using the TRESTClient component to post messages to a rest server. On some test machines it is working fine and on others I am getting the error message "ERESTException: REST request failed: Error...
View ArticleDynamic controls on Android gives Segmentation fault (11)
I am using RAD Studio 10 Seattle and writing the code in Delphi. I’m working on a multi platform project where I have to create lots of controls dynamically as a result of some major calculations. When...
View ArticleTest my app in several screens
Dear community, Is there any useful tool in which I could test my app in different screen sizes? Also I have noticed that in 2 different phones that they say they are 5'' I have differences in the...
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 ArticleTButton images missing in Delphi 10S VCL app
Complex one here. I have a large button image TImageList repository on a common form with 226 24x24 bmp images. I use these images to source imagery for all toolbars and TButtons in a rather large...
View ArticleVariable height listview item firemonkey
Hi, I want to create a listviewitem component that is of variable height. How should I solve this? I've tried modifying the multidetail listview item, but it seems the listview always chooses the...
View ArticleTEdit ReturnKeyType no working
I found that the ReturnKeyType property is not working on Android device (i not yet tested iOS). Whether what value i use, The vrutalkeyboard display on android device till showng as a "Nex" button....
View ArticleError in GetIt
Hi everyone I did a clean install of the Delphi Seattle (pc is clean too) and when I try to use the GetIt Package Manager I receive the message below: Error Reading SearchingImg.Picture.Data:...
View ArticleAsm stdcall
Hi im currently trying to create a few hooks in another process which application was made in C++ and uses alot of stdcall which means when it calls an function it pushed the params into the stack and...
View ArticlePrint receipts with bluetooth in Android application
Hello everyone! I'm new in this enviroment and I want to learn to create an app in Android to print receipts with bluetooth in a mini thermal printer . I know I need the android sdk printer but I don´t...
View ArticleAccessing TLISTVIEW data programmatically
I am trying to access TListview members data I have created in LiveBindings programmatically and cant figure out it. I created a live binding to a rest field called rec_id and If use clicks on a...
View ArticleDUnit Output XE8 Vs XE10 Seattle
In XE10 Seattle the output of a DUnit test is changed. In XE3 & XE8 I get this output: DUnit / Testing ....FF Time: 0:00:00.1 FAILURES!!! Test Results: Run: 6 Failures: 2 Errors: 0 There were 2...
View ArticleHow can i create custom item appearence on a TListView?
For example, i want that the items in my Listview have 2 bottom details and no Image. Is there any way to achive that? thank you for reading!!
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 ArticleiPhone emulation inside or outside IDE?
I'm using Seattle 10. Is it possible to emulate an iPhone inside Delphi, as in this video (specifically 1m 03s) iPhone Emulation I understand Android works externally, and I can achieve that OK, but I...
View ArticleQ: Remote Message Notification for Delphi iOS apps (without Kinvey/Parse)
Now Parse has decided to stop their remote push notification service, I'm looking for an alternative. Of course I can move to Kinvey, which has a similar service, but you never know how long Kinvey...
View ArticleSet the prefs in Settings on iOS?
Hi,Most iOS apps have the preferences set into the Settings > General section instead of embedded in the app. Any example on how to split that and take it out of the app and place it in the correct...
View Article