Re: How do I script a telnet session

2010-04-30 Thread Mark Schonewille
Hi Bill, You can divert the telnet connection using ssh, in other words by tunnelling telnet. A little bit more info about it can be found at http://qurl.tk/9z (this isn't specifically about ssh but it works pretty much the same). It should be possible to create a tunnel by means of a Rev

ANN: CC File Converter

2010-04-30 Thread Mark Schonewille
Hello, Economy-x-Talk has released a new shareware utility: CC File Converter is a utility for Mac OS X 10.4 and later to change the colour profile and format of image files. For example, convert a PNG file in RGB mode into a TIFF file in CMYK mode. CC File Converter uses the same color

HyperNext

2010-04-30 Thread Richmond Mathewson
Yes; it's that time of year again when Richmond starts burbling on about potential pretenders to the RunRev crown . . . :) I have been following HyperNext for quite some time; and for most of that time it has been crap. But there are the beginnings of something stirring over there in County

Re: HyperNext

2010-04-30 Thread viktoras d.
Hi Richmond, you might also get interested in LabView: http://www.ni.com/labview/ :-), although their prices bite :-( Viktoras Richmond Mathewson wrote: Yes; it's that time of year again when Richmond starts burbling on about potential pretenders to the RunRev crown . . . :) I have been

need ditto zipping help

2010-04-30 Thread Tiemo Hollmann TB
Hello, still not very familiar with the Mac and its specialities I need some help with zipping with ditto. I have a locked file in my App bundle. After zipping and unzipping the whole bundle (in an update process) the locked file isn't locked anymore. The ditto parameters I am using for

Re: need ditto zipping help

2010-04-30 Thread Mark Schonewille
Hi Tiemo, Here's an AppleScript snippet that shows how to lock and unlock files. set myFile to choose file tell application Finder set the locked of myFile to not the locked of myFile return the locked of myFile end tell It is easy to adjust the script to always set the lock of

AW: need ditto zipping help

2010-04-30 Thread Tiemo Hollmann TB
Hi Mark, thank you for your advice. If I find a way how to preserve the locked attribute in my zip file I would not have to change my program (which is at my customers), but it is good to know to have a plan B Thanks Tiemo -Ursprüngliche Nachricht- Von:

Re: [Data Grid] Duplicate large amount of rows

2010-04-30 Thread Bob Sneidar
I would be careful with using arrays this way. I seem to recall in the command reference that combining an array will delete duplicate keys. As long as your keys are all unique you should be safe, but I would check the command reference for the join function you are using. I quote: Comments:

[ANN] Control tRev's Browser default action via Magic Menus

2010-04-30 Thread Jerry Daniels
Check out the new tRev preference that lets you alter the Browser's default action: http://reveditor.com/control-browsers-default-action-via-magic- men-0 Change the Object Browser's default button: - New preference allows the last Magic Menu choice to become the Browser default

FormattedText

2010-04-30 Thread DunbarX
There is a thread in the forums about the fact that if one types into a fld, but never types a space, the text will not wrap, irrespective of the dontWrap property. So even if dontWrap is false, at least one space is required IN EACH LINE that one types in order for Rev to wrap the screen

Re: Card cut off at bottom because of menu

2010-04-30 Thread charles61
Jacqueline, Could you share a script that you use in a preOpenStack handler for menus? Charles Szasz csz...@mac.com On Apr 29, 2010, at 11:21 AM, J. Landman Gay [via Runtime Revolution] wrote: charles61 wrote: After making the standalone, I tried Mac version of my app. I found that

Re: Card cut off at bottom because of menu

2010-04-30 Thread J. Landman Gay
charles61 wrote: Jacqueline, Could you share a script that you use in a preOpenStack handler for menus? It's pretty simple: on preOpenStack if the platform = MacOS then set the menubar of this stack to menugroupname set the defaultmenubar to menugroupname end if end preOpenStack If

Re: [Data Grid] Duplicate large amount of rows

2010-04-30 Thread zryip theSlug
2010/4/30 Bob Sneidar b...@twft.com: I would be careful with using arrays this way. I seem to recall in the command reference that combining an array will delete duplicate keys. As long as your keys are all unique you should be safe, but I would check the command reference for the join

Re: Card cut off at bottom because of menu

2010-04-30 Thread Devin Asay
On Apr 30, 2010, at 11:50 AM, J. Landman Gay wrote: There is one other approach that Chipp suggested a long time ago. I've never used it. Instead of the above, just determine the platform on preOpenStack and hide/show the menu group depending on platform. If it's Mac, you can assign the

