Simple play videoclip question

2012-02-27 Thread Peter Bogdanoff
I'm doing this:

In a card script:

on openCard
   play videoclip "NWOpen.mov" at 400,300
   pass openCard
end openCard

on closeCard
   stop playing videoclip "NWOpen.mov"
   pass closeCard
end closeCard

The closeCard does not stop the videoclip. The closeCard message is received by 
this closeCard handler. ???

Also, when I do stop it, does it disappear?

Peter Bogdanoff
UCLA
___
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


revpdfprinter + RevServer?

2012-02-27 Thread Richard Gaskin

Does LC's revpdfprinter work with RevServer?

I would guess the answer is "no" since CGIs have no graphics 
environment, but it would be way cool if I could generate custom PDFs 
from card layouts on the server.


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

___
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: Splash at the launching on android

2012-02-27 Thread Takashi Yoshino
Thank you, Ralph!

You script is very helpful for me.
I can show my splash screen at the launch time.

Thank you so much.

The following is the my script.
--
on OpenStack
   send "startMyStack" to me in 1 ticks
   pass OpenStack
end OpenStack

on startMyStack
   if the environment = "Mobile" 
   then
  if there is a file (engine folder & slash & "MyStack.livecode")
  then
 start using stack (engine folder & slash & "MyStack.livecode")
 go to stack "MyFirstStack"
  end if
   end if
end startMyStack

I prepare two LiveCode files, SplashScreen.livecode and MyStack.livecode.

SplashScreen.livecode is main stack.
MyStack.livecode has included by Copy files in Standalone application setting.

I wrote the above script in SplashScreen.livecode at the stack script.


_.__ ._ _. ._ ._.__ .. ._._. _._ . ..__ ._.__ ._._. ___. .._ __.. __ .._ 
Takashi Yoshino 
http://www.wakayama-u.ac.jp/~yoshino/lab/
Tel: +81-73-457-8441

On 2012/02/28, at 1:54, Ralph DiMola wrote:

> T,
> 
> I think you correct. I tried to add my library stack as a stack to be
> included in the standalone setting and it was not available. I had to
> include it as a copy file in standalone setting and do this in the
> preopenstack
> 
> 
> 
> 
> 
> if the environment = "Mobile" then
> 
>  if there is a file (engine folder & slash & "My_Library.livecode")
> then
> 
> start using stack (engine folder & slash & "My_Library.livecode")
> 
>  end if
> 
>   end if
> 
> 
> *
> 
> I don't know if this will help you. This was the only way I could use my
> library on mobile.
> 
> 
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
> 
> -Original Message-
> From: use-livecode-boun...@lists.runrev.com
> [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Takashi Yoshino
> Sent: Monday, February 27, 2012 9:11 AM
> To: How to use LiveCode
> Subject: Re: Splash at the launching on android
> 
> On 2012/02/27, at 20:50, Roger Eller wrote:
> 
>> On Mon, Feb 27, 2012 at 12:45 AM, Takashi Yoshino wrote:
>> 
>>> Thank you for your reply.
>>> 
>>> My stack is a little bit large.
>>> It take a lot of time to show the first card. So, I want  to show a
> splash
>>> screen.
>>> 
>> Make a separate stack containing only the splash image (so it loads
>> quickly), and from there, lock screen so the splash remains, and go to the
>> larger stack, then unlock screen.
>> 
>> ~Roger
> 
> I think LiveCode on Android has only one MainStack...
> 
> ___
> 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
> 
> 
> ___
> 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


___
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: FYI: Mac trojan horse

2012-02-27 Thread Peter M. Brigham, MD
Right. I already had put a little addition similar to this in my frontscript 
openstack handler so that every time I open a stack it tests for the presence 
of *.so files and, if found, sends me to the website for the instructions on 
how to delete the thing. Obviously, I open stacks constantly during the day 
(and night!), and that way I don't have to remember to check, which I would 
rapidly forget to do. As one of my patients said to me once, I have a mind like 
a steel sieve.

This is the first time in a long time I've even had to *think* about malware. 
Now that I've automated it, I don't have to think about it any more. At least 
until something new comes along.

-- Peter

Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig


On Feb 27, 2012, at 5:44 PM, Mark Schonewille wrote:

> Hi,
> 
> Always when I read such articles, I can't help thinking that the antivirus 
> software publishers have the most interest in the creation of such viruses. 
> From the website: "You won’t be surprised to learn that Intego’s own 
> VirusBarrier X6 software can detect Flashback if it’s installed, and even 
> prevent it from installing in the first place." Doh. Also, this trojan only 
> installs itself if... when... again if... and only if 
> 
> According to that website, this is how you can check for the trojan:
> 
> function virusCheck
> put "ls /Users/Shared/.*.so" into myShell
> return not (shell(myShell) contains "No such file or directory")
> end virusCheck
> 
> The function returns true if the trojan is on your machine.
> 
> --
> Best regards,
> 
> Mark Schonewille
> 
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
> 
> Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za
> 
> On 27 feb 2012, at 23:20, Peter M. Brigham, MD wrote:
> 
>> Just got this from MacWorld:
>> 
>> Intego finds new strain of Mac Flashback Trojan horse
>> http://tinyurl.com/7w3weqa
>> 
>> -- Peter
>> 
>> Peter M. Brigham
>> pmb...@gmail.com
>> http://home.comcast.net/~pmbrig
> 
> 
> 
> ___
> 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


___
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: Translation needed.

2012-02-27 Thread Pierre Sahores
Merci de patienter jusqu'à la fin du téléchargement du videoclip.

;-)
--
Pierre Sahores
mobile : 06 03 95 77 70
www.spimsco.net : la première solution saas open source et commerciale de 
développement sémantique préprogrammé

