Simulate the "change screen" in the app board of the iPhone

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ludo
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 72
Joined: Mon Dec 03, 2007 6:10 pm

Simulate the "change screen" in the app board of the iPhone

Post by ludo » Sat Jan 22, 2011 11:16 am

Hello,

I want to simulate the same effect as we can see on the app board when we change the screen.
I need to investigate the touchmove command ?

Thanks

PS : sliders on iphone are very ugly. I need to make my one ?

ctflatt
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 243
Joined: Sun Dec 06, 2009 12:24 am
Location: Fredericktown, MO
Contact:

Re: Simulate the "change screen" in the app board of the iPhone

Post by ctflatt » Sun Jan 23, 2011 1:44 am

ludo:

not quite sure what you're asking here. can you be more specific?

:Todd

ludo
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 72
Joined: Mon Dec 03, 2007 6:10 pm

Re: Simulate the "change screen" in the app board of the iPhone

Post by ludo » Sun Jan 23, 2011 8:18 am

I want to do something like that :
Image

ctflatt
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 243
Joined: Sun Dec 06, 2009 12:24 am
Location: Fredericktown, MO
Contact:

Re: Simulate the "change screen" in the app board of the iPhone

Post by ctflatt » Sun Jan 23, 2011 11:16 am

ludo:

Thanks for the visual.

To slide objects over a fixed background image, I believe you would have to create your own UIScrollView with no indicators, and a swipe gesture script that moves the content of the UIScrollView the width of the screen (conditional for orientation change).

Bernd may have more useful information for you (he's created a UIScrollView example in another thread).

I am trying to achieve the same thing, and will be working on my solution over the next couple of days. I'll keep you posted via this thread as I work through it.

Good luck.

:Todd

RickD
Posts: 31
Joined: Thu Feb 11, 2010 5:47 pm

Re: Simulate the "change screen" in the app board of the iPhone

Post by RickD » Tue Feb 08, 2011 5:19 pm

Hey Todd:

Have you made any progress on your solution?

I have the same need and was curious to hear different approaches to this problem.

Cheers

padley123
Posts: 5
Joined: Wed Feb 09, 2011 5:20 pm

Re: Simulate the "change screen" in the app board of the iPhone

Post by padley123 » Wed Feb 09, 2011 6:02 pm

yer it would be great if you had any more info on this

ctflatt
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 243
Joined: Sun Dec 06, 2009 12:24 am
Location: Fredericktown, MO
Contact:

Re: Simulate the "change screen" in the app board of the iPhone

Post by ctflatt » Wed Feb 09, 2011 9:07 pm

Sorry, guys... I had switched gears for a bit.

I'm picking this back up and may have something to share by the weekend...

Thanks for the interest, and the motivation :)

:Todd

Post Reply

Return to “iOS Deployment”