Re: New Pricing

2012-08-21 Thread jva...@1234web.net
The PAYG model seems to me one of the most important and better  deccissions 
taken. Being an ocassional developer using LiveCode monthly payment model it is
something I could afford, in other way will have to choose other platform, I
spent some time with Corona last year because the same reason.

Thanks
-- 
Jose Valle
(+34) 671087375


___
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


command line output

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

am testing command line features, following some samples got from list, but
can't get output to the console in Windows. Am installing right now in a Mac to
check if there is any difference.

Tried in this way:


on startup
   hide this stack
   local tCommandLine  
   
   put using put hello2 plus return  return into stdout
   put using put hello2 plus cr  CR into stdout
   
   write using write hello2 plus return  return to stdout
   write using write hello2 plus cr  CR to stdout   
   
   -- handle command line arguments here
   put word 1 to -1 of lower($1) into tCommandLine
   
   switch char 2 of tCommandLine
  
  case t
 put with -t param  return after URL file:debug.txt
 quit
 break
 
  default
 put any other case   tCommandLine  return after URL 
file:debug.txt
 break
   end switch
   
   
end startup



If keep write lines the script doesn't works, doesn't write anything to file
and no output also.

If comment or remove write lines, both switch cases work, but still not sending
any output to the console.

What's wrong?

Thanks
-- 
Jose Valle
(+34) 671087375


___
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: console applications

2012-02-13 Thread jva...@1234web.net
Thanks for your help Richard. Will try in that way.


-- 
Jose Valle
(+34) 671087375


 jvalle wrote:
 
  would like to know if it is possible to create console applications with
  Livecode 4.6.X. After some researching in forums seems it is not possible 
  or a
  bit special.
 
 It's special only in that the engine is primarily designed for making 
 GUI apps, so when running as a console app you'll need to pass a -ui 
 flag to it to tell it not to initialize its GUI.
 
 I wrote a GUI installer with v4.6.1 and more recently with 4.6.4 for 
 which some institutional users needed a command-line option.  We've had 
 such success with it that I'm now exploring ways we can add useful CLI 
 options to other apps 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


___
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


console applications

2012-02-12 Thread jva...@1234web.net
Hello,

would like to know if it is possible to create console applications with
Livecode 4.6.X. After some researching in forums seems it is not possible or a
bit special.

I need to create several console applications for Windows and Mac.

Thanks
-- 
Jose Valle
(+34) 671087375



___
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


OFF TOPIC virtualize windows on mac

2012-01-02 Thread jva...@1234web.net
Hello,

starting with an old Macbook would like to know your expert opinion about what
is the best virtualization solution to run Windows on Mac, from a developer
point of view.

Thanks and Happy New Year
-- 
Jose

___
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


LiveCode Summer Academy

2011-05-03 Thread jva...@1234web.net
Hi,

this is my first message to the list... almost.

A few days ago I received a message about that Summer Academy. I asked to sales 
the way to enroll, because I purchased license a couple of months ago, and they 
told me will take care to enroll me. But got no more news.

Anybody there know if lessons started? If somebody from staff could help, 
please let me know steps to join the course.

Thanks
Jose

___
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: LiveCode Summer Academy

2011-05-03 Thread jva...@1234web.net
I read something about starting in May thought, but probably am wrong.

Thanks Colin
-- 
Jose 

 
 On May 3, 2011, at 1:21 PM, jva...@1234web.net wrote:
 
  Anybody there know if lessons started? If somebody from staff could help, 
  please let me know steps to join the course.
 
 
 Although it is intended for people who don't yet own LiveCode, they released 
 that there is a need for people who recently bought it too, and I think they 
 were looking into ways to include new users who happen to own LiveCode 
 already.
 
 I haven't seen a date yet, but Summer suggests that it's after June 20th.
 
 
 
 ___
 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