RE: Message Box useage from scripts

2004-07-25 Thread MisterX
actually it's easier than that... put the time -- no need to put into msg but you can... put the date after msg put empty -- clear msg Im coming up with a stack soon that will let you record and save and reuse the msg history... cheers Xavier > -Original Message- > From: [EMAIL PRO

Re: Public ip address

2004-07-25 Thread Sarah Reichelt
We have to maintain a radio stations network running our automation software,MacBroadcast*, via Timbuktu. To take the control of a distant computer, PC or Macintosh, we have to know the public IP address to connect to that computer and do our job. Since the IP address provided by the ISP is not

Re: Message Box useage from scripts

2004-07-25 Thread Jeanne A. E. DeVoto
At 10:38 AM -0700 7/25/2004, Jim Ault wrote: How do I set the command line in the message box? None of the documentation or examples I have read covers this. (I have read Receipe for Find field). I am an old Hypercard programmer. [...] Is there a message box property to set? Is there a message to

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Wouter
• From: Mark Brownell • Subject: Re: anyone here got a function to find is a string is base64 encoded? • Date: Sun, 25 Jul 2004 18:02:48 -0700 -- snip I use base64 for making text and binary data websafe. Knowing what my file format is makes it easy by file types and file extensions. Thi

Re: why I needed this (was Re: anyone here got a function to find is a string is base64 encoded?)

2004-07-25 Thread Dar Scott
On Jul 25, 2004, at 6:56 PM, Andre Garzia wrote: thats on the client side, like you are the one making the request. You call the xmlrpcRequest function with an arbitrary numbers of parameters. They will all be probed and an XML-RPC Method Request XML will be assembled. Integers will be put insid

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Mark Brownell
On Sunday, July 25, 2004, at 05:45 PM, Wouter wrote: Hi Mark, That's right. But checking if each char i of the string is in "abcdefghijklmnopqrstuvwxyz1234567890+/=" will take care of spaces. I hope or am I wrong? Wouter I use base64 for making text and binary data websafe. Knowing what my file

why I needed this (was Re: anyone here got a function to find is a string is base64 encoded?)

2004-07-25 Thread Andre Garzia
On Jul 25, 2004, at 9:36 PM, Dar Scott wrote: Is this safe? Dar Dar, thats on the client side, like you are the one making the request. You call the xmlrpcRequest function with an arbitrary numbers of parameters. They will all be probed and an XML-RPC Method Request XML will be assembled. Intege

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Wouter
• From: Dar Scott • Subject: Re: anyone here got a function to find is a string is base64 encoded? • Date: Sun, 25 Jul 2004 17:36:17 -0700 On Jul 25, 2004, at 3:05 PM, Andre Garzia wrote: thank you very much for all your replies! Noew thanks to this function, we can probe a string to se

Re: Cancel socketTimeout?

2004-07-25 Thread Troy Rollins
The engine keeps closing valid connections on me! Now that is weird. My guess is that you have something like - on socketTimeOut socketID close socket socketID end socketTimeOut Don't do that. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net ___

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Wouter
• From: Mark Brownell • Subject: Re: anyone here got a function to find is a string is base64 encoded? • Date: Sun, 25 Jul 2004 17:22:26 -0700 -- snip if i is not in "abcdefghijklmnopqrstuvwxyz1234567890+/=" then return false May be there are other legal characters to test for, please

Re: Rev player

2004-07-25 Thread Richard Gaskin
Wouter wrote: Some other annoyances of the player (and why better not use it in this version): It hogs the cpu-time enormously on its own. Waving between 32 - 50 percent. And is slowing down the execution of other handlers containing "wait with messages" or something alike. Sounds like a bug.

Re: Rev player

