FireMonkey FM3 is a platform for building multi-device, true native apps for iOS, Windows and Mac, using a single codebase. The following development tools from Embarcadero can all be used to develop such apps: RAD Studio XE4 / Delphi XE4 / C++ Builder XE4.
Questions tagged [firemonkey-fm3]
72 questions
3
votes
2 answers
Firemonkey drawing on bitmap without interpolation
I am using the canvas draw functions drawrect and filltext to draw onto a Tbitmap but I don't want the results antialiased. Anyone know how to do that ?
Working with OSX and Delphi XE3 (but have XE4 and XE5 if needed)

David Peters
- 220
- 1
- 10
3
votes
1 answer
Detecting local IP address under FireMonkey3
Need to detect local IP address under FireMonkey3. In VCL version, I have been using unit WinSock with methods for it
WSAStartup(...)
gethostname(...)
One limitation: don't need to use any third-party library. I am porting ASTA components to…

Oleksandr
- 319
- 1
- 6
- 15
2
votes
1 answer
Firemonkey (Rad Studio 10.3.2) current time issue on Android
If there any solution how to fix mediaplayer. Currenttime on Android (Rad studio 10.3.2) ? Values not correct (sometimes negative values), on windows work fine

Nacer Allalouche
- 31
- 4
2
votes
1 answer
Implement clipboard operations via menu
I'm developing my first commercial Firemonkey application (also my first commercial application in any language). I have used native FMX controls and also one control from TMSSoftware (TTMSFMXGrid). The keyboard clipboard operations -- Ctrl+X,…

Duns
- 418
- 2
- 15
2
votes
0 answers
Changing FMX multi-platform style property at runtime
In my app I have a design time registered TStyleBook mostly with custom styles for panels (different colors). In this TStyleBook, at design time, I've added an item, assigning the fill color, for several platforms, naming it…

Miguel E
- 1,316
- 2
- 17
- 39
2
votes
2 answers
How to save sensitive data as a password in firemonkey?
I'm developing an android app using Firemonkey. This app makes requests to a WebApi using Rest and returning json result. The API is already developed and each request needs to send user and password as querystring to return data. My question is:…

Marcoscdoni
- 955
- 2
- 11
- 31
2
votes
0 answers
Find what ListViewItem was touched onGesture
I am trying to customize a listviewitem to add a button on the right. The button will slide in on gesture (similar to swipe to delete). Since each listviewitem has that button, I need to find which one to animate. I thought of two ways of doing…

Khorkhe
- 1,024
- 1
- 11
- 26
2
votes
2 answers
how do you create a transparent demo screen for delphi android
Can I do this How do you create a transparent demo screen for an Android app? with Delphi XE5 on the Android and iOS platforms.
Thanks for your help, pointing me to the right direction

niglng
- 99
- 1
- 2
- 12
2
votes
1 answer
TColorbutton (Delphi XE5 - Mobile App) does not show text property
I'm using a component TGridlayout into a form in a FireMonkey Mobile Application.
I would like to create, at runtime, buttons with color, text and image. I am using TColorbutton and Timage components, but TColorbutton only shows the picture and…

user3378944
- 21
- 3
2
votes
1 answer
Firemonkey and Mobile Navigation
I have an interesting observation and question, but first a comment. I have been using Delphi for 14 years and have taken a job developing an iOS mobile application using XE5. This is my first time using FMX and frankly I feel like I am stepping…

t j
- 413
- 1
- 7
- 12
2
votes
1 answer
Livebinding JSON objects and arrays
Good evening all.
I'm currently trying to get to grips with livebindings in Delphi as I'd like to refresh one of my current projects (complete rework from the base for the purpose of pushing to other platforms, optimizing performance and minimizing…

Scott P
- 1,462
- 1
- 19
- 31
2
votes
1 answer
Firemonkey iOS TExpanderButton onclick
I am trying to add custom behavior to a TExpander. Basically what I am trying to acheive is the following:
I've got multiple TExpanders on my form. When the user expands one of these TExpanders, all the other TExpanders should be minimized.

Christo
- 411
- 7
- 27
2
votes
0 answers
iOS share data through keychain using Delphi
So it is definitely possible to share data through the KeyChain. My problem now is to implement this with Firemonkey using Delphi. First, Is there a proper library or API to use with Firemonkey to share keys? Second, is there any sample code on…

Christo
- 411
- 7
- 27
2
votes
1 answer
Delphi XE5 Android app running slow on Google Nexus 10
We are evaluating Delphi XE5 specifically to see how easy it is to develop mobile apps. We have developed a simple Android app that scrolls through a TClientDataset using a DBNavigator. The application comprises a few input fields, labels and slider…

Pieter van Wyk
- 2,316
- 9
- 48
- 65
2
votes
1 answer
Missing taskbar button context menu in Windows XP with FM3
I upgraded to XE4 recently and am now in the progress of finding the changes and so-called fixes from XE3.
One that surprised me a lot is that the context menu for the button on the taskbar doesn't appear any more.
It is very easy to duplicate: Just…

VGeorgiev
- 491
- 5
- 16