Questions tagged as 'firemonkey'

1
answer

Delphi XE5 Firemonkey - Problem compiling Application in Application Store

0 down vote favorite Good morning, I developed a Multi-Device application for Android and IOS, but I have a problem compiling my application in the Application Store mode to distribute in google play. Some features that work perfectly in D...
asked by 23.02.2016 / 18:13
1
answer

Why does the app close when I click edit1?

Personal the problem is as follows, I click on the button to create a new form, edit1 receives the focus, digital keyboard appears when I click on the letter a for example the app closes, why will it ?? Can anyone help ..? procedure Tformadhor...
asked by 11.04.2018 / 04:45
1
answer

How to do Json readings with multiple lists (DELPHI)?

I'm using the XSUPEROBJET examples to read Json below, but the examples use simple Json structures, and they work, but when I try to read the structures with multiple lists they do not work. I do not know what I'm doing wrong. My problem i...
asked by 12.09.2017 / 20:47
2
answers

Delphi + Firemonkey: dynamic parent in component created at runtime

I have a TForm that allows the system user to create components at runtime ( TButton , TRadioButton , TLabel , TPanel , among others). This functionality is working, but now there is a need for the user to creat...
asked by 09.06.2017 / 02:18
1
answer

Notification Bar Assume app background color using Delphi

How to make the notification bar assume a predetermined color such as whatsup, gmail, etc. I use the Delphi Firemonkey programming IDE. In my apps the bar always takes on the color black, follow the example.     
asked by 27.12.2015 / 14:36
1
answer

How and where to create files on Android with Delphi

In my Delphi application I'm creating a plain text file on Android using the following code: var lst: TStringList; begin lst := TStringList.Create; lst.Clear; lst.Add('a'); lst.Add('b'); lst.Add('c'); lst.Add('d'); // Ess...
asked by 21.11.2017 / 20:21
1
answer

How to work with generic type

Hello! I'm starting in Delphi and I was creating a method to add margin to an object, but I needed it to be for any object. Example of the code you were working on. Below is the code example I created to create the margin procedure Edi...
asked by 26.09.2017 / 19:28
0
answers

How to consume doing client-side addressing of an API that I want to consume?

I have an API in PHP and I'm developing a Mobile App with Delphi Firemonkey, and I need to consume the JSON data that my API returns. I would like to know how I do the addressing on the client side to access this API, since I'm using (for tes...
asked by 03.04.2017 / 13:44
2
answers

How to customize ListView at runtime?

I'm having a problem in an example where I need to add a Text to ListView that comes from one XML per code but does not show up when I run. Wheel, but some warnings appears and the field does not appear. See below: procedure Tf...
asked by 22.03.2017 / 15:07
0
answers

Drag TreeViewItem to Form

I am putting together a project with FireMonkey . In this, I want to drag a TreeViewItem to the empty area of the form and then execute other options ... The famous DragDrop . I can not do this and I did not find any documentation about i...
asked by 24.03.2017 / 19:18