Le 27 févr. 2012 à 16:16, Klaus on-rev a écrit :

> Hi friends,
> 
> could some pelase translate this into spanish and french?
> And correct my english, if neccessary ;-)
> Thanks a lot in advance!
> 
> -> Please wait until the movie download has finished.
> 
> 
> Best
> 
> Klaus
> 
> --
> Klaus Major
> http://www.major-k.de
> kl...@major.on-rev.com
> 
> 
> ___
> 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


___
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: FYI: Mac trojan horse

2012-02-27 Thread François Chaplais
Right point.
Le 28 févr. 2012 à 00:16, Mark Schonewille a écrit :

> François,
> 
> I believe you are a little confused. It is not necessary to change directory 
> in this particular case and if it were necessary then it would definitely not 
> be /Applications/Utilities.
> 
> --
> Best regards,
> 
> Mark Schonewille
> 
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
> 
> Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za
> 


___
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: FYI: Mac trojan horse

2012-02-27 Thread Mark Schonewille
François,

I believe you are a little confused. It is not necessary to change directory in 
this particular case and if it were necessary then it would definitely not be 
/Applications/Utilities.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za

On 28 feb 2012, at 00:05, François Chaplais wrote:

> do not forget "cd /Applications/Utilities" & return before ls
> best
> François


___
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: FYI: Mac trojan horse

2012-02-27 Thread François Chaplais
do not forget "cd /Applications/Utilities" & return before ls
best
François
Le 27 févr. 2012 à 23:44, Mark Schonewille a écrit :

> Hi,
> 
> Always when I read such articles, I can't help thinking that the antivirus 
> software publishers have the most interest in the creation of such viruses. 
> From the website: "You won’t be surprised to learn that Intego’s own 
> VirusBarrier X6 software can detect Flashback if it’s installed, and even 
> prevent it from installing in the first place." Doh. Also, this trojan only 
> installs itself if... when... again if... and only if 
> 
> According to that website, this is how you can check for the trojan:
> 
> function virusCheck
> put "ls /Users/Shared/.*.so" into myShell
> return not (shell(myShell) contains "No such file or directory")
> end virusCheck
> 
> The function returns true if the trojan is on your machine.
> 
> --
> Best regards,
> 
> Mark Schonewille
> 
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
> 
> Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za
> 
> On 27 feb 2012, at 23:20, Peter M. Brigham, MD wrote:
> 
>> Just got this from MacWorld:
>> 
>> Intego finds new strain of Mac Flashback Trojan horse
>> http://tinyurl.com/7w3weqa
>> 
>> -- Peter
>> 
>> Peter M. Brigham
>> pmb...@gmail.com
>> http://home.comcast.net/~pmbrig
> 
> 
> 
> ___
> 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


___
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: FYI: Mac trojan horse

2012-02-27 Thread Mark Schonewille
Hi,

Always when I read such articles, I can't help thinking that the antivirus 
software publishers have the most interest in the creation of such viruses. 
From the website: "You won’t be surprised to learn that Intego’s own 
VirusBarrier X6 software can detect Flashback if it’s installed, and even 
prevent it from installing in the first place." Doh. Also, this trojan only 
installs itself if... when... again if... and only if 

According to that website, this is how you can check for the trojan:

