The free form linguistics revolution

2010-11-17 Thread Alejandro Tejada
Hi all, Please read these comments from Stephen Wolfram about using Free-Form Linguistics Revolution in Mathematica: http://blog.stephenwolfram.com/2010/11/the-free-form-linguistics-revolution-in-mathematica/ http://blog.stephenwolfram.com/2010/11/programming-with-natural-language-is-actually

Re: [OT] Browsing the internet... It is safer from Linux?

2010-11-01 Thread Alejandro Tejada
Hi Chipp, Chipp Walters wrote: > > AVG does regular scans of my drives. > [snip] > And seeing how I make my living on my Windows machine, > and have since around 1994 (before that it was a Mac), > I would find it very debilitating to have to take it off the > network because I was scared of mal

[OT] Browsing the internet... It is safer from Linux?

2010-10-30 Thread Alejandro Tejada
Hi All, Recently I have been considering seriously to unplug all my Windows computers from the internet and use only Linux to browse and download updates. In truth, How safe is using Linux browsers in the internet? Most exploits seems directed to Windows and Mac users but are Linux users really e

Re: This probably reflects my complete ignorance, but...

2010-10-29 Thread Alejandro Tejada
Hi John, Check the card script of these stacks: http://andregarzia.on-rev.com/alejandro/stacks/newPentoolScript_v02.zip http://andregarzia.on-rev.com/alejandro/stacks/CurvedDrawingPen_v01.zip Use these scripts as you like, but notice that instead of using a line created by the user, i would pro

Re: [OT], but imagine an iPad Rev...

2010-10-25 Thread Alejandro Tejada
Hmmm... looks like Safari's version for iPad does not have an important feature to implement a decent text editor on it: "Safari. This is a poor, crippled web browser. Specifically the killer problem is the little reported absence of support for a feature called ‘content editable’ which is used b

Re: [OT], but imagine an iPad Rev...

2010-10-25 Thread Alejandro Tejada
Hi Colin, Colin Holgate-2 wrote: > > but imagine an iPad Rev... > > http://itunes.apple.com/app/iluabox/id398073834 > Did you mean A) Full implementation of LiveCode IDE for iPad? or B) A script editor that could edit, compile and flag errors in LiveCode scripts? If you select: A) then, ple

Re: Keyboards

2010-10-25 Thread Alejandro Tejada
Paul Looney-2 wrote: > > Let us know if you have more keyboard questions. > Hi Paul, I have another keyboard question. For some time i have been using diverse IBM Thinkpads models and i have grown accustomed to their keyboard configuration and typing touch. Did anybody could name another br

Re: [ANN] New version of FTP Commander

2010-10-08 Thread Alejandro Tejada
Hi Andre, By any chance, Do you have a pair of stacks that could find each other over a Local Area Network and transfer files between them. It's too difficult what i am asking for? Thanks in advance! Al Andre Garzia-3 wrote: > > Today, I am releasing a little update for that tool. > It is a

Re: Storing an Array as a Custom Property

2010-10-03 Thread Alejandro Tejada
Hi all, Gregory Lypny wrote: > > But the documentation problem, both with the user guide and built-in help > or dictionary, goes far beyond updating. Good writing, examples, > organization, and consistency in design take time. > > [snip] > > My recommendation for the Rev team would be to spe

Re: Scripts that are already running

2010-09-24 Thread Alejandro Tejada
Hi Jacque, J. Landman Gay wrote: > > It isn't really new, it's been there for years. It is documented in the > dictionary in the entry for "wait". > Good to know! :-) Then, it would be great to add your comment to the dictionary: http://docs.runrev.com/Command/wait Thanks again for your ans

Re: Scripts that are already running

2010-09-24 Thread Alejandro Tejada
Hi Jacque, J. Landman Gay wrote: > > I think what you want is: > >wait 1 millisecond with messages > > Put that into the repeat loop somewhere. It forces the engine to do all > the same cleanup and checking as it does on idle, and will catch any > pending messages that have happened. >

Re: Scripts that are already running

2010-09-24 Thread Alejandro Tejada
Hi Dunbar, I do not have LiveCode installed in this computer, so i could not test the following idea: Why not make both, the process and the script, to depend from an external source, for running and, then they call each other? For example, both runs only if certain fixed time has passed or som

Re: Hopefully a simple question