2004-07-25 Thread Wouter
•From: Richard Gaskin • Subject: Re: Rev player • Date: Sun, 25 Jul 2004 16:11:16 -0700 Wilhelm Sanke wrote: On Sun, 25 Jul 2004 [EMAIL PROTECTED] wrote: Did as you suggested and the player would not save the changes. How come? jack and Troy Rollin

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Dar Scott
On Jul 25, 2004, at 3:05 PM, Andre Garzia wrote: thank you very much for all your replies! Noew thanks to this function, we can probe a string to see if it is Base64 encoded and add it as a item in the XML-RPC Lib! Is this safe? Dar ___ use-revolution

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Mark Brownell
On Sunday, July 25, 2004, at 04:55 PM, Wouter wrote: Just tested on some large base64Encoded imagedata in the raw source of a mail a "+" should be added to the reference string: if i is not in "abcdefghijklmnopqrstuvwxyz1234567890/=" then return false should become if i is not in "ab

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Wouter
• From: Mark Brownell • Subject: Re: anyone here got a function to find is a string is base64 encoded? • Date: Sun, 25 Jul 2004 14:37:15 -0700 On Sunday, July 25, 2004, at 01:19 PM, Wouter wrote: Sorry, Greetings, WA Wouter gets himself... grin! Mark :-)) Some addition. Just tested on so

Developer tools