function virusCheck
 put "ls /Users/Shared/.*.so" into myShell
 return not (shell(myShell) contains "No such file or directory")
end virusCheck

The function returns true if the trojan is on your machine.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za

On 27 feb 2012, at 23:20, Peter M. Brigham, MD wrote:

> Just got this from MacWorld:
> 
> Intego finds new strain of Mac Flashback Trojan horse
> http://tinyurl.com/7w3weqa
> 
> -- Peter
> 
> Peter M. Brigham
> pmb...@gmail.com
> http://home.comcast.net/~pmbrig



___
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: Translation needed.

2012-02-27 Thread Klaus on-rev
Hi Dave,

Am 27.02.2012 um 22:17 schrieb Dave Cragg:

> On 27 Feb 2012, at 15:16, Klaus on-rev wrote:
> 
>> Hi friends,
>> could some pelase translate this into spanish and french?
>> And correct my english, if neccessary ;-)
>> Thanks a lot in advance!
>> -> Please wait until the movie download has finished.
> 
> Klaus, you know you're asking for trouble. :-)
> 
> S'il vous plaît attendre jusqu'à ce que votre aéroglisseur est rempli 
> d'anguilles.
> Por favor, espere hasta que el hovercraft está lleno de anguilas.

Thank you, but I will not buy this tobacconist, it is scratched!

:-D

> From your bon tomodachi
> Dave

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
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: Translation needed.

2012-02-27 Thread Dave Cragg

On 27 Feb 2012, at 15:16, Klaus on-rev wrote:

> Hi friends,
> 
> could some pelase translate this into spanish and french?
> And correct my english, if neccessary ;-)
> Thanks a lot in advance!
> 
> -> Please wait until the movie download has finished.

Klaus, you know you're asking for trouble. :-)

S'il vous plaît attendre jusqu'à ce que votre aéroglisseur est rempli 
d'anguilles.
Por favor, espere hasta que el hovercraft está lleno de anguilas.

>From your bon tomodachi
Dave
___
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: [OT] HyperCard and the Interactive Web

2012-02-27 Thread Bob Sneidar
ALL technology/ tools are a "crutch" in some sense. It's just that with simple 
tools we don't give up much in the way of understanding to use them, in fact we 
may even understand things better. Also, without certain tools, some things 
become impossible to accomplish. The real question is where along the line of 
advancing technology do we begin to trade understanding for ease of use. 

I say that nothing is free. You always trade one thing for another, and in the 
case of technology, we seem to be willing to trade pains we were made to cope 
with for pains we were not. At the root of it all is the reprehensible notion 
that "newer" ALWAYS means "better". It's why some can use the word "change" and 
almost everyone not trained to think things through hear "change for the 
better". 

Bob


On Feb 26, 2012, at 9:18 AM, Geoff Canyon wrote:

> We're wandering a bit here, but I disagree completely, so of course I
> should reply ;-)
> 
> Some 100 years ago, it was considered necessary to memorize log tables.
> That skill is now useless.
> 
> I remember (near 50 here as well) learning how to derive a square root.
> That skill is also useless.
> 
> I agree with you that "It is far more IMPORTANT that kids learn to think
> logically and coherently," but that doesn't at all mean that they learn a
> particular file structure, or machine UI. Kids today don't need to know
> what a command line is because the vast majority of them will never see one
> in their lives. Kids should learn how to think, but in the context of the
> environment they are/will operate in. A calculator is no more a crutch than
> is an automobile. People who drive (or fly) from New York to Los Angeles
> should not be first required to learn how to drive a horse and wagon across
> the country.
> 
> On Sun, Feb 26, 2012 at 2:15 AM, Richmond wrote:
> 
>> Speaking as a reactionary 50 year old; I think:
>> 
>> 1. No child under the age of 14 should be allowed any mathematical crutch
>> apart from a slide-rule.
>> 
>> I find, in my "EFL" school, that kids find sliderules rather interesting,
>> and they are able to SEE how numbers
>> work; something one cannot do with a pocket calculator.
>> 
>> 2. At 14 children should all be given something like a Pentium 2 with
>> FreeDOS and taught
>>   how to navigate themselves around a system with no GUI.
>> 
>> 3. At 14 children should be given a course in something like BASIC or LISP
>> on that GUI-less computer.
>> 
>> 3.1. Probably preceded by a few weeks "doing programming" on paper, and
>> messing around with buttons in cups.
>> 
>> 4. At 17-18 children should all be given a PC with an operating system
>> with a WIMP-GUI on it after
>>   they have passed a test to demonstrate their familiarity with a
>> Terminal emulator.
>> 
> ___
> 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


