Re: New to List - Suggestions for 2D character animation?

2010-11-28 Thread Jim Sims
On Nov 28, 2010, at 10:40 PM, Tom B. wrote: > I need to do simple 2D character animation. Simple is my middle name. Dog - sits on desktop - waits for command Here's a short video example. It uses the palindromeFrames property. Way simple, but maybe a tiny bit interesting for you. http://ezpza

Re: New to List - Suggestions for 2D character animation?

2010-11-28 Thread Jim Kanter
Have you looked into using something like Anime Studio and then running movies in a player on a card? They have 2 versions, Debut (which is more limited) and Pro: Smith Micro is running a 60% off sale until Wednesday using the coupon code

hello

2010-11-28 Thread Alex Shaw
Hi Just testing.. haven't received any emails from the list in a few days. regards alex ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://list

Re: A Simple Tree Control for use in Revolution/LiveCode

2010-11-28 Thread stephen barncard
John - just started messing with the Add to Menu (in the menu), added a card, created a folder, and another card. Everybody's linked and in the menu. Awesome again! Immediate uses for me : documentation (as your example clearly shows) a long-planned networked "snippets-gathering" stack a design s

Re: Logos for deployment

2010-11-28 Thread René Micout
Je dirais même plus : "Bon sang, mais c'est bien sûr !" Le 28 nov. 2010 à 21:18, Medard a écrit : > Peter Haworth wrote: > >> They're also in the Image Library, right at the end of the standard >> images. > > "Mais c'est bien sûr !" > > I am afraid that this sentence may be untranslatable ;

Re: A Simple Tree Control for use in Revolution/LiveCode

2010-11-28 Thread stephen barncard
John, this is awesome. Where do we send money? sqb On 28 November 2010 03:09, John Dixon wrote: > > The 'dvField' Library creates fields that can be used as a 'tree' control > that in Runtime Revolution's Revolution / LiveCode stacks and standalones. > It will run under both MacOS X and Windows

Re: VideoPlayer and 'source'?

2010-11-28 Thread stephen barncard
Thanks for that, Scott. Great news for the m4v proponents - MS on their side. On the ogg side, I just noticed that this link noted in the code I posted http://cdn.kaltura.org/apis/html5lib/kplayer-examples/media/bbb400p.ogv works in Safari, when it shouldn't...didn't before. is it the Ogg plu

Re: VideoPlayer and 'source'?

2010-11-28 Thread Scott Rossi
Recently, stephen barncard wrote: > One way or another, HTML5 is the future of the internet. I've done extensive > comparisons of all the main web video delivery methods and players and if > developers can convince Microsoft to get IE9 to adhere to HTML5 standards > (as they have promised), puttin

Re: New to List - Suggestions for 2D character animation?

