Re: specialFolderPath

2010-04-14 Thread Klaus on-rev
Hi Charles, > Thanks Devin and Mark, > > Your suggestions solved my problem. But I do have one question: if I do use > slash will this also work on Windows? Do I need to specify a back slash for > Windows? Rev uses always the SLASH / as a path delimiter internaylly on ALL platforms! You only nee

Rev multiline String read and write

2010-04-14 Thread Shani
HI, Like via socket write "20" to socket tSocket and read from socket tSocket until return . Can I write multi line string in the following way, Mean if I use x axis and y axis in java and connect through Socket. write "20" to socket tSocket --xa=20 in java write "233" t

Object Speed ?

2010-04-14 Thread Shani
HO can i change the speed of different objects. move graphic xyz from the loc of grc xyz to the loc of grc ("xz") in 2 seconds. When I apply this command this wait for 2 second then go toward the goal, but I need it like when I have 4 objects and four different goal. It goes toward g

Re: Object Speed ?

2010-04-14 Thread Klaus on-rev
Hi Shani, > HO can i change the speed of different objects. > > move graphic xyz from the loc of grc xyz to the loc of grc ("xz") in 2 > seconds. > > > > When I apply this command this wait for 2 second then go toward the goal, > but I need it like when I have 4 objects and four different goa

RE: Object Speed ?

2010-04-14 Thread Shani
HI, Thanks It works same as i mention before. http://www.4shared.com/file/iyM6-FY7/test.html Example:- like consider that I have two object (car) they both start same time. One is moving on speed 75km/h and other is on 120 km/h, the car which is on 120 km/h reach before and other one reach lat

Re: Object Speed ?

2010-04-14 Thread Klaus on-rev
Hi Shani, > HI, > Thanks > > It works same as i mention before. > http://www.4shared.com/file/iyM6-FY7/test.html > > > Example:- > like consider that I have two object (car) they both start same time. One is > moving on speed 75km/h and other is on 120 km/h, the car which is on 120 > km/h rea

RE: Object Speed ?

2010-04-14 Thread Shani
Thanks Its done It is working now. Bundle of thanks Regards, SHANI -Original Message- From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-boun...@lists.runrev.com] On Behalf Of Klaus on-rev Sent: Wednesday, April 14, 2010 11:05 AM To: How to use Revolution Subject:

Display the message ?

2010-04-14 Thread Shani
When one object reach the other object (goal) How can I display comments that reach the goal. move graphic XYZ from the loc of grc XYZ to the loc of grc ("ABC") in 2 seconds without waiting --corrected by Klaus Display "Reached on Goal" Regars, SHANI _

Re: Display the message ?

2010-04-14 Thread Klaus on-rev
Hi Shani, > When one object reach the other object (goal) > How can I display comments that reach the goal. > move graphic XYZ from the loc of grc XYZ to the loc of grc ("ABC") in > 2 seconds without waiting > > --corrected by Klaus my pleasure :-) > Display "Reached on Goal" answer "R

RE: Display the message ?

2010-04-14 Thread Shani
HI, Thanks Using answer "Reached the goal" Display message before the object reached to the goal. I want to do this, when object reached on Goal then it display the message. Regards, SHANI -Original Message- From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-boun...

Re: Display the message ?

2010-04-14 Thread Klaus on-rev
Hi Shani, > HI, > > Thanks > Using answer "Reached the goal" > > Display message before the object reached to the goal. > I want to do this, when object reached on Goal then it display the message. check the "movestopped" message in the dictionary! Put this into the card script: on movestopp

Re: How do I use substrings in regular expressions?

2010-04-14 Thread Michael Kann
Terry, Here's a somewhat generic script to find any HTML element by its ID and make the replacements you need. It doesn't use regex. I apologize. on mouseUp put "ID4" into chosen_id put "ID=" into id_part_uno put quote&chosen_id"e into i

Re: Replace command

2010-04-14 Thread David Coker
Howdy folks! This is just to follow up with a gigantic THANK YOU! to all who have replied to my message... After 2-3 days now of working with the wordOffset function and a lot of head scratching to figure out how to implement it into my code properly, I finally found the perfect combination this m

Re: How do I use substrings in regular expressions?

