Questions tagged [firemonkey-fm3]

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.

72 questions
1
vote
0 answers

ERROR ITMS-9000 when trying to upload to iStore

I am struggling to upload my app to the iOS store. My most recent error is: ERROR ITMS-9000: "Missing Code Signing Entitlements. No entitlements found in bundle 'myAppName' for executable 'Payload/myAppName.app/myAppName'. " at…
Christo
  • 411
  • 7
  • 27
1
vote
1 answer

Delphi XE5 can not trig Space bar

With Delphi XE5, The SpaceBar Can not be trig when using FormKeyUp or KeyDown Method. The Key value is 0 (instead of 32) if you it the spacebar. This was working on XE2. procedure TfrmMaster.KeyDown(var Key: Word; var KeyChar: Char; Shift:…
Alain V
  • 311
  • 3
  • 17
1
vote
1 answer

Delphi iOS7 Launch image problems

Under iOS7 it appears that the icon image is enlarged as a default launch image. My delphi app then adds the launch image setup in the project settings and what results is a mess on screen. Is there a solution to this or a way to stop iOS from…
Martin
  • 815
  • 8
  • 21
0
votes
0 answers

How to disable data mobile with firemonkey Rad 10.3?

I am looking to disable mobile data, with firemonkey (Rad 10.3), I have seen several posts, but I have not been able to find a solution. I have reviewed these posts: Enable/Disable mobile data The setMobileDataEnabled method is no longer callable as…
Edpilo
  • 1
  • 1
0
votes
1 answer

Delphi 10.2 Tokyo Android onActivityResult Sunmi Code Scanning

I need to integrate Code Scanning into the application (https://docs.sunmi.com/htmls/Scan%20code%20driver.html) The application was made in Delphi 10.2 Tokyo When I press the button, I use this code and the scaner opens and reads the code procedure…
sale2211
  • 51
  • 1
  • 13
0
votes
1 answer

How to store blob to database thru Datasnap REST server?

Preample: We use a Firemonkey application then interact with a DataSnap REST Server. This server use a SQLite database. On the client side, we use FireDac Memtable to manage data. Usually for updating data, we edit the FDMemTable, then we use a…
Alain V
  • 311
  • 3
  • 17
0
votes
1 answer

How to show a secondary form on taskbar using FMX C++?

I'm with a little problem when trying to show more than one form on taskbar on the same time. I found I need to use the following: WS_EX_APPWINDOW So I search a little bit more about and then found it: class TForm2 : public TForm { __published: …
mauroaraujo
  • 332
  • 1
  • 10
  • 23
0
votes
1 answer

How to enter memo strings between two lines without delete the content of the next line?

I just would like some help when adding contents between two lines... If I have this on Memo: //-------------------------------------------------- //---------- Mauro Mascarenhas de Araújo…
mauroaraujo
  • 332
  • 1
  • 10
  • 23
0
votes
1 answer

How to get the screen size with C++ builder (Firemonkey)

I know it is a stupid question, but when changing visual libraries I found a "throuble" with FMX... My problem is: I need to do my own border, so I set the propriety to Border Style:"None", but the application runs in full screen, also covering the…
mauroaraujo
  • 332
  • 1
  • 10
  • 23
0
votes
1 answer

scrolling vs selecting delphi XE6

I have a gridpanellayout that has about 16 rows and 5 columns. Each field has, for example a TRectangle set to TalignLayout.Client.. Each rectangle has an onclick event that performs an action ( e.g., highlighting the clicked rectangle by changing…
ThisGuy
  • 1,405
  • 1
  • 24
  • 51
0
votes
0 answers

Center a Model3D on ViewPort3D

There seems to be a problem with Model3D dimentions ... you can set components width and height to 1 and real model stays out of bounds, but still there, with same original size (defined by scale). How can you center a model on ViewPort then?
Flash Thunder
  • 11,672
  • 8
  • 47
  • 91
0
votes
1 answer

How to make my own dialog component from Firemonkey TPopUp?

[Delphi XE5 Up2] I am trying to use TPopUp to inherit and create a component, following the same idea as exposed on the Flyouts demo for the CalendarFlyout. I will be not using the Calendar, but I want that space free so that I can place any other…
Eduardo Elias
  • 1,742
  • 1
  • 22
  • 49
0
votes
1 answer

How to add new Bitmap format to TBitmapCodecManager

I have written a class for reading and writing PPM files (don't ask, I didn't chose this format). I would like it to be a part of the TBitmap loading/saving system. Does any one know how I can add this support? Do I really have to write/install a…
Max Kielland
  • 5,627
  • 9
  • 60
  • 95
0
votes
1 answer

How to terminate (kill) another application in a FireMonkey application?

Does someone know a solution to kill another application in FMX ? Having the name of the application to terminate, I want to be able to kill a Windows or MAC OSX application.
Alain V
  • 311
  • 3
  • 17
0
votes
1 answer

How to simulate touch with left mousebutton

I'm developing a Firemonkey Application wich should run on Windows with touchscreen. Because I have no touchscreen for my development system, I can't test the behavior of some controls. For example the panning in a TListbox doesn't work with the…
Michael
  • 858
  • 1
  • 5
  • 11