Questions tagged [delphi-xe5]

Delphi XE5 is a specific version of Delphi released in September 2013. Always use the [delphi] tag alongside this tag.

Delphi XE5 is a specific version of Delphi.

Delphi XE5 was released on September 12, 2013 and is available as a standalone product or as part of RAD Studio XE5.

Delphi XE5 is compiler version 26, directive symbol VER260.

Notable new features of Delphi XE5 are:

Delphi XE5 was preceded by Delphi XE4.

Always use the tag alongside this tag.

880 questions
0
votes
1 answer

Error exporting Delphi XE5 FireMonkey Mobile app to iOS Simulator

I can export other apps to iOS so all is setup properly there. I was able to export this particular app earlier. But at some point something got introduced that is causing this error. I cannot figure out what. This it the output from the iOS…
0
votes
0 answers

What is the best way to perform queries through threading in Delphi xe5

What is the proper, most efficient way to perform a query in a second thread and update the GUI in a delphi xe5 iOS application ? Currently, I've been starting the spinner (TaniIndicator) animation from the main thread, then creating the second…
ThisGuy
  • 1,405
  • 1
  • 24
  • 51
0
votes
0 answers

Is it possible to create a DataSnap server but with a FMX form instead of a VCL form

When we create a new DataSnap Server with the wizard, we have the choice to create a VCL form server. I just want to know if it is possible to create a Datasnap server with a FMX form instead of a VCL form.
Alain V
  • 311
  • 3
  • 17
0
votes
2 answers

Error in compiling Delphi mobile application for AppStore configuration

I compile my application for ios simulator and Android (with delphi xe5), every thing is OK, but when I compile my application for Appstore configuration I get this error, I googled the error but I didn't find anything helpful. The required…
Reza
  • 18,865
  • 13
  • 88
  • 163
0
votes
1 answer

XE5 TStringList

I am using Delphi XE5 Professional to develop Android App. App is running on my Galaxy S3 phone with Android 4.1.2. I probabbly don't understand, how does TStringList works. Here is what I am trying In my FireMonkey Mobile Form I have 4 TEdits…
Jan Lochman
  • 439
  • 3
  • 12
0
votes
1 answer

Deploying Delphi custom component to Android and IOS

I have created a mobile application for android and ios with Delphi XE5. I needed a custom component, so I created a package and I wrote my component. I wrote a windows application for testing my custom compnent and every thing is OK so far. I add…
Reza
  • 18,865
  • 13
  • 88
  • 163
0
votes
2 answers

How to translate an ListBoxItem with firemonkey?

I have a listbox populated form a database table. I want to add a last item called "Go back" and I add it from the source code in this way: lbDGroup.Items.Add('GO BACK'); I have a TLang component with the "GO BACK" string translated into another…
davidrgh
  • 853
  • 2
  • 10
  • 17
0
votes
2 answers

Select and load txt file to android application (Delphi-XE5)

I would like to browse SD card, select dir and file and load txt file to my Android application created by Delphi XE5. Is any standart component or methods for this ? Like OpedFileDialog ?
user2964066
  • 1
  • 1
  • 1
0
votes
2 answers

Translating OnClick to OnTouch (or something similiar)?

I am new to smart phone development. I am using Delphi Xe5 to create a test application I can port to Android and IPhone. I have a FireMonkey Mobile Application in which I have a TlistBox on the main form. I want the user to select an item in the…
LIVESTUFF
  • 137
  • 4
  • 17
0
votes
1 answer

My first Delphi Xe5 IOS App (using Mac in the Cloud)

I was attempting to follow this tutorial in order to test Delphi Xe5 IOS app development using Mac in the Cloud http://www.youtube.com/watch?v=zORe2voUHIU I received the following info in email Your server name is: L108 Your Mac username is:…
LIVESTUFF
  • 137
  • 4
  • 17
0
votes
1 answer

Runnin hello word application on standard Android Emulator (rsxe5_android)

I am new to Delphi XE5 and I am attempting to Run a hello word application on standard Android Emulator (rsxe5_android). I have the emulator running and the window CAPTION says 5554:rsxe5_android 1.) Is 5554 a port? If so, is it the correct one? 2.)…
LIVESTUFF
  • 137
  • 4
  • 17
0
votes
2 answers

delphi xe5 Wifimanager and WifiInfo coversion

i tried to covert the wifimanager and wifiinfo (android) and i don't understand why i had segmentation fault, i saw that wifimanager worked well, but when i try to call some methods of wifiinfo i get "segmentation fault". my…
user1931849
  • 169
  • 4
  • 19
0
votes
1 answer

XE5 iOS app - open PDF from local storage

I am developing an iOS app using Delphi XE5. I have manage to download and store a PDF on the local device (using the Indy HTTP control), but I am unable to open the file for viewing directly from the local device storage. //This points to the…
Brendan
  • 1,237
  • 1
  • 16
  • 34
0
votes
0 answers

Delphi XE5 open pdf for mobile

I am using XE5 to create a mobile app and one thing I need to do is be able to download a PDF as a byte stream via a datasnap server, store it on the local device and then open it. I have manage to download and store a PDF on the local device (not…
0
votes
1 answer

Delphi TerminateThread equivalent for Android

I have been discussing a problem on the Indy forums related to a thread that is not terminating correctly under Android. They have suggested that there may be an underlying problem with TThread for ARC. Because this problem is holding up the release…
Martin
  • 815
  • 8
  • 21