And thanks for this light speed response!
Search found 21 matches
- Mon Mar 04, 2013 5:30 pm
- Forum: Talking LiveCode
- Topic: Strange compilation behavior
- Replies: 2
- Views: 2848
Re: Strange compilation behavior
Wow, great! It's working! I haven't noticed this option.
And thanks for this light speed response!
And thanks for this light speed response!
- Mon Mar 04, 2013 5:10 pm
- Forum: Talking LiveCode
- Topic: Strange compilation behavior
- Replies: 2
- Views: 2848
Strange compilation behavior
Hi, I have students working with LiveCode 5.5.4 on MacOSX. For a couple a days one of them get this message: compilation error at line 25 (Chunk: can't create a variable with that name (explicitVariables?)) near "posX", char 45 It's like if it was no more possible to affect a value to a local variab...
- Tue Nov 08, 2011 1:34 pm
- Forum: iOS Deployment
- Topic: Curl Effect
- Replies: 6
- Views: 5945
Re: Curl Effect
Thank you, rvanar!
- Tue Nov 08, 2011 4:00 am
- Forum: iOS Deployment
- Topic: Curl Effect
- Replies: 6
- Views: 5945
Curl Effect
Hi,
I have just noticed that the Curl visual effect doesn't work anymore... (LC5)
Is it just for me??
Thanks.
I have just noticed that the Curl visual effect doesn't work anymore... (LC5)
Is it just for me??
Thanks.
- Thu Nov 03, 2011 11:49 pm
- Forum: iOS Deployment
- Topic: "No code signature found" - Xcode 4.2, Livecode 5
- Replies: 9
- Views: 13636
Re: "No code signature found" - Xcode 4.2, Livecode 5
Hi,
I had the same problem because of an expired certificate. So I went the Keychain utility and simply delete the expired certificate to fix the problem.
I had the same problem because of an expired certificate. So I went the Keychain utility and simply delete the expired certificate to fix the problem.
- Tue Mar 29, 2011 1:19 am
- Forum: iOS Deployment
- Topic: Deploying Without App Store
- Replies: 31
- Views: 28938
Re: Deploying Without App Store
Perhaps I'm wrong, but you could do it (if you have the devices IUIDs) by using:
http://www.diawi.com/
http://www.diawi.com/
- Thu Mar 17, 2011 4:22 am
- Forum: iOS Deployment
- Topic: Splash Image
- Replies: 5
- Views: 5420
Re: Splash Image
Hi witeowl,
In fact the splash image must be in the same folder as the livecode file.
Otherwise, the path is absolute and I think it's the reason why it's not working...
In fact the splash image must be in the same folder as the livecode file.
Otherwise, the path is absolute and I think it's the reason why it's not working...
- Mon Feb 14, 2011 6:47 pm
- Forum: Research and Post Secondary
- Topic: MADLAT presentation
- Replies: 0
- Views: 21298
MADLAT presentation
Hello,
Just to let you know that I'll make a demo of LiveCode (iOS) at the next MADLAT (Manitoba Association for Distributed Learning and Training) annual conference.
http://www.madlat.ca/conference2011/sessions.htm (see session 9 & 15).
LiveCode is a great product!
Just to let you know that I'll make a demo of LiveCode (iOS) at the next MADLAT (Manitoba Association for Distributed Learning and Training) annual conference.
http://www.madlat.ca/conference2011/sessions.htm (see session 9 & 15).
LiveCode is a great product!
- Thu Feb 10, 2011 6:04 am
- Forum: iOS Deployment
- Topic: Splash Image
- Replies: 5
- Views: 5420
Re: Splash Image
Hi,Thanks for your answer.
But in fact I had in mind the splash image for the educational version... I have followed the instructions of the "iOS release notes" document, but the image doesn't appear.
But in fact I had in mind the splash image for the educational version... I have followed the instructions of the "iOS release notes" document, but the image doesn't appear.
- Wed Feb 09, 2011 10:45 pm
- Forum: iOS Deployment
- Topic: Splash Image
- Replies: 5
- Views: 5420
Splash Image
Hi guys,
In order to add a Splash image I have made a square 600x600 png image, entered the file path in the settings and... nothing! The image doesn't appear in the Splash screen.
Did I miss something?
Thanks.
In order to add a Splash image I have made a square 600x600 png image, entered the file path in the settings and... nothing! The image doesn't appear in the Splash screen.
Did I miss something?
Thanks.
- Tue Jan 18, 2011 4:13 pm
- Forum: Multimedia
- Topic: Mask & Alpha
- Replies: 4
- Views: 5777
Re: Mask & Alpha
Great!
Thanks Bernd!
Thanks Bernd!
- Tue Jan 18, 2011 3:59 am
- Forum: Multimedia
- Topic: IOS movie Play
- Replies: 7
- Views: 7790
Re: IOS movie Play
Yeah! Great!
I love this forum!
I love this forum!
- Tue Jan 18, 2011 2:21 am
- Forum: Multimedia
- Topic: Mask & Alpha
- Replies: 4
- Views: 5777
Re: Mask & Alpha
Hi Bernd,
Thanks for your (ultra fast!) response and your stack.
So, there is no others ways to clip an image?
Thanks again,
Thanks for your (ultra fast!) response and your stack.
So, there is no others ways to clip an image?
Thanks again,
- Tue Jan 18, 2011 1:59 am
- Forum: Multimedia
- Topic: IOS movie Play
- Replies: 7
- Views: 7790
Re: IOS movie Play
Hi,
I'm able to display the controller, but it doesn't work (Is it normal or am I missing something?)...
set the showController of the templatePlayer to true
play video specialFolderPath("engine") & "/video/myvideo.mp4"
I'm able to display the controller, but it doesn't work (Is it normal or am I missing something?)...
set the showController of the templatePlayer to true
play video specialFolderPath("engine") & "/video/myvideo.mp4"
- Tue Jan 18, 2011 12:41 am
- Forum: Multimedia
- Topic: Mask & Alpha
- Replies: 4
- Views: 5777
Mask & Alpha
Hi guys, I would like to 'clip' an image imported from the library. So I'm playing with the alphaData and maskData instructions... I have tried something simple by copying the alpha channel from an image to the binary data: put the alphaData of image "mask" into myMask set the alphaData of image "ma...