I have a problem which does not appear in the ingredients FireMonkey 3d [Edit]hey all
*I have a problem which does not appear in the ingredients FireMonkey 3d*
[image|http://up.dev-point.com/uploads/5e05f3b01ed51.jpeg]
Edited by: ahmed eissa on Oct 13, 2014 1:52 AM
...
I have a problem which does not appear in the ingredients FireMonkey 3dhey all
*I have a problem which does not appear in the ingredients FireMonkey 3d*
[http://up.dev-point.com/uploads/5e05f3b01ed51.jpeg|image]
...
Ann: FastReport FMX for Delphi XE3 (FireMonkey 2) and XE2 (FireMonkey) releasedDear friends,
Visual report designer is available now on both MS Windows and MAC OS X!
Full sources.
We can write here full list of possibilities, but it will so long. Let
see FastReport VCL and FastReport FMX comparison table:
http://www.fast-report.com/en/products/comparison-fast-report-firemonkey-vcl.html
And all of this - just now in your hands for business-applications for Mac.
Report generator FastReport FMX is the first multiplatform solution for
including Business Intelligence into software based on Embarcadero
FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X)...
Problem with the destroy of FireMonkey form in dll [Edit] #2Hello.
I have this problem with the destruction of the form.
1. I created a dll library with FireMonkey form.
{code}unit Unit1;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Graphics, FMX.Controls, FMX.Forms, FMX.Dialogs, FMX.StdCtrls;
type
TFormHD = class(TForm)
private
{ Private declarations }
public
{ Public declarations }
end;
procedure CreateHD; stdcall;
procedure CloseHD; stdcall;
exports
CreateHD, CloseHD;
var
FormHD: TFormHD;
implementation
{$R *.fmx}
proc...
Ann: X-platform report generator for Delphi XE3 (FireMonkey 2) and XE2 (FireMonkey) releasedDear friends,
Visual report designer is available now on both MS Windows and MAC OS X!
Full sources.
We can write here full list of possibilities, but it will so long. Let
see FastReport VCL and FastReport FMX comparison table:
http://www.fast-report.com/en/products/comparison-fast-report-firemonkey-vcl.html
And all of this - just now in your hands for business-applications for Mac.
Report generator FastReport FMX is the first multiplatform solution for
including Business Intelligence into software based on Embarcadero
FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X)...
Firemonkey 2 component did not appear on IOS device after launching [Edit]My application is only to test no code, a form with background color with button, label and image. While launching on ios simulator everything work.
Launching on an ios device it launch without problem but we see only the colorful form and image an can't see any other component I have put (button, label...).
While launching I got no error it launch on the device but I have some warnings which I paste at the end.
--[Warning Warning] Local file "iOSDevice\Debug\Project1.rsm" not found. Skipping deployment.
Success
Thanks for responding
Regards
Edited by: re...
Touch Gestures in Firemonkey 3D application Delphi XE3 MacOS [Edit]Hi!
I'm trying to create a MacOS Firemonkey 3D application with gestures enabled but I can't make it work. I can place a GestureManager on the form but there is no Touch property on the TForm3D object. Then I've tried to create a TLayer3D with a normal TPanel where I was able to set the Touch property but the gestures didn't work although it captured any other mouse movements. Then I've created a separate HD TForm with a GestureManager and with the Touch property set which worked as a stand alone form but whe
n I've linked a touch enabled TPanel on the HD TForm to t...
Delphi XE8 FireMonkey iOS Style problem with segmented buttons [Edit]Hi,
Going through some tutorials to get used to mobile development using FireMonkey and Delphi XE8. One of the most basic layouts tend to use the toolbar component with segmented speed buttons, and then applying the correct segmented style to each button.
However, there seems to be an issue with the iOS style. [Screenshot.|https://drive.google.com/file/d/0B68Ju-patBf-RVVEMmI5UDd2cG8/view?usp=sharing]
Using the "segmentedbuttonleft", "segmentedbuttonmiddle", and "segmentedbuttonright" styles is producing an extra border on the right button in iOS. It seems...
FireMonkey and 3D [Edit]We have 3D models in our own internal format and would like to explore using FireMonkey as a renderer and UI.
Q1: How do you write your own 3D format importer?
[From a webinar Q&A:|http://edn.embarcadero.com/article/41688]
+Q: Can the 3D graphical objects display CATIA V4 / V5 models? Or "Right Hemisphere" models?+
+A: There currently is no importer for those file types. However you could write your own importer.+
Q2: Can you do surface selection?
As the user is moving the mouse across the model the surface under the mouse should be drawn highlighted.
Edited by: T...
FireMonkey and SOAP [Edit] #2Hello,
I am trying to create a simple application on Android using Delphi XE7, but as soon as I call a function through the SOAP interface the applications hangs.
I changed the DOM to sOmniXmlVender but that doesn't help.
I used the WSDL importer to create the source.
It functions correctly when creating a windows application, but it failes on the android device.
Does anyone have a suggestion what I might try?
Thanks.
Dennis Rusch
Edited by: Dennis Rusch on Jan 22, 2015 3:36 AM
...
Visual problems with Firemonkey on Windows [Edit]Yesterday I downloaded and installed a trial version of Delphi XE5 (Update 2).
I discovered the following visual defects in desktop Firemonkey apps for Windows:
1. Painting.
On Windows XP SP3 I observe issues with painting of the main window. Firemonkey HD.
On Windows 7 with Aero Glass (or without) this problem doesn't occur.
See screenshot:
https://dl.dropboxusercontent.com/u/27544810/delphi/bug-report1/1-winxp.jpg
2. When I create a new application Firemonkey 3D I don't see any controls which I add in the designer. I launched the test project on several different PCs wit...
Firemonkey ios animation problem [Edit]I made a simple animation with a TImage. Animation not working properly on the device. Do you have suggestions on a solution.
device video : http://doganaydogan.com/MOV01742.MP4
similator video : http://doganaydogan.com/MOV01743.MP4
I have used this animation floatanimation
Edited by: emb emb on Apr 23, 2012 4:42 AM
Le 23/04/12 12:44, emb emb a écrit :
> I made a simple animation with a TImage. Animation not working
> properly on the device. Do you have suggestions on a solution.
>
> device video : http://doganaydogan.com/MOV01742.MP4
>
> similator ...
XE7 Firemonkey for Android HTTPRIO Problem [Edit]WSDL : *http://www.byjg.com.br/site/webservice.php/ws/cep?WSDL*
{code}
unit Principal;
interface
uses
System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
FMX.Types, FMX.Controls, FMX.Graphics, FMX.Forms, FMX.Dialogs, FMX.TabControl,
System.Actions, FMX.ActnList, FMX.StdCtrls, FMX.Layouts, FMX.Memo, FMX.Edit,
Soap.InvokeRegistry, Soap.Rio, Soap.SOAPHTTPClient;
type
TfmPrincipal = class(TForm)
TabControl1: TTabControl;
TabItem1: TTabItem;
TabItem2: TTabItem;
TopToolBar: TToolBar;
ToolBarLabel: TLabel;
TopToolBar1: TToolBar;
ToolBarLabel1: TLab...
Drawing curves in FiremonkeyI am plotting some data using Firemonkey using canvas.DrawPolygon (poly, 1.0); The plots shown in imgur (see link below) compare the output of the same data from both Firemonkey and Python's matplotlib library. The graphs are roughly the same size, exactly the same data but the Firemonkey quality is much worse. I've played around with the various Global settings to switch between different backends but without much luck. I am sure GDI+ can do much better than this as I've drawn curves using line segments
using GDI+ with great success. Any suggestions on how to improve the quality...