Search found 4 matches

by jbmiller
Thu Mar 01, 2012 10:02 pm
Forum: iOS Deployment
Topic: iPad Transitions
Replies: 7
Views: 5482

Re: iPad Transitions

I have a navigation bar at the top and a segmented control right below it spanning the width. I just wanted to transition the rest of the screen. This code leaves the navigation bar and segmented control in place while the sweep across is visible. on mouseup lock screen for visual effect in rect 0,1...
by jbmiller
Thu Mar 01, 2012 4:13 pm
Forum: iOS Deployment
Topic: mobilePickPhoto and the resulting image
Replies: 1
Views: 1899

mobilePickPhoto and the resulting image

I'm still a bit of a novice with LiveCode and I'm working on getting an image for later use. I am able to get the photo I want and I know that mobilePickPhoto creates an image on the current card. I've got that so far. But I don't want the image to just hang around centered on the screen of my phone...
by jbmiller
Tue Feb 28, 2012 6:20 pm
Forum: iOS Deployment
Topic: iPad Transitions
Replies: 7
Views: 5482

Re: iPad Transitions

Found my answer: lock a portion of the screen and then unlock with the transition effect.
by jbmiller
Tue Feb 28, 2012 5:19 pm
Forum: iOS Deployment
Topic: iPad Transitions
Replies: 7
Views: 5482

iPad Transitions

The iPad has a larger working surface with space for navigation on the left along with detailed information on the right. Is there a way to "push" with a visual effect to only part of the screen? It doesn't seem right that the entire screen moves. Of course I could just do it without the visual effe...