Re: FFmpeg scripting?

2015-06-23 Thread David Bovill
Hi Tim- I've used ffmpeg with Livecode, also a number of other tools for use in video and TV settings. If you are interested maybe we could have a Hangout where we discuss the use of Livecode together with other open source video tools - feel free to contact me off list. David On 24 June 2015 at

FFmpeg scripting?

2015-06-23 Thread Tim Selander
Hi, Have 1,500 files of our TV program buried in an awkward file tree. I want to use LC to pick out all the video files, getting a list of files with their full paths. That part I can do. Now I want to feed that list of files to ffmjpeg (open source video compression program) to convert to a

overriding a function

2015-06-23 Thread Monte Goulding
Howdy folks I’m doing a bit of IDE hacking for a new plugin and I want to override a function in one of the libraries or rather add some lines to it’s results. The only way I can override is via a front script but ideally I would be able to get the result of the function being overridden, amend

Re: Insertion point problems

2015-06-23 Thread BNig
this works for me from a palette stack for both selected text or blinking cursor on mouseUp put the topStack into tTop go stack tTop put the selectedChunk into tSC if tSC <> "" then -- or whatever paste end if end mouseUp Kind regards Bernd -- View this message in con

Re: Insertion point problems

2015-06-23 Thread Bob Sneidar
On a Mac, I opened two stacks, one with a button, one with a field. I palletized the first stack, then set the insertion point in the field in the second one. Clicking the button in the palletized stack still causes the field on the second stack to lose focus. I don’t think there is a way to c

Re: Insertion point problems

2015-06-23 Thread J. Landman Gay
On 6/23/2015 4:49 PM, dfepst...@comcast.net wrote: I want a menu button in a palette to paste the clipboard's contents to the topStack at the selectedChunk. This works if the selectedChunk actually includes some hilited text ("char 1 to 4..."), but not if the selectedChunk is an insertion point

Re: Insertion point problems

2015-06-23 Thread dfepstein
Thanks to Craig Newman and Bob Sneidar.  Unless I have misunderstood them, which is possible, I think I have not clearly enough explained my problem.    I want a menu button in a palette to paste the clipboard's contents to the topStack at the selectedChunk.  This works if the selectedChunk act

LiveCode quits, but stays in Dock (OS X Yosemite) and shows as open

2015-06-23 Thread Gabriel Johnson
Hey All- We have a weird issue on one of our computers where LiveCode (version 6.6.3) seems to quit, but it remains showing as open in the Dock (on OS X Yosemite). However, it says "Application Not Responding" if you right-click on the icon. When I try to open LiveCode again (from the Applications

Re: Quotient

2015-06-23 Thread Peter Haworth
Thanks Phil and Devin. I had no idea that div and the "/" operator yielded different results. On Tue, Jun 23, 2015 at 2:18 PM Devin Asay wrote: > > On Jun 23, 2015, at 2:43 PM, Peter Haworth wrote: > > > Does LC include an operator to return the quotient of a division > > operation? For examp

Re: Quotient

2015-06-23 Thread Devin Asay
On Jun 23, 2015, at 2:43 PM, Peter Haworth wrote: > Does LC include an operator to return the quotient of a division > operation? For example, I want to get 2 as the result of 12 divided by 5. Are you talking about the div operator? put 12 div 5 --> 2 And the mod operator gives the remaind

Re: Quotient

2015-06-23 Thread Phil Davis
put 12 div 5 into tQuotient put 12 mod 5 into tRemainder put 12 / 5 into tDecimalQuotient Phil On 6/23/15 1:43 PM, Peter Haworth wrote: Does LC include an operator to return the quotient of a division operation? For example, I want to get 2 as the result of 12 divided by 5. __

Quotient

2015-06-23 Thread Peter Haworth
Does LC include an operator to return the quotient of a division operation? For example, I want to get 2 as the result of 12 divided by 5. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and man

Re: Insertion point problems

2015-06-23 Thread Bob Sneidar
Instead check the focusedObject. If it is a field then you can paste. Bob S > On Jun 22, 2015, at 14:19 , David Epstein wrote: > > 1. With a word selected in field 1 of the topStack, a menu button in a > palette issues a command “Paste”. The handler for this command includes > > set the d

Re: Use of symbols?

2015-06-23 Thread Peter TB Brett
On 2015-06-23 11:11, Richmond wrote: At the end of my 6 week course for kids: https://www.facebook.com/RMLCclasses I should like to issue those that manage to get through everything with some sort of certificate . . . . . . preferably featuring the LiveCode Community icon . . . ? However I am

Re: AW: Use of symbols?

2015-06-23 Thread Richmond
On 23/06/15 12:21, Tiemo Hollmann TB wrote: You should ask RunRev, not us? Ah, Yes. Thanks. Richmond. -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Richmond Gesendet: Dienstag, 23. Juni 2015 11:12 An: How to use LiveCode B

AW: Use of symbols?

2015-06-23 Thread Tiemo Hollmann TB
You should ask RunRev, not us? -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Richmond Gesendet: Dienstag, 23. Juni 2015 11:12 An: How to use LiveCode Betreff: Use of symbols? At the end of my 6 week course for kids: https://www.

Use of symbols?

2015-06-23 Thread Richmond
At the end of my 6 week course for kids: https://www.facebook.com/RMLCclasses I should like to issue those that manage to get through everything with some sort of certificate . . . . . . preferably featuring the LiveCode Community icon . . . ? However I am reluctant to do that if I am going