FireMonkey(tm) is the cross-platform visual component library in Embarcadero Delphi XE 2 / RAD Studio
0
votes
0answers
50 views
TStylebook iOS Delphi XE4
Does anyone know if the TStylebook component will allow a user to change the look of the listview... (Not just an item title and detail). It works on a windows app which is fine, but i would like to ...
-1
votes
1answer
92 views
Delphi XE4 conversion from ObjC Class / protocol? [closed]
How to use ObjC Class with Protocol from Delphi XE4 ?
ObjC : Write ObjC Class with protocol
Delphi : Write Interface code
Delphi : Compile & Run App
Delphi : When Press Button in ...
2
votes
0answers
178 views
Can Delphi XE4 import iOS ObjC Class ? ( Static Library *.a )
Can Delphi XE4 import iOS ObjC Class ? ( Static Library *.a )
ObjC Code : test.a
// test.h ---------------------------------------------------------------
#import <Foundation/Foundation.h>
...
0
votes
1answer
119 views
Applying a style to a Delphi XE4 Firemonkey StringGrid cell at runtime
I am trying to apply a style to an XE4 FM Stringgrid at runtime, but am unable to find the correct syntax to do this.
The StringGrid already inherits the 'TextCellStyle' (the default) which I have ...
0
votes
1answer
87 views
Changing TTextCell background colour at runtime XE4
I worked through the example posted here as my starting point: Change background of TTextCell in a Firemonkey TGrid
I have created a textcellstyle which references an image, and this is working well. ...
0
votes
1answer
39 views
how to change the color of 3D firemonkey objects from different thread
I have a cylinder
Cylinder1 : TCylinder;
and I want it to change colour when I click on it.
I've added this to the on click event
procedure TfrmFiremonkey.Cylinder1Click(Sender: TObject);
begin
...
1
vote
1answer
50 views
How to change the color of TCylinder in Delphi Firemonkey
I can create a Cylinder
Img: TControl3D;
Img := TCylinder.Create(nil);
however Img does not seem to have a colour property. Even when I cast it as a cylinder.
It seems to be defaulting to red. ...
2
votes
1answer
109 views
XE4 Firemonkey on iOS prevent sleep mode
I am developing an app in Firemonkey XE4 for iOS and need to prevent the device from sleeping when there is no user input. I have found this command for xcode development:
[application ...
0
votes
1answer
281 views
XE4 ( Firemonkey + iOS Static Library) , Pascal conversion from Objective C Class?
How to Conversion ? (Objective C Class -> Delphi XE4 )
and How to use Objective-C Class in static Library from Delphi XE ?
Following is the my first trial.
But It makes error.
Objective C Source
...
1
vote
1answer
194 views
Delphi XE4 Firemonkey Grid Control - Styling cells individually
We have just upgraded from Delphi 2010 to XE4 and using FireMonkey for the first time, so stumbling about in the dark a bit trying to figure out how it all works.
As per a query a while back I'm ...
0
votes
0answers
49 views
How to use TRectAnimation for a check box
I am trying to modify the check box animations as i am using a custom styled check mark for it. As known, the normal check box has 4 TRectAnimations associated by default to cater for all combinations ...
0
votes
2answers
71 views
Delphi Firemonkey TLayout mousedown not firing
I am creating a button array in Firemonkey and each of the buttons are created by loading a style from a resource.
FButtons[r,c] := TLayout( TStyleManager.LoadFromResource(HInstance, BUTTON_STYLE, ...
1
vote
1answer
116 views
Delphi xe4 - How can I access Foursquare API via HTTP
I have delphi xe4 and I need to know how can I access Foursquare API via HTTP like
...
-1
votes
0answers
287 views
In-App Purchases, AdMob and Chartboost SDKs for Delphi XE4 iOS apps [closed]
I'm Delphi user since Delphi 1 and would love to go back to this great language, so I am trying to switch from Objective-C to Delphi XE4 (future Android support, Mac OS X and Windows - all from a ...
0
votes
1answer
91 views
Firemonkey style inheritance?
I've just started with Firemonkey, and still have a lot to learn with regards to the usage of styles, but there is something I can't get figure out.
I've learned how to simulate a TListView using ...
0
votes
1answer
177 views
TwebBrowser Zoom/Gesture is not working for firemonkey/iOs in XE4 when open a pdf file
I want to display PDF within iOS application, so far the only way I find is open it in TwebBrowser.
A.It is displaying in "fit to page width" zoom as default
B.There is no "zoom" function
...
3
votes
1answer
82 views
Opening URL within ios application
I need to open a webpage with safari in my iOS application.
With XE2 there was iphoneall unit, which exposed UIApplication. XE4 doesn't use FPC anymore, so I can't use that.
Embarcadero documentation
...
5
votes
1answer
336 views
XE4 iOS app: Unable to install package. (e8008015)
I took part in the XE4 beta and despite having problems that the .ipa could never be produced (error message in Delphi "Invalid ipa option"), the app was always actually physically deployed to the ...
1
vote
1answer
196 views
Firemonkey CUDA/OpenCL
On the Embarcadero website it says it supports this but I haven't seen no demos or examples that come with Delphi. So if this is a farce which it indeed looks like then I bet we will have to wait till ...
1
vote
0answers
173 views
How do I use TListBoxItems.OnPaint event to change the look of the TListBox?
I use these code below, but it did not show the line when I run the program on IOS sim.
I dont see any demo from embarcadero, does anybody know how to do it?
I'm using Embarcadero Delphi XE4 for iOS.
...
0
votes
1answer
353 views
Delphi XE4 iOS can a background app be built in Delphi
I need to build a project for iOS that must run in the background and ideally start automatically when the phone is powered up or restarted, is this possible in Delphi XE4 or do I have to use xcode?
2
votes
1answer
182 views
Delphi XE4 What do I have to include to use the function FmxHandleToObjC
I have just installed XE4 and I am trying to complie some sampel apps for osx from the web.
I can't compile as I get "Undeclared identifer FmxHandleToObjC" error
I have setup the SDK and cant find ...
0
votes
0answers
351 views
Call State of iphone (Delphi XE4 IOS FIREMONKEY )
I am trying the demo of Delphi XE4.
I have a basic Firemonkey Mobile Application(Header Footer Template)
I want to get the call state of the Iphone.
I am looking at example from apple devleloper ...
6
votes
1answer
656 views
How to keep a Delphi XE4 iOS app from terminating when suspended?
Created a simple "hello world" iOS app with Delphi XE4. I discovered that switching to another app and then switching back results in the app restarting (displaying splash screen and losing state). A ...
0
votes
0answers
71 views
Display a capture device property page in Delphi - Firemonkey
Firemonkey had Audio video capture classes in FMX.media. A sample for a simple capture program is available here: http://docwiki.embarcadero.com/RADStudio/XE3/en/Video_Capturing
The question is how ...
1
vote
1answer
29 views
C Builder remove border on FMX ImageControl
I'm displaying a bitmap image on my Firemoney desktop form using an ImageControl in RAD Studio XE3. The image displays correctly but has a border around it. The image has a white background and is ...
1
vote
0answers
73 views
firemonkey for xcode 4.6 or a link to download Xcode 4.1
I'm using Delphi XE2- firemonkey for iOS app development. the firemonkey-ios.dmg file which is provided in the delphi directory can not be installed with Xcode 4.6. it requires Xcode 4.1 which is no ...
0
votes
1answer
110 views
How can I print a Firemonkey form on Windows?
In Delphi VCL it was easy to print a form since the form had a Print method. This does not seem to be the case with forms in FMX. Is there an easy way to print a form in FMX on Windows?
0
votes
0answers
121 views
Delphi Firemonkey 3D: How can I change the origin from which a 3D object rotates?
The cube rotates when the user holds down the LMB and moves the mouse.I am using a dummy as a kind of "anchor", so that the camera stays in the same place, but the object rotates, so all sides can be ...
0
votes
1answer
161 views
Delphi XE3 Firemonkey autosize/layout problems
Using Firemonkey I have a TVertScrollBox which contains a TPanel which gets dynamically populated with a number of the following TDisplayItem objects.
The problem is that the TDisplayItem’s don’t ...
1
vote
1answer
155 views
Delphi Firemonkey: Creating Cube on a 3D viewport at runtime, from a different unit
I'm designing 3D minesweeper. I would like to create a class to generate the 3D Cube (which will be composed of multiple TCubes, in a cube shape), which will be in a seperate class and unit to the 3D ...
0
votes
1answer
198 views
Unknown exception in delphi application
I write an application that works fine on my system, but since yesterday I realize that its not works on other computers.
This is the error that occurred in users system:
EReadError error
Error ...
0
votes
1answer
90 views
Install font in firemonkey
How Can I use embedded font or install new fonts in my firemonkey application?
I tried this solution but WM_FONTCHANGE is not defined in FMX!
I want to use custom font in my application, how I can ...
1
vote
2answers
129 views
Draw Text in firemonkey
How I can Draw Bitmap high quality text in firemonkey application?
I have an TImage in my form with imgStory name.
I tried this code but it does not worked and imgStory still show blank!
...
0
votes
0answers
31 views
Bottom axis issue in TChart for Firemonkey
I'm testing using teechart in an iPhone app. I'm using Delphi XE2 update 4.
The problem is in the bottom axis.
When I execute my app with Delphi there is no issue but when I execute my app in iPhone ...
0
votes
1answer
161 views
How to make an explorer like file manager in Delphi FMX?
There is no any ShellListView/ShellTreeView component In Delphi FMX.
So, How to make an explorer like file manager in Delphi FMX?
Just simple as to count how many files/folders, certain type files..
...
0
votes
0answers
58 views
Updating total TStringgrid after reloading data in TCustomAdapterBindSource
We have defined our own implementation of a TCustomAdapterBindSource named TLCSAdapterBindSource, which gathers data in pages. This adapter is bound to a TStringgrid with a TLinkGridToDataSource.
The ...
0
votes
0answers
122 views
Delphi XE3 Firemonkey Scrollable TImage
I have multiple GIFs I need to display at the same time. Current plan unless anyone can point me to a 'Gallery' type control is to place the TImages onto a scrollbox. However, I can't get the scroll ...
-1
votes
1answer
118 views
Play video in Firemonkey on Windows XP
I use TMediaPlayerControl to show video in my application.
This is my code to show video:
TrailerMediaPlayer.FileName := GetcurrentDir + '\Trailer\Trailer.avi';
if (TrailerMediaPlayer.State = ...
0
votes
0answers
57 views
Firemonkey 2 select xml node by attribute - Delphi
I have a basic xml document used to populate a grid.
<cells>
<Cell Col="0" Row="0"/>
<Cell Col="0" Row="1"/>
<Cell Col="0" Row="2"/>
<Cell Col="0" Row="3"/>
<Cell ...
2
votes
1answer
150 views
Getting firebird to work under OSX with Delphi Firemonkey app
Does anyone know of a guide to getting Firebird working under OSX for Delphi apps?
I am using the InterBase Express components but when I start my app I get the error saying that libgds.dylib is ...
1
vote
2answers
161 views
Firemonkey button fill style
I'm using Delphi XE3 and getting the hang of Styles. I want to change the colour of a button. I can change the text colour OK but can't find the 'fill' property in the style inspector, possibly as ...
32
votes
3answers
1k views
Serious FireMonkey performance issues when there are a lot of controls at screen
It's already a while we are working with FireMonkey at office. After a while we noticed it wasn't exactly so lightning fast due to GPU acceleration as Embarcadero tells us.
So we built a basic ...
0
votes
1answer
98 views
How to access dataset from custom component linked with Live Bindings?
I am creating my own DBGrid that is derived from TMSFMXGrid. How can I find out which dataset is linked to this grid, if it is linked using Live Bindings? In design time you can see in object ...
0
votes
0answers
102 views
How to prevent that a Firemonkey TLang translation is to long to fit in the element on my form
When I localize an application with the new TLang and a translated text is much longer than the original, wouldn't it break my layout for example because a button could be to small to fit the ...
0
votes
1answer
73 views
Writing Text on a Sphere in FireMonkey
Is there a way to write text on the surface of a sphere component in FireMonkey, short of creating a bitmap with the text, and importing the text to a TextureMaterialSource?
2
votes
0answers
133 views
FMX: Handle of controls
I'm working with DirectShow in firemonkey, and i have a problem with outputting Video.
iVideoWindow.Put_Owner(Panel1.Handle);
I need handle of TPanel, to display video at it. But FMX controls have ...
0
votes
2answers
207 views
How to get the name of the current user in delphi?
Hi there i am using delphi FM2 with XE3 in windows 8.
The problem im having is that i want the user to press a button and then navigate to a subfolder located in appdata ex. ...
0
votes
1answer
88 views
Add icons to the tabs of a Firemonkey TTabControl
To add an icon to a TButton in Firemonkey one can add a TImage to the button. But how to add an icon to a tab of a TTabControl? Is this possible?
0
votes
1answer
231 views
Firemonkey: TGrid usage on Embarcadero C++ Builder XE3
I'm try to build a tool that reads data from a database and displays it as a table using a TGrid in Firemonkey. I need to use different types of columns like TCheckColumn and TPopupColumn but can't ...
