iPhone Support

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

andyh1234
Posts: 476
Joined: Mon Aug 13, 2007 4:44 pm
Contact:

iPhone Support

Post by andyh1234 » Wed Mar 12, 2008 12:33 am

With the announcement of the SDK for the iPhone, it would be briliant if at some point in the future Revolution could be extended to compile for iPhone, Pocket PC, Palm etc.

michpitkin
Posts: 2
Joined: Thu Feb 14, 2008 10:22 am

iPhone Support

Post by michpitkin » Thu Mar 13, 2008 10:01 am

Porting revolution to the iPhone should be possible any way because doesn't it use Macintosh as the OS?

malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Contact:

Post by malte » Thu Mar 13, 2008 11:13 am

The SDK in its current for is pretty restrictive. It does not allow to run interpreted code. So even if it might be technically possible to port the engine, it is unlikely that apple would allow programs made with it installed on the iPhone.

We'll see what the future brings.

All the best,

Malte

void
Posts: 5
Joined: Sat Sep 13, 2008 12:57 pm

Post by void » Sat Sep 13, 2008 1:01 pm

RealBasic, Revolution, mono - I'll take the first RAD alternative that comes along. Objective C - what a dreadful old school language hack. And Apple's use of it, has protectionism written all over it.

Obleo
Posts: 174
Joined: Mon Apr 10, 2006 10:35 pm
Contact:

Post by Obleo » Sat Sep 13, 2008 7:31 pm

There is already one licensed 3rd party tool for the iPhone development, that uses Javascript, Boo Script or C++ your choice. Rumored to be released in the 4Q of this year. Actually you can develop for it now, you just can not make the final build for the device yet.

It not like revolution, in super easy to develope something but it is much better than using xcode.

void
Posts: 5
Joined: Sat Sep 13, 2008 12:57 pm

Post by void » Sun Sep 14, 2008 7:05 pm

Obleo wrote:There is already one licensed 3rd party tool for the iPhone development, that uses Javascript, Boo Script or C++ your choice. Rumored to be released in the 4Q of this year. Actually you can develop for it now, you just can not make the final build for the device yet.
Got a link?

Obleo
Posts: 174
Joined: Mon Apr 10, 2006 10:35 pm
Contact:

Post by Obleo » Sun Sep 14, 2008 8:46 pm

Figure you could google for it. But I see it not a top hit. considering this is revolution's board I site mail to you.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Mon Sep 15, 2008 9:18 am

Please send me the link, too.

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

void
Posts: 5
Joined: Sat Sep 13, 2008 12:57 pm

Post by void » Wed Sep 17, 2008 2:47 pm

It's not clear though that this game development system will allow you to develop standard iphone applications.

Obleo
Posts: 174
Joined: Mon Apr 10, 2006 10:35 pm
Contact:

Post by Obleo » Wed Sep 17, 2008 5:45 pm

Contact there support, and ask them questions. There nice people and very helpful and always answer back.

chaplais
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 2
Joined: Fri Oct 26, 2007 6:08 am

iPhone programming

Post by chaplais » Wed Sep 17, 2008 5:49 pm

I am not a php programmer, but a php IDE is availabale on the iPhone (look for Mides IDE in the App Store, productivity section (or whatever it is called in English)

void
Posts: 5
Joined: Sat Sep 13, 2008 12:57 pm

Re: iPhone programming

Post by void » Thu Sep 18, 2008 10:20 pm

chaplais wrote:I am not a php programmer, but a php IDE is availabale on the iPhone (look for Mides IDE in the App Store, productivity section (or whatever it is called in English)
This is not a tool with which you can develop an iphone app.

Mikey
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 755
Joined: Fri Jun 27, 2008 9:00 pm

iPhone Development

Post by Mikey » Fri Sep 19, 2008 10:04 pm

Any ajax development tool will work.

Tools that I know for a fact work, based on demos I've seen are Morfik and 4D.

Background:

Morfik is a RAD/IDE like most others, except that you can write your application code in Object Pascal, Object BASIC, C#, or Java. Morfik then builds the HTML and JS from there, the database structures, etc. and handles all the interfaces. The demos were slick. The visuals are awesome. It supports the back and forward buttons, as well as bookmarks and offline application access (which were demo'd long before GWT/Google Gears were even a twinkle in anybody's eye). That said, it still uses strongly-typed languages, which, frankly, I hate and have hated since I took my first CS class WAAAAAAAAY back in The Day.

4D is an old-line Mac and PC RDBMS RAD/IDE that now also has a Web 2.0 plugin which enables you to build apps for iPhone. The demos were also slick. 4D's language is proprietary. It has its roots in Pascal, but it is nothing like Pascal. I found the transition from HyperCard to 4D to be really simple 20-or-so years ago. The paradigm and the way it views the world are, I believe, an easier move for a RR-head than Morfik will be. Once HC sort of died, 4D became my primary development tool, where it remains to this day, although RR is threatening to take over that spot. 4D can be expensive once you start strapping everything onto it. In addition, 4D's Web 2.0 plugin does NOT support the back or forward buttons or bookmarks, and it does not support offline access.

All of that said, both are excellent choices for Web 2.0 applications and both are used by significant installations.

HOWEVER, you also might be able to make RoR work for you. I have not tried it yet. You might also be able write your own such interface. Having seen what people have done to build web converters in IDE's that are not designed to be Web Servers, I am thoroughly convinced that you can blast one out in RR, too.

void
Posts: 5
Joined: Sat Sep 13, 2008 12:57 pm

Re: iPhone Development

Post by void » Sat Sep 20, 2008 1:49 pm

Mikey wrote:Any ajax development tool will work.

Tools that I know for a fact work, based on demos I've seen are Morfik and 4D.

Background:

Morfik is a RAD/IDE like most others, except that you can write your application code in Object Pascal, Object BASIC, C#, or Java. Morfik then builds the HTML and JS from there, the database structures, etc. and handles all the interfaces. The demos were slick. The visuals are awesome. It supports the back and forward buttons, as well as bookmarks and offline application access (which were demo'd long before GWT/Google Gears were even a twinkle in anybody's eye). That said, it still uses strongly-typed languages, which, frankly, I hate and have hated since I took my first CS class WAAAAAAAAY back in The Day.

4D is an old-line Mac and PC RDBMS RAD/IDE that now also has a Web 2.0 plugin which enables you to build apps for iPhone. The demos were also slick. 4D's language is proprietary. It has its roots in Pascal, but it is nothing like Pascal. I found the transition from HyperCard to 4D to be really simple 20-or-so years ago. The paradigm and the way it views the world are, I believe, an easier move for a RR-head than Morfik will be. Once HC sort of died, 4D became my primary development tool, where it remains to this day, although RR is threatening to take over that spot. 4D can be expensive once you start strapping everything onto it. In addition, 4D's Web 2.0 plugin does NOT support the back or forward buttons or bookmarks, and it does not support offline access.

All of that said, both are excellent choices for Web 2.0 applications and both are used by significant installations.

HOWEVER, you also might be able to make RoR work for you. I have not tried it yet. You might also be able write your own such interface. Having seen what people have done to build web converters in IDE's that are not designed to be Web Servers, I am thoroughly convinced that you can blast one out in RR, too.
Morfik looks very cool! Although it cant be used to make iphone utilities and such...

Mikey
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 755
Joined: Fri Jun 27, 2008 9:00 pm

Post by Mikey » Sun Sep 21, 2008 3:16 am

No, Morfik and 4D cannot be used to build native apps. They build Ajax apps that will then run on the iPhone in Safari.

Post Reply