Comments on: Video: Delphi XE2 and FireMonkey app on Windows, Mac and iOS http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/ Where Andreano Lanusse talk about technology, software development, programming techniques, databases, games and more through articles, tutorials and videos Sat, 17 Mar 2012 21:08:53 +0000 hourly 1 https://wordpress.org/?v=6.7.4 By: MA http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-10149 Fri, 09 Dec 2011 06:30:36 +0000 http://www.andreanolanusse.com/en/?p=681#comment-10149 How to play mpeg videos using firemonkey components?

A snippet would be wonderful.

]]>
By: Jens Fudge http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9475 Sat, 08 Oct 2011 15:39:20 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9475 Hi

Larry: about reæktivt 150 forms… Yes, if you have tied all your business logic into the forms, you are in deep trouble. However, if you have modelled your application in a layer-model, it shouldnt be that bad, even though its still not a trivial task.
About the controls being not that different. Basically the VCL controls are all Windows in the Microsoft windows sense. I know that most people regard the Tform as a window, but a Tbutton, a Tedit and a Tmemo are also Windows, they have a handle.
I am pretty sure, that if you build a converter, you will make a bundle, as many Delphi programmers would like one.

Question: how do I deploy a Mac app built with Firemonkey to a customers Mac?
I’m not talking about Passerver, debugging or anything like that. Just plain and simple, copy the executable to a Mac running Mac OSX Lion.
I tried with my own Mac, but when trying to run it, it Said it couldnt run, because Classic was not supported..

Is there a tutorial for deploying apps to a non-developer Mac ? Ie a customers Mac…

Thanks in advance

Jens Fudge

]]>
By: Andreano Lanusse http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9456 Tue, 04 Oct 2011 03:52:18 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9456 In reply to Rômulo Nascimento.

@Rômulo, como mostro no próprio vídeo FireMonkey irá funcionar normalmente em um VM, se não está funcionando na sua máquina é porque pode estar faltando alguma arquivo. O Delphi gera o app e dependências no padrão Mac. Use o Deployment Manager para copiar sua aplicação para o Mac e veja quais arquivos faltaram.

]]>
By: Rômulo Nascimento http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9454 Mon, 03 Oct 2011 13:34:53 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9454 Olá Andreano,

Eu reparei que neste vídeo você parece estar usando algum tipo de VM para mostrar a funcionalidade do Delphi XE 2. Porém eu noto que o host é um mac os x e o guest é o windows. Estou tentando fazer o Firemonkey funcionar porém no processo reverso. Meu host é um Windows 7 e o guest é o Snow Leopard. Minha aplicação feita no modo console funciona normalmente, porém uma aplicação feita com formulário não é executada. Meu Snow Leopard está instalado no VirtualBox. Vi em alguns posts espalhados pela net que não é possível executar uma aplicação do Firemonkey em uma VM. Isso procede? Se procede, me conformarei em não poder executar um deploy da minha aplicação no snow leopard. Se procede, como fazer para isso funcionar?

Já tentei inclusive passar o “executável” gerado para uma pessoa que trabalha diretamente com o Snow Leopard, porém em uma máquina Apple, o projeto também não abriu. Inclusive eu compilei o aplicativo em modo Release.

Você pode me dar uma ajuda?

Agradeço desde já.

]]>
By: Andreano Lanusse http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9435 Mon, 26 Sep 2011 06:17:38 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9435 In reply to Oscar Flor.

Oscar,

To deploy your FireMonkey app in your phone you need a Apple Dev account and you need a Mac machine to compile the app. You can jailbreak your phone and by pass the Apple dev program, but you won’t be able to deploy on App Store your app.

]]>
By: Oscar Flor http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9425 Wed, 21 Sep 2011 01:50:18 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9425 Mr. Andreano:

To deploy a FireMonkey application from Delphi XE2 to the IPhone, there is a direct way without the need of a IOs machine?

To do that is needed to jail break the ipnone?

Or is needed the IOs machine hopelessly?

¿Para instalar una aplicación FireMonkey desde Delphi XE al IPhone, hay una forma de hacerlo directamente sin la necesidad de una máquina con IOs?

Para hacer esto ¿es necesario JailBreakear el IPhone?

¿O irremediablemente se necesita la máquina con IOs?

Best Regards
Oscar Flor

]]>
By: Larry Pierce http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9423 Mon, 19 Sep 2011 23:51:26 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9423 That is a real downer. Take away the UI from most windows’ programs and there is not much left!

Are the components that radically different that not tool is provided to do 90% of the grunt work of the conversion?

The real kicker is that the whole application must be converted en masse to use Fire Monkey. It is all or nothing since the Delphi will not allow both VCL and FireMonkey formas to co-exist in the same program. If it did you could migrate one form at a time and debug it. How many zillion bugs can one create converting 150 forms first before one can run a single text?

