Questions tagged as 'firemonkey'

1
answer

Execute a procedure while the component is pressed

I have a multi-device application made in Delphi-XE8, in it I have a rocket image ( TImage ) and other 2 arrows, I would like the rocket to move on the X axis of the screen (% ), but with the current code the user would have to press sever...
asked by 08.12.2017 / 19:33
1
answer

Go through TList and load TMemo with TList information

[TList in firemonkey mobile] Personally, I've had a problem here for some time now. I can not work with TList on firemonkey mobile, on specific tested until then "Android". If I compile for Win32 it works perfectly. What I want t...
asked by 16.12.2014 / 14:33
0
answers

How to add Sender parameter in thread onterminate?

I have a thread that executes an action and onterminate executes a secondary procedure. It works like this: procedure qualquer; var Thread: TThread; begin Thread.CreateAnonymousThread( procedure() begin excecuta ação end;...
asked by 05.12.2018 / 13:00
1
answer

Is it possible to get the SIM number in firemonkey (Delphi)?

Is it possible to get the phone number (SIM number) in delphi firemonkey? I am looking in forums for a few hours and I do not find any example the library that allows to get the number of the cell     
asked by 21.08.2018 / 20:44
1
answer

How to access mysql base from an external network

I have an application, on Android with MySQL database, that works perfectly within a specific network. But when trying to access this same base in an external network I get the following message:    28000Acess Denied for user 'root' @ 'my ip'...
asked by 03.08.2018 / 19:22
1
answer

How to use TopIndex in Delphi FMX?

Greetings. In Delphi VCL the ListBox has the TopIndex property. And in Delphi FMX how to use this? Thanks in advance.     
asked by 23.07.2018 / 15:53
1
answer

Error uploading with IdHTTP firemonkey android

I'm using this code to do the tests uploading files to my server. file html where I select the file. <html> <body> <form method="post" action="upload.php" enctype="multipart/form-data"> <label>Arquivo<...
asked by 27.06.2018 / 22:51
0
answers

Crash when doing the search several times

I'm making an Android app using Firemonkey, I took an example from Embarcadeiro but when I run the search several times, I call the procedure to perform the search, I go back to the screen and call again, the app closes alone. I'm showing the se...
asked by 22.06.2018 / 22:19
0
answers

How to select numeric keypad in InputQueryAsync firemonkey android?

I'm using InputQueryAsync as a text input, it's all working, however it opens the default keyboard, I'd like you to open the numeric keypad. Remembering what I'm using on android. if TPlatformServices.Current.SupportsPlatformService(IF...
asked by 11.05.2018 / 13:30
0
answers

icon form firemonkey Delphi

(Project in Firemonkey) I would like to change the form icon, the one in the left corner of the form, not the application icon, just change the form icon.     
asked by 21.04.2018 / 00:55