firemonkey

How to open.svg file in delphi xe8

Delphi XE8 has a component for working with vector graphics (TPath). How do I read a *.svg vector file using FireMonkey? Her ... ot a valid floating point value. What how do I read a vector file without using additional downloadable, pluggable objects?

How and where to create files on Android with Delphi

In my app on Delphi I am creating a plain text file on Android, using the following code: var lst: TStringList; begin ls ... of the executable Application.ExeName, which in Android is not compatible. Is it possible / indicated to do this on Android?

Remove components at runtime in Delphi with Android

When creating a TButton dynamically at runtime within a TVertScrollBox. When I need to delete this button it does not disappe ... .Free; How do I remove the created components? OBS.: No use using TButton(vsScroll.Components[i]).Destroy instead of Free.

Problems with typing Firemonkey Android virtual keyboard

I have an application running on Android devices (5, 6 and 7) and it presents a problem in typing the words-different from au ... phi XE8. I even tried some suggestions to change the keyboard (KeyboardType = Alphabet), but to no avail. Any tips? Grateful!

How to disable Android virtual keyboard suggestions

Needed to disable the hints that the Android virtual keyboard searches for. Anyone have any idea how to do this? Use Delphi XE7

Image of Url crashing Delphi mobile app

I am an beginner at delphi mobile and I am in the following situation: I have 3 listview that receives data via rest from a P ... th Thread and without Thread, with synchronize, with Queue and nothing..... Does anyone give me a light how to solve this??

Popular A list view at runtime with DynamicAppearance

Good Morning, I'm trying to add items to a listview at runtime. In this item to a text and an image, the part of the text wor ... ynchronize(nil, procedure begin // some visual thing.... end); end).Start; end;

Timelines on objects created at runtime

When creating runtime objects in firemonkey several lines appear around the object, in the image below a tlayout, when resizi ... lay:= TLayout.Create(Rectangle); lay.BeginUpdate; lay.Parent:= Rectangle; lay.Align:= TAlignLayout.client; lay.EndUpdate;

Calling apk via intent for installation, right after crashes and aborts the app

I created a way to update my application via programming, until everything is fine, the code mentioned below works, when it o ... ontext.startActivity(Intent); MyFile.Free; Close; //Fecha o formulário de atualização (executa mas não funciona)

How to transfer a file(db) from Android to PC using Delphi (Firemonkey)

I am using Delphi Tokyo 10.2.3 for Android programming, deputy Firemonkey (FMX), I need to create a code that is possible wit ... erverSide, which would be unfeasible for me because I was looking for Offline and simple as a transfer. Thank you right now!

Problems with StyleBook Delphi 10.2

Hello. I am trying to make the display of a list of products inside a listbox. Previously a query is loaded and for each item ... ListBox1.EndUpdate; ListBox1.ItemIndex := 0; Application.ProcessMessages; end; end; Here are some pictures:

Curve on graph line (techartlite - firemonkey delphi)

I'm in need of help with a chart on Firemonkey (Delphi 10 Seattle). I need the line to be curved when interconnecting the points, I have already searched the net and did not find, I am using Tchart to generate the graph.