Search found 56 matches
- Sun Feb 11, 2018 1:34 pm
- Forum: iOS Deployment
- Topic: signing provision profiles and 8.1.8 with iPhone 7
- Replies: 4
- Views: 5010
Re: signing provision profiles and 8.1.8 with iPhone 7
I'm going to recreate my certificates... again from scratch and see if that changes anything. Yes the certificates are up to date since I recreated them 5 times the other day. Is there some LC cache I can clear or something. This is driving me crazy. this is an f-ing nightmare. Now I'm getting the f...
- Fri Feb 09, 2018 8:39 am
- Forum: iOS Deployment
- Topic: signing provision profiles and 8.1.8 with iPhone 7
- Replies: 4
- Views: 5010
signing provision profiles and 8.1.8 with iPhone 7
Hi Is there currently problems with building for iOS? I am using the following configuration but keep getting a variety of code signing and provisioning profile errors. I can't even build a test app for my external device which I could a few weeks ago. Has something changed in the last few weeks wit...
- Tue Apr 14, 2015 12:04 am
- Forum: Talking LiveCode
- Topic: Any updates on the 2015 conference venue
- Replies: 12
- Views: 9078
Re: Any updates on the 2015 conference venue
I second that and I have a booming voice so let's count that as two. There are huge discounts on airfare because fuel prices are very low. I wood like to buy my air fare soon as well to take advantage of the savings. I'm sure I'm not the only one.
Bob
Bob
- Sat Apr 11, 2015 9:00 am
- Forum: Talking LiveCode
- Topic: Any updates on the 2015 conference venue
- Replies: 12
- Views: 9078
Re: Any updates on the 2015 conference venue
I need to plan my conference schedule this year and budget the money. Pleeeessse can we have a an answer soon. Anyone out there?
- Tue Apr 07, 2015 12:21 am
- Forum: Talking LiveCode
- Topic: Any updates on the 2015 conference venue
- Replies: 12
- Views: 9078
Any updates on the 2015 conference venue
The title says it all.
Any updates on the 2015 LC conference this summer? Times? Dates? Themes? Widgets of course, eh?!
bob
Any updates on the 2015 LC conference this summer? Times? Dates? Themes? Widgets of course, eh?!
bob
- Thu Mar 05, 2015 1:37 am
- Forum: iOS Deployment
- Topic: Fetching localized price to display for in-app purchase
- Replies: 0
- Views: 13132
Fetching localized price to display for in-app purchase
Hi I successfully created my in-app purchase store and tested a non-consumable product. No problems. What I can't figure out is how to fetch and display a localized price. All I can do is hard code the price in some default currency like US dollars and let users figure out the conversion themselves....
- Mon Feb 16, 2015 5:35 am
- Forum: Android Deployment
- Topic: audio on android - will android play aif formats
- Replies: 2
- Views: 4147
Re: audio on android - will android play aif formats
Thank Jacque
I didn't see aif format listed, let alone compressed aif. I guess that answers that.
I will be switching to wav then.
thanks again.
I didn't see aif format listed, let alone compressed aif. I guess that answers that.
I will be switching to wav then.
thanks again.
- Sun Feb 15, 2015 11:11 am
- Forum: Android Deployment
- Topic: audio on android - will android play aif formats
- Replies: 2
- Views: 4147
audio on android - will android play aif formats
Hi I successfully built an app for iOS which works great, but when I I deploy to android it constantly crashes. This is the not the first time it has happened. Now I have to debug a hundred different issues. So in order to save a bit of time, I was hoping that someone could give me some pointers spe...
- Mon Jan 26, 2015 1:33 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: player control stops working in release LC 7.0.1 stable
- Replies: 6
- Views: 5695
Re: player control stops working in release LC 7.0.1 stable
it will actually start a player when setting the playrate to any integer <> 0 that is the behavior I am getting but it just doesn't seem right on first thought. I was planning on changing the audio playback speed in a settings panel to either "fast", "normal" or "slow" which correspond to something...
- Sun Jan 25, 2015 4:12 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: animating gifs across the screen
- Replies: 4
- Views: 4495
Re: animating gifs across the screen
Hi Klaus I really wonder, why this line doesn't throw an error: ... set the loc of img "bird" to the loc of image "bird" + kMOVE_DISTANCE --4 pixels I was recreating the code off the top of my head. You're right it would throw an error It should be set the right of img "bird" to the right of img "bi...
- Sun Jan 25, 2015 2:11 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: animating gifs across the screen
- Replies: 4
- Views: 4495
animating gifs across the screen
I am animating an 8 frame gif across the screen ( a bird ) and as time goes on the animation gets jerky. Everything works but it doesn't seem optimized. Here is the situation. 1) not using a game loop or equivalent. just using send in time 2) the birds wings flap using an animated gif with 8 frames ...
- Sun Jan 25, 2015 1:08 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: player control stops working in release LC 7.0.1 stable
- Replies: 6
- Views: 5695
Re: player control stops working in release LC 7.0.1 stable
I'm so glad someone else is having the same problem. I was worried it was something I was doing wrong but I couldn't image what it could be. playing audio is pretty straight forward. btw, I am always reluctant to post a bug report cause I just think that it is something that I am doing wrong and not...
- Tue Jan 13, 2015 3:43 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: using binfile vs file for arrayencoding save to file
- Replies: 4
- Views: 4384
Re: using binfile vs file for arrayencoding save to file
thanks for all you fast quick input.
that clears that up... for now...
that clears that up... for now...
- Tue Jan 13, 2015 11:25 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: using binfile vs file for arrayencoding save to file
- Replies: 4
- Views: 4384
using binfile vs file for arrayencoding save to file
Recently I started saving progress data to the docs folder on mobile, no problems. But I just wanted to check a few things. I was wondering whether it is necessary to use "binfile" or can I just use "file". The caveat is that the progress data is an array as you can see from the code snipet below. F...
- Thu Jan 08, 2015 10:46 am
- Forum: iOS Deployment
- Topic: iOS Simulator Device
- Replies: 1
- Views: 2963
Re: iOS Simulator Device
I get the same behavior but the details are different. I can only get it to work on iPhone devices and the simulator home screen comes up when I try to switch to any of the ipad devices. The app crashes and always starts in iPhone 4s. I reset the simulator but nothing I try allows me to test on an i...