2010-09-24 Thread Alejandro Tejada
Hi Mike, Download this stack, too: http://andregarzia.on-rev.com/alejandro/stacks/walkingman_2.zip After you change the names of variables and controls to a namespace familiar to your coding style, this script could be useful and, hopefully, optimized for general use. :-D Have a nice weekend!

Re: GOOSE BUMPS

2010-09-22 Thread Alejandro Tejada
Hi Richmond, Richmond Mathewson-2 wrote: > > Quite frankly that project "died a death" quite a few years ago when > there was insufficient uptake of editors and contributors. > Previously, i though that this Wiki was your personal journal in the winding path of learning this platform. If you

Re: GOOSE BUMPS

2010-09-22 Thread Alejandro Tejada
By the way, Richmond should update this Wikipedia page with more recent information: http://en.wikipedia.org/wiki/RunRev Notice that his Wiki appears in the body of the article. Runtime Revolution contains a built-in help system. A wiki for user-authored documentation: richmondsrevolution.pbwik

Re: GOOSE BUMPS

2010-09-22 Thread Alejandro Tejada
Hi all, Congratulations to Kevin and the Team for this new name! Many years ago, i expressed to them my concern about the name "Revolution" that has too many meanings attached. It was almost impossible to position this product in the mind of user, without finding a previous meaning which strugg

Re: fitting a cubic polynomial to x,y data

2010-09-10 Thread Alejandro Tejada
Hi Monte, This stack is not about cubic polynomial fitting, but could provide some ideas: http://andregarzia.on-rev.com/alejandro/stacks//Two_smooth_polygon_algorithm.zip http://capellan2000.000space.com/Two_smooth_polygon_algorithm.zip Have a nice weekend! Alejandro -- View this message in

Re: Functionality AND good taste?

2010-09-08 Thread Alejandro Tejada
Hi David, David Glasgow wrote: > > I am being encouraged by customers to update and improve > a Rev built product I produced many years ago. > I have a wish list for functionality changes, but I am slightly > depressed at how ugly and old the original looks. > I have decided to start again from

Re: [feature] did you guys knew that "?" is a valid character for function/command name?

2010-09-07 Thread Alejandro Tejada
Hi Stephen, Stephen Barncard-4 wrote: > > If one is interested in speed, it can be quite useful. > > Also you could write scripts with no functions! Just commands. Return the > data in the same variable without copying to another (which happens in > functions). > > It's a different coding st

Re: [feature] did you guys knew that "?" is a valid character for function/command name?

2010-09-07 Thread Alejandro Tejada
Hi Alex, Alex Tweedly wrote: > > Not quite. We specify pass-by-ref by using '@' in the handler > specification; you can't use it in the calling script as Ben did in his > example in the email. Ben wants to be able to use the '@' > (presumably as an option, with no actual effect) in the callin

Re: The power of despeckle-median filters: Image examples

2010-09-06 Thread Alejandro Tejada
Hi Wilhelm, My vote goes to: Lua-to-RevTalk conversions. But, I am sure that all newbies (and many oldies) in this platform would prefer to read a series of articles about the more extensive topic of image processing. Many thanks for sharing your expertise and experiences in this important bran

Re: The power of despeckle-median filters: Image examples

2010-08-30 Thread Alejandro Tejada
Hi Wilhelm, BNig wrote: > > thank you for sharing your extensive work on image manipulation in RunRev. > I liked your tools for years and I learned a lot from inspecting your > scripts. > I completely agree with Bern. Hopefully your work in this area will receive more attention from editors

Mark V. Shaney algorithm

2010-08-19 Thread Alejandro Tejada
Hi all, Take a look at this webpage: http://www.yisongyue.com/shaney/ Have anyone created such code in revTalk? >From Wikipedia: "Mark V Shaney is a fake Usenet user whose postings were generated by using Markov chain techniques." "The name is a play on the words "Markov chain". Many readers w

Re: [OT] O'Reilly eBook deal of the day (top 10 books for USD 9.99)

2010-08-12 Thread Alejandro Tejada
Hi Andre, This offer is over at 10:20 pm but, just for curiosity: Which were the books offered by O'Really in this deal? Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-O-Reilly-eBook-deal-of-the-day-top-10-books-for-USD-9-99-tp2321217p2323623.html Sent f

Re: Copying binary files over a LAN using Rev

2010-08-10 Thread Alejandro Tejada
Hi Richard, Actually, it would be ideal to mount the volume, but it's not possible in this setup. I will continue with this topic, as soon workload returns to normal levels. Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Copying-binary-files-over-a-LAN-usin

