Questions tagged [firemonkey]

FireMonkey(tm) is the cross-platform GUI framework developed by Embarcadero Technologies, a part of Idera Inc. and is a part of the RAD Studio development tool.

FireMonkey is a cross-platform UI framework for Windows, Mac OS X, iOS and Android providing windows and controls on both 2D surfaces and 3D environments. It uses GPU-accelerated rendering, allowing smooth effects and animation to be applied to controls and other on-screen images, and is vector-based and skinnable, building its controls from a library of underlying primitives. Skins give close-to-native look and feel.

FireMonkey currently supports Mac OS X, Win 32bit & 64bit as well as iOS and Android.

3809 questions
5
votes
0 answers

IOS 64bit IPA file size compression

when deploying my IOS app to my mac the IPA file size is 87.3mb - After I publish the app to the iStore, Apple sends me a warning telling me that after they do some stuff it will be larger than 100mb and will only allow users to download it over…
Ryno Coetzee
  • 516
  • 4
  • 13
5
votes
3 answers

Firemonkey TEdit height

I'm using Delphi Seattle and my application is for Windows Desktop. I'm trying to change the font size of a TEdit. Consequently the height was also modified. At design time everything works well, but when I run my application TEdit ignores the…
Daniel Grillo
  • 2,368
  • 4
  • 37
  • 62
5
votes
1 answer

How do you draw an image to a rotated rectangle in FireMonkey?

In FireMonkey, it is simple to draw a bitmap to a source rectangle: Canvas.DrawBitmap(FBitmap, ImageSrcRect, ImageDstRect, 1); And I'm doing this on a TPaintBox's canvas. I would instead like to draw the bitmap rotated (and scaled, since the…
David
  • 13,360
  • 7
  • 66
  • 130
5
votes
1 answer

Delphi Firemonkey iOS background processing

Problem Description: I am currently developing and Android and iOS application with Delphi XE7 Firemonkey. This app needs to work offline so user can work with it and when the phone goes online the app sends all the work to the servers even if the…
Sion P.M.
  • 71
  • 1
  • 6
5
votes
3 answers

Delphi XE8. FMX. Why is different release order of CLASS VAR on Android platform?

Tested with Delphi XE7 Update 1 and Delphi XE8 Create order on Windows OS (7 SP1 x64), MACOSX (10.10.3) and Android (5.0.2): "class constructor TGlobalClass.Create;" -> "constructor TfmMain.Create;" -> "procedure TfmMain.FormCreate(Sender:…
Zam
  • 2,880
  • 1
  • 18
  • 33
5
votes
1 answer

Why is the ampersand missing in Firemonkey combo?

When you create a Delphi project and add a combobox and set ComboBox1.Items.Add('Zebra & Zulu') it shows "Zebra & Zulu" when you dropdown the list. Perfect. When you create a Firemonkey project and add a comboxbox or comboedit and set…
t j
  • 413
  • 1
  • 7
  • 12
5
votes
1 answer

Deploying Android App (developed in Delphi FireMonkey) to Google Play Store

I am attempting to deploy my first app to the Google Play Store. Each time I upload the APK file, I get the following message: "Upload failed You uploaded a debuggable APK. For security reasons you need to disable debugging before it can be…
JakeSays
  • 2,048
  • 8
  • 29
  • 43
5
votes
1 answer

How to compare text in a case insensitive way on OSX Yosemite

I'm trying to compare two strings on OSX in a case insensitive way using AnsiSameText. This used to work fine, but on OSX Yosemite this behaves strange if the "preferred language" of OSX is set to Dutch ("System Preferences" -> "Language & Region"…
Sebastian Z
  • 4,520
  • 1
  • 15
  • 30
5
votes
0 answers

FireMonkey TListview Search Reload Issue

TListview is not reloading properly when you do a search, clear the search and then reload the listview. Using XE5. Steps are: After project is running enter text into search. Clear search either clicking on "Clear" button or deleting the search…
t j
  • 413
  • 1
  • 7
  • 12
5
votes
2 answers

How can I change the Color of an Listview Item in Delphi(Firemonkey Android)

How can I change the background color of a ListView Item in Firemonkey (Delphi Android)? The Listview itself can be set to transparent, but if I add an Item it has white background/
Nick
  • 83
  • 5
5
votes
1 answer

Recording to a wav file

I'm trying to create a wav file using the XE5 Firemonkey for Android from this link : http://i-liger.com/article/android-wav-audio-recording I read that we must forget about using the MediaRecorder class . First of all we have to forget about…
randydom
  • 395
  • 2
  • 20
5
votes
2 answers

Firemonkey TWebBrowser input alternative?

As Embarcadero said : "WebBrowser Does Not Accept Keyboard Input on Android On Android devices, the on-screen keyboard is not available in a TWebBrowser control. This means that a user cannot complete a web form, for example. The TWebBrowser control…
Borongaj
  • 451
  • 4
  • 16
5
votes
2 answers

Correctly using TAniIndicator in firemonkey mobile dev for wait for processing

I am using Delphi XE-5 (Firemonkey Mobile Application) I am trying to get the TAniIndicator to work, by displaying during my long processing. I have a TAniIndicator (AniIndi) on my main form, but it does not spin. It displays correctly, but does not…
JakeSays
  • 2,048
  • 8
  • 29
  • 43
5
votes
0 answers

MultiResolution in Firemonkey Mobile Application

Is there any demo available that shows how multi-resolution images should be handled in a mobile application with button images, splash screen and a background for example? I'm trying to make an application that looks nice on many resolution but i…
Mitsoloth
  • 155
  • 2
  • 12
5
votes
3 answers

How can I get a phone's contact list in a Firemonkey mobile application?

How can I get a phone's contact list in a FireMonkey mobile application?
Christos K.
  • 99
  • 3
  • 14