___
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: Translation needed.

2012-02-27 Thread Mark Wieder
jvalle@...  writes:

> 
> Hi,
> 
> Por favor, espere hasta que la descarga de la película haya finalizado.
> 
> or a bit less formal
> 
> Por favor, espera hasta que se complete la descarga de la película.

I much prefer the second: the first sounds very stiff, something I would expect
out of IBM. The second sounds like talking to me as a peer.

-- 
 Mark Wieder


___
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: [OT] HyperCard and the Interactive Web

2012-02-27 Thread Jerry Jensen
On Feb 27, 2012, at 11:27 AM, Bob Sneidar wrote:

> My oinion is that at 18, all kids should be put through some kind of boot 
> camp like training, just so that they can learn how to do exactly what they 
> are told, no more, no less, in spite of what everyone else around them does. 
> That would go a LONG way towards their future education in anything. I am 
> still met with unbelief when I tell people that my first days in boot camp 
> involved obeying simple orders like left face, and that more than half the 
> squad got it wrong almost every time! Once one person does it wrong, others 
> see them doing something other than what they themselves did, and they start 
> second guessing themselves. Not wanting to be "different" they change their 
> minds even though they know it to be the wrong thing! 

CHEESE! CHEESE! STOP IT!


___
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: [ANN] video picking and editing added to mergExt

2012-02-27 Thread Monte Goulding

> thanks for the hard work Monte!

Thanks guys, don't forget to vote for what you want next. MapKit is a standout 
leader so far this time.

Cheers

Monte
___
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: [OT] HyperCard and the Interactive Web

2012-02-27 Thread Bob Sneidar
My oinion is that at 18, all kids should be put through some kind of boot camp 
like training, just so that they can learn how to do exactly what they are 
told, no more, no less, in spite of what everyone else around them does. That 
would go a LONG way towards their future education in anything. I am still met 
with unbelief when I tell people that my first days in boot camp involved 
obeying simple orders like left face, and that more than half the squad got it 
wrong almost every time! Once one person does it wrong, others see them doing 
something other than what they themselves did, and they start second guessing 
themselves. Not wanting to be "different" they change their minds even though 
they know it to be the wrong thing! 

Bob


On Feb 26, 2012, at 12:15 AM, Richmond wrote:

> Speaking as a reactionary 50 year old; I think:
> 
> 1. No child under the age of 14 should be allowed any mathematical crutch 
> apart from a slide-rule.
> 
>  I find, in my "EFL" school, that kids find sliderules rather interesting, 
> and they are able to SEE how numbers
>  work; something one cannot do with a pocket calculator.
> 
> 2. At 14 children should all be given something like a Pentium 2 with FreeDOS 
> and taught
>how to navigate themselves around a system with no GUI.
> 
> 3. At 14 children should be given a course in something like BASIC or LISP on 
> that GUI-less computer.
> 
> 3.1. Probably preceded by a few weeks "doing programming" on paper, and 
> messing around with buttons in cups.
> 
> 4. At 17-18 children should all be given a PC with an operating system with a 
> WIMP-GUI on it after
>they have passed a test to demonstrate their familiarity with a Terminal 
> emulator.
> 
> It is far more IMPORTANT that kids learn to think logically and coherently 
> than possess fancy electronic
> equipment.


___
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


iPhonePickMedia .m4p

2012-02-27 Thread Todd Little
Dear All,

We've encountered an issue with using iPhonePickMedia. We can play
purchased iTunes songs great except when we play a .m4p (FairPlay) song and
it promptly quits the app with no warning.
We've tried to intercept the result that contains a ".m4p" extension, but
it still quits.

We've submitted the iOS app for review and were rejected because in our
metadata, we stated that we had known issues that the app would quit when
using .m4p files.

Has anyone else had similar issues or have recommendations?

-T.Little
___
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: [OT] HyperCard and the Interactive Web

2012-02-27 Thread Jerry Jensen
On Feb 27, 2012, at 10:20 AM, Richmond wrote:
> 
> Veggie Burgers are awful; mainly because they are pretending to be something 
> else. Don't let "fake meat"
> put you off vegetarianism.

CHEESE! CHEESE! STOP IT!


___
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: [OT] HyperCard and the Interactive Web

2012-02-27 Thread Lynn Fredricks
> Things should be made slightly harder, not easier, for children; 
> otherwise we will end up with a race like
> those ones who were cannibalised in H.G. Wells' "Time Machine".

