Skyfire for Flash on iPhone, iPad

2010-11-04 Thread Michael Kann
This might be old news to the Mac Mavens. If not, check out this link: http://www.huffingtonpost.com/2010/11/02/skyfire-app-enables-flash-video_n_777820.html ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: Flipping graphic with a Key

2010-10-14 Thread Michael Kristensen
Jim! . it didnt work. on keydown pkey if pkey = f then DoTheFlipping end if pass keydown end keydown on keyUp pkey if pkey = f then DoThe_UN_Flipping end if pass keyUp end keyUp Mic ___ use-revolution mailing

Re: Flipping graphic with a Key WORKING

2010-10-14 Thread Michael Kristensen
Hi again Thanks for all replyes and thanks to all that suggested setting a flag This script by Malte is working: try setting a flag before doing the flipping: on keydown pkey if pkey = f then if not the hasFlipped of me then set the hasFlipped of me to true

Flipping graphic with a Key

2010-10-13 Thread Michael Kristensen
Hi there I want to flip a graphic while key F is down and when it is released the graphic shall flip back again. if it was a mouseDown handler it would go like this: on mouseDown put the points of graphic into oldPoints DoTheFlipping wait while the mouse is down

Re: Flipping graphic with a Key

2010-10-13 Thread Michael Kristensen
Hi Thanks for the reply's I m sorry to report that neither flushEvents(autoKey) flushEvents(all) or Jacquelines script: on keydown pkey if pkey = f then doTheFlipping send checkKey to me in 0 else pass keydown end if end keydown command checkKey if 102 is in

Re: RevMobile Discussions

2010-10-03 Thread Michael D Mays
On Oct 2, 2010, at 6:33 PM, Colin Holgate wrote: On Oct 2, 2010, at 7:16 PM, Michael D Mays wrote: Back in March and April in the pre-Alpha release notices there was mention of setting up a such discussion group. The release in August did not. I was hoping it had been set up. I

Re: Storing an Array as a Custom Property

2010-10-03 Thread Michael D Mays
So true Gregory. Michael On Oct 3, 2010, at 12:16 PM, 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. If you type the word

RevMobile Discussions

2010-10-02 Thread Michael D Mays
Is this the or is there a place for RevMobile discussions? Thanks, Michael ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: RevMobile Discussions

2010-10-02 Thread Michael D Mays
Back in March and April in the pre-Alpha release notices there was mention of setting up a such discussion group. The release in August did not. I was hoping it had been set up. Thanks, Michael On Oct 2, 2010, at 10:05 AM, Dar Scott wrote: On Oct 2, 2010, at 7:54 AM, Michael D Mays wrote

Line Wrapping and Margins

2010-09-24 Thread Michael D Mays
Hi, How can I tell where (at what position or character) a line wraps in a field? If I have a word which has a length greater than the width of the field it is contained in, how can I get it to wrap anywhere other than at the end of the word? Thanks,

Re: Line Wrapping and Margins

