firemonkey
Discussions tagged firemonkey
-
more than a month ago
Fmx - Invalid ImageList Index error
We are getting this error everytime we save any file on any fmx project or perform some actions, like change object property on object inspector, or change from code to form. I don´t need to say that this is very annoying. I have googled for a solu... -
more than a month ago
Problem with virtual keyboard overlaps a component
I've used de TWebBrowser component on my multi-device application and it works fine. However, I would like that my application reshapes itself so that the virtual keyboard does not overlap the webBrowser component. Additionally, I tried to use a Vert... -
more than a month ago
App crash on iOS after launching splash screen
Hi, please help. I'm using RAD Studio to develop iOS and Android Apps. everything look good on Android, but when I running on iOS simulator via PASServer, App crash immediately after splash screen. Thx for attention... -
more than a month ago
Disocover services after disconnect BLE
Hello, I would like to be able to disconnect from a BLE peripheral and reconnect to it without having to fully close the application. I have used the BluetoothLEDevice.Disconnect function. The BLE peripheral device returns to advertising. I am ab... -
more than a month ago
Spent hours creating a View for 5 Inch Phone but the IDE keeps changing it back!
This is really driving me mad. I am creating a C++ Builder Fire-monkey app targeting Android devices mainly. I have all the app working fine under Master View, it runs fine on my 7 tab without changes. My target device though is a 5" android phone, ... -
more than a month ago
Unable to connect with SQL Anywhere database on Ubuntu using TFDConnection
Hello Team, I am trying to connect with SQL Anywhere database using a TFDConnection component. I have created a multi-device application for Linux Platform. While trying to connect with the database I am getting error as ' Project Project1 rai... -
more than a month ago
Video capture options in Firemonkey on Delphi 10.2
What options are there to stream live video in Firemonkey? I have tried direct access (Indy component and retrieving the JPEGs through a connection), but this was too slow. I have also tried the video component from the OpenCV library, but this see... -
more than a month ago
How can I Change the shape of Firemonkey windows?
In VCL I can change the shape of a form using SetWindowRgn. I would like to do the same with a FireMonkey App when it is on the Windows platform. I would also like to do it on macOS as well, but that may be asking a bit much. The code I tried comp... -
more than a month ago
App increases Android/iOS storage data size!
App increases Android/iOS storage data size! Hello! I have a app with a feature using WebBrowser (Firemonkey). It opens a simple web page, with disabled cache.So, every time I open a simple page , the apps storage data size increases! How can I c... -
more than a month ago
FireMonkey display objects without right border
I have a prject where a lot of FMX objects don't show right border. Thi is an example. At design time I have a TFramedVertScrollBox and all borders are well displayed (see below) When I show this form at runtime I see this: This object is ins... -
more than a month ago
10.2 Tokyo handles BLE discovery on Android differently than 10.1 Berlin.
(My apologies for this lengthy entry) I have had some problems getting BLE to work according to my needs on both iOS and Android, but after some work arounds (see my comment and issues on quality.embarcadero.com: RSP 16891, 17763, and 17764) things ... -
more than a month ago
Screen bug when applied 9-patch image for splash image to tablet pc
The scrren is weired when applied 9-patch image for splash image to tablet pc. Look at this video. 1. Applied 9-patch image for splash image https://www.youtube.com/watch?v=VxukKn0a3y4 2. Applied normal image for splash image https://www.youtu... -
more than a month ago
How to load from memory stream to firemonkey (FMX) memo component in C++ Builder?
I used to use below code to load plenty of text to VCL Memo. LogMemo->Lines->BeginUpdate(); LogMemo->SelStart = LogMemo->GetTextLen(); LogMemo->SelLength = 0; LogMemo->SelText = AnsiString((char *)LogMemoBufPtr->Memory, LogMemoBufPtr->Size); L... -
more than a month ago
How to scroll current view to specific line (row) in FMX TMemo component by C++ Builder?
I'd like to scroll the current view to specific line in FMX Memo. I used to use below code in VCL component: TopVisibleRow = SendMessage(LogMemo->Handle, EM_GETFIRSTVISIBLELINE, 0, 0); SendMessage(LogMemo->Handle, EM_LINESCROLL, 0 , TargetLine - To... -
more than a month ago
How to put menu bar in Apple menu bar on Mac OS by C++ Builder?
I found there's example to use TMenuBar's UseOSMenu property to place main menu for Windows and Mac. But it seems that is for Delphi only. I can't find the same property in C++ Builder FMX TMenuBar component. Is there any one know how to put menu bar... -
more than a month ago
RAD Studio Berlin 10.1 and iOS 10: "CLASS LINKAGE ERROR"
Hello! I'm trying compile my code (RAD Studio Berlin 10.1) on iOS 10 Simulator. I got message "CLASS LINKAGE ERROR". Heeeelp! Please! (bugs.. bugs.. bugs everywhere) Thanks!... -
more than a month ago
convert a website into mobile app
How I can convert a website into mobile app ? what are the steps or what are the components I should use ? I want to use Delphi Berlin... -
more than a month ago
OnMarkerTitleClick-Event in TMapView, (alternatively CustomMarker)
Hi, Im wondering if anyone has successfully added a clickevent to a TMapMarker title, the popup that is shown once a marker is clicked? I need this because the user should be able to click on a marker, get information (title, snippet) from that m... -
more than a month ago
Issue Deploying iPad View in 10.1 Berlin..
My project in Delphi Berlin 10.1 has additional views for iPhone 4", iPhone 4.7", iPad and Android 4" which are declared as follows: implementation {$R *.fmx} {$R *.iPad.fmx IOS} {$R *.iPhone4in.fmx IOS} {$R *.iPhone47in.fmx IOS} {$R *.NmXhdp... -
more than a month ago
Right to Left Support in Firemonkey
is Bidi support in firemonkey planned? any timeframe? future version expected?...