Re: [ANN] Control tRev's Browser default action via Magic Menus

2010-04-30 Thread stephen barncard
unsolicited testimonial If any Rev user hasn't tried Jerry's fantastic product, he/she should. This isn't just a one-time purchase - it's a ticket to really convenient and intuitive scripting aids that transforms your workflow - lets you think, then code and compile with incredible speed. Jerry's

Re: HyperNext

2010-04-30 Thread stephen barncard
Does it use an Xtalk? sqb On 30 April 2010 02:01, viktoras d. vikto...@ekoinf.net wrote: Hi Richmond, you might also get interested in LabView: http://www.ni.com/labview/ :-), although their prices bite :-( Viktoras Richmond Mathewson wrote: Yes; it's that time of year again when

Re: FormattedText

2010-04-30 Thread J. Landman Gay
dunb...@aol.com wrote: There is a thread in the forums about the fact that if one types into a fld, but never types a space, the text will not wrap, irrespective of the dontWrap property. So even if dontWrap is false, at least one space is required IN EACH LINE that one types in order for

Re: FormattedText

2010-04-30 Thread DunbarX
Jacques. So you are saying that since Rev does not have correct wrap behavior, the formattedText cannot work. Odd that it does that, though. What makes spaces so special, that having one does give Rev the correct behavior? Craig In a message dated 4/30/10 2:18:00 PM, jac...@hyperactivesw.com

Re: Apples actual response to the Flash issue

2010-04-30 Thread Peter Alcibiades
Some very wise comments on this issue: http://arstechnica.com/apple/news/2010/04/pot-meet-kettle-a-response-to-steve-jobs-letter-on-flash.ars -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Apples-actual-response-to-the-Flash-issue-tp2075668p2077346.html Sent

Re: FormattedText

2010-04-30 Thread DunbarX
I guess I sort of see. The wrap (and formattedText) works with words, slicing the text off at the nearest whole word boundary. If a line has only one word, it just doesn't apply. Craig ___ use-revolution mailing list use-revolution@lists.runrev.com

FW: string Recieve

2010-04-30 Thread Shani
From: Shani [mailto:shani.run...@gmail.com] Sent: Friday, April 30, 2010 4:16 AM To: 'How to use Revolution' Subject: string Recieve I recive the string The Green ball reached Displayed on message box in rev. How can I use this to do next process on that result.

FW: Rev Chat Server Java Chat Client

2010-04-30 Thread Shani
From: Shani [mailto:shani.run...@gmail.com] Sent: Friday, April 30, 2010 2:51 AM To: 'How to use Revolution' Subject: Rev Chat Server Java Chat Client Hi all, From where i find these stack. Rev Chat Server Java Chat Client ___

RE: logistic example of Runrev Revolution?

2010-04-30 Thread Shani
From: Shani [mailto:shani.run...@gmail.com] Sent: Thursday, April 29, 2010 6:15 AM To: 'How to use Revolution' Subject: logistic example of Runrev Revolution? HI, Is there is any Agriculture logistic example of Runrev Revolution? ___

how to zip a bundle, keeping all locked attributes, was: need ditto zipping help

2010-04-30 Thread Tiemo Hollmann TB
Hello, I think I posted the wrong question to understand the problem. Is it a normal behavior on Mac, when zipping and unzipping a bundle that a containing file loses its locked attribute? Or does it depend on the zip tool or its parameters? Other way around, if it is a standard behavior for

Doing an action when focussing out of a field

2010-04-30 Thread Steve King
Hi All I know this is going to be really really basic, but I haven't used Rev for a couple of years and cannot get this simple thing to work Enter characters into a field When losing focus from that field, take the content of that filed, add contents of field B and put into field C. A bit

Re: HyperNext

2010-04-30 Thread Richmond Mathewson
On 30/04/2010 21:16, stephen barncard wrote: Does it use an Xtalk? sqb Here's a sample code I lifted from one of the demo stacks (bounding lines are mine): -- Global errnum Local sdata If errnum=0 Then

Re: Doing an action when focussing out of a field

2010-04-30 Thread zryip theSlug
2010/4/30 Steve King st.kin...@ntlworld.com: Hi All I know this is going to be really really basic, but I haven't used Rev for a couple of years and cannot get this simple thing to work Enter characters into a field When losing focus from that field, take the content of that filed, add

