From chipp at chipp.com Thu Mar 1 00:30:05 2007 From: chipp at chipp.com (Chipp Walters) Date: Wed, 28 Feb 2007 23:30:05 -0600 Subject: like pass, but without ending the handler In-Reply-To: References: <20070228093316381684.258d4107@sonsothunder.com> <7aa52a210702281225q2b0fe55dr14bd555a2477ebb2@mail.gmail.com> <609B7D14-8DE9-4CB0-8EDA-672C34092B14@economy-x-talk.com> <7aa52a210702281319i68c2d6ha965e3e9729c32b9@mail.gmail.com> <59A6F7E4-0DC1-4EF9-A2A2-981B51745294@economy-x-talk.com> <7aa52a210702281429m3c73d95peb7272d0cc5c2c04@mail.gmail.com> <45E60FF7.1030200@hyperactivesw.com> <7aa52a210702281622r11abf1c7qa6568661acaa0ab8@mail.gmail.com> Message-ID: <7aa52a210702282130i2800b71dh4876e34b2e0f7548@mail.gmail.com> Thanks Sarah, will do. From chipp at chipp.com Thu Mar 1 00:32:13 2007 From: chipp at chipp.com (Chipp Walters) Date: Wed, 28 Feb 2007 23:32:13 -0600 Subject: like pass, but without ending the handler In-Reply-To: <7aa52a210702282130i2800b71dh4876e34b2e0f7548@mail.gmail.com> References: <7aa52a210702281225q2b0fe55dr14bd555a2477ebb2@mail.gmail.com> <609B7D14-8DE9-4CB0-8EDA-672C34092B14@economy-x-talk.com> <7aa52a210702281319i68c2d6ha965e3e9729c32b9@mail.gmail.com> <59A6F7E4-0DC1-4EF9-A2A2-981B51745294@economy-x-talk.com> <7aa52a210702281429m3c73d95peb7272d0cc5c2c04@mail.gmail.com> <45E60FF7.1030200@hyperactivesw.com> <7aa52a210702281622r11abf1c7qa6568661acaa0ab8@mail.gmail.com> <7aa52a210702282130i2800b71dh4876e34b2e0f7548@mail.gmail.com> Message-ID: <7aa52a210702282132q7753b4bq5d9f44557ba6bf98@mail.gmail.com> So, for posterity's sake here's the final. Here's what I ended up with..Seems to work fine and I don't see any increase in processor usage on XP. Script of btn 1 (the "test" button) on mouseUp answer getThing() end mouseUp function getThing repeat forever wait 100 millisecs with messages if there is a file "C:/test.txt" then put URL ("file:C:/test.txt") into tResult if tResult is empty then next repeat delete file "C:/test.txt" beep exit repeat end if end repeat return tResult end getThing Script of btn 2 (the "stop now" button) on mouseUp put "stop Now" into URL("file:C:/test.txt") end mouseUp From shaosean at wehostmacs.com Thu Mar 1 00:58:32 2007 From: shaosean at wehostmacs.com (Shao Sean) Date: Thu, 1 Mar 2007 00:58:32 -0500 Subject: Site for sore eyes Message-ID: <206c6a4dfc60aecf4051ad6314aa5b4b@wehostmacs.com> > Good idea, but sadly one has to 'sign-up' for the site in order to > comment. Bummer. At least you don't need an account to just view the site From kray at sonsothunder.com Thu Mar 1 01:35:55 2007 From: kray at sonsothunder.com (Ken Ray) Date: Thu, 1 Mar 2007 00:35:55 -0600 Subject: ANN: StackRunner 1.6 Now Available Message-ID: <20070301003555703202.2e9b163a@sonsothunder.com> Just a quick note to let you know that a new version of StackRunner was released today. Version 1.6 is built on Revolution 2.8.0 and provides Universal Binary, PowerPC Only, Intel Only, and Windows builds. For more information, visit the StackRunner web page: http://www.sonsothunder.com/devres/revolution/downloads/StackRunner.htm Thanks! (Now, on to finish RevZilla... :-) Ken Ray Sons of Thunder Software, Inc. Email: kray at sonsothunder.com Web Site: http://www.sonsothunder.com/ From mwieder at ahsoftware.net Thu Mar 1 02:07:24 2007 From: mwieder at ahsoftware.net (Mark Wieder) Date: Wed, 28 Feb 2007 23:07:24 -0800 Subject: ANN: StackRunner 1.6 Now Available In-Reply-To: <20070301003555703202.2e9b163a@sonsothunder.com> References: <20070301003555703202.2e9b163a@sonsothunder.com> Message-ID: <189189429705.20070228230724@ahsoftware.net> Ken- Wednesday, February 28, 2007, 10:35:55 PM, you wrote: > Just a quick note to let you know that a new version of StackRunner was > released today. Version 1.6 is built on Revolution 2.8.0 and provides > Universal Binary, PowerPC Only, Intel Only, and Windows builds. Hooray! > (Now, on to finish RevZilla... :-) Otra vez Hooray! -- -Mark Wieder mwieder at ahsoftware.net From signe.sanne at roman.uib.no Thu Mar 1 03:38:53 2007 From: signe.sanne at roman.uib.no (Signe Marie Sanne) Date: Thu, 1 Mar 2007 09:38:53 +0100 Subject: Umlaut--Success! In-Reply-To: References: Message-ID: <6504CB0E-F73A-4D2B-852F-9AF4D6AC1644@roman.uib.no> Hello Devin, I'm afraid none of the methods can be used. I have lots of texts in which I use "#" for the n with umlaut. These will be fed into fields on the fly appearing with the correct letter instead of the "#". So far I have used images for various text sizes which work reasonably well. My problem arose when I wanted to select a line in the text, then having to change the colour of the image as well. So I think I'll stick to the images, just double the sets of images with selection colours as well. Thanks for all the help from you and Mark. Signe Marie Sanne Den 28. feb. 2007 kl. 18:57 skrev Devin Asay: > You *can* do this in Rev. Here's how I did it in OS X (I'm using > rev 2.8 in OSX 10.4.8): > > 1. Create a field and set its textfont to a unicode font: > set the textFont of fld "unistuff" to "Verdana,unicode" > > 2. Enable the Unicode Hex Input method in the International system > prefs under the input tab. This will cause the Unicode Hex Input > method to appear in the input menu (the one with the little flags > on the right side of the menubar.) > > 3. Position the insert cursor in the field, choose Unicode Hex > Input from the input menu, then type : > n (then, holding alt/option key down) 0308 > > the n with umlaut should appear. > > Sorry, don't know how to do this via direct input in Windows. > However, the following should work on either OS: > > 1. Create a UTF-8 encoded text file that includes the desired > character. I used BBedit, making sure I chose a font that supported > unicode (Tahoma or Lucida Grande should work) and that the document > encoding was set to UTF-8, then created the n-umlaut character just > as I described in #3 above. > > 2. Save the file to disk. > > 3. Read it in to your rev fld using the uniencode() function. > > I've created a stack that shows how to do this. > > go stack url "http://revolution.byu.edu/unicode/testUnicode.rev" > > You may also want to download the utf-8 file from http:// > revolution.byu.edu/unicode/textUni.ut8. This is the file that the > sample stack reads from. > > HTH > > Devin > > Devin Asay > Humanities Technology and Research Support Center > Brigham Young University > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution From dick.kriesel at mail.com Thu Mar 1 04:26:46 2007 From: dick.kriesel at mail.com (Dick Kriesel) Date: Thu, 01 Mar 2007 01:26:46 -0800 Subject: like pass, but without ending the handler In-Reply-To: <45E60FF7.1030200@hyperactivesw.com> Message-ID: On 2/28/07 3:27 PM, "J. Landman Gay" wrote: > The important part is the "wait