Re: Copying binary files over a LAN using Rev

2010-08-08 Thread Alejandro Tejada
Hi All, Many thanks Phil, Andre and Sivakatirswami for your answers! :-) Looks like it should be completely necessary that i start learning about sockets communications and TCP IP. This is a completely new area of knowledge for me and, if my guess is right, would require its own share of "puzzl

Copying binary files over a LAN using Rev

2010-08-05 Thread Alejandro Tejada
Hi all, How could i use Rev to copy a binary file between stacks opened in two different computers over a local area network? In this LAN, every computer reports at least two different IP directions: The first IP (reported by IPconfig) are in the range 192.168.1.[0-255]. The second IP (visible f

Side effects of converting the revMenubar in a palette

2010-07-27 Thread Alejandro Tejada
Hi all, Which are the side effects, if any, of converting the revMenubar in a palette in RevMedia: write in the message box: palette revMenubar In this way, the revMenubar will float above the stack in which i am working. Previously the revMenubar hides itself under the stack and it becomes rea

Re: revBrowserCallScript?

2010-07-23 Thread Alejandro Tejada
Hi Scott, Could you post the MD5digest of the revBrowser DLL that you are using? Looks like there are many versions of this DLL. When you find that some features does not works, compare DLL versions using MD5. Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com

Re: Estimate/Quotation program, help me please.....

2010-07-23 Thread Alejandro Tejada
Hi, tm274 wrote: > > I see a one day training course for a kiosk but it > appears to be a web based program and I am > looking to learn or get help to build a windows > executable that includes option buttons and combo > boxes rather than drag and drop. Any other thoughts? > Could you post an

Re: RunRev Script Editor and Linux

2010-07-15 Thread Alejandro Tejada
Peter Alcibiades wrote: > > The stuff about RB is a bit dismaying. I do find it rather forbidding, > and actually, if forced to leave Rev, have already decided that it will be > to PyQT. > > Now please don't post a list of horror stories about that! Hopefully > there are not any. But you n

Re: Old flagship found (was: Language learning stacks)

2010-07-15 Thread Alejandro Tejada
Hi Wilhelm, Wilhelm Sanke, FB01 wrote: > > Shortly later, on May 21, 2005, > (education-revolution-requ...@lists.runrev.com) Stephen Messimer > addressed the necessity of a "change agent" for Revolution who should > create more awareness for educational programming both within the group > o

Re: RunRev Script Editor and Linux

2010-07-14 Thread Alejandro Tejada
Hi Peter, Could you compare the requirements to run gEdit and Python with these requirement of Rev? Thanks in advance! Al Recently, Jacque wrote: Requirements of Revolution for Linux Systems The minimal requirements for Revolution to run are: • Linux kernel 2.4 and above • glibc 2.2.4 and

Re: RunRev Script Editor and Linux

2010-07-14 Thread Alejandro Tejada
Andre Garzia-3 wrote: > > :-O > There are linux standards? > :-O > (yes, it is a joke) > Exactly what i think... There so many custom made and specific Linux Distributions that it's almost impossible to keep track of them all, much less to guarantee that your software will run without flaw in

Looking for revTalk sample code for timers and event loops

2010-07-14 Thread Alejandro Tejada
Hi all, I am looking for running examples of revTalk timers and event loops for this platform. These constructs are used mostly in self running simulations, slideshows with music and effects and games. Special interesting are examples of canceling handlers and events that run-out of their allow

Re: RunRev Script Editor and Linux

2010-07-14 Thread Alejandro Tejada
I am just wondering if it could be more productive for Rev to focus their Linux development efforts in a single Linux distribution, like UBUNTU... Just my two cents. Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/RunRev-Script-Editor-and-Linux-tp2286440p228

Re: NativeGeometry 2.0.1 - The Geometry Manager replacement for Revolution

2010-07-13 Thread Alejandro Tejada
Hi Damien, Congratulations for releasing NativeGeometry 2.0.1! I downloaded your documentation and noticed that you included a simple example of geometry management. Did you plan to publish more complex examples of multiple cards and groups with screenshots of multiplatform geometry management?

Re: [ANN] revIgniter v1.3.6b released

2010-07-13 Thread Alejandro Tejada
Hi Ralf, Congratulations for releasing this new version of revIgniter. I have been reading the documentation of your library and found your work very professional. How could i download a PDF from this documentation? Offline reading is easier with a downloable document. I am not an expert user

Re: OT: Free eBook about JQuery for a limited time

2010-07-13 Thread Alejandro Tejada
David C. wrote: > I've never cared much for working with JavaScript > any more than I have to, but it seemed like a pretty > good bargain so I went ahead and snatched them up. > What can I say, I'm a sucker for Dev titles. My first Development book title was about Postscript. That book cost me

Non linear undo in Rev IDE

2010-07-10 Thread Alejandro Tejada
Hi all, I am gathering some ideas about: "How should work a Non linear Undo in Rev?" Please, participate with your experiences, ideas and questions. Your collaboration is indispensable to create this library. Notice that after we implement sucessfully this project using revTalk scripts, it will

Recording user actions in the IDE

2010-07-05 Thread Alejandro Tejada
Hi all, I have been trying, without sucess, to record my actions inside the IDE, with the purpose of creating an History Palette, like you could see in Photoshop: http://www.adobepress.com/articles/article.asp?p=22789&seqNum=6 "The History palette, at its most basic, remembers what you've done

Re: Writing Externals in Pascal?

2010-07-05 Thread Alejandro Tejada
Hi Scott, Hopefully, you could find help among the Free Pascal developers and programmers to workaround the problems that Mark Wieder reported in 2004: -- http://quality.runrev.com/qacenter/show_bug.cgi?id=1526 Presently only external libraries in

Re: [BUG] Confirmed, can't capture screen from second monitor (Was Re: [BUG?] Can anyone here confirm that RevBrowserSnapshot works?

2010-07-05 Thread Alejandro Tejada
Hi all, I do not have a computer with multiple monitors, but reading the documentation about export snapshot, i noticed: To export a snapshot for a portion of a stack you use the form: export snapshot from rect[angle] of window windowId to ... Where windowId is the windowId property of the requ

Re: Running revlets on the iPad

2010-07-02 Thread Alejandro Tejada
Actually, it is more productive to be a Code Monkey :-D than...a Rat Racer :-(( http://risingtide.org.uk/resources/cartoons/4 http://www.youtube.com/watch?v=5Qe23LVs2O4 -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Running-revlets-on-the-iPad-tp2273949p22

Re: Running revlets on the iPad

2010-07-02 Thread Alejandro Tejada
Hi Bob, Bob Sneidar-2 wrote: > > None of this applies to me either. I am a very gifted and well trained > Chimpanzee. > http://www.awrsd.org/oak/teched/computer-monkey-210.jpg ROTFL :-D -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Running-revlets-on-the-i

Re: Running revlets on the iPad

2010-07-02 Thread Alejandro Tejada
Hi Martin, Martin Baxter wrote: Martin Baxter-4 wrote: > > I couldn't agree more. At present I can choose to either not install, or > to disable Flash (and I do). With html video, canvas, dom storage etc. > protecting yourself from "demented content snippets" (and sneaky > snooping) becomes eve

Re: [ANN] taking a break

2010-07-02 Thread Alejandro Tejada
Hmmm, hopefully this is a joke like Donald Knuth's "earth shaking announcement": http://arstechnica.com/civis/viewtopic.php?f=20&t=1115138 If i had waited until my coding standards were on par with all professional developers in this platform... then I had published (maybe) one or, at most, two u

Re: [ANN] taking a break

2010-07-02 Thread Alejandro Tejada
Hi Sean, I visited your webpage at: http://www.shaosean.tk/ It says... lowering standards everywhere. That is not a accurate description of your work in this platform. Could you explain the reasons behind this phrase, please? Thanks in advance! Al -- View this message in context: http://ru

Re: last available version of revBrowser.dll (windows) ?

2010-07-02 Thread Alejandro Tejada
Hi Pierre and Mark, Looks like there have been many recent versions of revBrowser DLLs... But, Where are the Release notes for each version? Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/last-available-version-of-revBrowser-dll-windows-tp2272925p2276336.ht

Re: Smokescreen.rev

2010-06-30 Thread Alejandro Tejada
A lot of possibilities, but at least here, the sound finished before the animation... no syncronization. Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Smokescreen-rev-tp2273969p2274551.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: last available version of revBrowser.dll (windows) ?

2010-06-30 Thread Alejandro Tejada
Hi Pierre, Could you post the MD5 of the DLL that you are using? Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/last-available-version-of-revBrowser-dll-windows-tp2272925p2274548.html Sent from the Revolution - User mailing list archive at Nabble.com. __

Re: Running revlets on the iPad

2010-06-30 Thread Alejandro Tejada
Hi Andre, Andre Garzia-3 wrote: > > HTML5 + JS + CSS3 is the future... it will superseed Flash, eventually. > Actually, the problem is not Flash, but the persistent abuse and misuse of SWF for advertising content. You could find, easily, 4 or 5 swf files on the same page, trying to get your

Re: MD5 digests of very big files

2010-06-29 Thread Alejandro Tejada
Hi Malte, Malte Pfaff Brill wrote: > I guess the problem you see is that revs MD5s > need to be binaryDecoded to have the same output > like for example PHP. A simple script to see this is: > on mouseUp > local tCheck,tResult > put md5Digest("moo") into tCheck > get binaryDecode("H*",tCheck

MD5 digests of very big files

2010-06-28 Thread Alejandro Tejada
Hi Jan, Jan Schenkel wrote: > To make this future-proof, you might want to use > the byte chunk type for reading from the binary file: > read from file pFile for 4096 bytes -- was: chars [snip] Great! :-D Now the function will be: function quasiMD5 pFile -- posted by Mark Waddingham local

Re: use-revolution Digest, Vol 81, Issue 58

2010-06-28 Thread Alejandro Tejada
Hi Jan, Jan Schenkel wrote: > To make this future-proof, you might want to use > the byte chunk type for reading from the binary file: > read from file pFile for 4096 bytes -- was: chars [snip] Great! :-D Now the function will be: function quasiMD5 pFile -- posted by Mark Waddingham local

Re: Hidden point technique to mask an image

2010-06-27 Thread Alejandro Tejada
Hi Scott, Now, after downloading your example, i understand that there is no need to change the fillRule from "none" to "evenodd" or "nonzero". Previously, i though that this was a requisite. In fact, after changing the fillRule of a polygonal graphic, there is no way to return it to a previous

Re: MD5 digests of very big files

2010-06-27 Thread Alejandro Tejada
Hi Jacke, Jacqueline Landman Gay wrote: > Try: if it is empty Many Thanks! This works. :-D Now the function will be: function quasiMD5 pFile local tMD5s open file pFile for binary read repeat read from file pFile for 4096 chars if it is empty then exit repeat end if

Hidden point technique to mask an image

2010-06-27 Thread Alejandro Tejada
Hi all, on May 10, 2010 Sott Rossi posted in the message thread titled: "Object is not an image when Crop command" --- --- Recently, JosepM wrote: > I understand you but I don't know the > "hidden point" tec

Re: MD5 digests of very big files

2010-06-27 Thread Alejandro Tejada
Looks like the culprit is the condition to escape the repeat structure. The result never reach the EOF "end of file". Which other condition could i use to verify that the file have been reading completely? Thanks in advance! Al > In this enhancement request written by Mark Schonewille: > htt

MD5 digests of very big files

2010-06-27 Thread Alejandro Tejada
Hi all, Read this report written by Mark Schonewille: http://quality.runrev.com/qacenter/show_bug.cgi?id=2410 Mark Waddingham post this function: function quasiMD5 pFile local tMD5s open file pFile for binary read repeat read from file pFile for 4096 chars if the result is EOF then

Re: revBrowser + youtube.com = Crashing?

2010-06-25 Thread Alejandro Tejada
Hi Scott, Do you remember that Jiro Harada developed an external to display Flash movies in Rev? http://www.mail-archive.com/use-revolution@lists.runrev.com/msg129989.html Did you know if his application is affected by recent Flash update? Al -- View this message in context: http://runtime-r

Re: [OT] Adobe and Apple

2010-06-17 Thread Alejandro Tejada
The merger of 525 millions between Adobe and Aldus must have been in discussion for months, before their announcement of March 15 1994. So, when Aldus sold SuperCard, they probably have consulted with Adobe about this transaction. If consulting with Adobe were not necessary then... Why not sold

Re: [OT] Adobe and Apple

2010-06-17 Thread Alejandro Tejada
That is the version from About.com but... in Richard Gaskin's website, SuperCard history: Feb. 1994: Allegiant acquires SuperCard from Aldus http://www.fourthworld.com/supercard/FAQ_pages/Q0010.html Let's see how dates match: "In February 1994, Allegiant Technologies of San Diego bought SuperC

Re: [OT] Adobe and Apple

2010-06-17 Thread Alejandro Tejada
Adobe have their own impressive private vault of discontinued, changed names, changed ownership, or obsolete software: http://graphicssoft.about.com/od/whathappenedto/p/formeradobe.htm Adobe File Utilities AfterImage Ares Font Utilities Art Explorer ChartMaker CheckList Color Central Cur

Looking for XXTEA revtalk implementation

2010-06-14 Thread Alejandro Tejada
Hi all, I am looking for a revtalk implementation of xtea algorithm. http://eprint.iacr.org/2010/254.pdf This will be used to encrypt small text strings of 64k or less. Thanks in advance. Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Looking-for-XXTEA-re

Re: revLet: dynamic resizing when browser window resizes

2010-05-26 Thread Alejandro Tejada
Hi David, David Bovill-5 wrote: > > >> Have you created such handlers to manage >> proportionally position and dimensions of >> controls in a card? > > Yes - I totally obsessive about it. Pretty well all the prototyping I do > is > with views that scale to the view port. I've always hated fix

Re: Galaga 1990

2010-05-26 Thread Alejandro Tejada
This is a really interesting topic because this is similar to my first question to Scott Raney after i bought Metacard... Geoff Canyon Rev wrote: > > Since the enemies' paths are pre-determined in this method, you can > determine whether a particular shot will hit an enemy at the time the > sho

Re: revWeb - revlet - examples please

2010-05-26 Thread Alejandro Tejada
Hi Rick, These are links to the revlets that i have published in these mail list: http://www.capellan2000.000space.com/test01.html http://www.capellan2000.000space.com/test02.html http://www.capellan2000.000space.com/test03.html http://www.capellan2000.000space.com/test04.html http://www.capella

Re: Getting an Audio Plugin Created ( was RE: [audio] Call for anupdated enhanced quicktime audio library ora small audiocomplementary library!)

2010-05-22 Thread Alejandro Tejada
Hi all, Remember these externals that plays MOD music: For Mac OS X, Andre Garzia published in 2007: RevMikMod is an external for MacOS X Runtime Revolution. It is built upon on MikMod library which is licensed with LGPL, so this is freeware with source. This external uses Carbon Thread API, th

Re: How do I decompress BZ2 files?

2010-05-22 Thread Alejandro Tejada
Windows users could use code like this: put "D:/myFiles/mybzip2file.bz2" into tOpenfile put "C:/Developer/bzip2.exe -dkc " & tOpenfile into tBzip set the hideconsolewindows to true get shell(tBzip) Now the contents of bzip2 file is in the variable named it Then, you could save this content in an

Re: revLet: dynamic resizing when browser window resizes

2010-05-22 Thread Alejandro Tejada
Hi David, David Bovill-4 wrote: > > Hi fellow coders, just figured out the way > to fix this visual glitch. > Essentially you can't use the geometry > manager at this stage - you need to > use a "resizeStack" handler and code > it yourself. > > Interestingly the following geometry > seems to w

Re: How to "Dial" Using Rev ?

2010-05-22 Thread Alejandro Tejada
- function by Sjoerd Op 't Land open file modem: for write write "ATDT" && dNumber && return to file modem: end dial dNumber As I don't want to close the modem immediately after dialing, I put the last handler in a button: on mouseUp close file modem: en

Who is the author of codes.widged?

2010-05-21 Thread Alejandro Tejada
Hi all, Who is the author of the website: http://codes.widged.com ??? Read this: http://codes.widged.com/node?page=1 and this: http://codes.widged.com/node/6 The following affirmation reads wrong, at least in my personal experience: codes.widged wrote: "If you frequent their forums for a few mo

Re: Rev audio clips

2010-05-18 Thread Alejandro Tejada
Hi, Download these stacks and this audio clip: http://andregarzia.on-rev.com/alejandro/stacks/New_stacks_with_sample_au.zip This compressed file contains 3 files: 1 new stack, created and saved inmediatly without any change. (1k) 1 stack, created and inmediatly imported the audio clip "sample.au

Rev audio clips

2010-05-18 Thread Alejandro Tejada
Hi all, After learning about the binary string produced by compress(), i am curious to know if one of the professional audio experts in this platform have examined the converted audio clips that Rev uses internally, after importing an audio file. By trial and error, you could isolate the audio bi

Re: Compress function (additional information)

2010-05-17 Thread Alejandro Tejada
Hi Jerry, Many thanks for your compliment! :-) Could you correct this information and post in the Online Dictionary entry? To verify what i wrote, download this working example: http://andregarzia.on-rev.com/alejandro/stacks/export_vector_graphics_v04.zip This stack saves Runrev vector graphic

Compress function (additional information)

2010-05-17 Thread Alejandro Tejada
Hi all, Who could help me and post this information about Compress() function in Online Dictionary: http://docs.runrev.com/Function/compress You corrections and additions are welcome! :-) Thanks in advance! Alejandro -

Looking for stack with Runrev Controls Test Suite

2010-05-16 Thread Alejandro Tejada
Hi all, I am looking for one or many stacks that demostrate the different configurations or/and effects that users could produce or create with different control types available in this platform. Check, for example, from a SVG compatible browser like Opera, Safari or Google Chrome the SVG test s

Re: That nice XML exporter for stacks...

2010-05-16 Thread Alejandro Tejada
Hi Andre, Will you update Geoff Canyon's stack? If so, please post a link to download this updated version. Recent versions of Rev added many new properties to objects. Thanks in advance! Alejandro -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/That-nice-XML-

Re: OT: Adobe's New Anti Apple Ads

2010-05-16 Thread Alejandro Tejada
Actually, i hope that this feud between Apple and Adobe could bring more attention from Adobe to Linux and Mobile Platforms. If this is the final result of all this discussion, then everybody should said "Thanks Steve!" :D -- View this message in context: http://runtime-revolution.278305.n4.na

Re: Getting an Audio Plugin Created ( was RE: [audio] Call for an updated enhanced quicktime audio library ora small audio complementary library!)

2010-05-16 Thread Alejandro Tejada
Hi all, Lynn Fredricks-2 wrote: > > We have engineers that could create audio externals. It's the sort of > thing > though we don't have immediate need for internally though. We could do > something using a platform like kickstarter to do it. The question would > be, > what features and how muc

Re: Check out Jerry's new videos -- ALICE port

2010-05-11 Thread Alejandro Tejada
The Programming Teaching tool named Alice (java based) is different than Alice, the chatbot: http://en.wikipedia.org/wiki/AIML http://aitools.org/Free_AIML_sets http://alicebot.blogspot.com/ Alejandro -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Check-out-Je

Re: Check out Jerry's new videos -- REV to ObjC -> iPhone

2010-05-09 Thread Alejandro Tejada
Hi Chipp, Chipp Walters-2 wrote: > > I'm beginning to think there is something wrong with your brain. Have you > not bothered listening to anything that has been said here or on the web? > [snip] > Actually, the jokes on me. You are clearly a troll. Not interested in any > sort of logical disc

[OT] Connect the dots...

2010-05-09 Thread Alejandro Tejada
Hi all, Please, read this recent news: http://www.crunchgear.com/2010/05/07/apple-is-now-nintendos-biggest-problem/ Now, refresh your memory with Sony's president presentation in MacWorld 2005: http://www.hardwarezone.com.au/reviews/view.php?cid=47&id=1380&pg=2 http://www.engadget.com/2005/01/11

Re: Selected object "boxes"

2010-05-07 Thread Alejandro Tejada
Hi Josep, Look at this Revlet from your browser, but first, read the instructions included in the card: http://www.capellan2000.000space.com/test02.html Download this stack to explore the source code: http://andregarzia.on-rev.com/alejandro/stacks/newPentoolScript_v02.zip Visit this page to dow

Re: In vitro

2010-05-06 Thread Alejandro Tejada
Really nice drawing style! Scaling vector graphics in Rev is not as smooth, but it's possible. Look at this stack, that includes code to scale vector graphics: http://andregarzia.on-rev.com/alejandro/stacks/graphics_transformations_01.zip http://webspace.webring.com/people/qc/capellan/graphics_

Re: [OT, way way OT] Barney, HC, and the glory days

2010-05-02 Thread Alejandro Tejada
I just keep wondering if early ideas of some of those kids, later in life, materialized like: http://www.southparkstudios.com/ http://htf.atom.com/ Still today, there are hundreds of stacks archived in Umich: http://www.umich.edu/~archive/mac/hypercard/ Computer users have multiplied by 1000% si

Re: Apples actual response to the Flash issue

2010-05-02 Thread Alejandro Tejada
Actually, Randall answer to Ian Wood makes perfect sense. I would like to see this message written in billboards in every road of USA: "Should we just keep dancing on titanic's deck? Is stupidity the new brilliant?" If computers ever adquire the kind of intelligence that Randall would like them

RE: logistic example of Runrev Revolution?

2010-05-01 Thread Alejandro Tejada
Hi Shani, Shani-2 wrote: > > Hi, thanks for your reply. > You are welcome! :-) Shani-2 wrote: > > I am talking about trucks, fields, plants. > Simulation. Trucks bids to the field or plant and go for loading, etc. > A simulation like Harvest Moon or FarmVille? No, i have not seen anyth

Re: Webinar Client (like Dim-Dim) | ITunes Alternative (like Song Bird)

2010-05-01 Thread Alejandro Tejada
Hi Scott, Scott Rossi wrote: > > I've built many music and video players over the years with RunRev. > The one major limitation you will find is that media support will be > limited to > those media that are supported by Apple's QuickTime (and QT must be > installed on the user's system). > [s

RE: logistic example of Runrev Revolution?

2010-04-30 Thread Alejandro Tejada
on Fri, 30 Apr 2010 20:42:40 +0200 "Shani" wrote: > Is there is any Agriculture logistic example of Runrev Revolution? Hi Shani, I have made many works for the main agricultural university in the place where i live. If you explain me what is an Agricultural logistic example, i could ask them ne

RE: [OT] GameOver Mr. Jobs

2010-04-28 Thread Alejandro Tejada
Story has a way to repeat itself. Once upon a time I used a Mac for work and leisure. I read MacWorld, MacUser and MacAddict and for sure learned to love the company and the philosophy that create the "Mac way". But then, the inconformity of Mac culture drive itself to endless comparations of it

Re: OT: sane detailed TechCrunch article (HTML5, Flash)

2010-04-28 Thread Alejandro Tejada
Since Flash appeared in scene, i knew that it was prone to abuse by greedy web developers. Still today, you could see some webpages that display 5 or more flash files running at the same time. Each one of these files wants whole network bandwidth, whole processor attention and all memory they can

RE: Problem in Multi line string (via Socket)

2010-04-26 Thread Alejandro Tejada
Hi Shani, What is the content of variables mSocket and tSocket while you run the script? Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Problem-in-Multi-line-string-via-Socket-tp2064665p2066229.html Sent from the Revolution - User mailing list archive at Nab

Re: Richmond goes data-mining (a.k.a. shovelling through the sh..)

2010-04-26 Thread Alejandro Tejada
Hi Jacque, J. Landman Gay wrote: > > > Did you also remove all the commands that are OS-specific and don't > apply to Linux? > > Jacqueline Landman Gay > Richmond do not remove Mac and Windows specific commands like: dontUseQT (and everything Quicktime related) menubar (MacOs specific) app

Re: Record Audio in Rev on Linux OS?

2010-04-19 Thread Alejandro Tejada
On Mon Apr 19 15:45:13 CDT 2010 Peter Alcibiades wrote: > Dunno about Rev directly, but you can go out to shell, and then use the Linux > command line tools. The easiest gui recording tool is krecord, but there > are lots of non-gui ones. Use zenity to get a gui for them. Then when > you've cap

Re: Scrolling in image

2010-04-19 Thread Alejandro Tejada
On Mon, Apr 19, 2010 Trevor DeVore wrote: > There is a lesson on this at lessons.runrev.com that might be helpful. > How do I scroll a card that is taller or wider than the window? > http://lessons.runrev.com/buckets/784/lessons/11788 In this lesson, imported image has a dimension of 1171 x 795.

Re: Punching holes in a graphic

2010-04-19 Thread Alejandro Tejada
Apr 2010 Bernd Niggemann wrote: > Hi Alejandro, > thank you for the kind words. > Alejandro Tejada wrote: > By the way, i really liked the Water Tank > that you published in this message: > http://mail.runrev.com/pipermail/use-revolution/2010-March/137089.html > glad you li

Re: Punching holes in a graphic

2010-04-18 Thread Alejandro Tejada
Hi Bernd, This handler works great! :D Effectively, both Rounded rectangles stay together, no matter how fast i move the mouse. By the way, i really liked the Water Tank that you published in this message: http://mail.runrev.com/pipermail/use-revolution/2010-March/137089.html Many thanks for s

Re: Punching holes in a graphic

2010-04-18 Thread Alejandro Tejada
Hi Geoff, Probably, changing ink effects or blendlevel to show rectangles overlapping areas, could work in this case. Actually, i tested the idea with two ungrouped rectangles on different layers moving via a mousemove handler. When i move the mouse too fast, one of the rectangles gets behind an

  1   2   3   4   5   6   7   >