Re: Apples actual response to the Flash issue

2010-04-30 Thread Richmond Mathewson
On 30/04/2010 21:36, Peter Alcibiades wrote: Some very wise comments on this issue: http://arstechnica.com/apple/news/2010/04/pot-meet-kettle-a-response-to-steve-jobs-letter-on-flash.ars Lest you forget: freedom is slavery . . . :( ___

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

2010-04-30 Thread Rafiki Cai
Bendiciones y Paz (Blessings and Peace): Because of a high recommendation by Robert Cailliau, co-developer of the World Wide Web, I'm taking a first-look at RunRev. I'm wondering whether what the RunRev leaders of the pack are turning out these days. In specific, my curiosity centers around two

Math Help?

2010-04-30 Thread Scott Rossi
Hello List: Was wondering if those with more comprehensive math skills than I know how to determine if one point X,Y falls within a triangular region defined by 3 points X1,Y1, X2,Y2, X3,Y3. Thanks for any suggestions. Regards, Scott Rossi Creative Director Tactile Media, UX Design

Re: Math Help?

2010-04-30 Thread Devin Asay
Hi Scott, On Apr 30, 2010, at 1:05 PM, Scott Rossi wrote: Hello List: Was wondering if those with more comprehensive math skills than I know how to determine if one point X,Y falls within a triangular region defined by 3 points X1,Y1, X2,Y2, X3,Y3. Thanks for any suggestions. I don't

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

2010-04-30 Thread Scott Rossi
Recently, Rafiki Cai wrote: In specific, my curiosity centers around two types of application: ... b) I-Tunes alternative like Song Bird, that would provide a multi-media library/collection management client for communities and enterprises. I've built many music and video players over the

Re: Math Help?

2010-04-30 Thread Scott Rossi
Recently, Devin Asay wrote: Was wondering if those with more comprehensive math skills than I know how to determine if one point X,Y falls within a triangular region defined by 3 points X1,Y1, X2,Y2, X3,Y3. Thanks for any suggestions. I don't know from math, but I do know you can use the

Re: Math Help?

2010-04-30 Thread Jeff Massung
On Fri, Apr 30, 2010 at 2:15 PM, Devin Asay devin_a...@byu.edu wrote: Hi Scott, On Apr 30, 2010, at 1:05 PM, Scott Rossi wrote: Hello List: Was wondering if those with more comprehensive math skills than I know how to determine if one point X,Y falls within a triangular region

Re: Math Help?

