Search found 6 matches

by bruceBUSXpd
Mon Jul 08, 2013 8:20 pm
Forum: iOS Deployment
Topic: Non-PIE Binary fix for commercial Livecode
Replies: 1
Views: 2020

Non-PIE Binary fix for commercial Livecode

I'm using the the commercial version of livecode (5.5.5), I noticed that the LC free version (6.1) had a fix for the non-pie App submission error.

Is there any plans of adding this fix to the commercial version?

Cheers

Bruce
by bruceBUSXpd
Thu Feb 14, 2013 9:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Accessing handler on another card in stack
Replies: 3
Views: 3029

Re: Accessing handler on another card in stack

Understood!

Works perfectly now.

Thanks Dixie :-)
by bruceBUSXpd
Thu Feb 14, 2013 7:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Accessing handler on another card in stack
Replies: 3
Views: 3029

Accessing handler on another card in stack

Hi Guys, I have the following code on one card, it works great : on mouseUp trueBtnOne end mouseUp on trueBtnOne hide button Check2T hide button Check2F ... end trueBtnOne BUT, If I separate them onto two cards, it throws an error : Card 1. on mouseUp trueBtnOne end mouseUp Card 2. on trueBtnOne hid...
by bruceBUSXpd
Wed Feb 06, 2013 9:28 pm
Forum: iOS Deployment
Topic: Audio playing but not video
Replies: 2
Views: 2109

Re: Audio playing but not video

Thanks Ender,

The rect control was all that I needed.

Cheers,
by bruceBUSXpd
Sun Feb 03, 2013 8:01 pm
Forum: iOS Deployment
Topic: Audio playing but not video
Replies: 2
Views: 2109

Audio playing but not video

Hey Guys, In my second card of my stack I have an image which when clicked should play video. In the simulator when the image is clicked only the audio plays not the video as well. Check out my code below.... Cheers, on MouseUp // When user clicks on image it disappears set the visible of image "new...
by bruceBUSXpd
Sat Feb 02, 2013 2:05 am
Forum: iOS Deployment
Topic: Getting the Video App tutorial to work on iOS
Replies: 1
Views: 1716

Getting the Video App tutorial to work on iOS

I'm a beginner....so forgive me if this has already been covered in the forums (I did do a search and found nothing). I've been going through the Video app tutorial - this is the app which display the video screen above and a list box below where it displays the names of the videos in the /Video fol...