EloiOS - one bright, efficient button accompanied by a dinner bell sound
effect.

Best regards,

Lynn Fredricks
President
Paradigma Software
http://www.paradigmasoft.com

Valentina SQL Server: The Ultra-fast, Royalty Free Database Server 



___
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: [OT] HyperCard and the Interactive Web

2012-02-27 Thread Richmond

On 02/27/2012 04:40 PM, Geoff Canyon wrote:

On Feb 27, 2012, at 2:36 AM, Richmond  wrote:


... it is valuable knowledge insofar as you then are aware that by
eating meat you do it at a price; the suffering of vast numbers of animals, 
that can, quite easily be avoided.

Having eaten veggie burgers, we'll have to agree to disagree about the "easily be 
avoided" aspect ;-)


Veggie Burgers are awful; mainly because they are pretending to be 
something else. Don't let "fake meat"

put you off vegetarianism.





we should think about what the words "cultured" and "educated" mean. If all one 
wants to teach one's kids are things that
may have some pragmatic use, then we should scrap 90% of every school curriculum

I absolutely agree, and it is because I agree that I think that when it comes 
down to the command line or Bleak House, the command line should go.
___
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



___
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: The Linux engine...

2012-02-27 Thread Richard Gaskin

Graham Samuel wrote:

> Just a quick two Eurocents to say that I strongly agree that we
> should not split up the list, and I agree with Malte's arguments.

I don't think we need to worry about that. Those who want to lighten 
their In Box and enjoy platform-specific discussion will find the forums 
an excellent choice.


LiveCode supports so many platforms it's rare that everything it can do 
will appeal to any single developer.  Still, much to be learned from 
every supported platform, and this list is an excellent venue for such 
learning.


> I know nothing about Linux, and like many things I know nothing
> about, I'm scared of it - but one day I may need to know more

When that day comes it seems you'll be in good hands:  While the nearest 
Ubuntu group is more than four hours from you in Paris, there's a Linux 
user group right in Toulouse which seems very friendly and welcoming of 
newcomers:




Linux is just another OS in a world where such things are becoming 
increasingly commoditized so it barely matters which one you use, esp. 
for us LiveCoders who've been making Windows apps on Macs for so many years.


But the secret charm with Linux is the people.  As I've written before, 
there's something quite nice about a group of people who get together 
for the primary purpose of freely sharing things.


If you make it to any local LUG meetings I'd be surprised if you didn't 
walk away with a few new friends.  Extra bonus points that you'll 
probably find Linux a lot of fun to play with as well.  :)


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 LiveCode Journal blog: http://LiveCodejournal.com/blog.irv

___
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


SoCal LUG meeting: 1 March in Pasadena

2012-02-27 Thread Richard Gaskin
The next SoCal LiveCode User Group meeting is this Thursday, March 1, in 
Pasadena - details in the forum:




See ya' there -

--
  Richard Gaskin
  Fourth World
  LiveCode training and consulting: http://www.fourthworld.com
  Webzine for LiveCode developers: http://www.LiveCodeJournal.com
  LiveCode Journal blog: http://LiveCodejournal.com/blog.irv


___
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: On-Rev Mail woes = On-Rev listed as spam!!!

2012-02-27 Thread Medard
Medard  wrote:

> That did it for the POP accounts -- but no cure (or so little) for the
> IMAP accounts

I tried, and that worked :-)

___
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: Splash at the launching on android

2012-02-27 Thread Ralph DiMola
T,

I think you correct. I tried to add my library stack as a stack to be
included in the standalone setting and it was not available. I had to
include it as a copy file in standalone setting and do this in the
preopenstack





if the environment = "Mobile" then

  if there is a file (engine folder & slash & "My_Library.livecode")
then

 start using stack (engine folder & slash & "My_Library.livecode")

  end if

   end if


*

I don't know if this will help you. This was the only way I could use my
library on mobile.


Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net

-Original Message-
From: use-livecode-boun...@lists.runrev.com
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Takashi Yoshino
Sent: Monday, February 27, 2012 9:11 AM
To: How to use LiveCode
Subject: Re: Splash at the launching on android

On 2012/02/27, at 20:50, Roger Eller wrote:

> On Mon, Feb 27, 2012 at 12:45 AM, Takashi Yoshino wrote:
> 
>> Thank you for your reply.
>> 
>> My stack is a little bit large.
>> It take a lot of time to show the first card. So, I want  to show a
splash
>> screen.
>> 
> Make a separate stack containing only the splash image (so it loads
> quickly), and from there, lock screen so the splash remains, and go to the
> larger stack, then unlock screen.
> 
> ~Roger