Basically then the new version of Delphi is really only applicable to trivial or new applications. To relay out 150 forms and all their conrols plus fix all he properties and events and methods is a major major task.

From where I sit, Delphi XE is of very little value for complex existing applications that wish to use FireMonkey to run on different platforms.

]]>
By: Andreano Lanusse http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9422 Sun, 18 Sep 2011 03:43:48 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9422 In reply to Larry Pierce.

Hi Larry,

You can reuse all the datamodule and business logic. Only the UI will need to be rewrite. About how long it will take, depend of the size of application, number or resources available, etc.

]]>
By: Larry Pierce http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9421 Sat, 17 Sep 2011 17:21:03 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9421 How do you migrate an existing VCL application to Fire Monkey. I have an application with about 150 forms in it. Is this merely a compiler toggle to use FireMonkey or do you include different units? How is it done? Is this the work of a week or a massive rewrite of about a year or longer?

]]>
By: David http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9419 Tue, 13 Sep 2011 14:49:14 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9419 Hola Andreano.
Felicidades por el video, es sensacional, y nos hace una idea de lo que se puede conseguir con Delphi XE2.

Viendo tu video y los posteriores comentarios me surgen 2 preguntas:
Cual sería el mejor motor de base de datos para trabajar desde Delphi y tener compatibilidad posterior con iOS ( sobre todo para trabajar después con iPad que es mi finalidad ) ??

Tengo la versión Proffesional de Delphi XE2, pero no veo la opción desde el menú de Tools de “Export to Xcode” como tú realizas en el video. Es problema de la versión de la licencia de Delphi XE2 o es necesario hacer alguna configuración previa?

Muchas gracias de antemano!

]]>
By: Andreano Lanusse http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9418 Mon, 12 Sep 2011 03:43:41 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9418 In reply to randy.

Hi Randy,

I think they found the solution in the newsgroup, sorry I just saw your message today.

I will create an article to show how to share the directory between xCode and the IDE.

]]>
By: Leandro http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9412 Sat, 10 Sep 2011 00:34:53 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9412 from delphi forum… see this link ( http://midafiremonkey.wordpress.com )

convert dfm-vcl structure and any pas source to firemonkey

]]>
By: randy http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9406 Sat, 03 Sep 2011 21:56:12 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9406 Andreano , please can you help in solving this problem : https://forums.embarcadero.com/thread.jspa?threadID=59987&tstart=0

Also please can you an article on how to create a share directory to be used between XCode and IDE esp on VMware .

many thanks

]]>
By: ¡Felicidades Septiembre! | Delphi solidario http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9400 Fri, 02 Sep 2011 08:06:15 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9400 […] http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/ […]

]]>
By: Andreano Lanusse http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9397 Thu, 01 Sep 2011 16:48:56 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9397 In reply to simon,choi.

Hi Simon,

Yes you can access all of the iOS API from FireMonkey app. There is a unit iPhoneAll you need to declare for that.

]]>
By: simon,choi http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9391 Mon, 29 Aug 2011 17:39:05 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9391 Thanks for awesome demo.

In iOS, Is It possible to use native iphone api like a asset library (ex. photo…) ?
or just gui application only.

]]>
By: Native Zip file support in Delphi XE2 | TwoDesk Delphi Blog http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9389 Mon, 29 Aug 2011 16:05:45 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9389 […] been quite a bit written about the cross-platform compilers, FireMonkey, writing iOS apps in Delphi, and other amazing things (and believe me, they are amazing), but there are some other really cool […]

]]>
By: Andreano Lanusse http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9377 Wed, 24 Aug 2011 23:15:06 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9377 In reply to Eduardo.

Oi Eduardo,

Estamos finalizando o feature matrix e vamos disponibilizar no site, posso adiantar que o driver ODBC para dbExpress estará a partir da versão Enterprise.

]]>
By: Eduardo http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9376 Wed, 24 Aug 2011 21:23:11 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9376 Andreano, poderia me tirar uma duvida em relação ao XE2, gostarria de saber o que relamente vai ter em cada versão pois desejo faz uma atualizaçao e to na duvida em relaçao a isso para fazer a escolha certa.

Exemplo: ODBC vai ter em todas ?

]]>
By: Jakub Król http://www.andreanolanusse.com/en/video-delphi-xe2-and-firemonkey-app-on-windows-mac-and-ios/#comment-9374 Wed, 24 Aug 2011 14:30:38 +0000 http://www.andreanolanusse.com/en/?p=681#comment-9374 Hi!

Thanks for the presentation! And also for answering questions. I`m (and also my friends) very excited about new Delphi XE2 🙂
I can`t wait for the presentation that will be also in our country – we are going to be on “RAD Studio XE2 World Tour” in Cracov (Kraków) – Poland. After that we just need to wait to buy it – and we will sure buy 🙂

Thanks again and greetings!

]]>