2004-07-25 Thread Alejandro Tejada
Hi Developers, Some months ago, i made a stack to rename files, but now, when i need it, i do not find it. :-(( This happens because i do not uploaded it inmediatly to my website, where it's available from any computer. Lesson learned. Now, I'm needing some very common development tools: a stac

[ANN] vector to pdf

2004-07-25 Thread Alejandro Tejada
Hi Developers, Download the stack "vector2pdf": _http://www.geocities.com/capellan2000/vector2pdf.zip_ This shows a handler to export vector graphics as pdf. When Acrobat Reader 5 opens the file, it still shows the message "Rebuilding refer

Re: Rev player

2004-07-25 Thread Richard Gaskin
Wilhelm Sanke wrote: On Sun, 25 Jul 2004 [EMAIL PROTECTED] wrote: Did as you suggested and the player would not save the changes. How come? jack and Troy Rollins <[EMAIL PROTECTED]> wrote: It could be the player is configured for maximum security (whatever that is called in Rev.) It is supposed to

Re: Rev player

2004-07-25 Thread Wilhelm Sanke
On Sun, 25 Jul 2004 [EMAIL PROTECTED] wrote: Did as you suggested and the player would not save the changes. How come? jack and Troy Rollins <[EMAIL PROTECTED]> wrote: It could be the player is configured for maximum security (whatever that is called in Rev.) It is supposed to act something akin t

Re: Cancel socketTimeout?

2004-07-25 Thread Dar Scott
On Jul 25, 2004, at 2:42 PM, John Rule wrote: Is there any way to cancel a socketTimeout? I think you can cancel the message. The info you need is in pendingMessages. However, this may not do what you want. I keep getting (in my opinion) invalid socketTimeout error messages. Can I make the engi

Re: Public ip address

2004-07-25 Thread Brian Yennie
If what you really like is the functionality of www.whatismyip.com, you might consider just hosting your own CGI script somewhere. It could literally be a one-liner... pretty much any server-side scripting language (including xTalk) can check an environment variable or call a function to return

Re: ftp dates

2004-07-25 Thread Alex Tweedly
At 23:45 25/07/2004 +0200, Ton Cardona wrote: I would like to compare the modification date of a binary file on an ftp server with that of a corresponding binary file in a folder on the hard disk. The purpose is to download files of the ftp server ony when their modification date date is older t

Re: Cancel socketTimeout?

2004-07-25 Thread Björnke von Gierke
You can set the sockettimeoutinterval to a bigger value, or just ignore the message. The timeout message does not close the socket, it just gets repeatedly send when a write or read has not finished. On Jul 25 2004, at 22:42, John Rule wrote: Is there any way to cancel a socketTimeout? I keep ge

Re: Rev player

2004-07-25 Thread Revinfo1155
Ken, I hope your right but I built a test stack with a button scripted to save on mouseUp and it didn't work. I agree with you-A rev player that won't allow updating and saving of data won't help me much. Can someone else run some tests. Maybe I'm overlooking something. jack In a message

Re: Acrobat is much more than a browser plug in

2004-07-25 Thread Pierre Sahores
Le 25 juil. 04, à 12:41, Klaus Major a écrit : Hi Troy, ... If you have any interest in this, please send a quick message to the list saying so. A brief gauge of the interest level could help inspire RunRev and the external developers, to get this technology into our hands quickly. Sounds like

Re: Message Box useage from scripts

2004-07-25 Thread Dar Scott
On Jul 25, 2004, at 11:38 AM, Jim Ault wrote: Desired behavior 1) The goal is to allow control-click of a word in a unlocked field to be put into the message box as 'find "textStr', thus the user can simply hit the enterkey to continue to find occurrences. Perhaps you can make your own to work

[no subject]

2004-07-25 Thread Ton Cardona
I would like to compare the modification date of a binary file on an ftp server with that of a corresponding binary file in a folder on the hard disk. The purpose is to download files of the ftp server ony when their modification date date is older than those of the files in the hard disk I g

Re: Rev player

2004-07-25 Thread Ken Norris (dialup)
Hi Troy, Stephen, Klaus, et al, > Date: Sun, 25 Jul 2004 15:32:18 -0400 > From: Troy Rollins <[EMAIL PROTECTED]> > Subject: Re: Rev player > > > On Jul 25, 2004, at 3:19 PM, [EMAIL PROTECTED] wrote: > >> Did as you suggested and the player would not save the changes. How >> come? > > It could

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Mark Brownell
On Sunday, July 25, 2004, at 01:19 PM, Wouter wrote: Sorry, Greetings, WA Wouter gets himself... grin! Mark ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Mark Brownell
On Sunday, July 25, 2004, at 12:14 PM, Wouter wrote: But if false it still could be a base64Encodeded string. And if true it could still be a 1 word unencoded string. But hey this is a quick starter. Greetings, WA Wouter gets me again. Thanks Wouter. I'm sure glad I don't need this testing. Mark _

Re: Public ip address

2004-07-25 Thread Mark Wieder
Roger- Sunday, July 25, 2004, 12:15:37 PM, you wrote: Would the Internet Locator function of Timbuktu help you out here? That's what it's designed for. -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Wouter
• From: Andre Garzia • Subject: Re: anyone here got a function to find is a string is base64 encoded? • Date: Sun, 25 Jul 2004 14:05:55 -0700 Wouter and All, thank you very much for all your replies! Noew thanks to this function, we can probe a string to see if it is Base64 encoded and

Re: Rev Player - part of distribution of download?

2004-07-25 Thread J. Landman Gay
On 7/25/04 5:54 AM, Stephen King wrote: Hi All, Sorry if this is a question answered by the latest Rev Beta, but my subscriptioon has currently expired, so I probably can't evaluate the 2.5Beta. I understand that there are no standalones as such, but stacks play in the Rev player (presumably a diff

RE: Public ip address

2004-07-25 Thread Vikram Singh
put word 11 of url "http://whatismyip.com"; into fld 1 (or whaterver) does this work for you? vikram Roger Amar <[EMAIL PROTECTED]> wrote: Hello Alex, We have to maintain a radio stations network running our automation software,MacBroadcast*, via Timbuktu. To take the control of a distant com

Re: Send syntax again

2004-07-25 Thread Troy Rollins
On Jul 25, 2004, at 3:10 PM, K wrote: I was hoping I could use a array reference in a send to prevent wasting a enormous amount of memory. This would indeed be nice, but wraps back to needing to use a global array. In a sense, this is an extension of my overall issues with arrays in Rev. I'd li

Re: Rev player

2004-07-25 Thread Troy Rollins
On Jul 25, 2004, at 3:19 PM, [EMAIL PROTECTED] wrote: Did as you suggested and the player would not save the changes. How come? It could be the player is configured for maximum security (whatever that is called in Rev.) It is supposed to act something akin to the shockwave player, which prevents

Re: Rev player

2004-07-25 Thread Klaus Major
Hi Jack, Did as you suggested and the player would not save the changes. How come? AH, thanks for the info :-) That means that the player will start in "secureMode", as Kevin Miller wrote... See the docs for "secureMode", this prohibits ANY write action on the users hd! And it looks like it wo