I think LiveCode on Android has only one MainStack...

___
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


___
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: On-Rev Mail woes = On-Rev listed as spam!!!

2012-02-27 Thread Medard
Mark Wieder  wrote:

>  the on-rev servers are in a server farm in Texas that serves
> other clients as well. They unfortunately share a common smtp server.
> You will probably have to do what I did: change your email client's
> smtp server setting to use your ISP's smtp server instead.

Too bad...

That did it for the POP accounts -- but no cure (or so little) for the
IMAP accounts

The accounts are not completely blocked, some work, other not...

[for instance the News client I am using for the LiveCdoe lists and
other lists works OK]

___
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: Translation needed.

2012-02-27 Thread Klaus on-rev
Bonjour Thierry,

Am 27.02.2012 um 16:44 schrieb Thierry Douez:

> 2012/2/27 Klaus on-rev 
> 
>> Hi friends,
>> could some pelase translate this into spanish and french?
>> And correct my english, if neccessary ;-)
>> Thanks a lot in advance!
>> -> Please wait until the movie download has finished.
> 
> Merci d'attendre la fin du téléchargement du film

Merci beaucoup, mon ami!

> Let you guess the language :)

Ermm, let me think... 
...
Franco-canadian? 

:-D

> Regards,
> Thierry

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
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: Translation needed.

2012-02-27 Thread Klaus on-rev
Buenos dias Jose,

Am 27.02.2012 um 16:39 schrieb jva...@1234web.net:

> Hi,
> 
> Por favor, espere hasta que la descarga de la película haya finalizado.
> or a bit less formal
> Por favor, espera hasta que se complete la descarga de la película.

Muy bien! 
Muchas gracias! :-)

> Best Regards
> -- 
> Jose Valle
> (+34) 671087375
>> Hi friends,
>> could some pelase translate this into spanish and french?
>> And correct my english, if neccessary ;-)
>> Thanks a lot in advance!
>> 
>> -> Please wait until the movie download has finished.

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
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: Translation needed.

2012-02-27 Thread Thierry Douez
2012/2/27 Klaus on-rev 

> Hi friends,
>
> could some pelase translate this into spanish and french?
> And correct my english, if neccessary ;-)
> Thanks a lot in advance!
>
> -> Please wait until the movie download has finished.
>


Merci d'attendre la fin du téléchargement du film


Let you guess the language :)

Regards,
Thierry
___
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: Translation needed.

2012-02-27 Thread jva...@1234web.net
Hi,

Por favor, espere hasta que la descarga de la película haya finalizado.

or a bit less formal

Por favor, espera hasta que se complete la descarga de la película.

Best Regards
-- 
Jose Valle
(+34) 671087375

> Hi friends,
> 
> could some pelase translate this into spanish and french?
> And correct my english, if neccessary ;-)
> Thanks a lot in advance!
> 
> -> Please wait until the movie download has finished.
> 
> 
> Best
> 
> Klaus
> 
> --
> Klaus Major
> http://www.major-k.de
> kl...@major.on-rev.com
> 
> 
> ___
> 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


___
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


Translation needed.

2012-02-27 Thread Klaus on-rev
Hi friends,

could some pelase translate this into spanish and french?
And correct my english, if neccessary ;-)
Thanks a lot in advance!

-> Please wait until the movie download has finished.


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
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: [OT] HyperCard and the Interactive Web

2012-02-27 Thread Geoff Canyon
On Feb 27, 2012, at 2:36 AM, Richmond  wrote:

> ... it is valuable knowledge insofar as you then are aware that by
> eating meat you do it at a price; the suffering of vast numbers of animals, 
> that can, quite easily be avoided.

Having eaten veggie burgers, we'll have to agree to disagree about the "easily 
be avoided" aspect ;-)


> we should think about what the words "cultured" and "educated" mean. If all 
> one wants to teach one's kids are things that
> may have some pragmatic use, then we should scrap 90% of every school 
> curriculum

I absolutely agree, and it is because I agree that I think that when it comes 
down to the command line or Bleak House, the command line should go. 
___
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: Splash at the launching on android

2012-02-27 Thread Takashi Yoshino
On 2012/02/27, at 20:50, Roger Eller wrote:

