-
Hi.
Do you have plans for a support another system in FMX version?
Or used SVG library work only on Windows?
-
Hi Carlo, we just tried to install IconFontImageList on a 10.3 Delphi installation but it fails with the following error:
[dcc32 Fatal Error] dclIconFontsImageListFMX.dpk(36): E2202 Required packag…
-
Hello,
I was just testing the Cipher_FMX program.
I set the Input format to TFormat_Copy and output to TFormat_Hex
Setup the rest and put 'Hello' into the plain text and press Encrypt. Then pr…
-
Hi,
It seems that it's impossible to set a specific ListView selected item when the list is built in the BeforeShow event.
Take the TFrameStand example from the GUI programming with FMX source code …
-
Meta: Describir las condiciones socio-demográficas por municipio y región que tienen influencia sobre el patrón de ocupación territorial a escala de AGEB (área geoestadística básica), municipal y regi…
-
Currently whenever a new file is added to the file system, Glue requires that the file is also added to Glue. Glue already understands how to work with most files without any configuration because the…
-
I want to create a Notification in an android application that shows the progress in uploading an image.
I have seen many styled, multiline with icons notifications in existing applications, havi…
-
Hi, it's me again 😊
```
procedure TiForm.Button1Click(Sender: TObject);
begin
Button1.Text := 'L:' + Trunc(iForm.SystemBars.Insets.Left * TAndroidHelper.DisplayMetrics.scaledDensity).ToString …
-
Ajuste de diretiva de compilação para FMX na classe SimpleRTTI segue em anexo.
implementation
uses
SimpleAttributes,
{$IFNDEF CONSOLE}
{$IFDEF FMX}
FMX.Graphics,
{$ELSE}…
-
Using your component in an iOS FMX app raises an exception. I'm not sure if your component officially supports iOS and Android as it isn't mentioned, but if not, it would be really useful if it could.…