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
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
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
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
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
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
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
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
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
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
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.
__
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
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
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
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
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.
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
17 matches
Mail list logo