Questions tagged as 'firemonkey'

1
answer

Is it feasible to put an IdHTTPServer in a Mobile Application so that it receives instant messages from a remote server?

I want to make an application that receives notifications without browsing the server at all times, and is able to run in the background on Android. I will use the Firemoney platform, which uses object pascal to replace java. I'll use the Indy l...
asked by 28.06.2016 / 19:30
1
answer

Error ListView (ListView1UpdateObjects), to show or hide item. (Delphi firemonkey)

If someone can help me, I have a problem with a method of ListView , the method is TForm13.ListView1UpdateObjects in it I do the following: I check the value of an item to decide whether to show an item and concatenate the item to d...
asked by 14.08.2018 / 22:38
0
answers

Error (Bitmap size too big) when using Timage in android firemonkey thread

I use this function to generate thumbs of the images in the system: procedure converte_jpg(Bitmap: TBitmap; Stream: TMemoryStream); var surf: TBitmapSurface; saveParams : TBitmapCodecSaveParams; begin surf := TBitmapSurface.Create; tr...
asked by 19.06.2018 / 14:55
0
answers

Graph line curve (techartlite - firemonkey delphi)

I'm in need of help with a chart in Firemonkey (Delphi 10 Seattle) . I need the line to be curved by interconnecting the points, I already searched the net and I did not find it, I'm using Tchart to generate the graph.     
asked by 02.05.2018 / 00:28
1
answer

Problems typing virtual keyboard Firemonkey Android

I have an application running on Android devices (5, 6 and 7) and have a problem typing words - other than auto-completion - because it simply repeats letters randomly. This same problem already occurred in Delphi XE8. I even tried some suggesti...
asked by 20.03.2018 / 17:28
1
answer

How to make an Edit not lose focus?

How to do for a TEdit , which is being accessed on Android, do not lose focus because of the virtual keyboard that comes when the focus goes to TEdit ?     
asked by 21.12.2017 / 15:14
1
answer

TXT file on android

How do I write a TXT file on android using delphi 10 Seatle? I have tried this way and only the error; try file1 := TIniFile.Create(System.IOUtils.TPath.GetDownloadsPath+PathDelim+'postogestorcoletor.ini'); file1.WriteString('postoge...
asked by 27.10.2017 / 17:19
0
answers

Disabling Android Virtual Keyboard Tips

I needed to disable the suggestions that the Android virtual keyboard looks for. Does anyone have an idea how to do it? Using Delphi XE7     
asked by 19.10.2017 / 15:09
0
answers

BindVisualy, link a label in the code

I would like to know how do I "link" a bindVisualy field with a label created remotely. I'm using Delphi 10.1 Berlin and firemonkey.     
asked by 09.10.2017 / 15:44