Search found 21 matches

by jeanvouillon
Mon Mar 04, 2013 5:30 pm
Forum: Talking LiveCode
Topic: Strange compilation behavior
Replies: 2
Views: 2582

Re: Strange compilation behavior

Wow, great! It's working! I haven't noticed this option.
And thanks for this light speed response! :-)
by jeanvouillon
Mon Mar 04, 2013 5:10 pm
Forum: Talking LiveCode
Topic: Strange compilation behavior
Replies: 2
Views: 2582

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...
by jeanvouillon
Tue Nov 08, 2011 1:34 pm
Forum: iOS Deployment
Topic: Curl Effect
Replies: 6
Views: 5513

Re: Curl Effect

Thank you, rvanar!
by jeanvouillon
Tue Nov 08, 2011 4:00 am
Forum: iOS Deployment
Topic: Curl Effect
Replies: 6
Views: 5513

Curl Effect

Hi,
I have just noticed that the Curl visual effect doesn't work anymore... (LC5)
Is it just for me??
Thanks.
by jeanvouillon
Thu Nov 03, 2011 11:49 pm
Forum: iOS Deployment
Topic: "No code signature found" - Xcode 4.2, Livecode 5
Replies: 9
Views: 13079

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.
by jeanvouillon
Tue Mar 29, 2011 1:19 am
Forum: iOS Deployment
Topic: Deploying Without App Store
Replies: 31
Views: 26135

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/
by jeanvouillon
Thu Mar 17, 2011 4:22 am
Forum: iOS Deployment
Topic: Splash Image
Replies: 5
Views: 4980

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...
by jeanvouillon
Mon Feb 14, 2011 6:47 pm
Forum: Research and Post Secondary
Topic: MADLAT presentation
Replies: 0
Views: 15738

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!
by jeanvouillon
Thu Feb 10, 2011 6:04 am
Forum: iOS Deployment
Topic: Splash Image
Replies: 5
Views: 4980

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.
by jeanvouillon
Wed Feb 09, 2011 10:45 pm
Forum: iOS Deployment
Topic: Splash Image
Replies: 5
Views: 4980

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.
by jeanvouillon
Tue Jan 18, 2011 4:13 pm
Forum: Multimedia
Topic: Mask & Alpha
Replies: 4
Views: 5393

Re: Mask & Alpha

Great!
Thanks Bernd! :D
by jeanvouillon
Tue Jan 18, 2011 3:59 am
Forum: Multimedia
Topic: IOS movie Play
Replies: 7
Views: 7304

Re: IOS movie Play

Yeah! Great! :D
I love this forum!
by jeanvouillon
Tue Jan 18, 2011 2:21 am
Forum: Multimedia
Topic: Mask & Alpha
Replies: 4
Views: 5393

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,
by jeanvouillon
Tue Jan 18, 2011 1:59 am
Forum: Multimedia
Topic: IOS movie Play
Replies: 7
Views: 7304

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"
by jeanvouillon
Tue Jan 18, 2011 12:41 am
Forum: Multimedia
Topic: Mask & Alpha
Replies: 4
Views: 5393

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...