Search found 4 matches

by sn4fu
Tue Nov 10, 2015 5:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: using numbers as selectors
Replies: 1
Views: 1218

using numbers as selectors

I have a grid of 216 graphic rectangles. i have numbered these according to position, essentially from top to bottom. If I select say graphic 13 the graphic returned is 38. Now it seems live code is ignoring my number names and renumbering from left to right. ie. graphic 38 is the thirteenth graphic...
by sn4fu
Tue Sep 08, 2015 11:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scripting items in a group
Replies: 2
Views: 1407

scripting items in a group

Hi I have a large group graphic objects, these individual 'cells' can be coloured individually on mouseup. What I need to do is reset them all to white, ok i can repeat thru each item in the group and it works but as there are a 1000 items this is very slow. So i tried to set the fillfore of group i...
by sn4fu
Thu Mar 26, 2015 11:14 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ffmpeg
Replies: 3
Views: 2059

Re: ffmpeg

Thanks for the answer mwieder, but this gave a few permission errors and did not recognise output . . .

however I did add the path to ffmpeg and hey presto it works.

Did not understand why I needed to include the path from LC app when runs fine in terminal without path?
by sn4fu
Mon Mar 23, 2015 11:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: ffmpeg
Replies: 3
Views: 2059

ffmpeg

Hi I have a stack (MacOS X 10.9) that sends shell commands to the terminal app. However I need to send a ffmpeg concat shell from the stack and nothing happens. no errors. Other shells have worked for me but anything to do with ffmpeg seems to fail. I have pasted this script directly into the termin...