2010-04-30 Thread DunbarX
Scott. If you have your three points, like a,b, c,d and e,f, just order the x values (a,c and e) and the y values (b,d and f). If the x value of the point is greater than the lowest x value of the triple and less than the highest (and like wise for the y, then the point lies within the

Re: Math Help?

2010-04-30 Thread Richmond Mathewson
On 30/04/2010 22:05, Scott Rossi wrote: Hello List: Was wondering if those with more comprehensive math skills than I know how to determine if one point X,Y falls within a triangular region defined by 3 points X1,Y1, X2,Y2, X3,Y3. Thanks for any suggestions. Regards, Well . . . my attempt

Re: Math Help?

2010-04-30 Thread Scott Rossi
Recently, dunb...@aol.com wrote: If you have your three points, like a,b, c,d and e,f, just order the x values (a,c and e) and the y values (b,d and f). If the x value of the point is greater than the lowest x value of the triple and less than the highest (and like wise for the y, then the

Re: Math Help?

2010-04-30 Thread DunbarX
Scott. Of course it does. So your comment of good thought was overly generous? Craig In a message dated 4/30/10 3:48:11 PM, sc...@tactilemedia.com writes: Good thought, but if I understand what you're proposing, no, using the extents of the triangle defines a rectangular region, so this

Re: Math Help?

2010-04-30 Thread Jeff Massung
On Fri, Apr 30, 2010 at 2:38 PM, Jeff Massung mass...@gmail.com wrote: On Fri, Apr 30, 2010 at 2:15 PM, Devin Asay devin_a...@byu.edu wrote: Hi Scott, On Apr 30, 2010, at 1:05 PM, Scott Rossi wrote: Hello List: Was wondering if those with more comprehensive math skills than I know

Re: Math Help?

2010-04-30 Thread Scott Rossi
Recently, Jeff Massung wrote: Given a line segment AB, and a point C, take the dot product of AC * AB: dot = [(B-A).x * (C-A).x] + [(B-A).y * (C-A).y] The dot product (of two, normalized vectors) will give you the cosine of the angle between them. You actually don't care about the cosine,

Re: Math Help?

2010-04-30 Thread Jeff Massung
On Fri, Apr 30, 2010 at 3:43 PM, Scott Rossi sc...@tactilemedia.com wrote: Dot products... normalized vectors... head starting to spin... vision getting blurry... Hehe. ;-) OK, Jeff, so does (B-A).x mean the x coordinate of point B minus the x coordinate of point A? Yes. This might

Re: Math Help?

2010-04-30 Thread Malte Pfaff-Brill
Hi Scott, this has been described as the most cost efficient (clock cycle wise) algo in game programming gems (if I recall correctly). I translated this to rev a while back: Theory is, if the point is inside the triangle, then the sum of all partial areas equals the area of the whole

Re: Math Help?

2010-04-30 Thread Scott Rossi
Many thanks Malte and Jeff. I now have a couple of good options to work with. I knew there must be some way to test this. (I could not rely on Rev's built-in within()/intersection functions in this case because I need to translate this behavior to another environment.) Thanks Regards, Scott

RE: Doing an action when focussing out of a field

2010-04-30 Thread Steve King
Thanks Zyrip Exactly what I was looking for - worked first time Cheers Steve 2010/4/30 Steve King st.kin...@ntlworld.com: Hi All I know this is going to be really really basic, but I haven't used Rev for a couple of years and cannot get this simple thing to work Enter characters into a

Re: Math Help?

2010-04-30 Thread dfepstein
I haven't worked this out, but FWIW: Draw a vertical line from point X,Y and determine the value of y at the points, if any, that your line crosses each of the triangle's 3 line segments.  It looks as if X,Y is within the triangle if -- at least one intersecting point exists, and -- Y

Re: FormattedText

2010-04-30 Thread J. Landman Gay
dunb...@aol.com wrote: I guess I sort of see. The wrap (and formattedText) works with words, slicing the text off at the nearest whole word boundary. If a line has only one word, it just doesn't apply. Right. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive

Re: Card cut off at bottom because of menu

2010-04-30 Thread charles61
Jacqueline, Thanks! I have one question: Can you use the Preview in Menu Bar feature in the Menu Builder when you use your script when use the IDE in the Mac version of Revolution? -- View this message in context:

Re: Card cut off at bottom because of menu

2010-04-30 Thread J. Landman Gay
charles61 wrote: Jacqueline, Thanks! I have one question: Can you use the Preview in Menu Bar feature in the Menu Builder when you use your script when use the IDE in the Mac version of Revolution? That option sets the stack menubar. You can use it during development, but turn it off before

Re: Card cut off at bottom because of menu

2010-04-30 Thread charles61
Jacqueline, Thanks for that clarification and answering my question! Charles Szasz csz...@mac.com On Apr 30, 2010, at 8:28 PM, J. Landman Gay [via Runtime Revolution] wrote: charles61 wrote: Jacqueline, Thanks! I have one question: Can you use the Preview in Menu Bar feature in

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 next

Re: [Data Grid] Duplicate large amount of rows

2010-04-30 Thread Trevor DeVore
On Apr 30, 2010, at 2:04 PM, zryip theSlug wrote: However the Data Grid command AddData does more than a simple creation of a new index in an array. This is where I'm suspicious with my code. AddData has to update any caches that are created when setting the dgData. If you are updating the

Re: Apples actual response to the Flash issue

2010-04-30 Thread Kay C Lan
On Sat, May 1, 2010 at 2:36 AM, Peter Alcibiades palcibiades-fi...@yahoo.co.uk wrote: Some very wise comments on this issue: Yes, many of the reader 'comments' made about this article are very wise. Unfortunately the article itself seems to be written by someone who believes they live in an

RE: logistic example of Runrev Revolution?

2010-04-30 Thread Shani
HI, thanks for your reply. I am talking about trucks, fields, plants. Simulation. Trucks bids to the field or plant and go for loading, etc. -Original Message- From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-boun...@lists.runrev.com] On Behalf Of Alejandro Tejada

User Extensions/Externals

2010-04-30 Thread Graham Heather Harrison
In the first rev lesson on externals at http://lessons.runrev.com/spaces/lessons/buckets/784/lessons/7116-How-to-safely-attach-an-external-to-your-stack, after saving the stack this statement is issued: send revert to me in 5 ticks -- the equivalent of quit then restart. When I use this under