2010-04-14 Thread Richard Gaskin
Michael Kann wrote: > Here's a somewhat generic script to find any HTML element by its ID > and make the replacements you need. It doesn't use regex. I apologize. No need to apologize. RegEx is convenient, but it's able to offer that convenience usually at the price of performance. It almost a

OT: Microsoft is really annoying!

2010-04-14 Thread Wilhelm Sanke
Since this morning - after 2 automatic updates on my WindowsXP PC, which took place when I shut my computer down after the first session - I am constantly being pestered by the Microsoft Internet Explorer popping up when I connect to the net. When I close the Explorer with the dialog "Internet

Re: OT: Microsoft is really annoying!

2010-04-14 Thread Neal Campbell
Obviously you have: 1. Automatic updates which is not a great idea, the most I recommend is Download and notify. 2. It probably installed IE8 in the update which has, by default, check whether its the default browser everytime it starts up. You can go into the options and turn this check off. 73

Re: OT: Microsoft is really annoying!

2010-04-14 Thread Jeff Massung
So, I'm a Mac user, and I very often debate as to whether or not I want to deal with these sorts of Windows issues over the Mac ones (yes, we Mac users also have "issues" ;-)). As for your issue, I think you can just go into the Internet Explorer options and under advanced (iirc) is an option for

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread Malte Pfaff-Brill
And just after I wrote the mail, my wife went into labour. I must have felt it in the office. Anyhow... Thanks for the kind words everyone! And please welcome the next revolutionary, Hannes Leander Pfaff. :-) All the best, Malte___ use-revolution ma

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread Mike Brown
Congratulations! Mike Brown Cyber-NY Interactive 212-475-2721 Ext. 306 www.cyber-ny.com m...@cyber-ny.com Follow Us On Twitter http://www.twitter.com/cyberny On Apr 14, 2010, at 11:38 AM, Malte Pfaff-Brill wrote: > And just after I wrote the mail, my wife went into labour. I must have > fe

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread Devin Asay
Congratulations, Malte! Hope wife and baby son are doing well. Regards, Devin On Apr 14, 2010, at 9:38 AM, Malte Pfaff-Brill wrote: > And just after I wrote the mail, my wife went into labour. I must have > felt it in the office. Anyhow... Thanks for the kind words everyone! > > And please

Re: OT: Microsoft is really annoying!

2010-04-14 Thread Wilhelm Sanke
I had just written: Since this morning - after 2 automatic updates on my WindowsXP PC, which took place when I shut my computer down after the first session - I am constantly being pestered by the Microsoft Internet Explorer popping up when I connect to the net. When I close the Explorer with

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread Richmond Mathewson
On 14/04/2010 18:38, Malte Pfaff-Brill wrote: And just after I wrote the mail, my wife went into labour. I must have felt it in the office. Anyhow... Thanks for the kind words everyone! And please welcome the next revolutionary, Hannes Leander Pfaff. :-) All the best, Bravo; a Leander rat

Re: OT: Microsoft is really annoying!

2010-04-14 Thread Michael Kann
The free program "Adaware" from lavasoft.com might help. I've used it to clean out malware. --- On Wed, 4/14/10, Wilhelm Sanke wrote: > From: Wilhelm Sanke > Subject: Re: OT: Microsoft is really annoying! > To: "RunRev Ltd" > Date: Wednesday, April 14, 2010, 11:09 AM > I had just written: >

Re: Stopping Handlers

2010-04-14 Thread J. Landman Gay
Andrew Kluthe wrote: I have a moveStack handler that triggers sometimes accidentally before all of my windows open and causes it to error out and not finish opening what is needed for the application. Can I use lock messages in my preOpenStack to keep the moveStack from being handled, or am I mi

Re: OT: Microsoft is really annoying!

2010-04-14 Thread Wilhelm Sanke
Thanks for the various hints! As browsers on Windows I use "Firefox" and "SeaMonkey", the open-source successor of Netscape, the latter on recommendation of our "Information Science" department. SeaMonkey, like the older Netscape, preserves the unity of web browsing and mail services. Regard

Re: specialFolderPath

2010-04-14 Thread J. Landman Gay
Klaus on-rev wrote: Rev uses always the SLASH / as a path delimiter internaylly on ALL platforms! You only need to use the backslash if you use a pathname inside of a SHELL command on windows. Which brings up an interface question. My app lets users choose a folder and then displays the fold

