Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
2 votes
0 answers
130 views

I’m deploying an iOS app built with Delphi (FMX) using PAServer. The app includes a Notification Service Extension (.appex). The build succeeds, but the export step fails with: error: exportArchive &...
zeus's user avatar
Best practices
0 votes
5 replies
233 views

I'm building a fmx app in Delphi 12.2. I would like to create a view hierarchy that includes a 3rd party generic TForm descendent. This 3rd party TForm does not have an fmx file. It does not appear ...
David U's user avatar
3 votes
3 answers
308 views

I've been tasked to dynamically style buttons to be different colors with Delphi code in FMX I want a red TButton component. My first thought was to use a TRectangle instead of a TButton, but then my ...
user31362432's user avatar
Advice
2 votes
13 replies
789 views

At my company, our older developers keep insisting to use VCL for projects and I really do not understand why. They do not seem to know why either. They just say use VCL because it is better and FMX ...
user31362432's user avatar
0 votes
2 answers
43 views

I am trying to deploy a Android 64 signed apk. I build it without a problem. But when i deploy it on deployment page i got error [PAClient Error] Error: E2568 Unable to execute '"C:\Program Files\...
user2417750's user avatar
0 votes
1 answer
136 views

I don't know what I'm doing but I need the chart title to be bold. I have tried this and variations of this, but nothing works: Chart.Title.Font.Style := Chart.Title.Font.Style + [fsBold]; [dcc64 ...
user31362432's user avatar
0 votes
1 answer
72 views

I have a line chart with multiple lines, but the line thickness isn't enough. How do I actually increase the line thickness with code?
user31362432's user avatar
3 votes
1 answer
150 views

I have created a little procedure with Delphi 13, to open the system CalendarPicker dialog on Android and was expecting to get that dialog in light mode when Android is in light mode, and in dark mode ...
fisi-pjm's user avatar
1 vote
1 answer
96 views

I'm trying to draw a simple square with a gradient fill using a TPaintBox in Delphi FMX. I can draw shapes and solid colors without any issues, but I can't figure out how to apply a gradient inside ...
Ryan Beveridge's user avatar
0 votes
1 answer
113 views

I am trying to recreate this chart in TMS FNC Charts: This is what I have so far: procedure TfrmGraphTemperature.InitializeChart; begin Chart.BeginUpdate; try Chart.Series.Clear; var ...
user31362432's user avatar
2 votes
3 answers
261 views

When I download styles from GetIt Package Manager, they come in .vsf format. How do I actually use them in Delphi FMX? Delphi FMX TStyleBook requires .style or .fsf, NOT .vsf. I am trying the "...
user31362432's user avatar
1 vote
3 answers
268 views

I am trying to draw an accurate USA flag (to be used for language selection). I am not good at drawing stuff with TPaintBox or anything else. This is what I've been able to do so far with code to draw ...
user31362432's user avatar
6 votes
0 answers
153 views

With Delphi 12 I use IFMXSystemAppearanceService to detect if my device is in dark mode. It works on Android and MacOS but not on iOS. I always get light value. function TThemeNotifier.GetSystemMode:...
Haifisch's user avatar
1 vote
0 answers
52 views

I want to implement a custom Tedit box and override the OnChange handler (rather than set the OnChange property). I want to do it that way so I can preserve the inherited OnChange code I found this ...
Clay Christian's user avatar
1 vote
1 answer
193 views

How can i intercept the Back navigation button/gesture in the latest Delphi and Android versions? In the past, with Delphi 11 and Android 12 (maybe 13), i used vkHardwareBack in the Form OnKeyUp event,...
Hawkins's user avatar

15 30 50 per page
1
2 3 4 5
267