Re: Rev player

2004-07-25 Thread Revinfo1155
Did as you suggested and the player would not save the changes. How come? jack ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

RE: Public ip address

2004-07-25 Thread Roger Amar
Hello Alex, We have to maintain a radio stations network running our automation software,MacBroadcast*, via Timbuktu. To take the control of a distant computer, PC or Macintosh, we have to know the public IP address to connect to that computer and do our job. Since the IP address provided by th

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Wouter
• From: Mark Brownell • Subject: Re: anyone here got a function to find is a string is base64 encoded? • Date: Sun, 25 Jul 2004 09:16:19 -0700 On Sunday, July 25, 2004, at 08:59 AM, [EMAIL PROTECTED] wrote: What about... try put base64decode(tStr) into tStr catch errnum return "" en

Re: Send syntax again

2004-07-25 Thread K
In this case I am using send and value() also for objects. However my objects serve as global components (in a manner of speaking). I create buttons that are independent threads of execution (using my create thread library I posted). These "threads" (using quotes since RR doesn't really thre

Re: Socket woes

2004-07-25 Thread Björnke von Gierke
Yes, this is definitely the problem... I just assume that it works for clients outside the LAN, and proceed with development. On Jul 25 2004, at 19:26, Dar Scott wrote: On Jul 25, 2004, at 4:54 AM, Björnke von Gierke wrote: Port I use: 1029 Router address: 192.168.1.1 respectively 81.6.14.88 Rout

Message Box useage from scripts

2004-07-25 Thread Jim Ault
Greetings, Revolution 2.2.1 on MacOSX How do I set the command line in the message box? None of the documentation or examples I have read covers this. (I have read Receipe for Find field). I am an old Hypercard programmer. Desired behavior 1) The goal is to allow control-click of a word in a unl

Re: Messages problem

2004-07-25 Thread Dar Scott
On Jul 25, 2004, at 9:23 AM, Jim Hurley wrote: Turns out, however, that it was easier, as you both suggested, to put a mouseDown handler in the card script and let RunRev do all the message handling. I used a card button to set a custom property for the card. In the card script it was then a si

Re: Socket woes

2004-07-25 Thread Dar Scott
On Jul 25, 2004, at 4:54 AM, Björnke von Gierke wrote: Port I use: 1029 Router address: 192.168.1.1 respectively 81.6.14.88 Router Port redirection to 192.168.1.2 for 1029 enabled Client and server address: 192.168.1.2 You probably cannot see the port forwarding from inside. Put the client on a com

Re: Send syntax again

2004-07-25 Thread Dar Scott
On Jul 25, 2004, at 9:49 AM, K wrote: I assume that via "send"/"call" and value() one cannot pass a reference or a array. Is this correct? Is there another method for invoking a handler/function not in the messages path that can acomadate these data types? Use a global for an array. Put somet

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Mark Brownell
On Sunday, July 25, 2004, at 08:59 AM, [EMAIL PROTECTED] wrote: What about... try put base64decode(tStr) into tStr catch errnum return "" end try return tStr /H That's a good idea. What about this for a string test? Base64 is 72 characters per line. I suppose you could test for the number of

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread FlexibleLearning
What about... try put base64decode(tStr) into tStr catch errnum return "" end try return tStr /H ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Send syntax again

2004-07-25 Thread K
I assume that via "send"/"call" and value() one cannot pass a reference or a array. Is this correct? Is there another method for invoking a handler/function not in the messages path that can acomadate these data types? Kevin -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any

Re: Acrobat is much more than a browser plug in

