Ver Mensaje Individual
  #33  
Antiguo 20-05-2013
Avatar de Al González
[Al González] Al González is offline
In .pas since 1991
 
Registrado: may 2003
Posts: 5.610
Reputación: 32
Al González Es un diamante en brutoAl González Es un diamante en brutoAl González Es un diamante en brutoAl González Es un diamante en bruto
Cita:
Empezado por movorack Ver Mensaje
Cita:
Empezado por GerixSoft
So, in order to create 100% native Cocoa applications in Delphi XE2 you will have to master the following:

Create simple OSX console application
Learn how to create OSX console application in Delphi XE2 and debug it using PAServer (configure the environment, etc)
Enhance OSX console Delphi application w/ simple NSApplication & NSApplicationDelegate code
Learn the very basic of Cocoa: NSApplication & NSApplicationDelegate class/protocol — I recommend to study SampleNibblesApp source code thoroughtly
Learn Cocoa, Xcode and how to design your interface in Xcode
This is the most hard -- you must learn some Objective-C basics, Cocoa hierarchy, Xcode interface and how to create GUI in Xcode. I recommend to review AppleProgramming YouTube channel from the very beginning till very end.
Enhance OSX Delphi application w/ loading of compiled NIBs
You must be able to design Cocoa GUI in Xcode, compile XIB to NIB, write code in Delphi to load that NIB, implement IBOutlet and IBAction handlers in Delphi.

Fuente:http://www.gerixsoft.com/blog/delphi...out-firemonkey
ˇVaya! Por fin una respuesta constructiva. Gracias, Miguel. Estuve buscando sin éxito ese tipo de información.

Entonces, inviable no es.

Última edición por Al González fecha: 20-05-2013 a las 19:04:53.
Responder Con Cita