I sort of asked this question at the end of another post but feel this topic needs a question of its own...
I would buy the new Delphi XE2 and port some D7 projects. I would buy the cheapest version (starter ?) and use the new Firemonkey Platform.
In Delphi XE2, we have use {$ifdef Win32} {$ifdef Win64} to identify which pl开发者_C百科atform we are in.
I\'m trying to write a simple firemonkey test app. I have a form, with a panel (align:= alClient). On the form are 2 TCircle\'s.
I have created my first XE2 FM HD appl开发者_JAVA百科ication. I have my OSX machine connected and running debug builds on OSX works fine, but I don\'t have a way to create a release version and copy i
How can I draw a line ? This code does not display anything : var my_point_1, my_point_2: tPointF; Canvas.Stroke.Color := claBlue;
I\'m looking for the equivalent to the Graphics.StringToColor funct开发者_StackOverflow社区ion to convert
I managed to get Xcode (running as a VM under Windows) pushing an XE2 build FireMonkey iOS HD app to my (jailbroken) iPhone after XE-script-prep (creating the Xcode folder), with a valid company certi
In a Firemonkey 2d application, I\'m using a float key to attempt to move a TLine control around a clock.I\'ve added 60 key frames for the minute hand and 12 key frames for the hour hand (actually it\
We are experiencing what seems to be a stra开发者_开发技巧nge bug in Firemonkey\'s ScrollBox component (since TGrid inherits from TScrollBox it also affects all grids). On some ouf our development mac