> On Mon, Feb 27, 2012 at 12:45 AM, Takashi Yoshino wrote:
> 
>> Thank you for your reply.
>> 
>> My stack is a little bit large.
>> It take a lot of time to show the first card. So, I want  to show a splash
>> screen.
>> 
> Make a separate stack containing only the splash image (so it loads
> quickly), and from there, lock screen so the splash remains, and go to the
> larger stack, then unlock screen.
> 
> ~Roger

I think LiveCode on Android has only one MainStack...

___
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: [ANN] video picking and editing added to mergExt

2012-02-27 Thread Guglielmo Braguglia

Monte,
thanks a lot for all your useful externals ! :-)

Guglielmo


On 27.02.2012 01:37, Monte Goulding wrote:

Hi LiveCoders

The mergAV suite of externals has grown again! The top pick on our poll was 
movie picking, recording, editing and saving and so we have added a new 
external (mergAV) to our lineup. More details on mergAV and a fresh poll with 
the highest ranked and new user contributed external ideas are available at 
http://mergext.com. Vote now for what you want next!

Regards

Monte Goulding
--
M E R Goulding
Software development services
___
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



___
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: [ANN] video picking and editing added to mergExt

2012-02-27 Thread Andre Garzia
OMG! it is getting better and better!

thanks for the hard work Monte!

On Sun, Feb 26, 2012 at 9:37 PM, Monte Goulding  wrote:

> Hi LiveCoders
>
> The mergAV suite of externals has grown again! The top pick on our poll
> was movie picking, recording, editing and saving and so we have added a new
> external (mergAV) to our lineup. More details on mergAV and a fresh poll
> with the highest ranked and new user contributed external ideas are
> available at http://mergext.com. Vote now for what you want next!
>
> Regards
>
> Monte Goulding
> --
> M E R Goulding
> Software development services
> ___
> 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
>



-- 
http://www.andregarzia.com -- All We Do Is Code.
http://fon.nu -- minimalist url shortening service.
___
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: Advantages of LC as high level language--examples

2012-02-27 Thread Bernard Devlin
Sorry to resurrect a threat that lived so long ago, but I thought this
study might be of use to Devin (although it is not specifically
focusing on Livecode, it does contrast the productivity of  scripting
languages with compiled languages).

http://page.mi.fu-berlin.de/prechelt/Biblio/jccpprtTR.pdf

Since the report is from an academic enviornment, it might be quite
appropriate for Devin's students.

Bernard

On Mon, Nov 29, 2010 at 8:29 PM, Devin Asay  wrote:
> Hello all,
>
> In trying to explain to students how high level languages such as LiveCode 
> can make development faster, I would like to give concrete examples of how 
> single-line LC commands actually execute dozens of C++ commands in the 
> engine. For example, a simple one-liner like:
>
>        show field "demo" with visual effect dissolve
>
> Must have lots of lines of compiled C code behind it. Does anyone have any 
> concrete examples? I may end up directing this to the mother ship, but 
> thought I'd try here first.
>
> Thanks,
>
> Devin

___
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: Automating Javascript Web Form Input

2012-02-27 Thread Kay C Lan
Dave,

Thank you, thank you, thank you.

Absolutely brilliant.

Took me about 10 min to sort out - would have taken 5 sec if I knew what I
was doing.

Had a little trouble with a '500' error message from the server, but once I
actually bothered to look at your code and check the dictionary for stuff I
didn't understand, I realised I had to set the httpHeaders to empty before
I did my straight put URL fileToDownload.

I probably should delve a little deeper into all the libURL stuff, but that
would be sensible.

A little knowledge is dangerous, so I'm good to go ;-)

And if I didn't say it... thank you!
___
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: Splash at the launching on android

2012-02-27 Thread Roger Eller
On Mon, Feb 27, 2012 at 12:45 AM, Takashi Yoshino wrote:

> Thank you for your reply.
>
> My stack is a little bit large.
> It take a lot of time to show the first card. So, I want  to show a splash
> screen.
>
> _.__ ._ _. ._ ._.__ .. ._._. _._ . ..__ ._.__ ._._. ___. .._ __.. __ .._
> Takashi Yoshino
> http://www.wakayama-u.ac.jp/~yoshino/lab/
> Tel: +81-73-457-8441
>

Make a separate stack containing only the splash image (so it loads
quickly), and from there, lock screen so the splash remains, and go to the
larger stack, then unlock screen.

~Roger
___
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: Automating Javascript Web Form Input

2012-02-27 Thread Dave Cragg

On 27 Feb 2012, at 10:05, Dave Cragg wrote:
> 
> I tried it and it seems to work, but it returns an html page from which you 
> need to extract the url which will download the text file.

