Questions tagged [firemonkey-fm3]

FireMonkey FM3 is a platform for building multi-device, true native apps for iOS, Windows and Mac, using a single codebase. The following development tools from Embarcadero can all be used to develop such apps: RAD Studio XE4 / Delphi XE4 / C++ Builder XE4.

72 questions
0
votes
1 answer

Maximizing fast report at run time in firemonkey application

How to maximize the fast report at run time in firemonkey application?
Azad
  • 5,144
  • 4
  • 28
  • 56
0
votes
1 answer

How to set XML parser's Decimal point character?

I'm reading attribute fields in an XML document where the decimal point always is '.' and the computer local may differ from this (in my own case it is ','). I tried to set the global FormatSettings.DecimalSeparator to '.' but it has no effect on…
Max Kielland
  • 5,627
  • 9
  • 60
  • 95
0
votes
1 answer

Supporting sockets under Delphi mobile for iOS/Android

I need to port out date ASTA components under Delphi XE5 Mobile, and found the ASTA is using TCustomClientSocket. It's mean I need adjust this class for supporting not only Windows sockets, but also both iOS and Android sockets. What is the best…
Oleksandr
  • 319
  • 1
  • 6
  • 15
0
votes
0 answers

How to get image path from iOS?

Im working on Delphi XE5 for uploading a file on a server. Im using a php script to upload the file on the server in a directory,its working fine. the code is Delphi code Function Upload(sfilepath : string) : string; var Params:…
psqluser
  • 103
  • 1
  • 2
  • 10
0
votes
1 answer

firemonkey drawings on bitmap without BeginScene and EndScene

I am developing an application that should be drawing vector based like graphics. I am drawing a lot of lines (more than 50 000) on the image. After playing around and doing some research it seems like the bottleneck is caused by the…
Christo
  • 411
  • 7
  • 27
0
votes
2 answers

Delphi XE5 Android. ListView setting SearchString?

I need to set search string in Delphi FM.Android TListView. This box is showing when I set ListView.SearchVisible = true. But there is no such property like 'SerchString'. How can I reed it or set it in code? Is It possible? if not, may be it is…
0
votes
1 answer

Delphi - cannot build for Android

I am unable to build applications for Android. I was able to successfully build and deploy to android devices using the Beta as well as the Trial versions of XE5. Since using XE5 professional I am unable to build for android devices. I did get the…
Christo
  • 411
  • 7
  • 27
0
votes
1 answer

Firemonkey iOS share data

Please do not mark this question as duplicated or already answered. I specifically need help with the Delphi, and there is NO answers with regards to the code (if I am wrong please provide me with it). Also please note that I am looking for help…
Christo
  • 411
  • 7
  • 27
0
votes
1 answer

Firemonkey iOS access one file from different apps

I am writing multiple apps for iPad. All these apps have some settings in common. I therefore would like to have one app that handles the settings and write them to a file - the respective apps will then retrieve their settings from this single…
Christo
  • 411
  • 7
  • 27
0
votes
1 answer

Firemonkey iPad waiting icon

I've got two tabs on my application. Both of them have a table - one for input and one for output. When the tab for the output table is activated, a process is triggered which analyze the data and populated the output grid. The output grid takes a…
Christo
  • 411
  • 7
  • 27
0
votes
1 answer

Overriding methods in TFMXViewBase in a Delphi iOS app

Is there any way to override the methods in TFMXViewBase for an iOS form in Delphi? Specifically I want to override TFMXViewBase.touchesBegan, TFMXViewBase.touchesEnded, TFMXViewBase.touchesMoved. I am trying to avid having to modify the standard…
Martin
  • 815
  • 8
  • 21
-4
votes
2 answers

Delphi XE5 - Waiting for TForm.OnCreate() finish components' population

I'd like to check from Form1.OnCreate event handler procedure if Form1 constructor Create finished the job with populating all the components on Form1. Then would like to use Form1 to loop through the components and change Text property. I have…
1 2 3 4
5