Re: specialFolderPath

2010-04-14 Thread Devin Asay
On Apr 14, 2010, at 11:12 AM, J. Landman Gay wrote: > Klaus on-rev wrote: > >> Rev uses always the SLASH / as a path delimiter internaylly on ALL platforms! >> You only need to use the backslash if you use a pathname inside of a SHELL >> command on windows. > > Which brings up an interface que

Re: specialFolderPath

2010-04-14 Thread J. Landman Gay
Devin Asay wrote: On Apr 14, 2010, at 11:12 AM, J. Landman Gay wrote: Klaus on-rev wrote: Rev uses always the SLASH / as a path delimiter internaylly on ALL platforms! You only need to use the backslash if you use a pathname inside of a SHELL command on windows. Which brings up an interface

OT: MacPro is playing up - any tips?

2010-04-14 Thread David Bovill
Today my MacPro suddenly decided to freeze - with pretty green stipes and pink squares all over the screen. Restarting only worked after resetting PRAM and rebooting in Single User Mode. It's been a very long time since I've had a problem with an OSX machine - so I am wandering if there are any dia

Re: OT: MacPro is playing up - any tips?

2010-04-14 Thread Neal Campbell
I had almost the exact same thing a year ago and ultimately it would not boot at all (no chime, nothing). From what I understand, if it doesn't chime, it didn't pass the POST routine on the motherboard. You are right on, it turned out that the graphics card had burned out. I took it as an opportun

Re: OT: MacPro is playing up - any tips?

2010-04-14 Thread David Bovill
Thanks Neal - any way to test it is the graphics card without going out and buying another one - I don't have any spare cards to hand? The machine and graphics card is just over a of year old - so I guess I'll just have to go out and buy a new card, it was a farily expensive NVidia effort hmmm

Re: OT: MacPro is playing up - any tips?

2010-04-14 Thread Bob Sneidar
Hi Dave. If you take it to Apple and complain that the video card died just over a year they may take care of you. Sometimes they have extended warranty programs that you wouldn't know about unless you go ask. If you got the Applecare Protection Plan then it is still under warranty and you sho

Re: OT: MacPro is playing up - any tips?

2010-04-14 Thread David Bovill
Thanks Bob - will give it a go! On 14 April 2010 19:38, Bob Sneidar wrote: > Hi Dave. > > If you take it to Apple and complain that the video card died just over a > year they may take care of you. Sometimes they have extended warranty > programs that you wouldn't know about unless you go ask.

Re: OT: MacPro is playing up - any tips?

2010-04-14 Thread Neal Campbell
Take the card with you, they might be able to test it for you! 73 Neal On Wednesday, April 14, 2010, David Bovill wrote: > Thanks Bob - will give it a go! > > > On 14 April 2010 19:38, Bob Sneidar wrote: > >> Hi Dave. >> >> If you take it to Apple and complain that the video card died just over

specialfolderpath("preferences") on windows

2010-04-14 Thread David Glasgow
Hello folks, I wrote script to save a text file to specialFolderPath("Preferences") and then reference it on subsequent startups. I had planned to write an alternative bit of script for Windows using specialFolderPath(26), but hadn't quite got round to it. I am using Rev Studio on Mac, so I

Re: How do I use substrings in regular expressions?

2010-04-14 Thread Terry Vogelaar
Hi Michael, I agree with Richard and want to thank you for the script. I don't really demand a regex; I just need to replace the SWF reference with the appropriate JPG. I used a regex because I often use GREP in BBEdit. But apparently the implementation in runrev is a bit different. It should

Re: How to generate a runnable Mac standalone from Windows

2010-04-14 Thread Douglas
Hi Kay, I agree with some of your comments, but in Richard's case it is irrelevant, as he specifically wants his installer to install both flavours to the same destination - such as a USB flash drive Unfortunately most USB drives are formatted in FAT or FAT32 - can these file systems even recog

RE: specialfolderpath("preferences") on windows

2010-04-14 Thread Paul D. DeRocco
> From: David Glasgow > > I wrote script to save a text file to > specialFolderPath("Preferences") and then reference it on > subsequent startups. I had planned to write an alternative bit > of script for Windows using specialFolderPath(26), but hadn't > quite got round to it. > > I am using Rev

