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