Search found 103 matches

by dburdan
Mon Apr 04, 2011 12:25 am
Forum: iOS Deployment
Topic: slide screen up with keyboard
Replies: 7
Views: 6437

Re: slide screen up with keyboard

If you measure the height of the keyboard you can offset your group by that amount. By using AE, you can probably add a nice slide effect. Then, on the keyboardDeactivated message, reset the the position with a nice slide effect.
by dburdan
Sat Apr 02, 2011 6:59 pm
Forum: iOS Deployment
Topic: Sound playback driving me crazy...
Replies: 89
Views: 46994

Re: Sound playback driving me crazy...

Have you tried the .ogg format? Most AppStore apps use it in their apps.
by dburdan
Sat Apr 02, 2011 6:55 pm
Forum: iOS Deployment
Topic: IOS External Support
Replies: 4
Views: 3825

Re: IOS External Support

I believe in order to use this plugin you must be on Apple's SDK. The plugin is made for Objective-C not LiveCode.
by dburdan
Fri Apr 01, 2011 4:28 pm
Forum: iOS Deployment
Topic: Problems with AE4
Replies: 4
Views: 3423

Re: Problems with AE4

Any ideas?
by dburdan
Thu Mar 31, 2011 9:17 pm
Forum: iOS Deployment
Topic: Retina display on simulator & non-retina devices
Replies: 6
Views: 5514

Re: Retina display on simulator & non-retina devices

If you are planning on making a retina capable app, just wait. RunRev is going to include support for automatic scaling in the next release. (However long that may take). So don't waste too much time with manual scaling.
by dburdan
Thu Mar 31, 2011 7:08 pm
Forum: iOS Deployment
Topic: Any good books about iOS
Replies: 2
Views: 2506

Re: Any good books about iOS

A really good series that I know of is Learning iOS by Lynda.com. If you get a one month membership that series is awesome. Its made for beginners brand new to programing such as myself.
by dburdan
Thu Mar 31, 2011 7:05 pm
Forum: iOS Deployment
Topic: Region Specific Video
Replies: 2
Views: 2695

Re: Region Specific Video

In LiveCode go to Help->iOs Realease Notes. That has all of the features of iOS.
by dburdan
Wed Mar 30, 2011 11:36 pm
Forum: iOS Deployment
Topic: Quitting to 'desktop'
Replies: 4
Views: 3511

Re: Quitting to 'desktop'

I think Bernd is correct. I've never heard of an app being able to quit itself. iOS isn't designed to allow this.
by dburdan
Wed Mar 30, 2011 6:50 am
Forum: iOS Deployment
Topic: Problems with AE4
Replies: 4
Views: 3423

Re: Problems with AE4

I got it working with sort of a hack. on openCard send "splash2" to me in 1.5 seconds aeFadeIn the long id of image "splash", 500 end openCard on splash2 send "nextCard" to me in 2 seconds set the visible of image "splash2" to true aeFadeOut the long id of image "splash", 1000 end splash2 on nextCar...
by dburdan
Wed Mar 30, 2011 5:21 am
Forum: iOS Deployment
Topic: Problems with AE4
Replies: 4
Views: 3423

Re: Problems with AE4

So here is what I did. on openCard aeFadeIn the long id of image "img", 1000 wait 1000 milliseconds with messages aeFadeIn the long id of image "img2", 1000 end openCard What it does is wait 1 second then fade both images at the same time. Can't figure out why. I have tried so many combinations.
by dburdan
Tue Mar 29, 2011 4:00 am
Forum: iOS Deployment
Topic: Problems with AE4
Replies: 4
Views: 3423

Problems with AE4

I can't seem to use the "wait" function alongside an AE4 function. For examle: aeFadeIn the long id of image "img1", 800 wait for 1600 milliseconds aeFadeIn the long id of image "img2", 1600 This code goes crazy and doesn't work like expected. I even tried cross-fading once the first image loaded. A...
by dburdan
Sat Mar 26, 2011 10:57 pm
Forum: iOS Deployment
Topic: Not Available
Replies: 9
Views: 6223

Re: UITextField Problems [SOLVED]

I fixed the post just for you 8)
by dburdan
Sat Mar 26, 2011 9:08 am
Forum: iOS Deployment
Topic: Not Available
Replies: 9
Views: 6223

Re: UITextField Problems [SOLVED]

I just found out how.

put iphoneControlGet(NAME_OF_FIELD,text) into field "VALUE"
by dburdan
Thu Mar 24, 2011 6:16 am
Forum: iOS Deployment
Topic: how to develop a side-scrolling background??
Replies: 1
Views: 2809

Re: how to develop a side-scrolling background??

I too am looking for an easy way to make a side-scrolling game. I downloaded the side-scrolling stack from revOnline but it seemed pretty complicated for a simple side scrolling game. Is there an easy way to do it with AE4?
by dburdan
Wed Mar 23, 2011 11:24 pm
Forum: iOS Deployment
Topic: Not Available
Replies: 9
Views: 6223

Re: UITextField Problems

Yes that is what I meant. I just blanked when i thought about it.

Go to advanced search