Re: OT: Microsoft is really annoying!

2010-04-14 Thread Andrew Kluthe
Sounds like you got some hijacks or some other kind of malware. Look it over with Malware Bytes Anti-Malware. I haven't used "Adaware" in quite a few years, but it might give you some solutions as well. -- View this message in context: http://n4.nabble.com/OT-Microsoft-is-really-annoying-tp1

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread Thomas McGrath III
AWESOME.. Congratulations and welcome to Hannes Leander Pfaff Tom McGrath III Lazy River Software http://lazyriver.on-rev.com 3mcgr...@comcast.net I Can Speak - Communication for the rest of us... http://mypad.lazyriver.on-rev.com I Can Speak on the iPad Store http://itunes.apple.com/

[OT] iPads delayed internationally

2010-04-14 Thread Sarah Reichelt
If all you Americans who bought iPads could please return them ASAP, then maybe Steve would change his mind and I could get mine sooner. Thanks, Sarah ___ use-revolution mailing list use-rev

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread stephen barncard
Thomas.. is your iPad app made with rev? sqb On 14 April 2010 14:21, Thomas McGrath III wrote: > AWESOME.. Congratulations and welcome to Hannes Leander Pfaff > > > Tom McGrath III > Lazy River Software > http://lazyriver.on-rev.com > 3mcgr...@comcast.net > > I Can Speak - Communicat

Re: [OT] iPads delayed internationally

2010-04-14 Thread J. Landman Gay
Sarah Reichelt wrote: If all you Americans who bought iPads could please return them ASAP, then maybe Steve would change his mind and I could get mine sooner. And then will you send me any extras you get? -- Jacqueline Landman Gay

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread Andre Garzia
it can't be made with rev or it would not be accepted into the app store... it must be objc On Wed, Apr 14, 2010 at 8:11 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > Thomas.. is your iPad app made with rev? > > > sqb > > On 14 April 2010 14:21, Thomas McGrath III wrote: > > >

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread stephen barncard
I was hoping for a test case. On 14 April 2010 16:20, Andre Garzia wrote: > it can't be made with rev or it would not be accepted into the app store... > it must be objc > > On Wed, Apr 14, 2010 at 8:11 PM, stephen barncard < > stephenrevoluti...@barncard.com> wrote: > > > Thomas.. is your iPad

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread Tereza Snyder
On Apr 14, 2010, at 10:38 AM, Malte Pfaff-Brill wrote: > And just after I wrote the mail, my wife went into labour. I must have > felt it in the office. Anyhow... Thanks for the kind words everyone! > > And please welcome the next revolutionary, Hannes Leander Pfaff. :-) Welcome Hannes! Co

Re: [slightly OT] Off for a couple of days

2010-04-14 Thread Thomas McGrath III
My iPad app was designed in RunRev (as are most of my ideas) and then built in ObjC in xCode with xib files done in Interface Builder. The XML/PLIST creator and editor for all of the pList files was built in RunRev as well. The logic is pretty much the same but the syntax of course is very diffe

revMail in Windows

2010-04-14 Thread Sarah Reichelt
Hi All, I have just realised that under Windows, revMail will not send emails over a certain size. The limit seems to vary depending on the number of lines as well as the number of characters, but it seems that you cannot rely on revMail to create an email with more than 1000 characters. Any when

Re: revMail in Windows

2010-04-14 Thread Mark Wieder
Sarah- Well, that *is* depressing. I just tried out a test stack and out of 29000 chars in a text variable, 247 of them were put into the body of an email using rev 4.0. -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revol

Re: [OT] iPads delayed internationally

2010-04-14 Thread Richmond Mathewson
On 15/04/2010 02:17, J. Landman Gay wrote: Sarah Reichelt wrote: If all you Americans who bought iPads could please return them ASAP, then maybe Steve would change his mind and I could get mine sooner. And then will you send me a

Re: [OT] iPads delayed internationally

2010-04-14 Thread J. Landman Gay
Richmond Mathewson wrote: On 15/04/2010 02:17, J. Landman Gay wrote: Sarah Reichelt wrote: If all you Americans who bought iPads could please return them ASAP, then maybe Steve would change his mind and I could get mine sooner.