2010-11-28 Thread Scott Rossi
Hi Tom: Your project sounds like it could work. Note that in order to play MP3 in LiveCode, you need to use a player object (which relies on QuickTime being installed on the user's machine), or use the newly released FranklinAudio external . The pla

Re: Some free iPad & iPhone icons

2010-11-28 Thread David Bovill
Hey - really nice, similar to ones I just found on Deviant Art - http://tinyurl.com/3xlw3og - http://tinyurl.com/2w6xc96 - but the ones I found not licensed for use, the you found are CC licenced / or $25. On 28 November 2010 18:02, Chipp Walters wrote: > http://glyphish.com/ > > Very n

New to List - Suggestions for 2D character animation?

2010-11-28 Thread Tom B.
Greeting!. I'm a Director refugee and new to LiveCode. Glad to find this lively list-serv! LiveCode looks promising, but I have a few questions. Hoping you can provide answers, clues, pointers or examples... I need to do simple 2D character animation. Mostly it is lip sync based on changing fac

Re: VideoPlayer and 'source'?

2010-11-28 Thread stephen barncard
Hi Richmond, Remember that YouTube has been introducing HTML5 to the mix for some time now and provides a m4v (or Ogg Vorbis) stream depending on user preferences and browser. If the m4v stream worked in Quicktime, it should work in the video player. I think you are offered that option, you can tr

Re: on-rev server question

2010-11-28 Thread Joe Lewis Wilkins
Everyone on this list please take note: Whenever we reply to someones email, particularly one that has helped us solve a problem, it is VERY helpful if you include your original email, the one posing the problem. This helps those who are trying to learn from other's problems. Otherwise they hav

Re: on-rev server question

2010-11-28 Thread Jim Lambert
Mike & Tim, thanks for the useful info on migrating mail accounts to on-rev. Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.

Re: Logos for deployment

2010-11-28 Thread Medard
Peter Haworth wrote: > They're also in the Image Library, right at the end of the standard > images. "Mais c'est bien sûr !" I am afraid that this sentence may be untranslatable ;-) it is from a popular policier TV series in France... it means, you're absolutely right, and how didn't we thin

Re: A Simple Tree Control for use in Revolution/LiveCode

2010-11-28 Thread BNig
John, that is a mighty fine Tree Control, thank you. Easy and clean. Just what I need for a simple Tree Control. regards Bernd John Dixon wrote: > > > The 'dvField' Library creates fields that can be used as a 'tree' control > that in Runtime Revolution's Revolution / LiveCode stacks and s

Re: Nine digit zip codes

2010-11-28 Thread Jim Ault
As Kee Nethery said, the answer to the names of the variables is in the section of the starting web page. Spaces are not allowed in the GET string, thus the '+' char. You could use LCode urlEncode(GetString) to be sure all chars necessary are converted before sending a GET to a web server.

Re: Nine digit zip codes

2010-11-28 Thread Kee Nethery
In general. Open the web page, view source, find the form tags and for every variable within the form tags, create a tag= value. If there are hidden fields and radio buttons, just look at the HTML specs to see how to format those tags in the GET statement. Make sure you URL encode the data aft

[OT] EFL self-tests

2010-11-28 Thread Richmond
Found these FREE, downloadable EFL tests (100s of them): http://www.englishteststore.net/ although they are Windows executables they run 100% under WINE 1.3.8 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscrib

Some free iPad & iPhone icons

2010-11-28 Thread Chipp Walters
http://glyphish.com/ Very nice. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: VideoPlayer and 'source'?

2010-11-28 Thread Klaus on-rev
Hi Richmond, ... on mouseUp set the filename of player "MyPlayer" to "abc/def/ghi.mov" end mouseUp >>> Ah; but I was setting the filename to a YouTube page !!! >> Que??? To a HTML page? > > Trying to work out how to link to the underlying .flv file. Ah, I see. But

Re: VideoPlayer and 'source'?

2010-11-28 Thread Richmond
On 11/28/2010 06:22 PM, Klaus on-rev wrote: Hi Richmond, On 11/28/2010 05:38 PM, Klaus on-rev wrote: Hi Richmond, On 11/28/2010 05:24 PM, Klaus on-rev wrote: Am 28.11.2010 um 16:15 schrieb Richmond: Mucking around with the VideoPlayer (something I haven't done for about 7 years) I wondere

Re: VideoPlayer and 'source'?

2010-11-28 Thread Klaus on-rev
Hi Richmond, > On 11/28/2010 05:38 PM, Klaus on-rev wrote: >> Hi Richmond, >> >>> On 11/28/2010 05:24 PM, Klaus on-rev wrote: Am 28.11.2010 um 16:15 schrieb Richmond: > Mucking around with the VideoPlayer (something I haven't done for > about 7 years) I wondered how one sets th

Re: Nine digit zip codes

2010-11-28 Thread James Hurley
Jim, Thanks. Good explanation. But I still wonder where RIchard came up with the input to the GET command, namely: visited =1&pagenumber=0&firmname=&address2=620+moulton&address1=&city=los + angeles &state=ca&urbanization=&zip5=90031&submit.x=48&submit.y=8&submit=Find +ZIP+Code I can

Re: VideoPlayer and 'source'?

2010-11-28 Thread Richmond
On 11/28/2010 05:38 PM, Klaus on-rev wrote: Hi Richmond, On 11/28/2010 05:24 PM, Klaus on-rev wrote: Am 28.11.2010 um 16:15 schrieb Richmond: Mucking around with the VideoPlayer (something I haven't done for about 7 years) I wondered how one sets the SOURCE. When I typed on mouseUp set th

Re: LiveCode & applescript

2010-11-28 Thread Yves COPPE
Le 28 nov. 2010 à 15:26, zryip theSlug a écrit : > re, thank you for the clarification and the good lesson ! > Hi Yves and Sarah, > > 1) The open command behaves like the File -> Open menu in the finder. > In fact, "open" is more dedicated to open a document. In AS, the > "application" class

Re: VideoPlayer and 'source'?

2010-11-28 Thread Klaus on-rev
Hi Richmond, > On 11/28/2010 05:38 PM, Klaus on-rev wrote: >> Hi Richmond, >> >>> On 11/28/2010 05:24 PM, Klaus on-rev wrote: Am 28.11.2010 um 16:15 schrieb Richmond: > Mucking around with the VideoPlayer (something I haven't done for > about 7 years) I wondered how one sets th

Re: VideoPlayer and 'source'?

2010-11-28 Thread Richmond
On 11/28/2010 05:38 PM, Klaus on-rev wrote: Hi Richmond, On 11/28/2010 05:24 PM, Klaus on-rev wrote: Am 28.11.2010 um 16:15 schrieb Richmond: Mucking around with the VideoPlayer (something I haven't done for about 7 years) I wondered how one sets the SOURCE. When I typed on mouseUp set th

Re: VideoPlayer and 'source'?

2010-11-28 Thread Klaus on-rev
Hi Richmond, > On 11/28/2010 05:24 PM, Klaus on-rev wrote: >> Am 28.11.2010 um 16:15 schrieb Richmond: >> >>> Mucking around with the VideoPlayer (something I haven't done for >>> about 7 years) I wondered how one sets the SOURCE. When I typed >>> >>> on mouseUp >>> set the source of player "My

Re: VideoPlayer and 'source'?

2010-11-28 Thread Richmond
On 11/28/2010 05:24 PM, Klaus on-rev wrote: Am 28.11.2010 um 16:15 schrieb Richmond: Mucking around with the VideoPlayer (something I haven't done for about 7 years) I wondered how one sets the SOURCE. When I typed on mouseUp set the source of player "MyPlayer" to "abc/def/ghi.mov" end mouse

Re: VideoPlayer and 'source'?

2010-11-28 Thread Klaus on-rev
Am 28.11.2010 um 16:15 schrieb Richmond: > Mucking around with the VideoPlayer (something I haven't done for > about 7 years) I wondered how one sets the SOURCE. When I typed > > on mouseUp > set the source of player "MyPlayer" to "abc/def/ghi.mov" > end mouseUp > > while the script editor sta

VideoPlayer and 'source'?

2010-11-28 Thread Richmond
Mucking around with the VideoPlayer (something I haven't done for about 7 years) I wondered how one sets the SOURCE. When I typed on mouseUp set the source of player "MyPlayer" to "abc/def/ghi.mov" end mouseUp while the script editor stated that that was fine, I still ended up with the jolly b

Re: Obvious Way To Add To Group?

2010-11-28 Thread Mike Kerner
Thanks everyone... -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This is good." ___ use-li

Re: LiveCode & applescript

2010-11-28 Thread zryip theSlug
On Sun, Nov 28, 2010 at 2:08 PM, Yves COPPE wrote: > > Le 28 nov. 2010 à 12:34, Sarah Reichelt a écrit : > >> Where you have "open application", try using "launch application" instead. >> It's a while since I did this, but I seem to remember that "open" >> brings the app to the front, where "launc

Re: on-rev server question

2010-11-28 Thread Tim Selander
Did this too. Quite a bit more of a hassle. You create the new accounts and set the passwords. The account names will very likely all be different than your old provider since the on-rev system sets the user name. So, for example, I went from username 'selander' at pop account pop.pba-net.com

Re: LiveCode & applescript

2010-11-28 Thread Yves COPPE
Le 28 nov. 2010 à 12:34, Sarah Reichelt a écrit : > Where you have "open application", try using "launch application" instead. > It's a while since I did this, but I seem to remember that "open" > brings the app to the front, where "launch" does not. > > Cheers, > Sarah > Hi Sarah, Yes, that

Re: Nine digit zip codes Oops

2010-11-28 Thread Jim Ault
The 'submit' button on a page will do one of two things. Either send a GET string send a POST message -- I meant to add this -- The USPS page uses 'post', as shown on the line below OnSubmit="return validate(form1)"> where action-> the script (handler), and the method tells the

playing YouTube video in Rev player

2010-11-28 Thread Tariel Gogoberidze
Hi, Is it possible to somehow extract direct URL of YouTube video to play it in Rev player object ? for example, this will play in QT if copy / pasted in "Open URL" dialog http://tc.v6.cache2.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%

Re: LiveCode & applescript

2010-11-28 Thread Sarah Reichelt
Where you have "open application", try using "launch application" instead. It's a while since I did this, but I seem to remember that "open" brings the app to the front, where "launch" does not. Cheers, Sarah On Sun, Nov 28, 2010 at 3:11 AM, Yves COPPE wrote: > Hello list > > > I use the follow

A Simple Tree Control for use in Revolution/LiveCode

2010-11-28 Thread John Dixon
The 'dvField' Library creates fields that can be used as a 'tree' control that in Runtime Revolution's Revolution / LiveCode stacks and standalones. It will run under both MacOS X and Windows and is simple to use. A 'dvField' can be placed on any card... well, that makes sense, and what you wo

Re: MySQL and open source

2010-11-28 Thread David Bovill
On 27 November 2010 14:06, Ruslan Zasukhin wrote: > > joke about "100 years delay" in fact is true ? :-) > If this is true, then yes, this is big challenge personally for me. > > Then I think all closed-source software can claim that we all are GPL, and > ready to open our sources, e.g. 100-100

Re: MySQL and open source

2010-11-28 Thread David Bovill
Hi Ruslan, I love your energy! On 27 November 2010 13:10, Ruslan Zasukhin wrote: After they have pay billion (9 zeros, not million) of cache for mySQL... > But this definitely hints at the possibility that you may need to take a little break from database programming - I don't think it's the so

Location of revsecurity.dll

2010-11-28 Thread Terry Judd
The release notes for 4.5.1 state that this file must be placed alongside the executable. Is there really no way to store this file somewhere else and set the path to it on startup? Terry... ___ use-livecode mailing list use-livecode@lists.runrev.com P