2010-09-24 Thread Michael D Mays
Thanks Mark and Craig, That's what I need. Unfortunately that property doesn't show up in the dictionary as a property of a field (only a button) so it makes it a little hard to find. :( And the syntax example for formatedWidth some punctuation. Michael On Sep 24, 2010, at 12:26 PM, Mark

Re: [OT] Wonderful people

2010-09-21 Thread Michael Kann
Richmond, Don't mention it. It was just collecting dust around here. Glad you can use it. Mike --- On Tue, 9/21/10, Richmond richmondmathew...@gmail.com wrote: From: Richmond richmondmathew...@gmail.com Subject: [OT] Wonderful people To: How to use Revolution use-revolution@lists.runrev.com

Re: GOOSE BUMPS

2010-09-20 Thread Michael Kann
Great name. Should also change the name of the company to LiveCode. Congratulations to the home team. Mike --- On Mon, 9/20/10, Shadow Slash shadow.sl...@yahoo.com wrote: From: Shadow Slash shadow.sl...@yahoo.com Subject: GOOSE BUMPS To: use-revolution@lists.runrev.com Date: Monday, September

Re: [OT] O'Reilly eBook deal of the day (cookbooks for 9 USD)

2010-09-15 Thread Michael Kann
Andre, Thanks for the heads up. Mike --- On Wed, 9/15/10, Andre Garzia an...@andregarzia.com wrote: From: Andre Garzia an...@andregarzia.com Subject: [OT] O'Reilly eBook deal of the day (cookbooks for 9 USD) To: How to use Revolution use-revolution@lists.runrev.com Date: Wednesday, September

Re: OT: Waiting for DNS to update a new site.

2010-09-14 Thread Michael Kann
Visible here. --- On Tue, 9/14/10, Alex Tweedly a...@tweedly.net wrote: From: Alex Tweedly a...@tweedly.net Subject: OT: Waiting for DNS to update a new site. To: How to use Revolution use-revolution@lists.runrev.com Date: Tuesday, September 14, 2010, 5:17 PM Off-topic - but I could do with a

Re: Collecting Web Form Information Using a Loop

2010-09-01 Thread Michael Kann
Gregory, Does the non-loop script work?  -- referring to this part:     put $_POST[Q1] into q1     put $_POST[Q2] into q2 Mike --- On Wed, 9/1/10, Gregory Lypny gregory.ly...@videotron.ca wrote: From: Gregory Lypny gregory.ly...@videotron.ca Subject: Collecting Web Form Information Using

Re: Collecting Web Form Information Using a Loop

2010-09-01 Thread Michael Kann
Phil, I added a line to your solution. repeat with i = 1 to 40      put Q i into tKey put the value of tKey into tKey --- ADDED LINE HERE      put $_POST[tKey] comma after theSubmission end repeat Mike ___ use-revolution mailing list

Re: Collecting Web Form Information Using a Loop

2010-09-01 Thread Michael Kann
Phil, After testing, I guess it works without the added line anyway. Works either way. Disregard correction. Mike --- On Wed, 9/1/10, Michael Kann mikek...@yahoo.com wrote: From: Michael Kann mikek...@yahoo.com Subject: Re: Collecting Web Form Information Using a Loop To: How to use

Re: Revserver / Dreamhost question

2010-08-13 Thread Michael Kann
Richard and Stephen, I'm still confused as to the difference between using revServer and using the 3.5 engine. My mental model is that when the apache webserver sees a script with an irev extension it sends it over to the 3.5 engine to parse it. The 3.5 engine sends back some html to push out

Re: [OT] Anyone hear of TapLynx?

2010-08-10 Thread Michael Kann
Chipp, Did it say how much it costs? Mike --- On Tue, 8/10/10, Chipp Walters ch...@chipp.com wrote: From: Chipp Walters ch...@chipp.com Subject: Re: [OT] Anyone hear of TapLynx? To: How to use Revolution use-revolution@lists.runrev.com Date: Tuesday, August 10, 2010, 12:04 AM Ack. Looks like

Re: [OT] Anyone hear of TapLynx?

2010-08-10 Thread Michael Kann
Chipp, I found the price -- it was in plain sight. $599 to get one app running. I guess you can play around with the SDK for free. Thanks for the heads up. Mike --- On Tue, 8/10/10, Chipp Walters ch...@chipp.com wrote: From: Chipp Walters ch...@chipp.com Subject: Re: [OT] Anyone hear of

Re: E-mailing data file

2010-08-05 Thread Michael D Mays
In a lot of places email is the only way. I have people whose parent corporation provides their internet connection. They have limited bandwidth and a less than stellar corporate IT. Emails of less than a few MB is the only way for them. Michael On Aug 4, 2010, at 10:40 AM, Andre Garzia wrote

Re: E-mailing data file

2010-08-05 Thread Michael D Mays
I think you misunderstood my comment. And reading Charles comments I didn't think he was wanting to use mailto (cgi stuff) rather he was wanting a solution more along revMail. Email is not the best solution but many times it is more than adequate. Michael On Aug 5, 2010, at 9:54 AM, Richard

Re: E-mailing data file

2010-08-05 Thread Michael D Mays
I think were both wrong. revMail uses the user's email program to generate an email. The user then can send the email from their email program. It seems like I used Rev some years back to send email via SMTP. If not it was with that other cross platform software. Sorry, Michael On Aug 5

Re: E-mailing data file

2010-08-05 Thread Michael D Mays
Ignorant me. I just tried revMail on Windows and if the file is too big the email program isn't launched or if running the email isn't generated. I think Sarah Reichelt's POP3 and SMTP stacks at http://www.troz.net/rev/index.irev?category=Library#stacks are pretty good. Michael On Aug 5

Re: E-mailing data file

2010-08-05 Thread Michael D Mays
have anything but email, then use email. Michael On Aug 5, 2010, at 1:10 PM, Scott Rossi wrote: Also, what if someone uses a Web-based mail client and doesn't use an email app at all? I know several people who use gmail directly within a browser because they can get to it from anywhere

Re: Rodeo, revServer etc.

2010-08-05 Thread Michael Kann
Heather, As usual, the men have made a mess of everything. Mike --- On Thu, 8/5/10, Heather Nagey heat...@runrev.com wrote: From: Heather Nagey heat...@runrev.com Subject: Re: Rodeo, revServer etc. To: How to use Revolution use-revolution@lists.runrev.com Date: Thursday, August 5, 2010, 1:16

Re: [revServer] process timeout issue

2010-08-04 Thread Michael Kann
Peter, I agree with your analysis. I have an on-rev founder account and have learned a lot playing around with it. For me it has given good value. Unlike Chipp, Jeff, Jerry, and others, I am really just using my account for recreation. They have different needs because they have customers down

Re: [RevServer tips] Spreading the load or why wise developers use asynchronous workflows

2010-08-04 Thread Michael Kann
Andre wrote: If there's interest in this community I can craft some real RevServer scripts showing this approach. This is the key to being able to serve lots of request while doing intensive work and being a good shared server citizen. -

Re: [RevServer tips] Spreading the load or why wise developers use asynchronous workflows

2010-08-04 Thread Michael Kann
Wayne, Someone on this forum might be able to find room for improvement in your data processing program. You might want to put it out as a challenge to see what others can do with it. Mike Wayne wrote: This is all very interesting to me because I am interested in moving a desktop app that

Re: [revServer] process timeout issue

2010-08-04 Thread Michael Kann
Jacqueline, One weird aspect to the situation is that the on-rev server is physically in Texas (Houston) and the two people reporting problems (Jerry and Jeff) are also in Texas (Austin). Mike --- On Wed, 8/4/10, J. Landman Gay jac...@hyperactivesw.com wrote: From: J. Landman Gay

Re: Keeping On-Rev Scripts and Data From Prying Eyes

2010-08-04 Thread Michael Kann
Richard, I didn't see what switched? Mike So if your directory structure looks like this: root/    public_html/       mypage.irev       scriptname.irev ...you could switch it to: root/    public_html/       mypage.irev    scriptname.irev ...and in your mypage.irev you'd change the reference

Re: [revServer] process timeout issue - basic benchmarking

2010-08-04 Thread Michael Kann
Kevin, Why all this benchmarking? Why not just put Jerry's script on the server, send Jerry's data to the script, and see what happens? If Jerry doesn't want you to see the data or the script then there isn't much you can do, I guess. But the technological solution doesn't seem that difficult.

Re: [revServer] process timeout issue - basic benchmarking

2010-08-04 Thread Michael Kann
Of course I'm referring to the script that timed out. Kevin, Why all this benchmarking? Why not just put Jerry's script on the server, send Jerry's data to the script, and see what happens? If Jerry doesn't want you to see the data or the script then there isn't much you can do, I guess. But

Re: Keeping On-Rev Scripts and Data From Prying Eyes

2010-08-04 Thread Michael Kann
Gotcha. --- On Wed, 8/4/10, Richard Gaskin ambassa...@fourthworld.com wrote: From: Richard Gaskin ambassa...@fourthworld.com Subject: Re: Keeping On-Rev Scripts and Data From Prying Eyes To: How to use Revolution use-revolution@lists.runrev.com Date: Wednesday, August 4, 2010, 8:15 PM Michael

Re: [revServer] process timeout issue

2010-08-03 Thread Michael Kann
Andre, In your tests you've  found cases where there is no timeout problem. What we need now are cases where there is a timeout problem. Then we (meaning you, Pierre, Oliver, Jerry and others) can figure out what triggers the problem. As the great American philosopher, Rodney King, asked: Why

Re: [revServer] process timeout issue

2010-08-03 Thread Michael Kann
Jerry, That new site looks sharp. Mike --- On Tue, 8/3/10, Jerry Daniels jerry.dani...@me.com wrote: From: Jerry Daniels jerry.dani...@me.com Subject: Re: [revServer] process timeout issue To: How to use Revolution use-revolution@lists.runrev.com Date: Tuesday, August 3, 2010, 9:37 AM Andre,

Re: [revServer] process timeout issue

2010-08-03 Thread Michael Kann
Chip, Don't forget Mary Jane! Chip wrote: I certainly wish Jerry, Sarah, and their extraordinary effort, RODEO, the best of success! I think they are on to something great! Mike ___ use-revolution mailing list

Re: [revServer] process timeout issue

2010-08-02 Thread Michael Kann
Andre, The problem is that the Rodeo has become a Stampede. Mike --- On Mon, 8/2/10, Andre Garzia an...@andregarzia.com wrote: From: Andre Garzia an...@andregarzia.com Subject: Re: [revServer] process timeout issue To: How to use Revolution use-revolution@lists.runrev.com Date: Monday, August

Re: [revServer] process timeout issue

2010-08-02 Thread Michael Kann
the Rodeo discussion: http://rodeoapps.com/discuss-among-yourselves-0 On Aug 2, 2010, at 8:08 AM, Michael Kann wrote: Andre, The problem is that the Rodeo has become a Stampede. Mike --- On Mon, 8/2/10, Andre Garzia an...@andregarzia.com wrote: From: Andre Garzia an...@andregarzia.com

Re: [revServer] process timeout issue

2010-08-02 Thread Michael Kann
Jerry and Robert, To summarize: Austin and Edinburgh got into a pissing match. Mike --- On Mon, 8/2/10, Jerry Daniels jerry.dani...@me.com wrote: From: Jerry Daniels jerry.dani...@me.com Subject: Re: [revServer] process timeout issue To: How to use Revolution use-revolution@lists.runrev.com

Re: [revServer] process timeout issue

2010-08-02 Thread Michael Kann
@lists.runrev.com Date: Monday, August 2, 2010, 9:20 PM I just said yes On Aug 2, 2010, at 9:19 PM, Michael Kann wrote: Jerry and Robert, To summarize: Austin and Edinburgh got into a pissing match. Mike --- On Mon, 8/2/10, Jerry Daniels jerry.dani...@me.com wrote: From: Jerry

Re: MySQL, PostgreSQL and irev

2010-07-31 Thread Michael Kann
Pierre, Thanks for the great information. You are the Andre the Giant of database design. Mike --- On Sat, 7/31/10, Pierre Sahores psaho...@free.fr wrote: From: Pierre Sahores psaho...@free.fr Subject: MySQL, PostgreSQL and irev To: How to use Revolution use-revolution@lists.runrev.com

Jailbreaking

2010-07-26 Thread Michael Kann
http://www.appleinsider.com/articles/10/07/26/us_government_legalizes_iphone_jailbreaking_for_unauthorized_apps.html -- watch for line breaks ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Jailbreaking

2010-07-26 Thread Michael Kann
Some more info: http://arstechnica.com/tech-policy/news/2010/07/apple-loses-big-in-drm-ruling-jailbreaks-are-fair-use.ars -- watch for line breaks --- On Mon, 7/26/10, Michael Kann mikek...@yahoo.com wrote: From: Michael Kann mikek...@yahoo.com Subject: Jailbreaking To: How to use

Re: Regarding Rodeo discussions

2010-07-26 Thread Michael Kann
Jeff, Jack and Jacqueline, Jeff wrote: I might as well post all my questions about Apache, PHP, and PostgreSQL here as well (every day, constantly), since they are tangentially related to On-Rev. There are other - more suitable - places for me to ask those questions and get answers.

RE: Jailbreaking

2010-07-26 Thread Michael Kann
Lynn, Not just a rumor: http://news.google.com/news/more?pz=1cf=allned=usncl=drR8VIgeKFQSqMMtKh9sJVmfw0j8Mtopic=t -- watch line breaks --- On Mon, 7/26/10, Lynn Fredricks lfredri...@proactive-intl.com wrote: From: Lynn Fredricks lfredri...@proactive-intl.com Subject: RE: Jailbreaking To:

Re: Regarding Rodeo discussions

2010-07-26 Thread Michael Kann
Mark, I think you are right. The reason I posted the Jailbreaking link was that I thought it would be of interest to the people who paid $1000 (or was it $1200, don't remember) for the privilege of writing programs for the iPhone. Now we're onto Rodeo, which seems to be more interesting.

Re: Jailbreaking

2010-07-26 Thread Michael Kann
Mark, Do you think it isn't true? Mike --- On Mon, 7/26/10, Mark Wieder mwie...@ahsoftware.net wrote: From: Mark Wieder mwie...@ahsoftware.net Subject: Re: Jailbreaking To: How to use Revolution use-revolution@lists.runrev.com Date: Monday, July 26, 2010, 1:35 PM Michael- Monday, July

Re: Regarding Rodeo discussions

2010-07-26 Thread Michael Kann
Jacqueline, I was wrong. I apologize. When the Rodeopalooza began on this list I sided with Jerry and Sarah. I made the comment that if all the posts were accurately labeled then anyone could decide which posts they wanted to read. Seemed logical enough. It is now clear that procedure is not

Re: Regarding Rodeo discussions

2010-07-26 Thread Michael Kann
PM Michael- Monday, July 26, 2010, 11:43:33 AM, you wrote: The reason I posted the Jailbreaking link was that I thought it would be of interest to the people who paid $1000 (or was it $1200, don't remember) for the privilege of writing programs for the iPhone. Now we're onto Rodeo

Re: Jailbreaking

2010-07-26 Thread Michael Kann
: Jailbreaking To: How to use Revolution use-revolution@lists.runrev.com Date: Monday, July 26, 2010, 2:10 PM Michael- Monday, July 26, 2010, 11:45:21 AM, you wrote: Do you think it isn't true? Not the point at all. Using internet news sites, or worse, an aggregator of internet news sites

Re: Regarding Rodeo discussions

2010-07-26 Thread Michael Kann
paid for it and have not been notified of any update for several months, it seems to me. So rather than barking at Apple, can someone answer where the mobile rev money has gone? Not into Apple's pocket, I think. Very best regards,     François Le 26 juil. 2010 à 20:43, Michael Kann a écrit

Re: Paste Text and impossibility of changing the foregroundcolor

2010-07-21 Thread Michael Kann
Reinhold, Let's say you pasted something into fld 1 and you don't like the font you see. The following script will make fld 1 display the font you have specified for that fld: put fld 1 into fld 1 That's what I've been doing for years. There is probably a better way. Mike --- On Wed,

Re: On-Rev [Off Topic?]

2010-07-20 Thread Michael Kann
Greg and Bob, The following works for me. Executable, the file need not be. ?rev put the long date the long time ? -- On the desktop the time appears in the msg box. On the on-rev server it goes out to your webpage -- The file name is something.irev The problem might lie in the following

Re: RevWeb, IE and saving data

2010-07-19 Thread Michael Kann
Both Richards, It seems like the user will have a collection of videos on his/her hard drive. Why not include a standalone RunRev program with the videos to organize and display the videos? Or am I missing something? Mike --- On Mon, 7/19/10, Richard Miller w...@together.net wrote: From:

Android App Development

2010-07-12 Thread Michael Kann
I don't have a dog in this hunt, but there might be some of you interested in this article: -- watch for line break -- http://www.zdnet.com/blog/btl/googles-master-android-plan-were-all-mobile-app-developers-now/36592 Mike ___ use-revolution

Re: Go to a web page automatically

2010-07-10 Thread Michael Kann
Tim, Not quite sure what you mean by open? Mike --- On Sat, 7/10/10, Tim Selander selan...@tkf.att.ne.jp wrote: From: Tim Selander selan...@tkf.att.ne.jp Subject: Go to a web page automatically To: How to use Revolution use-revolution@lists.runrev.com Date: Saturday, July 10, 2010, 11:23

Re: Go to a web page automatically

2010-07-10 Thread Michael Kann
Greetings Pierre, The following works: ?rev get url http://www.runrev.com; put it ? But the script loses some images and formatting along the way. If we just want the html source then it works fine. Mike --- On Sat, 7/10/10, Pierre Sahores psaho...@free.fr wrote: From: Pierre Sahores

Re: Go to a web page automatically

2010-07-10 Thread Michael Kann
://www.runrev.com; replace the relative path of the css by the absolute one in it replace the relative path of the javascript by the absolute one in it replace the relative path of the image by the absolute one in it etc... put it ? Best, P. Le 10 juil. 2010 à 19:10, Michael Kann

Re: Go to a web page automatically

2010-07-10 Thread Michael Kann
@lists.runrev.com Date: Saturday, July 10, 2010, 7:35 PM Hi again, Mike That code works for me! Thanks. The page I want to call up is in the same directory, so all the graphics, etc., come in fine too. Thank you! Tim Selander Tokyo, Japan On 7/11/10 2:10 AM, Michael Kann wrote: Greetings

Re: Intelligent sorting: A bit of a poser RESULTS CORRECTION

2010-07-02 Thread Michael Kann
Hugh, thanks for providing a fun and educational challenge -- and organizing the results. I woke up with an idea. Can you time my late entry? Thanks. Mike - -- I think the script is pretty -- self-explanatory - on mouseUp

Re: Intelligent sorting: A bit of a poser NEW WINNER

2010-07-02 Thread Michael Kann
the degree of randomness was not specified. On the basis of the posted 'challenge', Mike... Looks like you are the new winner! Well done that man. /H From: Michael Kann mikek...@yahoo.com Hugh, thanks for providing a fun and educational challenge -- and organizing

Re: Intelligent sorting: A bit of a poser

2010-07-01 Thread Michael Kann
Klaus and Colin are the go-to guys. Here's a solution that is a bit more general. If you have different words before the numbers appear you can do the following. I'm sure it's as slow as molasses in winter, but it might give you some ideas. Mike -- data in

Re: Intelligent sorting: A bit of a poser

2010-07-01 Thread Michael Kann
Another way to do it: function f_sort_num x put 0123456789 into n repeat while char 1 of x is not in n delete char 1 of x end repeat return x end f_sort_num function f_sort_word x put 0123456789 into n repeat while last char of x is in n delete last char of x end repeat return x end f_sort_word

Re: Pointlist from move command?

2010-06-30 Thread Michael Kristensen
Hi and thanks for replies I dunno: if you have an object moving round a polygon (or along a pathway for that matter), surely all you have to do is poll the object's position every 2 ticks and pop the results into the lines of a field? I did try that but it seams that the move command is not

Re: Location parameters in Size Inspector for stack

2010-06-30 Thread Michael D Mays
On Jun 30, 2010, at 12:16 AM, J. Landman Gay wrote: The default value for maxWidth and maxHeight is the topmost limit of the allowable stack size. So if you click the up arrow, you're going to go off into the weeds; the size will be an abstraction. The fix would be to script the inspector

Pointlist from move command?

2010-06-29 Thread Michael Kristensen
Hi there Is there a way to get a complete pointlist from all the points an object visiting through a move command on a polygon. I do not mean the polygon corner points but all the points that make up the lines of the polygon. Thanks Mic ___

Re: Location parameters in Size Inspector for stack

2010-06-29 Thread Michael D Mays
' the stack's sizes and clicked that arrow again and the width was set to 1. Michael On Jun 28, 2010, at 2:25 PM, J. Landman Gay wrote: Michael D Mays wrote: When I go to one of the location fields, type in a different number; tab: nothing happens. If I click either of the arrows for the location's

Re: snapshot and background problems

2010-06-29 Thread Michael D Mays
pixel of third row ... right bottom pixel. In a sense the imagedata has alphadata information set to zero (no transparency). How do I put the image in an image into a variable or property? Michael On Jun 28, 2010, at 1:53 PM, J. Landman Gay wrote: Scott Rossi wrote: I have no data

Re: snapshot and background problems

2010-06-28 Thread Michael D Mays
and dragged a new image into the background ( for the nth time) and ran the handler again and it worked!?? Michael On Jun 27, 2010, at 11:51 PM, tsj wrote: On 28/06/10 1:42 PM, Scott Rossi sc...@tactilemedia.com wrote: Recently, I wrote: export snapshot from rect 0,0,100,100 to someVar

Location parameters in Size Inspector for stack

2010-06-28 Thread Michael D Mays
When I type in a new location and tab out of the field in the size position inspector for a stack nothing happens. All other objects I've done this with update their location when I tab out. Is this a feature or a bug? If it is a feature, why? Thanks,

Re: Location parameters in Size Inspector for stack

2010-06-28 Thread Michael D Mays
Yes this works. On Jun 28, 2010, at 10:16 AM, dunb...@aol.com wrote: Works for me. Something is going on at your end. If you click and hold on the small arrows, does the stack size change, tracking the increase or decrease in the values? ___

Re: Location parameters in Size Inspector for stack

2010-06-28 Thread Michael D Mays
of the arrows associated with the location the location updates. I'm running 4.0 on 10.6.4 Michael On Jun 28, 2010, at 10:27 AM, dunb...@aol.com wrote: So the size tracks the changes when clicking on the arrows, but NOT when you enter a value and leave the field? Craig Newman

snapshot and background problems

2010-06-27 Thread Michael D Mays
I have a revBrowser and I want to take a snapshot of it and save the image on a card and do this a lot of times for many pages. I can take a snapshot of revBrowser and save the file: export snapshot from rect 0,0,100,100 to aFile.png as png . How do I save a copy of the snapshot to an

Re: Sarah Reichelt's XML sample stack

2010-06-26 Thread Michael Kann
I could have sworn that I saw you in the stands when the Socceroos played Germany. You were dressed up like a kangaroo blowing into a vuvuzela horn. That wasn't you? I swear it looked exactly like you. Anyway, now that the Socceroos are back home we're all glad that you have time to work on

Re: Thoughts on Announcements Posted Here

2010-06-23 Thread Michael Kann
Andre and Jack, I think the rule should be that all posts should be accompanied by an accurate subject line. Post anything you want, but make it clear what it is so people can open it if they wish. Examples From: Julie Smith Subject: My Super Program is Now for Sale -- O.K., let's open this

Re: ObjectList as a variable won't go?

2010-06-22 Thread Michael Kristensen
Thanks Klaus, that did it! Thanks to all other repliers! Mic on mouseUp repeat with i = 1 to the number of groups of group workarea set the SELECTED of grp i of grp workarea to TRUE end repeat end mouseUp Et voila, all objects/groups selected.

ObjectList as a variable won't go?

2010-06-21 Thread Michael Kristensen
Hi there ObjectList is used in cunjunction wuth GROUP and SELECT. But objectList wont go as a variable. Hee's what I have: on mouseUp put number of grps of grp Workarea into X repeat with i = 1 to X put grp (GP i) and after oList end repeat delete last word of oList

Re: Loop through Multi-Dimensional Array

2010-06-21 Thread Michael Kann
Andrew, At first glance I think the problem is that if you use repeat for each you can't make a change to anything inside that loop. You have to kick what you are changing out to another variable. This is the main idea: repeat for each line k in v if line k is target_line then put new_line

How to setup domain name on on-rev

2010-06-21 Thread Michael Kann
Could someone be so kind as to point me to a checklist on what to do to set up a domain name on on-rev? We bought a website name from godaddy and want it to point to a folder on on-rev. Specifically, we want www.greatwebsite.com to point to http://taishan.on-rev.com/good_folder Thanks to

Re: ObjectList as a variable won't go?

2010-06-21 Thread Michael Kristensen
Hi Michael, The following example works: select control 1 and control 2 As always: what is the chunk error exactly? When you *mention* getting an error, you should also *post* this error. -- Best regards, Mark Schonewille Thanks for the replies: Here is the error: TypeChunk: error

Re: Loop through Multi-Dimensional Array

2010-06-21 Thread Michael Kann
Andrew, Bernd has a much better script for you to peruse, but here might be an equivalent algorithm for what you want to do: on mouseUp put Brazilinto wrong_team put Argentina into correct_team put Messi into t[1][name] put Brazilinto t[1][team]// replace this put Klose into

Re: How to setup domain name on on-rev

2010-06-21 Thread Michael Kann
: Monday, June 21, 2010, 3:00 PM On Mon, Jun 21, 2010 at 1:02 PM, Michael Kann mikek...@yahoo.com wrote: Could someone be so kind as to point me to a checklist on what to do to set up a domain name on on-rev? We bought a website name from godaddy and want it to point to a folder on on-rev

Re: Big Flat Stacks - NULLs

2010-06-17 Thread Michael Kann
Phil, What ASCII number is a NULL? Mike --- On Thu, 6/17/10, Phil Davis rev...@pdslabs.net wrote: From: Phil Davis rev...@pdslabs.net Subject: Re: Big Flat Stacks - NULLs To: How to use Revolution use-revolution@lists.runrev.com Date: Thursday, June 17, 2010, 12:51 AM On 6/16/10 8:27 PM,

A better tape measurement script, please

2010-06-14 Thread Michael Kristensen
Hi there Please improve on this screen tape measurement script Its not very effective when there is a lot of object/graphics in the stack. The tape cant follow the cursor It goes like this: User click on btn named Measure When the user push and hold the mouse down again a red tapeline

Re: A better tape measurement script, please

2010-06-14 Thread Michael Kristensen
powerbook G4 1.6 mhz. Mic Den 12/06/2010 kl. 11.21 skrev Michael Kristensen: Hi there Please improve on this screen tape measurement script Its not very effective when there is a lot of object/graphics in the stack. The tape cant follow the cursor It goes like this: User click on btn named

Re: Hiliting Words in a Field

2010-06-07 Thread Michael Kann
Gregory, A while back on the list there was much discussion of what constitutes a word. To cover all your bases you have to concern yourself with punctuation and case. It's all there in gory detail. Here's some code that might help out a wee bit. I'm sure others on the forum can do it in one

Re: raw data from barcode scanner

2010-06-05 Thread Michael Kann
Ask Franz: http://lists.runrev.com/pipermail/use-revolution/2008-July/112224.html --- On Sat, 6/5/10, viktoras d. vikto...@ekoinf.net wrote: From: viktoras d. vikto...@ekoinf.net Subject: raw data from barcode scanner To: How to use Revolution use-revolution@lists.runrev.com Date: Saturday,

Re: REALBasic vs Revolution

2010-06-05 Thread Michael Kann
The most important difference I've found between the two is that the chunk expressions in RunRev make it much easier to manipulate text. --- On Sat, 6/5/10, Richmond richmondmathew...@gmail.com wrote: From: Richmond richmondmathew...@gmail.com Subject: Re: REALBasic vs Revolution To: How to

Re: [ANN] Rodeo IDE preview video

2010-06-04 Thread Michael Kann
Sarah vs. Jacque: Both of you make our lives so much easier. Literally every time I use RunRev I use something I learned from one of you. So it pains me to have to side with Sarah on this one. I understand Jacque's wish to segregate the third party add-ons. I don't use any myself, although I

Re: Czech text

2010-06-04 Thread Michael Kann
On XP I copied the Czech word into fld 1 put the text of fld 1 into fld 2 -- works put fld 1 into fld 2 -- works put fld 1 into v put v into fld 2 -- works Am I missing something obvious? It has happened before. Mike --- On Fri, 6/4/10, Malte Pfaff-Brill

Re: libURLFTPCommand problems

2010-06-04 Thread Michael Kann
Mark, It looks like we get three more commands to work with: -- -- output from following script -- 214-The following SITE commands are recognized ALIAS CHMOD IDLE UTIME -- Don't know why PWD isn't listed.

Re: Czech text

2010-06-04 Thread Michael Kann
Malte, When the effective textFont is the default (English over here I assume) it works. When the effective textFont is set to WSJ_Czec it displays some letters as gibberish as you experienced. The language setting for the XP overall is American English. Over the weekend I'll do some more

libURLFTPCommand problems

2010-06-04 Thread Michael Kann
Richard let me know that I put my password on the Internet by mistake. Thanks Richard. (So nobody else needs to waste time notifying me.) Mike ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

gigapan

2010-05-19 Thread Michael Kann
The ability to zoom in on this image is amazing. http://gigapan.org/gigapans/15374/ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: getting the user's (internet, not local network) IP address

2010-05-18 Thread Michael Kann
the free ones please) and you keep your computer up to date with Windows Update, your chances of being compromised are almost nil. Bob On May 17, 2010, at 6:14 PM, Michael Kann wrote: snip The part that scares me a little is Bob's remark

Re: Getting the currently logged in user under Windows

2010-05-17 Thread Michael Kann
Malte, should work the same under XP. The shell command set user gives the reply: userdnsdomain=fake.edu userdomain=fake_domain username=fake_name userprofile=C:\Documents and Settings\mike --- Can anyone test if this works under XP and / or WIn 7,

Re: getting the user's (internet, not local network) IP address

2010-05-17 Thread Michael Kann
, at 11:51 AM, Michael Kann wrote: Josh, Using: -- set the hideConsoleWindows to true put shell(ipconfig/all) into v put v into fld 1 end mouseUp -- Gives you

getting the user's (internet, not local network) IP address

2010-05-17 Thread Michael Kann
Bob, I figured it out. I'm just a special case where the IP address on my machine goes all the way to the server without going through any other layers. -- Previous banter: -- Bob, http://www.whatismyip.com says: Your IP Address Is: 75.108.90.130 ipconfig says: IP Address. . . . . . . . . . . .

  1   2   3   4   5   6   7   >