I just took a look at the resulting text file. It was full of "weird stuff" and 
no readable text. I'm not sure what that signifies. The pdf file I sent 
consisted mainly of formatted text. I hope you have better luck.

Dave
___
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: Automating Javascript Web Form Input

2012-02-27 Thread Dave Cragg

On 27 Feb 2012, at 00:52, Kay C Lan wrote:

> If I manually enter the pdf file I wish to convert, from the resulting web
> page I can see how I can use LC to download the converted text file, what I
> don't know is how to us LC to feed the website my pdf file so I can
> automate the entire process.
> 
> I can see:
> onload="document.theForm.stdin.focus()"
> form name = "theForm"
> method="post"
> enctype="multipart/form-data"
> action="pdf2txt.htm"
> input type="file"
> name="stdin"
> 
> I'm assuming I use the LC 'post' command, but the example in the LC
> Dictionary is rather basic, my knowledge of Javascript nonexistent, so
> apart from using URLEncode to encode the pathname because it contains /, I
> don't know what of the above I need to include in post, and where I
> substitute the actual pathname to the file I wish to convert.

You'll need to use libURLMultipartFormData for this. Try something like this:

on mouseUp
   
   answer file ""  ## select the pdf file
   put it into tFilePath
   if tFilePath is empty then exit mouseUp
   
   put "http://www.fileformat.info/convert/doc/pdf2txt.htm"; into tUrl
   
   put empty into tForm
   put "" & tFilePath into tFile
   
   if libURLMultipartFormData(tForm, "stdin", tFile) is not empty then
  answer it ##error
   else
  set the httpHeaders to line 1 of tForm
  post line 2 to -1 of tForm to url tUrl
  put it into field 1 -- or whatever
  if the result is not empty then
 answer the result
  end if
  set the httpHeaders to empty
   end if
end mouseUp

I tried it and it seems to work, but it returns an html page from which you 
need to extract the url which will download the text file.

Cheers
Dave



___
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: [OT] HyperCard and the Interactive Web

2012-02-27 Thread Richmond

On 02/26/2012 10:53 PM, Geoff Canyon wrote:

It's interesting that you bring up the slaughterhouse analogy -- I've used
it on many occasions to make the opposite point: I know that cows are
butchered to make steaks. I've seen videos of it, in fact. I shouldn't have
to learn how to do it to order at McDonalds.


No, you shouldn't; but it is valuable knowledge insofar as you then are 
aware that by
eating meat you do it at a price; the suffering of vast numbers of 
animals, that can, quite easily be avoided.




There's a world of difference between "Kids today" and "computer
programmer." Forcing the 99.9% of kids who *won't* become computer
programmers to use a command line because of the .1% who will is like
forcing every kid to butcher a hog before they are allowed to eat bacon.


"Kids today" is the phrase used in Britain to justify NOT teaching 
literature written before 1945, history before 1914,

and the general dumbing down of most things.

Apart from any other considerations, while slide-rules  and command 
lines may not be all that useful nowadays


[mind you, you'd be hard put to quite a few things on a computer without 
some sort of nodding acquaintance with a terminal],


we should think about what the words "cultured" and "educated" mean. If 
all one wants to teach one's kids are things that
may have some pragmatic use, then we should scrap 90% of every school 
curriculum, so we can end up with an sort of
1984/Brave New World hybrid and say prayers to Henry "History is Bunk" 
Ford .




On Sun, Feb 26, 2012 at 12:14 PM, Richmondwrote:


   Kids today don't need to know

what a command line is because the vast majority of them will never see
one
in their lives.


Really? I wonder about that. Surely every potential computer programmer
should
have some sort of understanding of command lines. This is rather like
saying that
that children brought up in cities should have no understanding that
animals are slaughtered
so that they can have meat on their plates, because they will never see a
slaughter-house.

___
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



___
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: [OT] HyperCard and the Interactive Web

2012-02-27 Thread Richmond

On 02/27/2012 01:50 AM, Geoff Canyon wrote:

I think I still have a slide rule stashed away somewhere. It was my 
step-father's. I once asked (circa 1983) in a chemistry class if slide rules 
were allowed in addition to calculators, and everyone's head turned.

Richmond, to your point, check out what MIT is doing with Scratch Jr.: 
http://scratch.mit.edu/projects/archmage/658960


Yes, that is rather FUN. And only FUN.



Sent from my iPad

On Feb 26, 2012, at 5:28 PM, Graham Samuel  wrote:


BTW, I am fond of slide-rules but I haven't used mine for a good long time now.

___
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



___
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