Need help to create for Ipad

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

Need help to create for Ipad

Post by JosepM » Wed Dec 08, 2010 10:25 pm

Hi,

I'm really confused about how to create for iPad. I have a stack of 1024x768 but it always appears as the iPhone size app into the iPad.

How to create navigable table views like the UITableView?

Radio buttona, checks and text fields? I have to simulate them as images?


Salut,
Josep

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3999
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: Need help to create for Ipad

Post by bn » Wed Dec 08, 2010 10:53 pm

Josep,

I am afraid you have to do the UITableView your self. The same for buttons.

I posted in this forum how to use the new scroll field (Livecode 4.5.2)
http://forums.runrev.com/phpBB2/viewtop ... =49&t=6174

on the list I posted a way to use the new pick wheel (LiveCode 4.5.2)
http://runtime-revolution.278305.n4.nab ... 75810.html

A way to make buttons: (all versions of Livecode mobile)
http://forums.runrev.com/phpBB2/viewtop ... 060#p28372

see how far you get with those.

The UITableView should not be to difficult to make.
Someone is working on sliding buttons the on/off things.

About the iPad I dont know

regards
Bernd

wsterdan
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 16
Joined: Sat Oct 30, 2010 2:57 am

Re: Need help to create for Ipad

Post by wsterdan » Thu Dec 09, 2010 1:53 am

JosepM wrote: I'm really confused about how to create for iPad. I have a stack of 1024x768 but it always appears as the iPhone size app into the iPad.
Before running the simulation, under the "Development" menu choose "Simulator Version" and then "iPad".

Hope that helps.

-- Walt Sterdan

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

Re: Need help to create for Ipad

Post by malte » Thu Dec 09, 2010 11:08 am

Thanks a heap Walt! You just saved my day!

Cheers,

Malte

JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

Re: Need help to create for Ipad

Post by JosepM » Fri Dec 10, 2010 9:33 am

Hi,

I select iPad and the iPad simulator start but the size of the application is iPhone... :( nor the whole iPad screen.

Salut,
Josep

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3999
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: Need help to create for Ipad

Post by bn » Fri Dec 10, 2010 12:05 pm

Hi Josep,

could you please indicate which version of revMobile you are using and which version of Xcode you are using. Thinks differ quite a lot between versions.

regards
Bernd

wsterdan
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 16
Joined: Sat Oct 30, 2010 2:57 am

Re: Need help to create for Ipad

Post by wsterdan » Fri Dec 10, 2010 1:29 pm

JosepM wrote: I select iPad and the iPad simulator start but the size of the application is iPhone... :( nor the whole iPad screen.
Besides selecting the iPad simulator under the Development menu, have you also selected the iPad option in the "Standalone Application Settings/iOS" under the "File" menu? Be sure to test iOS 3.2 and 4.2 as options. With the latest Apple SDK, I've been able to build for both 3.2 and 4.2.

Good luck, keep us posted.

-- Walt Sterdan

JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

Re: Need help to create for Ipad

Post by JosepM » Fri Dec 10, 2010 8:05 pm

Yes,... :)

I must select IPAD in standalone settings... Thanks :D

Salut,
Josep

jstarkman
Posts: 47
Joined: Wed Mar 16, 2011 4:39 am
Location: Toronto, ON, CANADA

Re: Need help to create for Ipad

Post by jstarkman » Fri Mar 18, 2011 5:28 pm

I've got iOS SDK 4.3 installed and understand LiveCode doesn't support this yet. Does anybody know where I can download the older iOS SDK 4.2?

Thanks.

Joel

Klaus
Posts: 13824
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Need help to create for Ipad

Post by Klaus » Sun Mar 20, 2011 12:39 pm

Hi Joel,
jstarkman wrote:I've got iOS SDK 4.3 installed and understand LiveCode doesn't support this yet. Does anybody know where I can download the older iOS SDK 4.2?
Hm..., just a quick shot in the dark: from the Apple dev pages? 8)

jstarkman
Posts: 47
Joined: Wed Mar 16, 2011 4:39 am
Location: Toronto, ON, CANADA

Re: Need help to create for Ipad

Post by jstarkman » Sun Mar 20, 2011 1:57 pm

Klaus,

That's the first thing I tried, but Apple's search facility didn't seem to point me in the right direction. Spent a lot of time looking there as well as using google.

I finally found the link to several older SDK's on the Rev iOS release notes.

Bustamante
Posts: 1
Joined: Fri Mar 25, 2011 2:48 am

Re: Need help to create for Ipad

Post by Bustamante » Fri Mar 25, 2011 3:01 am

jstarkman wrote:Klaus,

That's the first thing I tried, but Apple's search facility didn't seem to point me in the right direction. Spent a lot of time looking there as well as using google.

I finally found the link to several older SDK's on the Rev iOS release notes.
could you please indicate which version of revMobile you are using and which version of Xcode you are using. Thinks differ quite a lot between versions.

cocochen
Posts: 2
Joined: Wed Apr 06, 2011 8:23 am

Re: Need help to create for Ipad

Post by cocochen » Wed Apr 06, 2011 8:26 am

JosepM wrote:Hi,

I'm really confused about how to create for iPad. I have a stack of 1024x768 but it always appears as the iPhone size app into the iPad.

How to create navigable table views like the UITableView?

Radio buttona, checks and text fields? I have to simulate them as images?


Salut,
Josep
The UITableView should not be to difficult to make.
Someone is working on sliding buttons the on/off things.

Post Reply

Return to “iOS Deployment”