2004-07-25 Thread sims
Hi Troy, ... If you have any interest in this, please send a quick message to the list saying so. A brief gauge of the interest level could help inspire RunRev and the external developers, to get this technology into our hands quickly. Sounds like a "musthave" :-) I want one, too! Yes. Me 2. Eu

Re: Messages problem

2004-07-25 Thread Jim Hurley
Thierry Arbellot wrote: The "something else" happens more than once when the click duration is longer than 10 millisec Try to put the "something else" in the mouseDown handler, it will be processed only once per click on mouseDown (do something else as well) -- Places a marker at the mouseLoc.

PDF plug-in with all functions

2004-07-25 Thread Bill
You are making me salivate. Especially being able to insert data in existing PDF (or created) forms that are part of a stack. And nothing could be as big a hog as Acrobat Pro. On 7/24/04 9:03 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > And all of that is a really good thing. AltBrowser

Re: anyone here got a function to find is a string is base64 encoded?

2004-07-25 Thread Mark Brownell
on 7/24/04 8:06 PM, Mark Brownell at [EMAIL PROTECTED] wrote: > on 7/24/04 12:21 PM, Andre Garzia at [EMAIL PROTECTED] wrote: > >> Hi Folks, >> >> I am trying to determine if a string is base64 encoded, I don't know in >> advance if it will be or not, but I need to find out so that I can >> deco

Re: any chatters?

2004-07-25 Thread James Cass
Maybe this "international Meeting Planner" would help clarify: http://www.timeanddate.com/worldclock/meeting.html Or we could all go by Swatch's Internet Time. Here's an Internet Time converter: http://www.computeruser.com/resources/internet_time/converter.html Cheers...James On Jul 25,

Re: any chatters?

2004-07-25 Thread Marian Petrides
I'm still a bit confused. According to GreenwichMeanTime. com EDT is (GMT - 4), so 7 PM GMT should be 3 PM EDT, which would be consistent with Richard's noon PDT. Is that correct? If so, I'll try my darndest to be here for the chat! M On Jul 24, 2004, at 5:09 PM, Judy Perry wrote: Is it? My

Socket woes

2004-07-25 Thread Björnke von Gierke
I am trying to make a chat application. For that I want to be able to open a socket and keep it open. this functions great on my local LAN. But I want it to work also from the internet. Because of that I have activated port forwarding on my router, and tried to contact him instead of the server

Rev Player - part of distribution of download?

2004-07-25 Thread Stephen King
Hi All, Sorry if this is a question answered by the latest Rev Beta, but my subscriptioon has currently expired, so I probably can't evaluate the 2.5Beta. I understand that there are no standalones as such, but stacks play in the Rev player (presumably a different one per platform?). Is this play

Re: Acrobat is much more than a browser plug in

2004-07-25 Thread Klaus Major
Hi Troy, ... If you have any interest in this, please send a quick message to the list saying so. A brief gauge of the interest level could help inspire RunRev and the external developers, to get this technology into our hands quickly. Sounds like a "musthave" :-) I want one, too! -- Troy RPSyst

Re: Rev player

2004-07-25 Thread Klaus Major
Hi Jack, Is it possible to open a stack with the new rev player2.5 and make changes to a field like add data etc. and save the changes? Why not check it by yourself? ;-) Create a stack with one editable field and a button with this script: on mouseup save this stack end mouseup Save it, drop it

[ANN] ColorConverter 2 Pro, updated

2004-07-25 Thread FlexibleLearning
ColorConverter 2 Pro has been updated. Download as a Revolution plug-in or Windows standAlone at ww.FlexibleLearning.com/xtalk If you use html and Revolution, this could be a useful companion for you... - Converts HTML and/or Revolution colors by Name, RGB, Hex, Blend to equivalent format

Re: Acrobat is much more than a browser plug in

2004-07-25 Thread rodney tamblyn
If you have any interest in this, please send a quick message to the list saying so. A brief gauge of the interest level could help inspire RunRev and the external developers, to get this technology into our hands quickly. I'm very interested. Rodney -- Rodney Tamblyn OceanBrowser Ltd 44 Melvil