From katir at hindu.org Sun Aug 1 00:28:05 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Sat, 31 Jul 2004 18:28:05 -1000 Subject: Windows Backdrop Blues Message-ID: <2ED6C0F1-E373-11D8-B8CC-000A959D0AC6@hindu.org> In one presentation i have two items on a pull down menu: Case "Show Desktop" set the backdrop to none break Case "Hide DeskTop" set the backdrop to 0,0,75 break This works just fine... in another presentation decided to try a bit more: using a single menu item which is toggled by the script:v case "Show Desktop" set the backdrop to none show menubar show taskbar put "off" into gBackDropStatus put "Hide Desktop" into line 2 of me break case "Hide Desktop" set the backdrop to black put empty into gBackDropStatus put "Show Desktop" into line 2 of me hide menubar hide taskbar break This does *not* work on Windows XP home version, running on a HP pavillion notebook zd7000. Works fine on MAC OSX... Any clues? Sannyasin Sivakatirswami Himalayan Academy Publications at Kauai's Hindu Monastery katir at hindu.org www.HimalayanAcademy.com, www.HinduismToday.com www.Gurudeva.org www.Hindu.org From pkc at mac.com Sun Aug 1 00:32:08 2004 From: pkc at mac.com (pkc) Date: Sun, 1 Aug 2004 00:32:08 -0400 Subject: Error 0,0 in Windows Standalone In-Reply-To: <20040801034702.D0D8E930211@mail.runrev.com> References: <20040801034702.D0D8E930211@mail.runrev.com> Message-ID: Troy Rollins wrote: > >... Have you tried zipping the stack before transferring it? >In my case, I use stuffitDeluxe, right click on the windows app folder >and select "Make self extracting executable". This stuffs the whole >thing into a compressed exe file. I then send that to my PC, and double >click it. It extracts, with everything intact... and I don't even have >any .DSstore files hanging about. > >I'm using 2.2.1 on a G4, and haven't encountered any problems like what >you've described. Letsee... how many stacks? They are internalized to >the application in the distribution builder? Anything else you can tell >us? > I thought of stuffing, or using a stuffed suffix, after seeing another note on here about somebody who could not convince a Mac to recognize an FTP'd bundle as an application until the computer received it as a "compressed" file. My plan at this point is to first rename the file now on the server with a zip extension and see if a Windows machine will download and "assemble" it. Just curious.Plan B, a genuinely compressed file downloaded and see what happens. Will report results. Still laying awake at nights wondering what is behind this, especially as nobody else is having this problem, apparently. Troy asks how many stacks --a mainstack and seven substacks, all put on the mainstack in the build. The rest of the code is pretty bland. Oh, I did substitute the "transparent" ask and answer dialog stacks from the user contribution page some time ago. I don't think I have done a Windows build since plugging those in. I have no idea whether "0,0" is a real error code in Windows or whether it is the computer's way of saying it doesn't know what the error is. I have glanced at some compendia of Windows error codes, but they seem not only impenetrable but endless (not surprising). I have no idea what order a Windows machine attempts to load an executable in anyway, whether some anomalous font or background image is blocking the process (not using anything exotic in that regard, though). From troy at rpsystems.net Sun Aug 1 01:00:31 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 01:00:31 -0400 Subject: Error 0,0 in Windows Standalone In-Reply-To: References: <20040801034702.D0D8E930211@mail.runrev.com> Message-ID: On Aug 1, 2004, at 12:32 AM, pkc wrote: > I thought of stuffing, or using a stuffed suffix, after seeing another > note on here about somebody who could not convince a Mac to recognize > an FTP'd bundle as an application until the computer received it as a > "compressed" file. My plan at this point is to first rename the file > now on the server with a zip extension and see if a Windows machine > will download and "assemble" it. Just curious.Plan B, a genuinely > compressed file downloaded and see what happens. Will report results. I honestly think your executable is just getting "munged" in the transfer. Create the executable into a new folder, stuff (zip, whatever) the entire folder immediately. Move that to the PC and extract. Hopefully, everything will work properly after that. The rest of the items you mentioned (ask and answer dialogs, fonts, etc.) could cause flakey behaviors and visual anomalies - but shouldn't prevent the app from running. -- Troy RPSystems, Ltd. http://www.rpsystems.net From chipp at chipp.com Sun Aug 1 04:08:50 2004 From: chipp at chipp.com (Chipp Walters) Date: Sun, 01 Aug 2004 03:08:50 -0500 Subject: Error 0,0 in Windows Standalone In-Reply-To: References: Message-ID: <410CA512.9000508@chipp.com> Have you tried compiling it on a Windows machine? If you don't have a license, perhaps you can post your stack to a server and we can try compiling it for you? Also, when creating a new standalone, make sure and do the following: Create a brand new folder first. Save your standalone to the brand new folder. There was a bug in the standalone builder on 2.2 which wouldn't build correctly if there was a folder or file name conflict. And, I might add, try removing your Windows engine and have the standalone builder automatically download it again. best, Chipp From chipp at chipp.com Sun Aug 1 04:16:21 2004 From: chipp at chipp.com (Chipp Walters) Date: Sun, 01 Aug 2004 03:16:21 -0500 Subject: Windows Backdrop Blues In-Reply-To: <2ED6C0F1-E373-11D8-B8CC-000A959D0AC6@hindu.org> References: <2ED6C0F1-E373-11D8-B8CC-000A959D0AC6@hindu.org> Message-ID: <410CA6D5.9090505@chipp.com> Hmmm I was successful in WinXP just putting into the msg: show menubar;show taskbar;set the backdrop to none and hide menubar;hide taskbar;set the backdrop to blue so, perhaps you should try 'reordering' those commands. -Chipp From b.xavier at internet.lu Sun Aug 1 05:23:22 2004 From: b.xavier at internet.lu (MisterX) Date: Sun, 1 Aug 2004 11:23:22 +0200 Subject: ANN: MoireX 2.0 In-Reply-To: Message-ID: If you thought RR was lame for graphics, think again... http://www.monsieurx.com/modules.php?name=News&file=article&sid=160 My new slinky application create Moires like the old Mac screen saver!!! Gorgeous colors and patterns to stare at for hours... And it's free! A PC executable will come soon... Enjoy! Xavier Ah yes, I locked the scripts. No serviceable parts inside. Im working on a development kit of modules some of which are in use in this stack. Sorry. From b.xavier at internet.lu Sun Aug 1 07:57:30 2004 From: b.xavier at internet.lu (MisterX) Date: Sun, 1 Aug 2004 13:57:30 +0200 Subject: MoireX 2.0 In-Reply-To: Message-ID: Hi again, I updated the links, Added the executable... Made a couple last changes to the stack regarding the cursor... and a few more tricks ;) cheers Xavier > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of MisterX > Sent: Sunday, August 01, 2004 11:23 > To: How to use Revolution > Subject: ANN: MoireX 2.0 > > > > If you thought RR was lame for graphics, think again... > > http://www.monsieurx.com/modules.php?name=News&file=article&sid=160 > > My new slinky application create Moires like the old Mac screen saver!!! > Gorgeous colors and patterns to stare at for hours... > > And it's free! A PC executable will come soon... > > Enjoy! > Xavier > > Ah yes, I locked the scripts. No serviceable parts inside. Im working on a > development kit of modules some of which are in use in this stack. Sorry. > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From b.xavier at internet.lu Sun Aug 1 08:00:41 2004 From: b.xavier at internet.lu (MisterX) Date: Sun, 1 Aug 2004 14:00:41 +0200 Subject: Windows Icons In-Reply-To: Message-ID: I found a really cood icon editor for WindowsXP icons. http://www.snapfiles.com/freeware/gmm/fwicontools.html or http://www.iconcool.net Works fine with RunRev's application building ico formats. Enjoy it... Xavier From alex at tweedly.net Sun Aug 1 07:55:06 2004 From: alex at tweedly.net (Alex Tweedly) Date: Sun, 01 Aug 2004 12:55:06 +0100 Subject: Can you make a stack larger than the screen rect under Windows? In-Reply-To: <3f07cc260407311958629cf104@mail.gmail.com> References: <2EE3B37B-E359-11D8-928E-000A95909E26@sonsothunder.com> <2EE3B37B-E359-11D8-928E-000A95909E26@sonsothunder.com> Message-ID: <5.1.0.14.0.20040801125051.0260dbc8@mail.tweedly.net> At 22:58 31/07/2004 -0400, Howard Bornstein wrote: > > I think Howard was talking about the user interactively resizing the > > window... this is a Windows limitation AFAIK. You can resize it with > > script, > > but just not interactively. > >Yes, that's exactly what I was referring to. So are you confirming >this limitation? Is this only in Revolution or does this limitation >exist with other applications? (I just answered my own question--tried >the same thing with Internet Explorer and it acts the same way: you >can't make the window larger that the screen rectangle.) > >Gee, Windows is dandy. If you *really* *really* want the functionality for your users, it should be possible to detect when the window is partially off-screen, and (programmatically) trim the window size to only the part that is on-screen. This would always allow the user to expand the on-screen edges - and then you could re-adjust if the window moved again. You'd have to be really desperate to get the functionality to justify all this work - and even then you might have some oddities with menus appearing unexpectedly. But I have used something like this technique to overcome windowing system limitations in the (dim, distant) past. (Apollo Systems, early '80s - details are gone ...) -- Alex. From kevin at runrev.com Sun Aug 1 07:56:11 2004 From: kevin at runrev.com (Kevin Miller) Date: Sun, 01 Aug 2004 12:56:11 +0100 Subject: 2.5 cursor change In-Reply-To: <39A50432-E279-11D8-89D9-000A959D005E@earthlink.net> Message-ID: On 30/7/04 11:38 pm, "Marian Petrides" wrote: > RunRev: Please consider going back to the old icon. Thanks. We're not going back to the old hand icon as the default. The new cursors are more modern and are just as clear as cursors in other applications. Please read the read me file regarding backward compatibility! Kind regards, Kevin Kevin Miller ~ kevin at runrev.com ~ http://www.runrev.com/ Runtime Revolution - User-Centric Development Tools From martin at materiaprima.fsnet.co.uk Sun Aug 1 10:19:57 2004 From: martin at materiaprima.fsnet.co.uk (Martin Baxter) Date: Sun, 01 Aug 2004 15:19:57 +0100 Subject: Can you make a stack larger than the screen rect under Windows? In-Reply-To: <5.1.0.14.0.20040801125051.0260dbc8@mail.tweedly.net> References: <3f07cc260407311958629cf104@mail.gmail.com> <2EE3B37B-E359-11D8-928E-000A95909E26@sonsothunder.com> <2EE3B37B-E359-11D8-928E-000A95909E26@sonsothunder.com> Message-ID: >At 22:58 31/07/2004 -0400, Howard Bornstein wrote: > >> > I think Howard was talking about the user interactively resizing the >> > window... this is a Windows limitation AFAIK. You can resize it with >> > script, >> > but just not interactively. >> >>Yes, that's exactly what I was referring to. So are you confirming >>this limitation? Is this only in Revolution or does this limitation >>exist with other applications? (I just answered my own question--tried >>the same thing with Internet Explorer and it acts the same way: you >>can't make the window larger that the screen rectangle.) >> >>Gee, Windows is dandy. > >If you *really* *really* want the functionality for your users, it should >be possible to detect when the window is partially off-screen, and >(programmatically) trim the window size to only the part that is on-screen. >This would always allow the user to expand the on-screen edges - and then >you could re-adjust if the window moved again. > >You'd have to be really desperate to get the functionality to justify all >this work - and even then you might have some oddities with menus >appearing unexpectedly. But I have used something like this technique to >overcome windowing system limitations in the (dim, distant) past. (Apollo >Systems, early '80s - details are gone ...) > >-- Alex. The limiting factor is not the screenrect but the windowboundingrect. I checked and you can in fact set the windowboundingrect to be wider than the screen, and this does allow the behaviour that I think you wanted. Martin Baxter From harrison at all-auctions.com Sun Aug 1 11:12:29 2004 From: harrison at all-auctions.com (Rick Harrison) Date: Sun, 1 Aug 2004 11:12:29 -0400 Subject: Rev Web Solutions? In-Reply-To: <55D1065E-E321-11D8-9385-000A95A09CF8@rpsystems.net> References: <6E6CB795-E313-11D8-9385-000A95A09CF8@rpsystems.net> <6DEC7E37-E320-11D8-91AF-000393C10758@all-auctions.com> <55D1065E-E321-11D8-9385-000A95A09CF8@rpsystems.net> Message-ID: <348DAEE6-E3CD-11D8-AB2D-000393C10758@all-auctions.com> On Jul 31, 2004, at 2:42 PM, Troy Rollins wrote: > > Version 2.5, now in beta, has integrated SSL. > -- > Troy > RPSystems, Ltd. > http://www.rpsystems.net > Troy, This is very cool news! Do we have any expected release date on this? Thanks, Rick From harrison at all-auctions.com Sun Aug 1 11:15:42 2004 From: harrison at all-auctions.com (Rick Harrison) Date: Sun, 1 Aug 2004 11:15:42 -0400 Subject: Rev Web Solutions? In-Reply-To: <68CD8B1B-E321-11D8-9A4A-000D932AE9E0@mac.com> References: <6E6CB795-E313-11D8-9385-000A95A09CF8@rpsystems.net> <6DEC7E37-E320-11D8-91AF-000393C10758@all-auctions.com> <68CD8B1B-E321-11D8-9A4A-000D932AE9E0@mac.com> Message-ID: On Jul 31, 2004, at 2:42 PM, Bj?rnke von Gierke wrote: > http://www.hyperactivesw.com/cgitutorial/ > http://rodney.buzzword.com/discuss/msgReader$155 > http://www.navaching.com/pagem.html > http://mitchellonline.pasco.k12.fl.us/training/metacardcgi.htm > > On Jul 31 2004, at 20:35, Rick Harrison wrote: > >> Hi there, >> >> I've been looking at all the information I can find thus far >> about how to use Rev as a CGI web solution. Bj?rnke, Thanks for the URL links! They are all good resources. I looked at them briefly yesterday. I'm hoping to spend more time today reading through the information. I can see I have a lot more to digest and chew on for awhile. Thanks! Rick From harrison at all-auctions.com Sun Aug 1 11:17:18 2004 From: harrison at all-auctions.com (Rick Harrison) Date: Sun, 1 Aug 2004 11:17:18 -0400 Subject: Rev Web Solutions? In-Reply-To: <1E4AAFC0-E334-11D8-9657-000A95C61E96@easynet.fr> References: <6E6CB795-E313-11D8-9385-000A95A09CF8@rpsystems.net> <6DEC7E37-E320-11D8-91AF-000393C10758@all-auctions.com> <68CD8B1B-E321-11D8-9A4A-000D932AE9E0@mac.com> <1E4AAFC0-E334-11D8-9657-000A95C61E96@easynet.fr> Message-ID: On Jul 31, 2004, at 4:56 PM, Pierre Sahores wrote: > Hi, > > About how to set up a Revolution applications server binded to > PostgreSQL under Mac OS X or Linux, see > > as_sitesearch=lists.runrev.com&num=20&q=postgresql> > > Pierre, Thanks, I'll check it out! Rick From howard.bornstein at gmail.com Sun Aug 1 11:17:55 2004 From: howard.bornstein at gmail.com (Howard Bornstein) Date: Sun, 1 Aug 2004 11:17:55 -0400 Subject: Can you make a stack larger than the screen rect under Windows? In-Reply-To: <30622062-E3C6-11D8-B7F0-000A95909E26@materiaprima.fsnet.co.uk> References: <30622062-E3C6-11D8-B7F0-000A95909E26@materiaprima.fsnet.co.uk> Message-ID: <3f07cc2604080108173795fee1@mail.gmail.com> > > The limiting factor is not the screenrect but the windowboundingrect. > > I checked and you can in fact set the windowboundingrect to be wider > than > the screen, and this does allow the behaviour that I think you wanted. > > Martin Baxter YES! Thank you for this little gem! This saves me a lot of work (although I wasn't going to go to the extreme that Alex suggested). Rev continues to amaze me (although its vast scope is a little overwheming at times). Regards, Howard Bornstein From mpetrides at earthlink.net Sun Aug 1 11:23:47 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 11:23:47 -0400 Subject: 2.5 cursor change In-Reply-To: References: Message-ID: Kevin, Understood. The issue wasn't backward compatibility, the issue was appearance. But this has been abundantly discussed on this list already. While I personally like the suggestion that an option for a grabber hand still be made available, I also understand why you might not want to do this. Thanks for the response. Marian On Aug 1, 2004, at 7:56 AM, Kevin Miller wrote: > On 30/7/04 11:38 pm, "Marian Petrides" wrote: > >> RunRev: Please consider going back to the old icon. Thanks. > > We're not going back to the old hand icon as the default. The new > cursors > are more modern and are just as clear as cursors in other applications. > > Please read the read me file regarding backward compatibility! > > Kind regards, > > Kevin > > Kevin Miller ~ kevin at runrev.com ~ http://www.runrev.com/ > Runtime Revolution - User-Centric Development Tools > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From harrison at all-auctions.com Sun Aug 1 11:24:54 2004 From: harrison at all-auctions.com (Rick Harrison) Date: Sun, 1 Aug 2004 11:24:54 -0400 Subject: Rev Web Solutions? In-Reply-To: <5C805856-E34C-11D8-9986-0003936D012E@mac.com> References: <6E6CB795-E313-11D8-9385-000A95A09CF8@rpsystems.net> <6DEC7E37-E320-11D8-91AF-000393C10758@all-auctions.com> <5C805856-E34C-11D8-9986-0003936D012E@mac.com> Message-ID: Andre, I really, really appreciate your response. It's going to take me a little time to get up to speed on the information. How is libWebServices going to work with the Secure Socket Layer which I hear will be included with Revolution 2.5? Have you done any load testing (several users at once) accessing websites written with libWebServices? It sounds like an excellent solution, but I'm a little nervous with it being so new - probably because I don't fully understand it yet. How do I contact you off list? Thanks again! Rick On Jul 31, 2004, at 7:50 PM, Andre Garzia wrote: > Rick, > > Hi let's make a little road map for you! Your options for Rev-based > CGI are three. I'll discuss each one of them. > > Option A - "GRRRR, Real Programmers don't use libraries!" (aka: Do It > Yourself From The Scratch!) > > To do that in a sane way is good to use Apache as your webserver and > you can use MySQL as your RDBMS of choice. You should check the CGI > tutorial for info on that (I saw you checked.), you said about perms > been unclear on MacOS X for you. Permissions are unix based, so it's > the same thing in MacOS X, is like that, you have three categories: > "owner of the file", "users in the same group", "the rest of the > world", you set permissions for each of this categories in a file > telling the OS how to behave. The usefull part is that your CGI files > must have permission to be executed and to create files and folders, > so you set the CGI file to 755 (that's the code for that) and the > folder it will be writing files to 777. All the information from > apache will be inside enviroment vars like $QUERY_STRING (or something > like that) It's just that. This is the hardest way, and there's no > much to tell about it, I do not recommend it. > > > Option B - "Use the Library Luke!" (aka LibCGI) > > Monte and Rodney put togheter a nice library called LibCGI > (http://rodney.weblogs.com/libcgi). It can help yourlife, really. This > lib will take care of everything, it has primitives for acquiring data > from web space and sending data back to the web, you fetch data from a > simple array gRequestDataA, I think... and use LibCGI_response() to > send data, very simple! The examples are good and there's some simple > info at the page. What users usually complain is about the procedures > for installing the library on an apache system. That part I solved for > you. I made a simple palette called CGI-Tool (fetch from > http://public.soapdog.org) that is able to install and setup LibCGI > and the Metacard/Revolution engine on a remote FTP server. It also can > server as a "distribution builder" for your cgi, like from inside Rev > IDE click a button and your stack is there on the server ready for > use. If you are doing commercial work, I advise to stay with LibCGI > for apache is very rock solid, the Rev engine is a little memory > hungry but nothing harmfull. > > > Option C - "But Mom, I'd like to stay in rev space, I am afraid to use > outside tools..." (aka revHTTPd, or ServerWorkz but the final name is > now libWebServices) > > I created a server and you saw the old documentation. Man you should > really see what I am up too... everything changed, it's now on > steroids. Since I can now do more protocols than simple HTTP, I > decided to rename the whole collection of things libWebServices. > LibWebServices is a little button. It fits inside the backscripts and > gives this features for your app: HTTP and XML-RPC. Any handler can be > accessed as if they were an URL (for example > http://my.home.machine/myStack/myCard/myButton/mouseUp) also we can > match web forms to cards with text fields this makes easy to make CGIs > and we have tons of features for remote method invocation and data > transports but Apache still THE SERVER! my server should not be used > for commercial purposes yet, I am finishing a complete rewrite and I > will open the source to investigation so that people can look for > bugs, there are better programmers here, I hope they take a look. The > two biggest advantadges are: it's self contained, your app is your > server and CGI, you can have as many CGIs running as you want in a > single app, you can copy it to a CD and run it on another computer... > try that with apache. Second the server and cgi engine are always on > so we got persistence of state, when you use apache every time a CGI > launches, it launches rev engine, run the thing, stop the engine, so > it's like that movie memento, your cgi never remember where it is, it > must re-read it's state from files/cookies/whatever and also launching > takes some time. The libWebServer is always on so if you set a > variable to something (supposing it's not a local var or a var of the > ephemeral kind) it stays that way, you can set a global to something > and fetch it anywhere anytime, thats good and evil for you must > remember to zero your vars when needed. I can give any info on this > project, just ask, I'll try to leave the new experimental server > running tonight and will announce here. > > > > I am making heavy use of cgi, apache, mysql, custom servers and > everything... it works, but sometimes it's just better to use LAMP > (linux, Apache, MySQL and PHP) on the server side and create the > client with Rev... > > Tell us about your project (if it's not secret) we can argue among > ourselves in the list eachone trying to convince you that our side is > right !!!! :D > > Cheers > andre > > On Jul 31, 2004, at 3:35 PM, Rick Harrison wrote: > >> Hi there, >> >> I've been looking at all the information I can find thus far >> about how to use Rev as a CGI web solution. I'm finding >> bits and pieces of stuff but nothing which really puts it >> all together in a simple step by step process. >> (I'm assuming that one doesn't exist at this point or I would >> have found it.) >> >> The idea is of course to use MySQL and Rev. as the CGI >> along with Apache or some other webserver capable of >> doing SSL transactions. In other words, a rather serious >> project. >> >> I've looked at Andre Garzia's httpd stack server. I found >> the concept very interesting. I'm not able to follow his >> documentation real well without illustrations etc. I was >> very impressed! I doubt that it will do SSL however. >> >> I looked at the REV CGI introduction, it is a little unclear >> on the permissions thing for setting it up on OS X. It obviously >> uses the command line terminal unix stuff to create the right >> hooks etc. This appears to work through Apache so that will >> solve the SSL problem. I obviously need some better more >> in depth resource to explore this further. >> >> I'm just now getting into the XML tutorial stack which at first >> glance looks very good. >> >> Has anyone out there done an extensive website using Rev >> and MySQL with Apache? >> >> Any other resources/examples you can recommend? >> >> Thanks in advance, >> >> Rick Harrison >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> >> > -- > Andre Alves Garzia ? 2004 > Soap Dog Studios - BRAZIL > http://studio.soapdog.org > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From soapdog at mac.com Sun Aug 1 11:52:57 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 12:52:57 -0300 Subject: Rev Web Solutions? In-Reply-To: References: <6E6CB795-E313-11D8-9385-000A95A09CF8@rpsystems.net> <6DEC7E37-E320-11D8-91AF-000393C10758@all-auctions.com> <5C805856-E34C-11D8-9986-0003936D012E@mac.com> Message-ID: On Aug 1, 2004, at 12:24 PM, Rick Harrison wrote: > > How is libWebServices going to work with the Secure Socket Layer > which I hear will be included with Revolution 2.5? > > Rick, I have the 2.5 beta here and I am yet to find info on listening to a secured socket, don't know if this is possible yet... about stress testing, well, I thought that I could handle only one request at a time, I really thought of that, then at the RMS Trevor showed me that in fact I could handle more then one request, without changing the code, I thought then: "humm.. that's why I never suffered a Denial of Service while testing on the list" so... I really don't know about how many connections it can handle, but if you're thinking about using it in a heavy traffic website, I would urge you to go Apache! libWebServices does not fully comply with HTTP 1.1, for example no chunked-connections are allowed (I didn't implemented it yet).... libWebService is targeted not to websites, but to webagents and net-savvy apps. It's targeted in making apps that can act as both client and server depending on the hole they must take. It's aimed at small intranets, search bots, data aggregators and the like... I don't expect someone to run an amazon-like service with it... but a small very specialized book store could be possible eheheh :D The best way for you to work now, is to setup a sandbox for you to play, setup Rev on a web host and play with CGI... by using it you'll fell what you need, you might even end up writing your own lib... :D Cheers andre -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From troy at rpsystems.net Sun Aug 1 12:06:28 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 12:06:28 -0400 Subject: Rev Web Solutions? In-Reply-To: References: <6E6CB795-E313-11D8-9385-000A95A09CF8@rpsystems.net> <6DEC7E37-E320-11D8-91AF-000393C10758@all-auctions.com> <5C805856-E34C-11D8-9986-0003936D012E@mac.com> Message-ID: On Aug 1, 2004, at 11:52 AM, Andre Garzia wrote: > I have the 2.5 beta here and I am yet to find info on listening to a > secured socket, don't know if this is possible yet... From the readme.txt in 2.5b1 - * Support for SSL * SSL is an add on pack in Studio and is included with Enterprise * Includes industrial strength encryption functions So, it will be there, but only if you really need it (and are willing to pay for it. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net From mpetrides at earthlink.net Sun Aug 1 12:22:05 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 12:22:05 -0400 Subject: New England Rev User's Group?? In-Reply-To: References: <6E6CB795-E313-11D8-9385-000A95A09CF8@rpsystems.net> <6DEC7E37-E320-11D8-91AF-000393C10758@all-auctions.com> <5C805856-E34C-11D8-9986-0003936D012E@mac.com> Message-ID: Having just realized that Pam Crossley lives not far from my mountain hermitage, I thought there might be other Rev users up here in the North Woods. Are there any other Rev users in New England? How about in Eastern Upstate NY? Anyone interested in getting a local Rev user's group together?? I am located in the Mad River Valley (Waitsfield/Fayston, VT) in north-central Vermont, between Burlington and Montpelier. As her recent post revealed, Pam is in the Upper Valley (Norwich, VT) along the VT-NH border. Marian (Petrides) From harrison at all-auctions.com Sun Aug 1 12:26:46 2004 From: harrison at all-auctions.com (Rick Harrison) Date: Sun, 1 Aug 2004 12:26:46 -0400 Subject: Rev Web Solutions? In-Reply-To: References: <6E6CB795-E313-11D8-9385-000A95A09CF8@rpsystems.net> <6DEC7E37-E320-11D8-91AF-000393C10758@all-auctions.com> <5C805856-E34C-11D8-9986-0003936D012E@mac.com> Message-ID: <94FBCBE4-E3D7-11D8-AB2D-000393C10758@all-auctions.com> On Aug 1, 2004, at 11:52 AM, Andre Garzia wrote: > > > The best way for you to work now, is to setup a sandbox for you to > play, setup Rev on a web host and play with CGI... by using it you'll > fell what you need, you might even end up writing your own lib... :D > > Cheers > andre > > Andre, Thanks, I'll get back to my sandbox now. ;-) Rick From troy at rpsystems.net Sun Aug 1 12:36:05 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 12:36:05 -0400 Subject: New England Rev User's Group?? In-Reply-To: References: <6E6CB795-E313-11D8-9385-000A95A09CF8@rpsystems.net> <6DEC7E37-E320-11D8-91AF-000393C10758@all-auctions.com> <5C805856-E34C-11D8-9986-0003936D012E@mac.com> Message-ID: On Aug 1, 2004, at 12:22 PM, Marian Petrides wrote: > I am located in the Mad River Valley (Waitsfield/Fayston, VT) in > north-central Vermont, between Burlington and Montpelier. As her > recent post revealed, Pam is in the Upper Valley (Norwich, VT) along > the VT-NH border. Not sure if it counts as the North Woods, but I know it counts as New England - I'm in central Connecticut. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net From pkc at mac.com Sun Aug 1 12:39:58 2004 From: pkc at mac.com (pkc) Date: Sun, 1 Aug 2004 12:39:58 -0400 Subject: use-revolution Digest, Vol 11, Issue 1 In-Reply-To: <20040801160008.571C9930224@mail.runrev.com> References: <20040801160008.571C9930224@mail.runrev.com> Message-ID: Many thanks to all for the suggestions. If it helps round out the problem, I can reply to these comments: Troy wrote: >I honestly think your executable is just getting "munged" in the >transfer. Create the executable into a new folder, stuff (zip, >whatever) the entire folder immediately. Move that to the PC and >extract. Hopefully, everything will work properly after that. The rest >of the items you mentioned (ask and answer dialogs, fonts, etc.) could >cause flakey behaviors and visual anomalies - but shouldn't prevent the >app from running. That's the most logical, and I would be satisfied with that answer if we hadn't tried every way I know of, and hundreds of repeats, of transferring the files from my G5 or G4 desktops (where they look like regular old .exe files) to a Windows desktop, where they look like bundles. I see what you mean about the apparent lack of any venue for interference from dialog stacks or fonts. I zapped the alternative ask dialog stack anyway, at which point the app picked up my global profile formatting (dropping the generic stuff) and looked snappy anyway. Still trying to share the brilliance with my Windows users! Chipp wrote: >Have you tried compiling it on a Windows machine? If you don't have a >license, perhaps you can post your stack to a server and we can try >compiling it for you? Thanks, Chipp. I've had a few friendly offers for this, and will try it as a last ditch effort. Sounds like it must be a sure-fire fix, but it doesn't quite offer a modus vivendi for the future. I have a day or so to try more specific fixes that might give me an idea what the #@!#$%^ the problem is. >Also, when creating a new standalone, make sure and do the following: > >Create a brand new folder first. >Save your standalone to the brand new folder. > >There was a bug in the standalone builder on 2.2 which wouldn't build >correctly if there was a folder or file name conflict. Ah yes, Troy also mentioned building into a fresh directory. This sounds promising indeed. I haven't been doing that, at least not consistently. >And, I might add, try removing your Windows engine and have the >standalone builder automatically download it again. The problem with that is that I wasted about a week at the beginning of this trauma trying to get my 2.2.1 and 2.2CR2 standalone builders to download the Win32 engine. I thought it was a traffic error or something (the standalone was kind of characterizing it this way with the progress bars and all), but finally I appealed to Heather and it seemed that the standalone was never actually addressing the correct directory to download that little file. I downloaded it manually and finally got a build (then on to the second and far stranger of the problems). I can only get the file with the manual download. I'm happy to do it repeatedly to make sure I get a good catch. But it is impossible for me to use my present build of the standalone to do it. My program of fixes (now under weigh) is: 1) Rename the current file on the FTP server with a "zip" suffix. Have unwitting subjects download it and see what happens.Transfer said renamed fake zip via disk and try to open. Probably won't work, but would tell a lot if one or both did. 2) Actually compress the file with Stuffit, replace the old file on the server, proceed as above.Transfer said genuine zip via disk and try to open. I figure, slightly better chance of success? 3) Reinstall Revolution, re-download Win32, rebuild everything, zip, proceed as above. 4) Transfer the stack file to some Windows machine somewhere running Revolution and build the thing. Has to succeed, no? But we would learn nothing. 5) Flunk the 80 percent of the students in the course who are using Windows, on the grounds that their work is incomplete. Attractive in its way. From ambassador at fourthworld.com Sun Aug 1 12:44:37 2004 From: ambassador at fourthworld.com (ambassador at fourthworld.com) Date: Sun, 01 Aug 2004 16:44:37 GMT Subject: use-revolution Digest, Vol 11, Issue 1 Message-ID: <200408011644.i71Gib0c095147@emu.daemonmail.net> On Sun, 1 Aug 2004 12:39:58 -0400 pkc wrote: > >I honestly think your executable is just getting "munged" in the > >transfer. Create the executable into a new folder, stuff (zip, > >whatever) the entire folder immediately. Move that to the PC and > >extract. Hopefully, everything will work properly after that. The rest > >of the items you mentioned (ask and answer dialogs, fonts, etc.) could > >cause flakey behaviors and visual anomalies - but shouldn't prevent the > >app from running. > > > That's the most logical, and I would be satisfied with that answer if > we hadn't tried every way I know of, and hundreds of repeats, of > transferring the files from my G5 or G4 desktops (where they look > like regular old .exe files) to a Windows desktop, where they look > like bundles. Hmmmm....Windows has no such thing as a bundle. On Win, Mac bundles appears as folders. But since Win executables are a single file, they should not look like a folder. What exactly does your Win build look like there? Maybe you're copying the OS X builds? From janschenkel at yahoo.com Sun Aug 1 12:54:45 2004 From: janschenkel at yahoo.com (Jan Schenkel) Date: Sun, 1 Aug 2004 09:54:45 -0700 (PDT) Subject: Rev Web Solutions? In-Reply-To: Message-ID: <20040801165445.39807.qmail@web60501.mail.yahoo.com> --- Troy Rollins wrote: > > On Aug 1, 2004, at 11:52 AM, Andre Garzia wrote: > > > I have the 2.5 beta here and I am yet to find info > on listening to a > > secured socket, don't know if this is possible > yet... > > From the readme.txt in 2.5b1 - > > * Support for SSL > * SSL is an add on pack in Studio and is included > with Enterprise > * Includes industrial strength encryption > functions > > So, it will be there, but only if you really need it > (and are willing > to pay for it. ;-) > -- > Troy > Actually, only client-side SSL (open secure socket) is available in Revolution 2.5 ; server-side SSL (accept secure connections) will be available in one of the future revisions. Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From troy at rpsystems.net Sun Aug 1 12:58:31 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 12:58:31 -0400 Subject: use-revolution Digest, Vol 11, Issue 1 In-Reply-To: References: <20040801160008.571C9930224@mail.runrev.com> Message-ID: <04BFC954-E3DC-11D8-BB6E-000A95A09CF8@rpsystems.net> On Aug 1, 2004, at 12:39 PM, pkc wrote: > My program of fixes (now under weigh) is: > > 1) Rename the current file on the FTP server with a "zip" suffix. Have > unwitting subjects download it and see what happens.Transfer said > renamed fake zip via disk and try to open. Probably won't work, but > would tell a lot if one or both did. Not recommended, unless you are looking for a new source of frustration. > > 2) Actually compress the file with Stuffit, replace the old file on > the server, proceed as above.Transfer said genuine zip via disk and > try to open. I figure, slightly better chance of success? Better than slightly. For me, it works every time. > > 3) Reinstall Revolution, re-download Win32, rebuild everything, zip, > proceed as above. Should not be required, though people have solved problems this way. > > 4) Transfer the stack file to some Windows machine somewhere running > Revolution and build the thing. Has to succeed, no? But we would > learn nothing. Do you have virtual PC on your Mac? Try running your Windows executables there, or indeed, building from there. > > 5) Flunk the 80 percent of the students in the course who are using > Windows, on the grounds that their work is incomplete. Attractive in > its way. Well, they certainly would learn *something* from that experience. Keep in mind, this is NOT an insurmountable issue. Lots of us make Windows builds from our Macs every day, with no special tricks or unspoken know-how. We'll figure it out. -- Troy RPSystems, Ltd. http://www.rpsystems.net From troy at rpsystems.net Sun Aug 1 13:00:28 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 13:00:28 -0400 Subject: Rev Web Solutions? In-Reply-To: <20040801165445.39807.qmail@web60501.mail.yahoo.com> References: <20040801165445.39807.qmail@web60501.mail.yahoo.com> Message-ID: <4A3CD0DB-E3DC-11D8-BB6E-000A95A09CF8@rpsystems.net> On Aug 1, 2004, at 12:54 PM, Jan Schenkel wrote: > Actually, only client-side SSL (open secure socket) is > available in Revolution 2.5 ; server-side SSL (accept > secure connections) will be available in one of the > future revisions. Thanks for that clarification. I hadn't really been thinking too deeply about the server implications. Just excited to have client-side functionality. -- Troy RPSystems, Ltd. http://www.rpsystems.net From soapdog at mac.com Sun Aug 1 13:01:18 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 14:01:18 -0300 Subject: Rev Web Solutions? In-Reply-To: <20040801165445.39807.qmail@web60501.mail.yahoo.com> References: <20040801165445.39807.qmail@web60501.mail.yahoo.com> Message-ID: <6839A90F-E3DC-11D8-9986-0003936D012E@mac.com> On Aug 1, 2004, at 1:54 PM, Jan Schenkel wrote: > Actually, only client-side SSL (open secure socket) is > available in Revolution 2.5 ; server-side SSL (accept > secure connections) will be available in one of the > future revisions. > Jan, that sounded like music... I was dreading the day I would listen to someone saying: "no, we'll just implement client side, you can do server side SSL on your own. Good luck boy, may God be with you...". Cheers andre > Jan Schenkel. > -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From mpetrides at earthlink.net Sun Aug 1 13:36:02 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 13:36:02 -0400 Subject: More on Pam's PC transfer problem Message-ID: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> In an attempt to see if building a standalone using the Win version of the Rev 2.5b1 would solve Pam's problem, I did the following: Downloaded Pam's stack (and the ZIP file version of Rev 2.5 b1) on my Mac. Transferred Pam's file over to PC over my wireless network but the file will not open in Rev 2.5b1 on my PC--says file is corrupted. Tried changing the name to something more DOS-friendly (PamStack.rev). No luck. Changed name to PamStack.rev on Mac, zipped it using drop zip, still says file is corrupted when I try to open it using the PC version of 2.5b1. Same problem if I try to open the file using Rev 2.1.2 on PC. I give up. Any other suggestions? This makes NO sense (to my puny little brain anyway)!! NOTE: I haven't even GOTTEN to trying to make a standalone on either platform. I can't even get the file to open up. M From troy at rpsystems.net Sun Aug 1 13:50:03 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 13:50:03 -0400 Subject: More on Pam's PC transfer problem In-Reply-To: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> References: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> Message-ID: <37BF077E-E3E3-11D8-BB6E-000A95A09CF8@rpsystems.net> On Aug 1, 2004, at 1:36 PM, Marian Petrides wrote: > I give up. Any other suggestions? This makes NO sense (to my puny > little brain anyway)!! I'm not clear about this. Did the stack open in Rev (any version) on the Mac? -- Troy RPSystems, Ltd. http://www.rpsystems.net From Mike at Doub.com Sun Aug 1 13:58:33 2004 From: Mike at Doub.com (Mike Doub) Date: Sun, 1 Aug 2004 13:58:33 -0400 Subject: Rev Web Solutions? In-Reply-To: Message-ID: <20040801175840.CYVB1786.imf18aec.mail.bellsouth.net@mail.tribrain.net> I just thought that I would chime in a positive note about Andre Garzia's work. I am using Andre's httpd and have created a web site that goes off and queries a SQL Server database thru ODBC and renders the data back in a format optimized for handheld devices (ie my blackberry) I have not had any problems at all, but it is not a terrible high traffic site. I have a variety of people accessing my site and no one has mentioned any denial of service issues. I am looking forward to the next release of Andre's code to see how it has evolved. My next step is to add forms capability and make my queries to the database more dynamic. I want that thank Andre for making this available, it was a big help and allowed me to solve a real problem I was having. -= Mike -----Original Message----- From: use-revolution-bounces at lists.runrev.com [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of Andre Garzia Sent: Sunday, August 01, 2004 11:53 AM To: How to use Revolution Subject: Re: Rev Web Solutions? On Aug 1, 2004, at 12:24 PM, Rick Harrison wrote: > > How is libWebServices going to work with the Secure Socket Layer > which I hear will be included with Revolution 2.5? > > Rick, I have the 2.5 beta here and I am yet to find info on listening to a secured socket, don't know if this is possible yet... about stress testing, well, I thought that I could handle only one request at a time, I really thought of that, then at the RMS Trevor showed me that in fact I could handle more then one request, without changing the code, I thought then: "humm.. that's why I never suffered a Denial of Service while testing on the list" so... I really don't know about how many connections it can handle, but if you're thinking about using it in a heavy traffic website, I would urge you to go Apache! libWebServices does not fully comply with HTTP 1.1, for example no chunked-connections are allowed (I didn't implemented it yet).... libWebService is targeted not to websites, but to webagents and net-savvy apps. It's targeted in making apps that can act as both client and server depending on the hole they must take. It's aimed at small intranets, search bots, data aggregators and the like... I don't expect someone to run an amazon-like service with it... but a small very specialized book store could be possible eheheh :D The best way for you to work now, is to setup a sandbox for you to play, setup Rev on a web host and play with CGI... by using it you'll fell what you need, you might even end up writing your own lib... :D Cheers andre -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org _______________________________________________ use-revolution mailing list use-revolution at lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution From katir at hindu.org Sun Aug 1 14:02:18 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Sun, 1 Aug 2004 08:02:18 -1000 Subject: 2.5 cursor change In-Reply-To: References: Message-ID: How about a black arrow tool for browse mode--and a white arrow tool for pointer mode ala adobe? On Aug 1, 2004, at 1:56 AM, Kevin Miller wrote: > On 30/7/04 11:38 pm, "Marian Petrides" wrote: > >> RunRev: Please consider going back to the old icon. Thanks. > > We're not going back to the old hand icon as the default. The new > cursors > are more modern and are just as clear as cursors in other applications. > > Please read the read me file regarding backward compatibility! > > Kind regards, > > Kevin > > Kevin Miller ~ kevin at runrev.com ~ http://www.runrev.com/ > Runtime Revolution - User-Centric Development Tools > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From klaus at major-k.de Sun Aug 1 14:08:41 2004 From: klaus at major-k.de (Klaus Major) Date: Sun, 1 Aug 2004 20:08:41 +0200 Subject: 2.5 cursor change In-Reply-To: References: Message-ID: Hi Swami, > How about a black arrow tool for browse mode--and a white arrow tool > for pointer mode ala adobe? ah, must be a mac user ;-) The windows system cursor is a white arrow and i think on windoze (not tested yet) the EX-hand cursor will be a white arrow...(?) I may be wrong, but i would exspect a white arrow as the "browse" tool on win... That would be consequential! Regards Klaus Major klaus at major-k.de http://www.major-k.de From troy at rpsystems.net Sun Aug 1 14:23:51 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 14:23:51 -0400 Subject: 2.5 cursor change In-Reply-To: References: Message-ID: On Aug 1, 2004, at 2:02 PM, Sannyasin Sivakatirswami wrote: > How about a black arrow tool for browse mode--and a white arrow tool > for pointer mode ala adobe? I think RunRev has a good (maybe even excellent) cursor set in 2.5. Granted, there is some loss of familiarity for long-time users, but new people will probably see nothing to complain about, and the rest of us will get used to it, I'll bet. If you look at the select tool cursor, it is quite distinct. And the browse tool cursor, is just the standard cursor - as it should be unless your app overrides it. -- Troy RPSystems, Ltd. http://www.rpsystems.net From howard.bornstein at gmail.com Sun Aug 1 14:33:21 2004 From: howard.bornstein at gmail.com (Howard Bornstein) Date: Sun, 1 Aug 2004 14:33:21 -0400 Subject: New England Rev User's Group?? In-Reply-To: <0F50F500-E3D9-11D8-B7F0-000A95909E26@rpsystems.net> References: <0F50F500-E3D9-11D8-B7F0-000A95909E26@rpsystems.net> Message-ID: <3f07cc260408011133134980be@mail.gmail.com> Woodstock, NY here. -Howard Bornstein From mpetrides at earthlink.net Sun Aug 1 14:36:39 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 14:36:39 -0400 Subject: More on Pam's PC transfer problem In-Reply-To: <37BF077E-E3E3-11D8-BB6E-000A95A09CF8@rpsystems.net> References: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> <37BF077E-E3E3-11D8-BB6E-000A95A09CF8@rpsystems.net> Message-ID: Ayup. Opens fine in 2.5b1 on the Mac. Doesn't open in either 2.12 or 2.5b1 on PC, whether it was sent there directly or having been zipped first. On Aug 1, 2004, at 1:50 PM, Troy Rollins wrote: > > On Aug 1, 2004, at 1:36 PM, Marian Petrides wrote: > >> I give up. Any other suggestions? This makes NO sense (to my puny >> little brain anyway)!! > > I'm not clear about this. > > Did the stack open in Rev (any version) on the Mac? > > -- > Troy > RPSystems, Ltd. > http://www.rpsystems.net > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From katir at hindu.org Sun Aug 1 14:48:03 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Sun, 1 Aug 2004 08:48:03 -1000 Subject: Auto Full Screen for presentations Message-ID: <51AEF6B9-E3EB-11D8-B8CC-000A959D0AC6@hindu.org> Some applications like Power Point, DVD players Acrobat automatically fill the entire screen if you open a presentation, regardless of the resolution of the monitor. If there is an aspect ratio to be maintained the unused areas of the overly long screen dimension are set to black. I've never tried to make this happen with my revolution apps, as, personally I didn't think it was a good idea and since I work on a 21 inch apple cinema display filling the entire screen seemed a bit over kill. I've always stuck with hiding the desk top. But some presenters expect this behavior (auto use entire screen), if they have to give a class to children or make a presentation to a board, they just expect to boot up the application and viola the entire screen is taken up. And I have noticed that on some windows machines the physical screen is just a standard 12" desktop screen but the resolution is set to 1152 X 720 (my goodness how any one can read anything in that environment is beyond me!) and, my presentation if set to to 800 X 600 appears pretty small in the center of the screen. Asking them to adjust the display properties to 800 X 600 just makes eyes roll and besides it tends to ruin the look... because the monitor is optimized for a higher resolution and changing the monitor resolution can wreck the pixels...? I really don't understand it very well. How do we do this in Revolution? What are the caveats? Don't some graphics get "blown" when being oversized from their original? What is Power Point doing behind the scenes to keep everything looking good if it boots into a super high resolution-huge screen space? I suspect someone already has a set of pre-open stack handlers that does this job across all platforms, if so, could you share those with us? Along with the usual set of warnings about what not to do... Thanks Sannyasin Sivakatirswami Himalayan Academy Publications at Kauai's Hindu Monastery katir at hindu.org www.HimalayanAcademy.com, www.HinduismToday.com www.Gurudeva.org www.Hindu.org From psahores at easynet.fr Sun Aug 1 14:50:54 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Sun, 1 Aug 2004 20:50:54 +0200 Subject: Rev Web Solutions? In-Reply-To: <20040801165445.39807.qmail@web60501.mail.yahoo.com> References: <20040801165445.39807.qmail@web60501.mail.yahoo.com> Message-ID: Le 1 ao?t 04, ? 18:54, Jan Schenkel a ?crit : > > Actually, only client-side SSL (open secure socket) is > available in Revolution 2.5 ; Cool ! > server-side SSL (accept > secure connections) will be available in one of the > future revisions. Will be very usefull too... > > Jan Schenkel. > > ===== > "As we grow older, we grow both wiser and more foolish at the same > time." (La Rochefoucauld) > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers! > http://promotions.yahoo.com/new_mail > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" From troy at rpsystems.net Sun Aug 1 14:50:34 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 14:50:34 -0400 Subject: More on Pam's PC transfer problem In-Reply-To: References: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> <37BF077E-E3E3-11D8-BB6E-000A95A09CF8@rpsystems.net> Message-ID: On Aug 1, 2004, at 2:36 PM, Marian Petrides wrote: > Ayup. Opens fine in 2.5b1 on the Mac. Doesn't open in either 2.12 or > 2.5b1 on PC, whether it was sent there directly or having been zipped > first. Whoa. No newsflash, but something not right there. Rev says the file is "corrupted"? What if "lock messages" is turned on before opening? Any weird Mac specific things going on in openStack or pre-open card handlers? Maybe, each substack could be saved as an individual file, transferred and opened... to determine the real culprit. Maybe somebody like Richard, Chipp, or Ken could have some better ideas. -- Troy RPSystems, Ltd. http://www.rpsystems.net From mpetrides at earthlink.net Sun Aug 1 14:57:16 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 14:57:16 -0400 Subject: More on Pam's PC transfer problem In-Reply-To: References: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> <37BF077E-E3E3-11D8-BB6E-000A95A09CF8@rpsystems.net> Message-ID: <9B6AECF0-E3EC-11D8-B6EA-000A959D005E@earthlink.net> Even more information: I took the .rev file I initially downloaded from Pam's iDisk using my Mac and opened it in Rev 2.1.2 Mac version. No prob. Created a Mac and a Windows standalone using Rev 2.1.2. Mac standalone works fine. Sent Windows standalone over to PC directly over my wireless network. Attempt to run it gives 0,0 error message reported by Pam. Zipped Windows standalone and sent it to PC also over my wireless network. Unzipped on PC. Attempt to run it gives same 0,0 error: ", error was 0,0" Pam, what about Troy's suggestions? M On Aug 1, 2004, at 2:50 PM, Troy Rollins wrote: > > On Aug 1, 2004, at 2:36 PM, Marian Petrides wrote: > >> Ayup. Opens fine in 2.5b1 on the Mac. Doesn't open in either 2.12 or >> 2.5b1 on PC, whether it was sent there directly or having been zipped >> first. > > Whoa. > > No newsflash, but something not right there. > > Rev says the file is "corrupted"? What if "lock messages" is turned on > before opening? Any weird Mac specific things going on in openStack or > pre-open card handlers? > > Maybe, each substack could be saved as an individual file, transferred > and opened... to determine the real culprit. > > Maybe somebody like Richard, Chipp, or Ken could have some better > ideas. > -- > Troy > RPSystems, Ltd. > http://www.rpsystems.net > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From psahores at easynet.fr Sun Aug 1 15:14:24 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Sun, 1 Aug 2004 21:14:24 +0200 Subject: Auto Full Screen for presentations In-Reply-To: <51AEF6B9-E3EB-11D8-B8CC-000A959D0AC6@hindu.org> References: <51AEF6B9-E3EB-11D8-B8CC-000A959D0AC6@hindu.org> Message-ID: Hello Katir, Here is some code i'm using to handle such kind of tasks (a QT Player stack). Perhaps will it be something you can pick and adapt to your own needs :) Best, on resizeStack show fld "userpanel" of stack "istream" if the rect of stack "istream" is not the screenRect then pass resizeStack end resizeStack on dofullscreen lock screen put the screenrect into eee hide fld "userpanel" of stack "iStream" set the rect of stack "iStream" to eee subtract 20 from last item of eee set the rect of player "mainplayer" to eee set the showController of player "mainplayer" of stack "iStream" to false set the loc of player "mainplayer" of stack "istream" to the loc of window "iStream" hide menubar set the backgroundcolor of this cd to "black" unlock screen end dofullscreen on dofullscreen2 lock screen put the screenrect into eee hide fld "userpanel" of stack "iStream" set the rect of stack "iStream" to eee show graphic "graphic1" subtract (last item of eee div 3.8) from last item of eee set the rect of player "mainplayer" to eee set the showController of player "mainplayer" of stack "iStream" to false set the loc of player "mainplayer" of stack "istream" to the loc of window "iStream" hide menubar set the backgroundcolor of this cd to "black" unlock screen end dofullscreen2 on doresizebtn lock screen set the backgroundcolor of this cd to "" hide fld "userpanel" of stack "iStream" set the left of player "mainplayer" of stack "iStream" to the left of fld "commandpanel" of stack "iStream" set the width of player "mainplayer" of stack "iStream" to -44+the width of window "istream" set the top of player "mainplayer" of stack "iStream" to 20 set the height of player "mainplayer" of stack "iStream" to -38+the height of window "istream" set the showController of player "mainplayer" of stack "iStream" to true unlock screen end doresizebtn on doresizeplayer global StSzTemp lock screen set the backgroundcolor of this cd to "" if the left of player "mainplayer" of stack "iStream" is not "254" then show menubar set the rect of stack "istream" to the screenrect set the loc of stack "istream" to the screenloc set the top of window "istream" to 20 set the height of window "istream" to -40+the height of window "istream" -- put the rect of stack "iStream" into StSzTemp -- set the rect of stack "iStream" to the screenrect -- StSzTemp set the showController of player "mainplayer" of stack "iStream" to true set the left of player "mainplayer" of stack "iStream" to 254 set the width of player "mainplayer" of stack "iStream" to -276+the width of window "istream" set the top of player "mainplayer" of stack "iStream" to 84 set the height of player "mainplayer" of stack "iStream" to -46-60+the height of window "istream" set the width of fld "userpanel" of stack "iStream" to the -44+width of window "istream" hide graphic "graphic1" show fld "userpanel" of stack "iStream" revChangeWindowSize the width of stack "iStream", the height of stack "iStream" else if "mainplayer" is not in the target then hide fld "userpanel" of stack "iStream" set the left of player "mainplayer" of stack "iStream" to the left of fld "commandpanel" of stack "iStream" set the width of player "mainplayer" of stack "iStream" to -44+the width of window "istream" set the top of player "mainplayer" of stack "iStream" to 20 set the height of player "mainplayer" of stack "iStream" to -38+the height of window "istream" end if unlock screen end doresizeplayer Le 1 ao?t 04, ? 20:48, Sannyasin Sivakatirswami a ?crit : > Some applications like Power Point, DVD players Acrobat automatically > fill the entire screen if you open a presentation, regardless of the > resolution of the monitor. If there is an aspect ratio to be > maintained the unused areas of the overly long screen dimension are > set to black. > > I've never tried to make this happen with my revolution apps, as, > personally I didn't think it was a good idea and since I work on a 21 > inch apple cinema display filling the entire screen seemed a bit over > kill. > > I've always stuck with hiding the desk top. > > But some presenters expect this behavior (auto use entire screen), if > they have to give a class to children or make a presentation to a > board, they just expect to boot up the application and viola the > entire screen is taken up. And I have noticed that on some windows > machines the physical screen is just a standard 12" desktop screen but > the resolution is set to 1152 X 720 (my goodness how any one can read > anything in that environment is beyond me!) and, my presentation if > set to to 800 X 600 appears pretty small in the center of the screen. > Asking them to adjust the display properties to 800 X 600 just makes > eyes roll and besides it tends to ruin the look... because the monitor > is optimized for a higher resolution and changing the monitor > resolution can wreck the pixels...? I really don't understand it very > well. > > How do we do this in Revolution? What are the caveats? Don't some > graphics get "blown" when being oversized from their original? What is > Power Point doing behind the scenes to keep everything looking good if > it boots into a super high resolution-huge screen space? > > I suspect someone already has a set of pre-open stack handlers that > does this job across all platforms, if so, could you share those with > us? Along with the usual set of warnings about what not to do... > > Thanks > > Sannyasin Sivakatirswami > Himalayan Academy Publications > at Kauai's Hindu Monastery > katir at hindu.org > > www.HimalayanAcademy.com, > www.HinduismToday.com > www.Gurudeva.org > www.Hindu.org > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" From soapdog at mac.com Sun Aug 1 15:21:04 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 16:21:04 -0300 Subject: Rev Web Solutions? In-Reply-To: <20040801175840.CYVB1786.imf18aec.mail.bellsouth.net@mail.tribrain.net> References: <20040801175840.CYVB1786.imf18aec.mail.bellsouth.net@mail.tribrain.net> Message-ID: On Aug 1, 2004, at 2:58 PM, Mike Doub wrote: > I just thought that I would chime in a positive note about Andre > Garzia's work. I am using Andre's httpd and have created a web site > that goes off and queries a SQL Server database thru ODBC and renders > the data back in a format optimized for handheld devices (ie my > blackberry) I have not had any problems at all, but it is not a > terrible high traffic site. I have a variety of people accessing my > site and no one has mentioned any denial of service issues. > > I am looking forward to the next release of Andre's code to see how it > has evolved. My next step is to add forms capability and make my > queries to the database more dynamic. > > I want that thank Andre for making this available, it was a big help > and allowed me to solve a real problem I was having. > > -= Mike Mike, just for your pleasure, I put the version I demoed at the Revolution Masters Sumit available at http://public.soapdog.org, I think that version has all the templating utilities and the XML-RPC part, that's not the new from scratch version I am making but should be eons from that simple httpd.rev I think you're working with. The package is ServerWorkz RC2 2.zip I don't know the difference between that version and the one I usually left running here on the list... So be happy with some not too new code, but better code indeed! Also, if you could send me some shots of your app running and maybe a digital photo of your blackberry it would be fun! I am making some testimonials and case studies pages, That would be a killer case study for that's what I target the project!!! Thanks for your cumpliments! :D That's what make us going! Cheers Andre > > -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From kray at sonsothunder.com Sun Aug 1 15:24:41 2004 From: kray at sonsothunder.com (Ken Ray) Date: Sun, 01 Aug 2004 14:24:41 -0500 Subject: More on Pam's PC transfer problem In-Reply-To: Message-ID: On 8/1/04 1:50 PM, "Troy Rollins" wrote: > Maybe somebody like Richard, Chipp, or Ken could have some better ideas. Well maybe not better, but certainly different. :-) Is it possible that the Mac version has resources in the resource fork (an external for OS 9 perhaps or a custom icon applied in OS 9) that may be affecting the stripping of data when it goes to Windows? And if Pam wouldn't mind, could she (or you, Marian) post the link to the .rev file so we could try troubleshooting this ourselves? Thanks, Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: kray at sonsothunder.com From mwieder at ahsoftware.net Sun Aug 1 15:26:20 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Sun, 1 Aug 2004 12:26:20 -0700 Subject: More on Pam's PC transfer problem In-Reply-To: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> References: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> Message-ID: <2210867807.20040801122620@ahsoftware.net> Marian- Sunday, August 1, 2004, 10:36:02 AM, you wrote: MP> In an attempt to see if building a standalone using the Win version of MP> the Rev 2.5b1 would solve Pam's problem, I did the following: MP> Downloaded Pam's stack (and the ZIP file version of Rev 2.5 b1) on my MP> Mac. Transferred Pam's file over to PC over my wireless network but the MP> file will not open in Rev 2.5b1 on my PC--says file is corrupted. Try opening the file in a text editor. I had this problem with other files and when I did this the first line of text said that the file had been encoded with binhex. If you see that line when looking at the zip file with a text editor then you need to unbinhex it first. Once you've done that you can open the resulting zip file with no problem. -- -Mark Wieder mwieder at ahsoftware.net From katir at hindu.org Sun Aug 1 15:35:43 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Sun, 1 Aug 2004 09:35:43 -1000 Subject: voice mail recording Message-ID: Does anyone know what format is used or would be best for voice mail? What is the sound format used in telephony applications/telephone systems It would seem like a very doable thing to record something in Rev and then email the file to someone... Sannyasin Sivakatirswami Himalayan Academy Publications at Kauai's Hindu Monastery katir at hindu.org www.HimalayanAcademy.com, www.HinduismToday.com www.Gurudeva.org www.Hindu.org From pkc at mac.com Sun Aug 1 15:44:35 2004 From: pkc at mac.com (pkc) Date: Sun, 1 Aug 2004 15:44:35 -0400 Subject: update on pamela crisis In-Reply-To: <20040801185458.6D7D893027A@mail.runrev.com> References: <20040801185458.6D7D893027A@mail.runrev.com> Message-ID: Hello all, a little more to report, and responses: In my last message, I wrote: > >My program of fixes (now under weigh) is: > >1) Rename the current file on the FTP server with a "zip" suffix. >Have unwitting subjects download it and see what happens.Transfer >said renamed fake zip via disk and try to open. Probably won't work, >but would tell a lot if one or both did. Tried this. As predicted, a failure. >2) Actually compress the file with Stuffit, replace the old file on >the server, proceed as above.Transfer said genuine zip via disk and >try to open. I figure, slightly better chance of success? Tried this. Contrary to predictions, a failure. >3) Reinstall Revolution, re-download Win32, rebuild everything, zip, >proceed as above. Had hopes for this one. Just got the report: Exact same "0,0" error. >4) Transfer the stack file to some Windows machine somewhere running >Revolution and build the thing. Has to succeed, no? But we would >learn nothing. Marian was kind enough to do this. Her comments are below. This was also a failure. >5) Flunk the 80 percent of the students in the course who are using >Windows, on the grounds that their work is incomplete. Attractive in >its way. Imminent. Ambassador wrote: > >Hmmmm....Windows has no such thing as a bundle. On Win, Mac bundles >appears as folders. But since Win executables are a single file, they >should not look like a folder. This is what is so mind boggling about this. When I moved the .exe file to my PC to see what the students were talking about, there was a bundle --a folder, a .ds store file, a GUI file, and another file I expect is the executables. But the properties windows identifies the latter two as applications. When I transferred this via CDR, I got one icon, but showed an apparent GUI window, and gave the "0,0" error when I tried to open it. Properties window says it is an application. > Maybe you're copying >the OS X builds? > If so, I have no idea how to avoid it. In the standalone builder, nothing is checked but Windows and nothing comes out but an .exe file. I am not building the OS X application simultaneously. Troy wrote: > >Keep in mind, this is NOT an insurmountable issue. Lots of us make >Windows builds from our Macs every day, with no special tricks or >unspoken know-how. We'll figure it out. I understand. I've been doing this exact same thing --building on mac, distributing to windows-- with Revolution for nearly five years now. Never had a problem like this. Have been quite an advocate for getting Revolution more involved in our teaching. Now the whole school knows the course has ground to a halt for Windows-using students. I have never ever had these problems and have been able to solve all Revolution problems up to now. This one appears inexplicable, let alone solvable. Marian wrote: > >Downloaded Pam's stack (and the ZIP file version of Rev 2.5 b1) on my >Mac. Transferred Pam's file over to PC over my wireless network but the >file will not open in Rev 2.5b1 on my PC--says file is corrupted. > >Tried changing the name to something more DOS-friendly (PamStack.rev). >No luck. > >Changed name to PamStack.rev on Mac, zipped it using drop zip, still >says file is corrupted when I try to open it using the PC version of >2.5b1. > >Same problem if I try to open the file using Rev 2.1.2 on PC. > ... >Opens fine in 2.5b1 on the Mac. Doesn't open in either 2.12 or >2.5b1 on PC, whether it was sent there directly or having been zipped >first. Troy wrote: >Whoa. > >No newsflash, but something not right there. > >Rev says the file is "corrupted"? What if "lock messages" is turned on >before opening? Any weird Mac specific things going on in openStack or >pre-open card handlers? > >Maybe, each substack could be saved as an individual file, transferred >and opened... to determine the real culprit. > >Maybe somebody like Richard, Chipp, or Ken could have some better ideas. I would probably not recognize "weird Mac specific things" happening in my scripts. So far as I know, there is nothing weird in the scripts at all. Marian wrote: > >I took the .rev file I initially downloaded from Pam's iDisk using my >Mac and opened it in Rev 2.1.2 Mac version. No prob. Created a Mac >and a Windows standalone using Rev 2.1.2. Mac standalone works fine. > >Sent Windows standalone over to PC directly over my wireless network. >Attempt to run it gives 0,0 error message reported by Pam. >Zipped Windows standalone and sent it to PC also over my wireless >network. Unzipped on PC. Attempt to run it gives same 0,0 error: >", error was 0,0" > >Pam, what about Troy's suggestions? You mean about weird scripting? Absolutely nothing comes to mind. But why take my word for it? You can all join in the mystery stack sweepstakes. I have reinstalled Rev 2.2.1 on my G5. The program will now properly download the Win32 engine (good news), and it has done that. I made a fresh directory and built the Windows standalone into it. I put it online for my students to FTP. They did. It is a bust. Error 0,0. I saved both the stack file and the Windows build directly into my iDisk (maybe there is some spooky formatting on hard disk that is messing up the file?): pkc. No password. Take a look for yourself. It sounds like the solver of this scientific mystery should get a Nobel prize. From soapdog at mac.com Sun Aug 1 15:58:04 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 16:58:04 -0300 Subject: voice mail recording In-Reply-To: References: Message-ID: <19EE1468-E3F5-11D8-9986-0003936D012E@mac.com> Sannyasin, The premier PBX app for linux (and *nix) is called asterisk (http://www.asterisk.org) and they are very big, I checked about how they store their voicemail files and found this url that you'll find interesting http://www.voip-info.org/wiki-Asterisk+sound+files it's basically wav file tailored for size and not quality. cheers andre On Aug 1, 2004, at 4:35 PM, Sannyasin Sivakatirswami wrote: > Does anyone know what format is used or would be best for voice mail? > What is the sound format used in telephony applications/telephone > systems It would seem like a very doable thing to record something in > Rev and then email the file to someone... > > Sannyasin Sivakatirswami > Himalayan Academy Publications > at Kauai's Hindu Monastery > katir at hindu.org > > www.HimalayanAcademy.com, > www.HinduismToday.com > www.Gurudeva.org > www.Hindu.org > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From soapdog at mac.com Sun Aug 1 16:07:22 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 17:07:22 -0300 Subject: update on pamela crisis In-Reply-To: References: <20040801185458.6D7D893027A@mail.runrev.com> Message-ID: <66889882-E3F6-11D8-9986-0003936D012E@mac.com> Hi Folks, I am a late guest in this crisis, can someone sumarize it to me so that I can try to help too? andre From mwieder at ahsoftware.net Sun Aug 1 16:20:28 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Sun, 1 Aug 2004 13:20:28 -0700 Subject: More on Pam's PC transfer problem In-Reply-To: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> References: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> Message-ID: <17814115436.20040801132028@ahsoftware.net> Marian- I forgot to mention that the Windows binhex decode extension is available at http://www.funduc.com. Look down the page for "Decode Shell Extension" under Free Software. -- -Mark mwieder at ahsoftware.net From chipp at chipp.com Sun Aug 1 16:27:28 2004 From: chipp at chipp.com (Chipp Walters) Date: Sun, 01 Aug 2004 15:27:28 -0500 Subject: update on pamela crisis In-Reply-To: References: <20040801185458.6D7D893027A@mail.runrev.com> Message-ID: <410D5230.7040607@chipp.com> Pam, I'm with Ken, try posting your stack on a webserver and we'll take a look at it. -Chipp From kee at kagi.com Sun Aug 1 17:04:19 2004 From: kee at kagi.com (kee nethery) Date: Sun, 1 Aug 2004 14:04:19 -0700 Subject: Mainstacks and substacks? In-Reply-To: <66889882-E3F6-11D8-9986-0003936D012E@mac.com> References: <20040801185458.6D7D893027A@mail.runrev.com> <66889882-E3F6-11D8-9986-0003936D012E@mac.com> Message-ID: <5AE3DC00-E3FE-11D8-B798-000A959B2940@kagi.com> First, my questions are no where near as important as Pamela's, but perhaps they are easier to answer? Question #1: removing a substack from a mainstack I have a mainstack StackB and so that I could use XML when I compile it, I somehow managed to add revSOAP.rev into it. I am able to compile StackB and distribute it as a standalone to folks. [StackB(revSOAP)] Now, as I believe I have learned, you cannot have a mainstack (StackB) save changes to itself. If you want to do that, you need to create a splash screen stack as the mainstack (StackA), and then put the old mainstack (StackB) where data wants to be saved, as a substack of that splash screen stack (StackB). Assuming this is correct, it is also my understanding that substacks (StackB) cannot have substacks (revSOAP). So how do I remove revSOAP from StackB so that I can import it as a separate substack in StackA along with StackB? What I have: [StackA(StackB(revSOAP))] What I think I want: [StackA(StackB,revSOAP)] Question #2: docs for apps with data saved in substacks Where are the docs for understanding how to build a standalone that can retain data in substacks? I've looked at the example on the runrev site, I've looked through the 1.1.1 manuals, I've searched the online docs and I've looked at Dan Shafer's Volume 1. I know this is supposed to be simple but I cannot find the answer. Thanks in advance, Kee Nethery From troy at rpsystems.net Sun Aug 1 17:14:14 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 17:14:14 -0400 Subject: Mainstacks and substacks? In-Reply-To: <5AE3DC00-E3FE-11D8-B798-000A959B2940@kagi.com> References: <20040801185458.6D7D893027A@mail.runrev.com> <66889882-E3F6-11D8-9986-0003936D012E@mac.com> <5AE3DC00-E3FE-11D8-B798-000A959B2940@kagi.com> Message-ID: On Aug 1, 2004, at 5:04 PM, kee nethery wrote: > Question #1: removing a substack from a mainstack > > I have a mainstack StackB and so that I could use XML when I compile > it, I somehow managed to add revSOAP.rev into it. I am able to compile > StackB and distribute it as a standalone to folks. > > > Assuming this is correct, it is also my understanding that substacks > (StackB) cannot have substacks (revSOAP). So how do I remove revSOAP > from StackB so that I can import it as a separate substack in StackA > along with StackB? > You open the stack, select the substack, and use the menu command under the file menu "Save substack as file.." > > Question #2: docs for apps with data saved in substacks > > Where are the docs for understanding how to build a standalone that > can retain data in substacks? I've looked at the example on the runrev > site, I've looked through the 1.1.1 manuals, I've searched the online > docs and I've looked at Dan Shafer's Volume 1. I know this is supposed > to be simple but I cannot find the answer. > You can only do this by using a "splash screen" or other stack as the file which gets made into the executable, and it then calls your actual stack. This way, your actual stack is not the executable, and can be saved. -- Troy RPSystems, Ltd. http://www.rpsystems.net From mpetrides at earthlink.net Sun Aug 1 17:16:57 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 17:16:57 -0400 Subject: update on pamela crisis In-Reply-To: <66889882-E3F6-11D8-9986-0003936D012E@mac.com> References: <20040801185458.6D7D893027A@mail.runrev.com> <66889882-E3F6-11D8-9986-0003936D012E@mac.com> Message-ID: <1EDE7140-E400-11D8-B6EA-000A959D005E@earthlink.net> Stack works fine on Mac (OS X). Transfer to PC as non-standalone. Won't open on PC (file corrupted). Can load it, therefore can't make standalone out of it. Same thing if zip using drop-zip prior to transfer from Mac to PC. Make into standalone on Mac. Works fine. Make into Win standalone on Mac. Transfer to PC get "0,0 error" when try to run the standalone on PC. Same thing if zip using drop-zip prior to transfer from Mac to PC. On Aug 1, 2004, at 4:07 PM, Andre Garzia wrote: > Hi Folks, > > I am a late guest in this crisis, can someone sumarize it to me so > that I can try to help too? > > andre > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From mpetrides at earthlink.net Sun Aug 1 17:20:38 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 17:20:38 -0400 Subject: More on Pam's PC transfer problem In-Reply-To: <2210867807.20040801122620@ahsoftware.net> References: <421FFEF5-E3E1-11D8-B6EA-000A959D005E@earthlink.net> <2210867807.20040801122620@ahsoftware.net> Message-ID: File unpacks OK on PC side just doesn't work once unpacked. Used same version of Zip to port Rev 2.5b1 over and it unpacked and ran fine without bin-hex decode prior. I did look at the zip file with TextEdit and it is all the usual gibberish, no indication that bin-hex is involved (that I can see anyway). M On Aug 1, 2004, at 3:26 PM, Mark Wieder wrote: > Marian- > > Sunday, August 1, 2004, 10:36:02 AM, you wrote: > > MP> In an attempt to see if building a standalone using the Win > version of > MP> the Rev 2.5b1 would solve Pam's problem, I did the following: > > MP> Downloaded Pam's stack (and the ZIP file version of Rev 2.5 b1) on > my > MP> Mac. Transferred Pam's file over to PC over my wireless network > but the > MP> file will not open in Rev 2.5b1 on my PC--says file is corrupted. > > Try opening the file in a text editor. I had this problem with other > files and when I did this the first line of text said that the file > had been encoded with binhex. If you see that line when looking at the > zip file with a text editor then you need to unbinhex it first. Once > you've done that you can open the resulting zip file with no problem. > > -- > -Mark Wieder > mwieder at ahsoftware.net > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From mpetrides at earthlink.net Sun Aug 1 17:24:15 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 17:24:15 -0400 Subject: update on pamela crisis In-Reply-To: <410D5230.7040607@chipp.com> References: <20040801185458.6D7D893027A@mail.runrev.com> <410D5230.7040607@chipp.com> Message-ID: <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> >>>>I'm with Ken, try posting your stack on a webserver and we'll take a look at it. I think Pam has already done this, athough it may only be accessible to us Mac types. Pam wrote: >>>>I saved both the stack file and the Windows build directly into my iDisk (maybe there is some spooky formatting on hard disk that is messing up the file?): pkc. No password. Take a look for yourself. So anyone who can access the public folder on iDisk pkc should be able to d/l the file the same way I did. I really hope SOMEONE can find the source of corruption! M (Beating head against wall!!) On Aug 1, 2004, at 4:27 PM, Chipp Walters wrote: From hershrev at realtorsgroup.us Sun Aug 1 17:32:07 2004 From: hershrev at realtorsgroup.us (Hershel Fisch) Date: Sun, 1 Aug 2004 17:32:07 -0400 Subject: Rev Web Solutions? In-Reply-To: <1E4AAFC0-E334-11D8-9657-000A95C61E96@easynet.fr> Message-ID: <3D482B7C-E402-11D8-9D51-0030654C1E62@realtorsgroup.us> On Saturday, July 31, 2004, at 04:56 PM, Pierre Sahores wrote: > Hi, > > About how to set up a Revolution applications server binded to > PostgreSQL under Mac OS X or Linux, see B1 on Mac os X , doesn't work with postgres. > > search?as_sitesearch=lists.runrev.com&num=20&q=postgresql> > > Le 31 juil. 04, ? 20:42, Bj?rnke von Gierke a ?crit : > >> http://www.hyperactivesw.com/cgitutorial/ >> http://rodney.buzzword.com/discuss/msgReader$155 >> http://www.navaching.com/pagem.html >> http://mitchellonline.pasco.k12.fl.us/training/metacardcgi.htm >> >> On Jul 31 2004, at 20:35, Rick Harrison wrote: >> >>> Hi there, >>> >>> I've been looking at all the information I can find thus far >>> about how to use Rev as a CGI web solution. I'm finding >>> bits and pieces of stuff but nothing which really puts it >>> all together in a simple step by step process. >>> (I'm assuming that one doesn't exist at this point or I would >>> have found it.) >>> >>> The idea is of course to use MySQL and Rev. as the CGI >>> along with Apache or some other webserver capable of >>> doing SSL transactions. In other words, a rather serious >>> project. >>> >>> I've looked at Andre Garzia's httpd stack server. I found >>> the concept very interesting. I'm not able to follow his >>> documentation real well without illustrations etc. I was >>> very impressed! I doubt that it will do SSL however. >>> >>> I looked at the REV CGI introduction, it is a little unclear >>> on the permissions thing for setting it up on OS X. It obviously >>> uses the command line terminal unix stuff to create the right >>> hooks etc. This appears to work through Apache so that will >>> solve the SSL problem. I obviously need some better more >>> in depth resource to explore this further. >>> >>> I'm just now getting into the XML tutorial stack which at first >>> glance looks very good. >>> >>> Has anyone out there done an extensive website using Rev >>> and MySQL with Apache? >>> >>> Any other resources/examples you can recommend? >>> >>> Thanks in advance, >>> >>> Rick Harrison >>> >>> _______________________________________________ >>> use-revolution mailing list >>> use-revolution at lists.runrev.com >>> http://lists.runrev.com/mailman/listinfo/use-revolution >>> >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> >> > -- > Bien cordialement, Pierre Sahores > > 100, rue de Paris > F - 77140 Nemours > > psahores+ at +easynet.fr > > GSM: +33 6 03 95 77 70 > Pro: +33 1 64 45 05 33 > Fax: +33 1 64 45 05 33 > > WEB/EAI services & ACID DB over IP > "Mutualiser les deltas de productivit?" > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From revdan at danshafer.com Sun Aug 1 18:18:46 2004 From: revdan at danshafer.com (Dan Shafer) Date: Sun, 1 Aug 2004 15:18:46 -0700 Subject: More on Xplat Fonts Message-ID: I was perusing the RealBASIC archives and some other language discussion areas and what I've found is that the problem of xplat fonts is huge and has so far been solved only by Macromedia Director and then only very inefficiently. It is generally illegal to include fonts (those that are copyrighted) in an application, e.g. So packaging up fonts as part of the install process may not work. As I said in an earlier post, Java programmer friends of mine tell me this is their biggest single xplat issue as well. So maybe we just have to live with it, do platform checking, master the use of profiles, set up some suggested standards.... In short, do it the hard way! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dan Shafer, Revolutionary Author of "Revolution: Software at the Speed of Thought" http://www.revolutionpros.com for more info Available at Runtime Revolution Store (http://www.runrev.com/RevPress) From hershrev at realtorsgroup.us Sun Aug 1 18:17:07 2004 From: hershrev at realtorsgroup.us (Hershel Fisch) Date: Sun, 1 Aug 2004 18:17:07 -0400 Subject: Rev Online In-Reply-To: Message-ID: <86519762-E408-11D8-9D51-0030654C1E62@realtorsgroup.us> On Thursday, July 29, 2004, at 03:02 PM, Takaaki Furukawa wrote: > Hi Hershel, > >>> I'm excited to see Rev Online in 2.5B1. (And I liked "EuroRevCon" >>> stack by >>> Malte) This is the way WWW should have been in the first place... >>> HTML dragged us back to text-based stone-age computing, but now >>> we're back >>> in the future, although security issues could potentially exist in >>> sharing stacks. >>> I hope more ways to "link" between distributed stacks and objects >>> will be provided. >> What do mean ? "this is the way WWW should have been ? >> Thanks > > The current world wide web is text document-based, which is > way old-fashioned and inflexible. Got this. > HyperCard was already there > since 1987, and it was far more easy-to-author than HTML. > And systems like Rev Online lets people share working ideas > as working stacks, which is a more intelligent way of > communication than just sharing text and images. Sorry, didn't get this . So your saying not to use a browser, instead, use a stack ? How would that work ? If you could elaborate a bit I'd appreciate .. Thanks , Hershel > > So my opinion is that the web should have been based on > HyperCard-like (Rev-like) platform, NOT HTML, in the very first > place. That > was *not impossible* back in 1993 (when CD-ROM and multimedia age > was already there, and there were tons of good titles) , but because > WWW was > standardized by those unix-heads who stick to outdated text-based > architecture, and worse, it became popular, we had to live in the > world that's one generation older than HyperCard... which is HTML. > Alan Kay hated HTML too. > > Takaaki > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From klaus at major-k.de Sun Aug 1 18:23:53 2004 From: klaus at major-k.de (Klaus Major) Date: Mon, 2 Aug 2004 00:23:53 +0200 Subject: Mainstacks and substacks? In-Reply-To: <5AE3DC00-E3FE-11D8-B798-000A959B2940@kagi.com> References: <20040801185458.6D7D893027A@mail.runrev.com> <66889882-E3F6-11D8-9986-0003936D012E@mac.com> <5AE3DC00-E3FE-11D8-B798-000A959B2940@kagi.com> Message-ID: <789F1B98-E409-11D8-BF58-000A27B49A96@major-k.de> Hi Kee, > First, my questions are no where near as important as Pamela's, but > perhaps they are easier to answer? > > Question #1: removing a substack from a mainstack > > I have a mainstack StackB and so that I could use XML when I compile > it, I somehow managed to add revSOAP.rev into it. I am able to compile > StackB and distribute it as a standalone to folks. > > [StackB(revSOAP)] > > Now, as I believe I have learned, you cannot have a mainstack (StackB) > save changes to itself. If you want to do that, you need to create a > splash screen stack as the mainstack (StackA), and then put the old > mainstack (StackB) where data wants to be saved, as a substack of that > splash screen stack (StackB). > > Assuming this is correct, it is also my understanding that substacks > (StackB) cannot have substacks (revSOAP). So how do I remove revSOAP > from StackB so that I can import it as a separate substack in StackA > along with StackB? > > What I have: > [StackA(StackB(revSOAP))] > What I think I want: > [StackA(StackB,revSOAP)] This is a one-liner in the message box: set the mainstack of stack "revSOAP" of stack "StackB" to "StackA" ##Enter :-) > Question #2: docs for apps with data saved in substacks > > Where are the docs for understanding how to build a standalone that > can retain data in substacks? There is none that i know...? But see my quick lesson below ;-) > I've looked at the example on the runrev site, I've looked through the > 1.1.1 manuals, I've searched > the online docs and I've looked at Dan Shafer's Volume 1. I know this > is supposed to be simple but > I cannot find the answer. Since the user of your app MAY not have write access to the application folder!, i do this all the time with BIG success :-) Create your stack that you want to be saved later on the users hd... Then put it into a customproperty of your main-/splash-screen/standalone stack: ... set the stack2save of this stack to url"binfile:my_sub.rev" ... Then "on preopenstack" check these folders in the little script below, where the current user HAS definitively write access!, if your stack is already present... If not, just spit it out :-D on xxx ## Check platform and the appropriate "prefs"-folder... switch the platform case "MacOS" put specialFolderPath("preferences") into spfp break case "Win32" if the systemversion contains "NT" then ## Win 2000 and XP put specialFolderPath(35) into spfp else ## Win 95, 96, 97, 98, 99 :-D put specialfolderpath("system") into spfp ### a.k.a. "The black hole" end if break default ## Unix/Linux -> User home folder put $HOME into spfp break end switch if there is not a folder (spfp & "/folder of your company") then create folder (spfp & "/folder of your company") end if ## Optional :-) if there is not a file (spfp & "/folder of your company/stack2save") then ## probably first time... put the stack2save of this stack into url("binfile:" & spfp & "/folder of your company/stack2save") end if go stack (spfp & "/folder of your company/stack2save") end xxx Et voila, a definitively save-able stack :-) Hope that helps... > Thanks in advance, > Kee Nethery Regards Klaus Major klaus at major-k.de http://www.major-k.de From klaus at major-k.de Sun Aug 1 18:32:27 2004 From: klaus at major-k.de (Klaus Major) Date: Mon, 2 Aug 2004 00:32:27 +0200 Subject: Mainstacks and substacks? In-Reply-To: <789F1B98-E409-11D8-BF58-000A27B49A96@major-k.de> References: <20040801185458.6D7D893027A@mail.runrev.com> <66889882-E3F6-11D8-9986-0003936D012E@mac.com> <5AE3DC00-E3FE-11D8-B798-000A959B2940@kagi.com> <789F1B98-E409-11D8-BF58-000A27B49A96@major-k.de> Message-ID: Hi Kee, short addition to make it absolutely clear! > ... > Since the user of your app MAY not have write access to the > application folder!, > i do the following > all the time with BIG success :-) > Create your stack that you want to be saved later on the users hd... Make it a mainstack! (It can have many, many substacks if you like!!!!! ;-) Save and close it. Do not make it a substack! > Then put it into a customproperty of your > main-/splash-screen/standalone stack: > ... > > Et voila, a definitively save-able stack :-) Which can have many, many substacks! Just in case i didn't mention... :-) This is also the ultimate solution for eventual "clone stack xyz" related "inconveniences"... Hint, hint :-) Regards Klaus Major klaus at major-k.de http://www.major-k.de From tsj at unimelb.edu.au Sun Aug 1 18:34:45 2004 From: tsj at unimelb.edu.au (Terry Judd) Date: Mon, 2 Aug 2004 08:34:45 +1000 Subject: use-revolution Digest, Vol 11, Issue 3 In-Reply-To: <20040801221956.84546930117@mail.runrev.com> References: <20040801221956.84546930117@mail.runrev.com> Message-ID: > From: Dan Shafer > Date: 2 August 2004 8:18:46 AM > To: Revolution User List > Subject: More on Xplat Fonts > Reply-To: How to use Revolution > > > I was perusing the RealBASIC archives and some other language > discussion areas and what I've found is that the problem of xplat > fonts is huge and has so far been solved only by Macromedia Director > and then only very inefficiently. Actually I think only Flash has managed to come up with a half (and a small half at that) decent solution with its font outlines. Director's embedded fonts still cause problems on some systems if you don't have administrator rights. > > It is generally illegal to include fonts (those that are copyrighted) > in an application, e.g. So packaging up fonts as part of the install > process may not work. > > As I said in an earlier post, Java programmer friends of mine tell me > this is their biggest single xplat issue as well. So maybe we just > have to live with it, do platform checking, master the use of > profiles, set up some suggested standards.... In short, do it the hard > way! Exactly. Terry... Dr Terry Judd Lecturer in Educational Technology (Design) Biomedical Multimedia Unit Faculty of Medicine, Dentistry & Health Sciences The University of Melbourne From soapdog at mac.com Sun Aug 1 18:45:46 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 19:45:46 -0300 Subject: update on pamela crisis In-Reply-To: <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> References: <20040801185458.6D7D893027A@mail.runrev.com> <410D5230.7040607@chipp.com> <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> Message-ID: <86E002AA-E40C-11D8-9986-0003936D012E@mac.com> Downloaded the stack from the iDisk. Let me summarize my first testings: 1) I CLICKED ON SUPPRESS MESSAGES! 2) launched pkcdisaster.rev stack 3) Revolution ignored me and sent openStack and preOpenStack. 4) okay, I am prompted to a login, I am a smart brazilian, I tried pkc, hi, I am a student. 5) tried to toplevel the stack... nothing... Then I thought, why not try building a little stub loaded and try to run the thing in windows. 6) created a new mainstack with 5 lines: get stackFolder() -- my own pipe-the-stack-folder-routine put "file:" & it & "pkcdisaster.rev" into tStackUrl go stack URL tStackUrl 7) then the message box said: stack is corrupted, check for ~ backup file. 8) I am stopped waiting further comments from the folks out there. I am using MacOS X with Rev 2.2.1 -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From soapdog at mac.com Sun Aug 1 18:53:45 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 19:53:45 -0300 Subject: update on pamela crisis In-Reply-To: <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> References: <20040801185458.6D7D893027A@mail.runrev.com> <410D5230.7040607@chipp.com> <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> Message-ID: Downloaded the stack from the iDisk. Let me summarize my first testings: 1) I CLICKED ON SUPPRESS MESSAGES! 2) launched pkcdisaster.rev stack 3) Revolution ignored me and sent openStack and preOpenStack. 4) okay, I am prompted to a login, I am a smart brazilian, I tried pkc, hi, I am a student. 5) tried to toplevel the stack... nothing... Then I thought, why not try building a little stub loaded and try to run the thing in windows. 6) created a new mainstack with 5 lines: get stackFolder() -- my own pipe-the-stack-folder-routine put "file:" & it & "pkcdisaster.rev" into tStackUrl go stack URL tStackUrl 7) then the message box said: stack is corrupted, check for ~ backup file. 8) I am stopped waiting further comments from the folks out there. I am using MacOS X -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From pkc at mac.com Sun Aug 1 19:06:32 2004 From: pkc at mac.com (pkc) Date: Sun, 1 Aug 2004 19:06:32 -0400 Subject: Pamela crisis update In-Reply-To: <20040801221956.D7766930146@mail.runrev.com> References: <20040801221956.D7766930146@mail.runrev.com> Message-ID: Hello all, thanks to those of you who've written to help. As I said in my last message, I have posted the stack file and the .exe file to my iDisk public folder: pkc (no password). Any comments or hints appreciated. -------- I followed Mark Wieder's advice and opened the stack file with a text editor. I don't understand all the white space, but other than that it all looks pretty normal. I just mean that is my code in there, and I assume those are my images. -------- I also opened the .exe file. It has all the same stuff in it BUT starts with this line: "MZ????@??? ?!?L?!This program cannot be run in DOS mode." Does this mean me? If I am building for Windows, am I trying to run in DOS mode? (I have the impression yes, since Windows 98 seems to be running in the monitoring/correction substrate). Why wouldn't a Revolution build for WIndows run in DOS mode? Can I just throw that line away somehow? --------- Also, getting into the text-only mania, I opened the .exe.zip file. Didn't see anything humanly readable in there. From soapdog at mac.com Sun Aug 1 19:14:43 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 20:14:43 -0300 Subject: Pamela crisis update In-Reply-To: References: <20040801221956.D7766930146@mail.runrev.com> Message-ID: <924F056F-E410-11D8-9A37-0003936D012E@mac.com> Pam, about the dos mode text, that's legacy to prevent DOS users to load your app, thats normal... and a good sign... :D did Rev crashed while you were working with your stack? andre On Aug 1, 2004, at 8:06 PM, pkc wrote: > Hello all, thanks to those of you who've written to help. As I said in > my last message, I have posted the stack file and the .exe file to my > iDisk public folder: pkc (no password). Any comments or hints > appreciated. > > -------- > > I followed Mark Wieder's advice and opened the stack file with a text > editor. I don't understand all the white space, but other than that it > all looks pretty normal. I just mean that is my code in there, and I > assume those are my images. > > -------- > > I also opened the .exe file. It has all the same stuff in it BUT > starts with this line: > > "MZ????@??? > ?!?L?!This program cannot be run in DOS mode." > > Does this mean me? If I am building for Windows, am I trying to run in > DOS mode? (I have the impression yes, since Windows 98 seems to be > running in the monitoring/correction substrate). Why wouldn't a > Revolution build for WIndows run in DOS mode? Can I just throw that > line away somehow? > > --------- > Also, getting into the text-only mania, I opened the .exe.zip file. > Didn't see anything humanly readable in there. > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From mpetrides at earthlink.net Sun Aug 1 19:17:53 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 19:17:53 -0400 Subject: update on pamela crisis In-Reply-To: <86E002AA-E40C-11D8-9986-0003936D012E@mac.com> References: <20040801185458.6D7D893027A@mail.runrev.com> <410D5230.7040607@chipp.com> <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> <86E002AA-E40C-11D8-9986-0003936D012E@mac.com> Message-ID: <0388DD38-E411-11D8-B6EA-000A959D005E@earthlink.net> That message is exactly the same as what I got when I tried to open the (non-standalone) stack on the PC in 2.1.2 or 2.5b1. M On Aug 1, 2004, at 6:45 PM, Andre Garzia wrote: > 7) then the message box said: stack is corrupted, check for ~ backup > file. > 8) I am stopped waiting further comments from the folks out there. From soapdog at mac.com Sun Aug 1 19:28:08 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 20:28:08 -0300 Subject: update on pamela crisis In-Reply-To: <0388DD38-E411-11D8-B6EA-000A959D005E@earthlink.net> References: <20040801185458.6D7D893027A@mail.runrev.com> <410D5230.7040607@chipp.com> <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> <86E002AA-E40C-11D8-9986-0003936D012E@mac.com> <0388DD38-E411-11D8-B6EA-000A959D005E@earthlink.net> Message-ID: <72258978-E412-11D8-9A37-0003936D012E@mac.com> is there a safe way to move all her codes, cards, and objects to a new stack file.... there must be something corrupting this one, something evil inside the cracks of the file... andre On Aug 1, 2004, at 8:17 PM, Marian Petrides wrote: > That message is exactly the same as what I got when I tried to open > the (non-standalone) stack on the PC in 2.1.2 or 2.5b1. -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From mpetrides at earthlink.net Sun Aug 1 19:38:15 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 19:38:15 -0400 Subject: update on pamela crisis In-Reply-To: <72258978-E412-11D8-9A37-0003936D012E@mac.com> References: <20040801185458.6D7D893027A@mail.runrev.com> <410D5230.7040607@chipp.com> <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> <86E002AA-E40C-11D8-9986-0003936D012E@mac.com> <0388DD38-E411-11D8-B6EA-000A959D005E@earthlink.net> <72258978-E412-11D8-9A37-0003936D012E@mac.com> Message-ID: I thought about that but, if that's the case, why does it work just fine on the Mac? Works OK both in the IDE and as a standalone. But having dealt with corrupt apps before, I know how flaky they can seem, so maybe just creating a new stack, copying each card--card by card--to the new stack, then saving the new stack might shed some light, especially if she saved the main stack first and then added in the substacks individually thereafter--testing the build after each stack (main then each sub). Anyone have a better idea? M On Aug 1, 2004, at 7:28 PM, Andre Garzia wrote: > > is there a safe way to move all her codes, cards, and objects to a new > stack file.... there must be something corrupting this one, something > evil inside the cracks of the file... > > andre > > On Aug 1, 2004, at 8:17 PM, Marian Petrides wrote: > >> That message is exactly the same as what I got when I tried to open >> the (non-standalone) stack on the PC in 2.1.2 or 2.5b1. > -- > Andre Alves Garzia ? 2004 > Soap Dog Studios - BRAZIL > http://studio.soapdog.org > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From psahores at easynet.fr Sun Aug 1 19:45:10 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Mon, 2 Aug 2004 01:45:10 +0200 Subject: Rev Web Solutions? In-Reply-To: <3D482B7C-E402-11D8-9D51-0030654C1E62@realtorsgroup.us> References: <3D482B7C-E402-11D8-9D51-0030654C1E62@realtorsgroup.us> Message-ID: Le 1 ao?t 04, ? 23:32, Hershel Fisch a ?crit : > > On Saturday, July 31, 2004, at 04:56 PM, Pierre Sahores wrote: > >> Hi, >> >> About how to set up a Revolution applications server binded to >> PostgreSQL under Mac OS X or Linux, see > B1 on Mac os X , doesn't work with postgres. Take care about the fact that the way i expose don't use the RevDB lib but direct shell() calls to the psql PostgreSQL's server-side connector. Works fine in production, under Metacard 2.32 / 2.5 and Revolution 2.0 / 2.12 under both Linux x86 and Mac OS X 10.1 and UP. Not tested, for yet under Rev 2.2 and UP. > >> >> > as_sitesearch=lists.runrev.com&num=20&q=postgresql> >> >> Le 31 juil. 04, ? 20:42, Bj?rnke von Gierke a ?crit : >> >>> http://www.hyperactivesw.com/cgitutorial/ >>> http://rodney.buzzword.com/discuss/msgReader$155 >>> http://www.navaching.com/pagem.html >>> http://mitchellonline.pasco.k12.fl.us/training/metacardcgi.htm >>> >>> On Jul 31 2004, at 20:35, Rick Harrison wrote: >>> >>>> Hi there, >>>> >>>> I've been looking at all the information I can find thus far >>>> about how to use Rev as a CGI web solution. I'm finding >>>> bits and pieces of stuff but nothing which really puts it >>>> all together in a simple step by step process. >>>> (I'm assuming that one doesn't exist at this point or I would >>>> have found it.) >>>> >>>> The idea is of course to use MySQL and Rev. as the CGI >>>> along with Apache or some other webserver capable of >>>> doing SSL transactions. In other words, a rather serious >>>> project. >>>> >>>> I've looked at Andre Garzia's httpd stack server. I found >>>> the concept very interesting. I'm not able to follow his >>>> documentation real well without illustrations etc. I was >>>> very impressed! I doubt that it will do SSL however. >>>> >>>> I looked at the REV CGI introduction, it is a little unclear >>>> on the permissions thing for setting it up on OS X. It obviously >>>> uses the command line terminal unix stuff to create the right >>>> hooks etc. This appears to work through Apache so that will >>>> solve the SSL problem. I obviously need some better more >>>> in depth resource to explore this further. >>>> >>>> I'm just now getting into the XML tutorial stack which at first >>>> glance looks very good. >>>> >>>> Has anyone out there done an extensive website using Rev >>>> and MySQL with Apache? >>>> >>>> Any other resources/examples you can recommend? >>>> >>>> Thanks in advance, >>>> >>>> Rick Harrison >>>> >>>> _______________________________________________ >>>> use-revolution mailing list >>>> use-revolution at lists.runrev.com >>>> http://lists.runrev.com/mailman/listinfo/use-revolution >>>> >>> >>> _______________________________________________ >>> use-revolution mailing list >>> use-revolution at lists.runrev.com >>> http://lists.runrev.com/mailman/listinfo/use-revolution >>> >>> >> -- >> Bien cordialement, Pierre Sahores >> >> 100, rue de Paris >> F - 77140 Nemours >> >> psahores+ at +easynet.fr >> >> GSM: +33 6 03 95 77 70 >> Pro: +33 1 64 45 05 33 >> Fax: +33 1 64 45 05 33 >> >> WEB/EAI services & ACID DB over IP >> "Mutualiser les deltas de productivit?" >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" From wouter.abraham at pi.be Sun Aug 1 19:49:12 2004 From: wouter.abraham at pi.be (Wouter) Date: Mon, 2 Aug 2004 01:49:12 +0200 Subject: 2.5 cursor change Message-ID: <63A46F32-E415-11D8-AB1F-003065CC999E@pi.be> ? From: Troy Rollins ? Subject: Re: 2.5 cursor change ? Date: Sun, 01 Aug 2004 11:23:56 -0700 --snip > If you look at the select tool cursor, it is quite distinct. And the > browse tool cursor, is just the standard cursor - as it should be > unless your app overrides it. Sure, that is why they had to use the select tool cursor in the rev documentation doc field as browse tool cursor to indicate when the mouse is *not* over a link text. So is this more *modern*? > -- > Troy > RPSystems, Ltd. > http://www.rpsystems.net Btw the MC/RR hand cursor is not the real Mickey hand, because it lacks the three stripes on its back. The hand cursors in some browsers are. Greetings, WA From soapdog at mac.com Sun Aug 1 19:51:28 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 20:51:28 -0300 Subject: update on pamela crisis In-Reply-To: References: <20040801185458.6D7D893027A@mail.runrev.com> <410D5230.7040607@chipp.com> <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> <86E002AA-E40C-11D8-9986-0003936D012E@mac.com> <0388DD38-E411-11D8-B6EA-000A959D005E@earthlink.net> <72258978-E412-11D8-9A37-0003936D012E@mac.com> Message-ID: On Aug 1, 2004, at 8:38 PM, Marian Petrides wrote: > I thought about that but, if that's the case, why does it work just > fine on the Mac? Works OK both in the IDE and as a standalone. Marian, it's not working on my mac... really... even when I supress messages, it keeps receiving them, and it does not build standalone here... I am also getting the weirder errors when trying to bundle it with a stub loader... and my IDE now sports a nice "MONGOL" background on the alerts... I wish you folks could see... andre > > But having dealt with corrupt apps before, I know how flaky they can > seem, so maybe just creating a new stack, copying each card--card by > card--to the new stack, then saving the new stack might shed some > light, especially if she saved the main stack first and then added in > the substacks individually thereafter--testing the build after each > stack (main then each sub). > > Anyone have a better idea? > > M > -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From soapdog at mac.com Sun Aug 1 20:02:39 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 21:02:39 -0300 Subject: update on pamela crisis In-Reply-To: References: <20040801185458.6D7D893027A@mail.runrev.com> <410D5230.7040607@chipp.com> <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> <86E002AA-E40C-11D8-9986-0003936D012E@mac.com> <0388DD38-E411-11D8-B6EA-000A959D005E@earthlink.net> <72258978-E412-11D8-9A37-0003936D012E@mac.com> Message-ID: <44A2456B-E417-11D8-9A37-0003936D012E@mac.com> if anyone here want's to laugh and check how my Rev is looking, point your browsers to http://homepage.mac.com/soapdog/weird.jpg but I am getting near to the problem, I promise! andre -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From pixelbird at interisland.net Sun Aug 1 20:27:39 2004 From: pixelbird at interisland.net (Ken Norris (dialup)) Date: Sun, 01 Aug 2004 16:27:39 -0800 Subject: 2.5 cursor change In-Reply-To: <20040731224409.C0A039301D7@mail.runrev.com> Message-ID: Hi Trevor, > Date: Sat, 31 Jul 2004 11:46:11 -0700 > From: Trevor DeVore > Subject: Re: 2.5 cursor change > It seems to me that the arrow > cursor is the accepted method of interacting with apps unless over a > link. Was the hand something that was used more in OS 9? Well, yes, but since the first Mac OS 20 years ago, before Windows on a PC existed. The general idea came about the same time as the use of "icon" clickable elements on video monitors, much of which was developed further by Jef Raskin and Bill Atkinson (MacDraw and HyperCard) way back then. The 'mouse' idea was 'stolen' from Xerox, though. Hmmm. But now that you mention it, I hadn't noticed anything different in OSX. During runtime, the Arrow cursor has always been used for the Desktop, the window Titlebars, window borders, window buttons (Close, Minimize/Expand, Windowshade, Resizer), OS-generated scrollbars and up/down arrows, the menuBar, and popUp menus. But other clickable application content, all other created buttons and graphics, and other stuff inside a window, hyperlinks, etc., use the hand. Maybe they gave it up for OSX and I just didn't notice. If they did, then the other point has been made, but what I'm still concerned with is points of reference between what is IDE and what is created clickable content, by the way of which Jeanne, in her inimitable and prolific style, put it. It's in the HIG's, but I haven't read much of the new stuff for OSX yet. Still trying to figure out how the darned thing handles filenames and transfers. It keeps making lots of useless weird folders and documents show up on my flash cards, about 6 levels deep, and I don't have a clue what they are. :-) Ken N. From soapdog at mac.com Sun Aug 1 20:14:54 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 21:14:54 -0300 Subject: question for pam. Message-ID: Pam, did you fiddled with the "Answer Dialog" Stack that comes with Rev and I think fit's inside license.rev or something... All my answer dialogs are with MONGOL writings background and with your logo now... andre -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From kee at kagi.com Sun Aug 1 20:22:50 2004 From: kee at kagi.com (kee nethery) Date: Sun, 1 Aug 2004 17:22:50 -0700 Subject: Mainstacks and substacks? In-Reply-To: References: <20040801185458.6D7D893027A@mail.runrev.com> <66889882-E3F6-11D8-9986-0003936D012E@mac.com> <5AE3DC00-E3FE-11D8-B798-000A959B2940@kagi.com> <789F1B98-E409-11D8-BF58-000A27B49A96@major-k.de> Message-ID: <1640BF04-E41A-11D8-B798-000A959B2940@kagi.com> Thank you to both Troy and Klaus. It really helps to be able to ask stupid simple questions and get crisp clear answers. Sounds like the Klaus saved data solution is to treat a stack as a document and put it into the executable. Then spit it out and start to populate it. Looks like there really is no way to have the data stored directly in the executable. It's not the hypercard method but it does seem to be the standard way things are done so I'll adopt it. Thanks again! Kee From troy at rpsystems.net Sun Aug 1 20:40:11 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 20:40:11 -0400 Subject: question for pam. In-Reply-To: References: Message-ID: <8326CB03-E41C-11D8-BB6E-000A95A09CF8@rpsystems.net> On Aug 1, 2004, at 8:14 PM, Andre Garzia wrote: > did you fiddled with the "Answer Dialog" Stack that comes with Rev and > I think fit's inside license.rev or something... > All my answer dialogs are with MONGOL writings background and with > your logo now... OK. That is odd. I took a look at the screen shot! Holy cow. -- Troy RPSystems, Ltd. http://www.rpsystems.net From sarahr at genesearch.com.au Sun Aug 1 20:44:32 2004 From: sarahr at genesearch.com.au (Sarah Reichelt) Date: Mon, 2 Aug 2004 10:44:32 +1000 Subject: padding out revXMLText In-Reply-To: <20040730133842.4C3C220051@smtp.net2000.ch> References: <20040730133842.4C3C220051@smtp.net2000.ch> Message-ID: <1E6DCAF6-E41D-11D8-8B9C-0003937A97B8@genesearch.com.au> On 30 Jul 2004, at 11:42 pm, wrote: > Oops Sarah, > > I use an undocumented feature of the revXMLText (not revXMLTree!) with > a third parameter with > value TRUE in order to get the formatted xml: > > put revXMLText(treeID[[,startNode],formatted]) into tFormattedXML > No need for any "Oops" on my behalf, I'm delighted to learn of this feature as I was never very happy with my function for doing the formatting. Thanks very much for pointing that out Joel, I'll have to go through your list and see if there are any other undocumented features that I can use. Thanks, Sarah From mpetrides at earthlink.net Sun Aug 1 20:49:28 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 20:49:28 -0400 Subject: question for pam. In-Reply-To: <8326CB03-E41C-11D8-BB6E-000A95A09CF8@rpsystems.net> References: <8326CB03-E41C-11D8-BB6E-000A95A09CF8@rpsystems.net> Message-ID: Sounds like the file is hosed, but the question is why/how did it get that way and what can Pam (and the rest of us) do to avoid it happening again? Also, is the association with Rev 2.5b1 serendipity or is there something about 2.5 that is root of the problem? Eeep... makes me a little nervous about bringing any major work over to 2.5 for the time being! On Aug 1, 2004, at 8:40 PM, Troy Rollins wrote: > > On Aug 1, 2004, at 8:14 PM, Andre Garzia wrote: > >> did you fiddled with the "Answer Dialog" Stack that comes with Rev >> and I think fit's inside license.rev or something... >> All my answer dialogs are with MONGOL writings background and with >> your logo now... > > OK. That is odd. I took a look at the screen shot! Holy cow. > > -- > Troy > RPSystems, Ltd. > http://www.rpsystems.net > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From soapdog at mac.com Sun Aug 1 20:50:50 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 21:50:50 -0300 Subject: question for pam. In-Reply-To: <8326CB03-E41C-11D8-BB6E-000A95A09CF8@rpsystems.net> References: <8326CB03-E41C-11D8-BB6E-000A95A09CF8@rpsystems.net> Message-ID: On Aug 1, 2004, at 9:40 PM, Troy Rollins wrote: > OK. That is odd. I took a look at the screen shot! Holy cow. > hheheheh wanna get scared! The Mongols even took altPluggins under their commands! look at the shots http://www.soapdog.org/weird.jpg -- Rev distro builder under mongol control. http://www.soapdog.org/weird2.jpg -- Rev message box under mongol control. http://www.soapdog.org/weird3.jpg -- Chipp's altPlugin under mongol control!!!!!!!! I think that's the root of the problem, the replaced "Answer Dialog" stack... can someone with Metacard open the project and destroy the "answer dialog" and clear the profiles... from inside Rev I can't do that... andre -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From gwills at ozemail.com.au Sun Aug 1 20:59:06 2004 From: gwills at ozemail.com.au (Greg Wills) Date: Mon, 2 Aug 2004 10:29:06 +0930 Subject: Saving and Talking In-Reply-To: <20040730040319.B8AA7930104@mail.runrev.com> References: <20040730040319.B8AA7930104@mail.runrev.com> Message-ID: <2776EA68-E41F-11D8-A956-000D9366AC66@ozemail.com.au> Hi All I am having trouble getting a standalone to do both these functions in the same app. What I want to do is allow the user to alter button names. The name of the button can then be used to speak the word. This works fine as a stack. I can get the Distribution Builder to build a standalone that will save changes (button names). I can get the Distribution Builder to build a standalone that will speak the button name. BUT not in the same build. I have tried combinations of settings, but don't seem to be able to get the standalone to be able to save changes and be able to use the revspeak function. Any thoughts? I am using Rev 2.0. cheers Greg From troy at rpsystems.net Sun Aug 1 21:01:20 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sun, 1 Aug 2004 21:01:20 -0400 Subject: question for pam. In-Reply-To: References: <8326CB03-E41C-11D8-BB6E-000A95A09CF8@rpsystems.net> Message-ID: <7746DC41-E41F-11D8-BB6E-000A95A09CF8@rpsystems.net> On Aug 1, 2004, at 8:50 PM, Andre Garzia wrote: > I think that's the root of the problem, the replaced "Answer Dialog" > stack... can someone with Metacard open the project and destroy the > "answer dialog" and clear the profiles... from inside Rev I can't do > that... It looks like one of the images from the default image library has been modified. I'm not sure that would cause the whole problem... Somehow, something in the stack is effectively modifying the IDE, I guess. -- Troy RPSystems, Ltd. http://www.rpsystems.net From soapdog at mac.com Sun Aug 1 21:06:59 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 22:06:59 -0300 Subject: question for pam. In-Reply-To: <7746DC41-E41F-11D8-BB6E-000A95A09CF8@rpsystems.net> References: <8326CB03-E41C-11D8-BB6E-000A95A09CF8@rpsystems.net> <7746DC41-E41F-11D8-BB6E-000A95A09CF8@rpsystems.net> Message-ID: <414FB494-E420-11D8-9A37-0003936D012E@mac.com> On Aug 1, 2004, at 10:01 PM, Troy Rollins wrote: > It looks like one of the images from the default image library has > been modified. I'm not sure that would cause the whole problem... > > Somehow, something in the stack is effectively modifying the IDE, I > guess. > it's not fiddling with image lib, for it's not only the background, it's a new stack... but Rev Does Not Allow ME TO DELETE THAT DAMN THING! it keeps coming back from the dead! Hell, I wish I had a metacard license IDE here or a simple starter kit just to try.... damn... I think it's altering the message path too, for when I use "save as standalone..." it goes thru the openStack handler of pam mainstack... it should do that? andre -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From pkc at mac.com Sun Aug 1 21:10:50 2004 From: pkc at mac.com (pkc) Date: Sun, 1 Aug 2004 21:10:50 -0400 Subject: use-revolution Digest, Vol 11, Issue 4 In-Reply-To: <20040802004723.58B199301F0@mail.runrev.com> References: <20040802004723.58B199301F0@mail.runrev.com> Message-ID: Well I trust everybody who is interested has now had a good look at Andre's hilarious pictures. They DO look very funny on his desktop, but I'm surprised at the surprise. I can't remember much about Revolution 1.x at this point, but Revolution 2.x has ALWAYS picked up any application icons I use in the ask and answer dialogs. Fortunately, they don't carry over to builds, but they stick in the IDE if I don't reinstall the original stacks from the Revolution folders. This is nothing new. But the inability to build for Windows is very new. Now, as an additional experiment I am doing what I should have done before now --building a small test stack, with the same set up I used for pkcdisaster.rev, and see what happens. Got to find some more guinea pigs. I'm sure students have nothing better to do than download file after file from me and get the "0,0" message. From mpetrides at earthlink.net Sun Aug 1 21:13:50 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Sun, 1 Aug 2004 21:13:50 -0400 Subject: use-revolution Digest, Vol 11, Issue 4 In-Reply-To: References: <20040802004723.58B199301F0@mail.runrev.com> Message-ID: <369A57BE-E421-11D8-B6EA-000A959D005E@earthlink.net> Well, I'd be glad to be a guinea pig for you and I bet a few other folks from the list would be too. I REALLY want to get to the bottom of this, at this point! It's almost better than a good detective novel or a difficult antibody panel ;-)) M On Aug 1, 2004, at 9:10 PM, pkc wrote: > Got to find some more guinea pigs From pkc at mac.com Sun Aug 1 22:26:13 2004 From: pkc at mac.com (pkc) Date: Sun, 1 Aug 2004 22:26:13 -0400 Subject: Pamela crisis --some progress In-Reply-To: <20040802004723.58B199301F0@mail.runrev.com> References: <20040802004723.58B199301F0@mail.runrev.com> Message-ID: The small dummy app I built for my students went through and ran fine at their end. So, the setup I have does not object to a stack with a single window in it. Now, working on Andre's theory that the altered dialog stack is the villain, I built an independent mainstack, copied the elements from the old mainstack to it, pointed all the substacks EXCEPT the evil dialog stack, did a global change of the scripts, saved and closed. I'm going to build that thing now. Those of my students who are night owls (or just eager to pass the course) may get back to me within an hour or so with results. I should say, I tried to kill this stack many times. I deleted it, saw it disappear from the application browser, saved, closed, and when I reopened it was always there. It is not at all unruly and, as you can see in Andre's web production, looks rather nice (?). But I THINK it is true that I downloaded the alternative stack and plugged it in between the good builds and the bad builds (unfortunately for scientific purposes, about the same time I upgraded to Rev 2.2CR2. So this is an extremely good theory. If I could have killed the stack that might have solved it, but it kept coming back from the beyond. More soon, I hope. Many thanks for all the good ideas. Pamela From soapdog at mac.com Sun Aug 1 22:34:36 2004 From: soapdog at mac.com (Andre Garzia) Date: Sun, 1 Aug 2004 23:34:36 -0300 Subject: Pamela crisis --some progress In-Reply-To: References: <20040802004723.58B199301F0@mail.runrev.com> Message-ID: <7E97CCAF-E42C-11D8-9A37-0003936D012E@mac.com> Pam, I might be wrong on my assumption that the answer dialog was the evil part (not that it is not evil), I made a standalone of pkcdisaster without Answer dialog or Ask dialog, meaning it starts without asking me the login!!!! and it works!!! but in windows it dies the same death we always see... (or I created a stack without the dialogs, but with the evil answer dialog code/bits/spirit in it and it still causing trouble). I don't know... it's past midnight here, I think I must sleep. I try again tomorrow! cheers andre On Aug 1, 2004, at 11:26 PM, pkc wrote: > The small dummy app I built for my students went through and ran fine > at their end. So, the setup I have does not object to a stack with a > single window in it. > > Now, working on Andre's theory that the altered dialog stack is the > villain, I built an independent mainstack, copied the elements from > the old mainstack to it, pointed all the substacks EXCEPT the evil > dialog stack, did a global change of the scripts, saved and closed. > > I'm going to build that thing now. Those of my students who are night > owls (or just eager to pass the course) may get back to me within an > hour or so with results. > > I should say, I tried to kill this stack many times. I deleted it, > saw it disappear from the application browser, saved, closed, and when > I reopened it was always there. It is not at all unruly and, as you > can see in Andre's web production, looks rather nice (?). But I THINK > it is true that I downloaded the alternative stack and plugged it in > between the good builds and the bad builds (unfortunately for > scientific purposes, about the same time I upgraded to Rev 2.2CR2. So > this is an extremely good theory. If I could have killed the stack > that might have solved it, but it kept coming back from the beyond. > > More soon, I hope. Many thanks for all the good ideas. > Pamela > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From jperryl at ecs.fullerton.edu Sun Aug 1 23:18:39 2004 From: jperryl at ecs.fullerton.edu (Judy Perry) Date: Sun, 1 Aug 2004 20:18:39 -0700 (PDT) Subject: 2.5 cursor change In-Reply-To: Message-ID: Wasn't the mouse idea 'stolen' from Englebart? (Doug?) Judy On Sun, 1 Aug 2004, Ken Norris (dialup) wrote: > The 'mouse' idea was 'stolen' from Xerox, though. > From ambassador at fourthworld.com Sun Aug 1 23:36:56 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Sun, 01 Aug 2004 20:36:56 -0700 Subject: 2.5 cursor change In-Reply-To: References: Message-ID: <410DB6D8.7060100@fourthworld.com> Judy Perry wrote: > On Sun, 1 Aug 2004, Ken Norris (dialup) wrote: > > >>The 'mouse' idea was 'stolen' from Xerox, though. >> > Wasn't the mouse idea 'stolen' from Englebart? (Doug?) Yes, as far as I know. I have a copy of the videotape of his presentation of the first mouse-driven OS in 1967 (apparently he had invented the mouse several years earlier but then needed to write an OS to use it on ). If you come to one of our LA RUG meetings I'll show it. :) -- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev From ambassador at fourthworld.com Sun Aug 1 23:41:43 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Sun, 01 Aug 2004 20:41:43 -0700 Subject: Mainstacks and substacks? In-Reply-To: <1640BF04-E41A-11D8-B798-000A959B2940@kagi.com> References: <20040801185458.6D7D893027A@mail.runrev.com> <66889882-E3F6-11D8-9986-0003936D012E@mac.com> <5AE3DC00-E3FE-11D8-B798-000A959B2940@kagi.com> <789F1B98-E409-11D8-BF58-000A27B49A96@major-k.de> <1640BF04-E41A-11D8-B798-000A959B2940@kagi.com> Message-ID: <410DB7F7.1050402@fourthworld.com> kee nethery wrote: > Thank you to both Troy and Klaus. It really helps to be able to ask > stupid simple questions and get crisp clear answers. > > Sounds like the Klaus saved data solution is to treat a stack as a > document and put it into the executable. Then spit it out and start to > populate it. Looks like there really is no way to have the data stored > directly in the executable. It's not the hypercard method but it does > seem to be the standard way things are done so I'll adopt it. On most computers there's no alternative: it isn't possible for an executable to write to itself on Windows or UNIX. Rev carries this through to Mac OS for consistency. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev From ambassador at fourthworld.com Mon Aug 2 00:00:40 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Sun, 01 Aug 2004 21:00:40 -0700 Subject: update on pamela crisis In-Reply-To: References: <20040801185458.6D7D893027A@mail.runrev.com> <410D5230.7040607@chipp.com> <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> <86E002AA-E40C-11D8-9986-0003936D012E@mac.com> <0388DD38-E411-11D8-B6EA-000A959D005E@earthlink.net> <72258978-E412-11D8-9A37-0003936D012E@mac.com> Message-ID: <410DBC68.4020704@fourthworld.com> Marian Petrides wrote: > I thought about that but, if that's the case, why does it work just > fine on the Mac? Works OK both in the IDE and as a standalone. > > But having dealt with corrupt apps before In Rev? -- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev From katir at hindu.org Mon Aug 2 00:26:21 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Sun, 1 Aug 2004 18:26:21 -1000 Subject: Windows Backdrop Blues In-Reply-To: <410CA6D5.9090505@chipp.com> References: <2ED6C0F1-E373-11D8-B8CC-000A959D0AC6@hindu.org> <410CA6D5.9090505@chipp.com> Message-ID: <1B797C1B-E43C-11D8-B8CC-000A959D0AC6@hindu.org> Chipp, thanks, that worked... backdrop at the end... --Sivakatirswami On Jul 31, 2004, at 10:16 PM, Chipp Walters wrote: > and > > hide menubar;hide taskbar;set the backdrop to blue > > so, perhaps you should try 'reordering' those commands. > > -Chipp > From hershrev at realtorsgroup.us Mon Aug 2 00:24:17 2004 From: hershrev at realtorsgroup.us (Hershel Fisch) Date: Mon, 2 Aug 2004 00:24:17 -0400 Subject: Rev Web Solutions? In-Reply-To: Message-ID: On Sunday, August 1, 2004, at 07:45 PM, Pierre Sahores wrote: > > Le 1 ao?t 04, ? 23:32, Hershel Fisch a ?crit : > >> >> On Saturday, July 31, 2004, at 04:56 PM, Pierre Sahores wrote: >> >>> Hi, >>> >>> About how to set up a Revolution applications server binded to >>> PostgreSQL under Mac OS X or Linux, see >> B1 on Mac os X , doesn't work with postgres. > > Take care about the fact that the way i expose don't use the RevDB lib > but direct shell() calls to the psql PostgreSQL's server-side > connector. Now technical what is the difference between the two methods ? > Works fine in production, under Metacard 2.32 / 2.5 and Revolution > 2.0 / 2.12 under both Linux x86 and Mac OS X 10.1 and UP. Not tested, > for yet under Rev 2.2 and UP. >> >>> >>> >> search?as_sitesearch=lists.runrev.com&num=20&q=postgresql> >>> >>> Le 31 juil. 04, ? 20:42, Bj?rnke von Gierke a ?crit : >>> >>>> http://www.hyperactivesw.com/cgitutorial/ >>>> http://rodney.buzzword.com/discuss/msgReader$155 >>>> http://www.navaching.com/pagem.html >>>> http://mitchellonline.pasco.k12.fl.us/training/metacardcgi.htm >>>> >>>> On Jul 31 2004, at 20:35, Rick Harrison wrote: >>>> >>>>> Hi there, >>>>> >>>>> I've been looking at all the information I can find thus far >>>>> about how to use Rev as a CGI web solution. I'm finding >>>>> bits and pieces of stuff but nothing which really puts it >>>>> all together in a simple step by step process. >>>>> (I'm assuming that one doesn't exist at this point or I would >>>>> have found it.) >>>>> >>>>> The idea is of course to use MySQL and Rev. as the CGI >>>>> along with Apache or some other webserver capable of >>>>> doing SSL transactions. In other words, a rather serious >>>>> project. >>>>> >>>>> I've looked at Andre Garzia's httpd stack server. I found >>>>> the concept very interesting. I'm not able to follow his >>>>> documentation real well without illustrations etc. I was >>>>> very impressed! I doubt that it will do SSL however. >>>>> >>>>> I looked at the REV CGI introduction, it is a little unclear >>>>> on the permissions thing for setting it up on OS X. It obviously >>>>> uses the command line terminal unix stuff to create the right >>>>> hooks etc. This appears to work through Apache so that will >>>>> solve the SSL problem. I obviously need some better more >>>>> in depth resource to explore this further. >>>>> >>>>> I'm just now getting into the XML tutorial stack which at first >>>>> glance looks very good. >>>>> >>>>> Has anyone out there done an extensive website using Rev >>>>> and MySQL with Apache? >>>>> >>>>> Any other resources/examples you can recommend? >>>>> >>>>> Thanks in advance, >>>>> >>>>> Rick Harrison >>>>> >>>>> _______________________________________________ >>>>> use-revolution mailing list >>>>> use-revolution at lists.runrev.com >>>>> http://lists.runrev.com/mailman/listinfo/use-revolution >>>>> >>>> >>>> _______________________________________________ >>>> use-revolution mailing list >>>> use-revolution at lists.runrev.com >>>> http://lists.runrev.com/mailman/listinfo/use-revolution >>>> >>>> >>> -- >>> Bien cordialement, Pierre Sahores >>> >>> 100, rue de Paris >>> F - 77140 Nemours >>> >>> psahores+ at +easynet.fr >>> >>> GSM: +33 6 03 95 77 70 >>> Pro: +33 1 64 45 05 33 >>> Fax: +33 1 64 45 05 33 >>> >>> WEB/EAI services & ACID DB over IP >>> "Mutualiser les deltas de productivit?" >>> >>> _______________________________________________ >>> use-revolution mailing list >>> use-revolution at lists.runrev.com >>> http://lists.runrev.com/mailman/listinfo/use-revolution >>> >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> >> > -- > Bien cordialement, Pierre Sahores > > 100, rue de Paris > F - 77140 Nemours > > psahores+ at +easynet.fr > > GSM: +33 6 03 95 77 70 > Pro: +33 1 64 45 05 33 > Fax: +33 1 64 45 05 33 > > WEB/EAI services & ACID DB over IP > "Mutualiser les deltas de productivit?" > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From kray at sonsothunder.com Mon Aug 2 00:33:37 2004 From: kray at sonsothunder.com (Ken Ray) Date: Sun, 01 Aug 2004 23:33:37 -0500 Subject: Pamela crisis -- Found corrupt substack In-Reply-To: Message-ID: Pam, I looked at your stack and decided that I'd take the "no frills" approach and try opening it with lockMessages on in MetaCard on Windows. I immediately got the error: "Can't open stack because stack is corrupted, check for ~ backup file." So since MC can open Rev files without problems, you definitely had a corrupted file. The next thing to determine was just *where* the corruption existed. After individually removing substacks and testing, it turns out that the substack "MONGOL_EDIT" is corrupt. I would highly recommend rebuilding this stack from scratch if you can in order to remove the corruption. Once this is done, you should be able to build an executable under Windows as normal. HTH, Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: kray at sonsothunder.com From ambassador at fourthworld.com Mon Aug 2 00:36:11 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Sun, 01 Aug 2004 21:36:11 -0700 Subject: Pamela crisis -- Found corrupt substack In-Reply-To: References: Message-ID: <410DC4BB.2020907@fourthworld.com> Ken Ray wrote: > Pam, > > I looked at your stack and decided that I'd take the "no frills" approach > and try opening it with lockMessages on in MetaCard on Windows. I > immediately got the error: > > "Can't open stack because stack is corrupted, check for ~ backup file." > > So since MC can open Rev files without problems, you definitely had a > corrupted file. The next thing to determine was just *where* the corruption > existed. > > After individually removing substacks and testing, it turns out that the > substack "MONGOL_EDIT" is corrupt. I would highly recommend rebuilding this > stack from scratch if you can in order to remove the corruption. Once this > is done, you should be able to build an executable under Windows as normal. Pam: Is there a copy of the file in the original directory with the same name but prefaced with "~"? -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From pkc at mac.com Mon Aug 2 00:43:37 2004 From: pkc at mac.com (pkc) Date: Mon, 2 Aug 2004 00:43:37 -0400 Subject: Pamela crisis bad news In-Reply-To: <20040802004723.58B199301F0@mail.runrev.com> References: <20040802004723.58B199301F0@mail.runrev.com> Message-ID: In our last episode, I proceeded on Andre's excellent idea of an evil dialogue stack. I created a new mainstack and pointed the previous substacks at it, with the exception of the immortal dialog stack. Saved under a new name and reopened. Poof, suspect dialog is gone and the default dialogs have reappeared. I built an .exe file into a fresh directory, zipped it, put it online, and invited unsuspecting students to download. The result: The dreaded 0,0 error. I am just reeling with disbelief. A new test stack (no functions, just to see if it will open) went through fine and the students opened it. I'm willing to tear this set of stacks down to the new mainstack, dummy out the calls to other stacks, and build it up till I find the stack that kills it. I had other things going on in my life, but hey, in for a penny in for a pound. More later. From revdan at danshafer.com Mon Aug 2 00:51:42 2004 From: revdan at danshafer.com (Dan Shafer) Date: Sun, 1 Aug 2004 21:51:42 -0700 Subject: Quoting Posts in Replies Message-ID: Every once in a while some curmudgeon has to jump in and suggest to people posting to this list that they PLEASE edit the previous posts quoted in their replies so that only the stuff that's essential to follow the current post is included. My turn. I saw a couple of posts tonight that had like seven levels of quoted indentation in them. It was not even possible to find the comment being made by the person posting the new comment. Please, folks, take the time to edit your replies. Not only will you reduce clutter and bandwidth demands on the list, you'll also increase the chances of getting an answer to your question or a response to your comment. I now return you to your regularly scheduled Revolution. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dan Shafer, Revolutionary Author of "Revolution: Software at the Speed of Thought" http://www.revolutionpros.com for more info Available at Runtime Revolution Store (http://www.runrev.com/RevPress) From revdan at danshafer.com Mon Aug 2 00:55:55 2004 From: revdan at danshafer.com (Dan Shafer) Date: Sun, 1 Aug 2004 21:55:55 -0700 Subject: voice mail recording In-Reply-To: References: Message-ID: <3CDFA32C-E440-11D8-A5EF-000A95AE42E6@danshafer.com> On Aug 1, 2004, at 12:35 PM, Sannyasin Sivakatirswami wrote: > Does anyone know what format is used or would be best for voice mail? Can't tell you what is standard, but the email voice mail I get from my Vonage account comes in mp3 format. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dan Shafer, Revolutionary Author of "Revolution: Software at the Speed of Thought" http://www.revolutionpros.com for more info Available at Runtime Revolution Store (http://www.runrev.com/RevPress) From troy at rpsystems.net Mon Aug 2 00:59:51 2004 From: troy at rpsystems.net (Troy Rollins) Date: Mon, 2 Aug 2004 00:59:51 -0400 Subject: Animation library Message-ID: It seems that with 2.5b RunRev is opting to phase out the animation library. I can understand this... I've played with it, but never used it for real. Mostly because it wasn't all that great - though it did have some really nice concepts. Pretty much anybody who has paid any attention to my posts, knows that I come from a heavy Director background, and in fact still use Director daily, still more than Revolution except when I am deep in a Rev-based project. At this stage, Rev and Director are moving father apart, with Rev more in line with tools like RealBasic, for "application building" rather than "multimedia building." Though, it is getting to the stage where while Director can make a credible application, Rev will have a harder time making credible multimedia. So, I ask this... was anyone using the animation library? If so or not, why, or why not? Should it be replaced? If so, with what? What might it look like or do differently than the old library did? One thought I had is just some sort of time-driven callback list with a graphical interface for setting it up, editing, etc. Then I realized, well that's about what the animation library was... Hate to see a feature, even a little used one, pass without any discussion at all - especially since, in a certain regard, it changes the development landscape of Rev, and modifies development approach options. Any thoughts at all? -- Troy RPSystems, Ltd. http://www.rpsystems.net From kray at sonsothunder.com Mon Aug 2 01:04:19 2004 From: kray at sonsothunder.com (Ken Ray) Date: Mon, 02 Aug 2004 00:04:19 -0500 Subject: Pamela crisis bad news In-Reply-To: Message-ID: On 8/1/04 11:43 PM, "pkc" wrote: > In our last episode, I proceeded on Andre's excellent idea of an evil > dialogue stack. I created a new mainstack and pointed the previous > substacks at it, with the exception of the immortal dialog stack. > Saved under a new name and reopened. Poof, suspect dialog is gone and > the default dialogs have reappeared. I built an .exe file into a > fresh directory, zipped it, put it online, and invited unsuspecting > students to download. > > The result: The dreaded 0,0 error. > > I am just reeling with disbelief. > > A new test stack (no functions, just to see if it will open) went > through fine and the students opened it. I'm willing to tear this set > of stacks down to the new mainstack, dummy out the calls to other > stacks, and build it up till I find the stack that kills it. I had > other things going on in my life, but hey, in for a penny in for a > pound. More later. Pam, see my comments on another thread... you have a corrupt substack: "MONGOL_EDIT". If you remove it, everything should be fine. But of course you need it for your app, so you'll have to rebuild it from scratch. Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: kray at sonsothunder.com From ambassador at fourthworld.com Mon Aug 2 01:20:50 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Sun, 01 Aug 2004 22:20:50 -0700 Subject: Animation library In-Reply-To: References: Message-ID: <410DCF32.90808@fourthworld.com> Troy Rollins wrote: > It seems that with 2.5b RunRev is opting to phase out the animation > library. I can understand this... I've played with it, but never used it > for real. Mostly because it wasn't all that great - though it did have > some really nice concepts. > > Pretty much anybody who has paid any attention to my posts, knows that I > come from a heavy Director background, and in fact still use Director > daily, still more than Revolution except when I am deep in a Rev-based > project. > > At this stage, Rev and Director are moving father apart, with Rev more > in line with tools like RealBasic, for "application building" rather > than "multimedia building." Though, it is getting to the stage where > while Director can make a credible application, Rev will have a harder > time making credible multimedia. > > So, I ask this... was anyone using the animation library? If so or not, > why, or why not? Should it be replaced? If so, with what? What might it > look like or do differently than the old library did? > > One thought I had is just some sort of time-driven callback list with a > graphical interface for setting it up, editing, etc. Then I realized, > well that's about what the animation library was... > > Hate to see a feature, even a little used one, pass without any > discussion at all - especially since, in a certain regard, it changes > the development landscape of Rev, and modifies development approach > options. > > Any thoughts at all? Would it make sense to open source it? -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From pkc at mac.com Mon Aug 2 01:23:11 2004 From: pkc at mac.com (pkc) Date: Mon, 2 Aug 2004 01:23:11 -0400 Subject: Pamela crisis probable resolution In-Reply-To: <20040802050218.41516930236@mail.runrev.com> References: <20040802050218.41516930236@mail.runrev.com> Message-ID: Many thanks to Ken Ray, whose discovery of the corrupt substack I just saw. Too bad, my favorite stack, and one that I use in the OS X build of this application to do all my own editing of course files! But, if that is the villain, it is the villain. I will indeed build it from scratch. Many, many thanks for everybody's efforts. I will leave the stack on my iDisk in case others want to view it for scientific purposes. I would really like to know, whenever anybody else knows, what it is that makes this stack corrupt! From ambassador at fourthworld.com Mon Aug 2 01:24:46 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Sun, 01 Aug 2004 22:24:46 -0700 Subject: Pamela crisis probable resolution In-Reply-To: References: <20040802050218.41516930236@mail.runrev.com> Message-ID: <410DD01E.2060101@fourthworld.com> pkc wrote: > Many thanks to Ken Ray, whose discovery of the corrupt substack I just > saw. Too bad, my favorite stack, and one that I use in the OS X build > of this application to do all my own editing of course files! But, if > that is the villain, it is the villain. I will indeed build it from > scratch. Many, many thanks for everybody's efforts. > > I will leave the stack on my iDisk in case others want to view it for > scientific purposes. I would really like to know, whenever anybody else > knows, what it is that makes this stack corrupt! Just a wild guess: are there any image objects there? If so, what happens if you remove only those? -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From troy at rpsystems.net Mon Aug 2 01:28:21 2004 From: troy at rpsystems.net (Troy Rollins) Date: Mon, 2 Aug 2004 01:28:21 -0400 Subject: Animation library In-Reply-To: <410DCF32.90808@fourthworld.com> References: <410DCF32.90808@fourthworld.com> Message-ID: On Aug 2, 2004, at 1:20 AM, Richard Gaskin wrote: > Would it make sense to open source it? Does make one wonder. I know at one point there was discussion of improving it, expanding it, making it more robust and capable. Instead, the choice seems to be dropping it. Like I said, I can understand that. It might not be the best direction for RunRev's developers to spend time - but the nature of the tool itself is still a valid one. How else will the average user be able to drive sequences of time-based events in Rev? Dummy players? That isn't very elegant. -- Troy RPSystems, Ltd. http://www.rpsystems.net From tsj at unimelb.edu.au Mon Aug 2 01:41:34 2004 From: tsj at unimelb.edu.au (Terry Judd) Date: Mon, 2 Aug 2004 15:41:34 +1000 Subject: Animation library In-Reply-To: <20040802050217.8ADF4930234@mail.runrev.com> References: <20040802050217.8ADF4930234@mail.runrev.com> Message-ID: <9D39A390-E446-11D8-9B38-0003930D06A0@unimelb.edu.au> > From: Troy Rollins > Date: 2 August 2004 2:59:51 PM > To: How to use Revolution > Subject: Animation library > Reply-To: How to use Revolution I for one have never used the animation library (although someone who did some Rev development for me tried it ? to not very great effect) so won't be particularly sad at its passing (if it is indeed being phased out). However, the lack of serious animation capabilities does not necessarily diminish Rev's value as a multimedia development tool. I too use Director on a daily basis to develop rich multimedia projects yet rarely use its animation capabilities (which tend to be favoured by graphic designers but not educational designers in my experience). If I need animation it generally gets done in Flash and imported into Director, which works well given that Director and Flash are so well integrated. While the same level of integration with Rev and Flash clearly isn't available, you can play Flash within QuickTime and with the help of Trevore Devore's QT external (http://www.mangomultimedia.com/developer/revolution/enhancedqt.html) even pass messages from Flash to Rev using FSCommand. If the reverse were also true... Perhaps if the Rev team provided some support in that direction? Cheers, Terry... > It seems that with 2.5b RunRev is opting to phase out the animation > library. I can understand this... I've played with it, but never used > it for real. Mostly because it wasn't all that great - though it did > have some really nice concepts. > > Pretty much anybody who has paid any attention to my posts, knows that > I come from a heavy Director background, and in fact still use > Director daily, still more than Revolution except when I am deep in a > Rev-based project. > > At this stage, Rev and Director are moving father apart, with Rev more > in line with tools like RealBasic, for "application building" rather > than "multimedia building." Though, it is getting to the stage where > while Director can make a credible application, Rev will have a harder > time making credible multimedia. > > So, I ask this... was anyone using the animation library? If so or > not, why, or why not? Should it be replaced? If so, with what? What > might it look like or do differently than the old library did? > > One thought I had is just some sort of time-driven callback list with > a graphical interface for setting it up, editing, etc. Then I > realized, well that's about what the animation library was... > > Hate to see a feature, even a little used one, pass without any > discussion at all - especially since, in a certain regard, it changes > the development landscape of Rev, and modifies development approach > options. > > Any thoughts at all? > -- > Troy > RPSystems, Ltd. > http://www.rpsystems.net > Dr Terry Judd Lecturer in Educational Technology (Design) Biomedical Multimedia Unit Faculty of Medicine, Dentistry & Health Sciences The University of Melbourne From troy at rpsystems.net Mon Aug 2 01:47:04 2004 From: troy at rpsystems.net (Troy Rollins) Date: Mon, 2 Aug 2004 01:47:04 -0400 Subject: Animation library In-Reply-To: <9D39A390-E446-11D8-9B38-0003930D06A0@unimelb.edu.au> References: <20040802050217.8ADF4930234@mail.runrev.com> <9D39A390-E446-11D8-9B38-0003930D06A0@unimelb.edu.au> Message-ID: <61C0D616-E447-11D8-BB6E-000A95A09CF8@rpsystems.net> On Aug 2, 2004, at 1:41 AM, Terry Judd wrote: > I for one have never used the animation library (although someone who > did some Rev development for me tried it ? to not very great effect) > so won't be particularly sad at its passing (if it is indeed being > phased out). However, the lack of serious animation capabilities does > not necessarily diminish Rev's value as a multimedia development tool. I'm not really referring to animation as animation. I'm talking more about a graphical interface to time-driven events. Most people have a hard time doing this through pure scripting, I think. FWIW, I don't actually animate in Director's score either, I mostly use imaging Lingo for that - but Rev doesn't have an equivalent for that either. -- Troy RPSystems, Ltd. http://www.rpsystems.net From chipp at chipp.com Mon Aug 2 01:58:44 2004 From: chipp at chipp.com (Chipp Walters) Date: Mon, 02 Aug 2004 00:58:44 -0500 Subject: Pamela crisis probable resolution In-Reply-To: References: <20040802050218.41516930236@mail.runrev.com> Message-ID: <410DD814.4040406@chipp.com> Pamela, I just got here a bit late, and don't have my Mac here at home, so I can't get to the iDisk file anyway..and besides, it looks like Ken's identified the problem. I would agree with Richard's notion of removing any images inside the stack and trying again. For what it's worth, I only use images made in Photoshop and saved as JPG, BMP or GIF inside Rev. Rev can be somewhat strict in it's interpretation of image file format. Also, I would recommend trying the altClean plugin at: http://www.altuit.com/webs/altuit2/altPluginDownload/Downloads.htm If you don't want to install the toolbar, just open it up like a regular stack...palette it, and run it. It will delete some of the customProps RR uses but won't affect performance. It also compacts, remove script colors, recompiles all scripts in the stack, etc. Lastly, I would also recommend you consider using the free altArchive plugin when developing in Revolution. IMO, it's the single 'musthave' plugin we have. It will place a save icon on the altPlugin toolbar, which when pressed will issue a 'save' from RR and then incrementally backup the new saved version with a "00X.rev" extension to a folder named "archive" at the same level as the file you're saving. This way, you can 'roll back' to multiple different versions at any time. Keep us posted on your successes. best, Chipp From pixelbird at interisland.net Mon Aug 2 02:52:14 2004 From: pixelbird at interisland.net (Ken Norris (dialup)) Date: Sun, 01 Aug 2004 22:52:14 -0800 Subject: voice mail recording In-Reply-To: <20040801221956.AE5A393012E@mail.runrev.com> Message-ID: Hello Sannyasin, > Date: Sun, 1 Aug 2004 09:35:43 -1000 > From: Sannyasin Sivakatirswami > Subject: voice mail recording > > Does anyone know what format is used or would be best for voice mail? > What is the sound format used in telephony applications/telephone > systems It would seem like a very doable thing to record something in > Rev and then email the file to someone... Depends how you want to handle it, but you might want to check here: If you're Mac-oriented, it's really a nice little app. Records CD quality sound in stereo, too. Awhile back, I recorded some voicemails for my mom (uses a PC) who has macular degeneration, but now my long distance service is so cheap I just phone her. I originally used .mov files which they had trouble reading, but I switched to creating MP3 clips which played OK for them. The little Rev audio recording interface I made is on my other computer, not here. I'll look for it in the morning and see if I can get it to run, then get back to you. All the best, Ken N. From malte.brill at t-online.de Mon Aug 2 03:39:50 2004 From: malte.brill at t-online.de (Malte Brill) Date: Mon, 02 Aug 2004 09:39:50 +0200 Subject: Animation library In-Reply-To: <20040802050218.8644993023B@mail.runrev.com> Message-ID: Hi, >So, I ask this... was anyone using the animation library? I never used it as I couldn?t tweak anything usable out of it. Animations weren?t smooth. Really no go. And the GUI was simply confusing IMHO. >If so or not, why, or why not? Well I do animation with rev quite a lot. I came from an Audio and Video background and was searching for a cheaper alternative to Director. Once I got how Rev works I was pretty reminded of my BASIC background in the 80s/90s. >Should it be replaced? If so, with what? What might it >look like or do differently than the old library did? I can offer libRMC for a start. http://www.derbrill.de/librmc/libRMC.rev.zip Even though you need to know some basic Transcript concepts it brings ease of use to creating animations within Rev. It has no GUI yet. But it is well documented and comes with demo code. You can copy and paste the demo handlers and then simply set a few custom properties to change the animations. What I support so far is: moving objects on linear paths moving objects on polygonal paths moving objects on circular paths moving objects on elliptical paths circular collision detection and a few things more. With this lib I have what I need to do my animations. I am open to set up an improvement group for the lib. I *dream* of having something that comes close to Directors Tweening, but I just can?t find the time/money to code it right now. libRMC took quite a while to be coded, as one needs lots of math to do scripted animation. I think I?ve implemented the math pretty well. :-) and users of libRMC wont need to fuss with it. Best, Malte From pixelbird at interisland.net Mon Aug 2 04:01:02 2004 From: pixelbird at interisland.net (Ken Norris (dialup)) Date: Mon, 02 Aug 2004 00:01:02 -0800 Subject: 2.5 cursor change In-Reply-To: <20040802050218.10ACD930238@mail.runrev.com> Message-ID: Hi Richard, > Date: Sun, 01 Aug 2004 20:36:56 -0700 > From: Richard Gaskin > Subject: Re: 2.5 cursor change > > Judy Perry wrote: > >> On Sun, 1 Aug 2004, Ken Norris (dialup) wrote: >> >> >>> The 'mouse' idea was 'stolen' from Xerox, though. >>> >> Wasn't the mouse idea 'stolen' from Englebart? (Doug?) > > Yes, as far as I know. > > I have a copy of the videotape of his presentation of the first > mouse-driven OS in 1967 (apparently he had invented the mouse several > years earlier but then needed to write an OS to use it on ). > > If you come to one of our LA RUG meetings I'll show it. :)\ Cool. What if you make a QT movie and post it somewhere? Englebart's idea finally became a production reality with the Xerox PARC machines in the 70's. I think that's where Jobs first saw it, when Apple asked IDEO, Inc. to design a cleaner, more efficient, stable, and cheaper device for the LISA, which they did. That same basic wheel-and-ball solution is still being used in virtually all mechanical mice today, AFAIK. But now, even my trackball is giving my poor CTS wrists problems. I need a vertical trackball device, but I haven't seen what I want yet. I may build my own from parts. Ken N. From malte.brill at t-online.de Mon Aug 2 04:04:46 2004 From: malte.brill at t-online.de (Malte Brill) Date: Mon, 02 Aug 2004 10:04:46 +0200 Subject: Saving and Talking In-Reply-To: <20040802050218.8644993023B@mail.runrev.com> Message-ID: Hi Greg, >I can get the Distribution Builder to build a standalone that will save >changes (button names). >I can get the Distribution Builder to build a standalone that will >speak the button name. >BUT not in the same build. I guess the stack you are saving does not know that it needs to use the revspeak external. Try having the script that does the speak in the standalones mainstack and call that script from the stack you are saving. e.G. declare a global or custom prop that holds the text to be spoken and speak that global / custom prop from the main stack. Hope that helps, Malte From wmb at internettrainer.com Mon Aug 2 04:26:00 2004 From: wmb at internettrainer.com (Wolfgang M.Bereuter) Date: Mon, 2 Aug 2004 10:26:00 +0200 Subject: More libRMC In-Reply-To: References: Message-ID: <9600070E-E45D-11D8-A89C-003065430226@internettrainer.com> On 30.07.2004, at 10:31, Malte Brill wrote: > If there is interest Yes > I?ll put together a more beautiful demo. I hope the > actual Demo helps getting you started anyway. > > I?ll prepare a homepage for libRMC soon. Maybe I put on the Docs as a > PDF > file. Great idea, Malte. regards Wolfgang M. Bereuter Trainingsmaps? -- speadlearning with Mindmaps! INTERNETTRAINER Wolfgang M. Bereuter Edelhofg. 17/11, A-1180 Wien, Austria ............................... http://www.internettrainer.com wmb at internettrainer.com ............................... Tel: ++43/1/ 961 0418 Fax: ++43/1/ 479 2539 From wmb at internettrainer.com Mon Aug 2 04:32:43 2004 From: wmb at internettrainer.com (Wolfgang M.Bereuter) Date: Mon, 2 Aug 2004 10:32:43 +0200 Subject: More libRMC In-Reply-To: References: Message-ID: <861824BC-E45E-11D8-A89C-003065430226@internettrainer.com> On 29.07.2004, at 14:08, Malte Brill wrote: > I?ve put together a small Demo stack showing how one can do smooth > animation > with libRMC. But its not smooth here. (G4/400/1GB/10.3.4) Its jerky (ruckelig) like nearly all rev programmed animations i?v seen. regards Wolfgang M. Bereuter Trainingsmaps? -- speadlearning with Mindmaps! INTERNETTRAINER Wolfgang M. Bereuter Edelhofg. 17/11, A-1180 Wien, Austria ............................... http://www.internettrainer.com wmb at internettrainer.com ............................... Tel: ++43/1/ 961 0418 Fax: ++43/1/ 479 2539 From ambassador at fourthworld.com Mon Aug 2 04:39:28 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Mon, 02 Aug 2004 01:39:28 -0700 Subject: 2.5 cursor change In-Reply-To: References: Message-ID: <410DFDC0.4010900@fourthworld.com> Ken Norris (dialup) wrote: > Hi Richard, > > >>Date: Sun, 01 Aug 2004 20:36:56 -0700 >>From: Richard Gaskin >>Subject: Re: 2.5 cursor change > > >>Judy Perry wrote: >> >> >>>On Sun, 1 Aug 2004, Ken Norris (dialup) wrote: >>> >>> >>> >>>>The 'mouse' idea was 'stolen' from Xerox, though. >>>> >>> >>>Wasn't the mouse idea 'stolen' from Englebart? (Doug?) >> >>Yes, as far as I know. >> >>I have a copy of the videotape of his presentation of the first >>mouse-driven OS in 1967 (apparently he had invented the mouse several >>years earlier but then needed to write an OS to use it on ). >> >>If you come to one of our LA RUG meetings I'll show it. :)\ > > > Cool. What if you make a QT movie and post it somewhere? It's already available in Real format: (Video links are in the middle of the page) -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From psahores at easynet.fr Mon Aug 2 04:44:06 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Mon, 2 Aug 2004 10:44:06 +0200 Subject: voice mail recording In-Reply-To: <3CDFA32C-E440-11D8-A5EF-000A95AE42E6@danshafer.com> References: <3CDFA32C-E440-11D8-A5EF-000A95AE42E6@danshafer.com> Message-ID: <1CEE7132-E460-11D8-B94A-000A95C61E96@easynet.fr> Hello All, In about MP3 voice recording, the "Audio Recorder" v 1.4 by Ben Shanfelder need probably to be best knowed ;) Le 2 ao?t 04, ? 06:55, Dan Shafer a ?crit : > > On Aug 1, 2004, at 12:35 PM, Sannyasin Sivakatirswami wrote: > >> Does anyone know what format is used or would be best for voice mail? > > Can't tell you what is standard, but the email voice mail I get from > my Vonage account comes in mp3 format. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Dan Shafer, Revolutionary > Author of "Revolution: Software at the Speed of Thought" > http://www.revolutionpros.com for more info > Available at Runtime Revolution Store (http://www.runrev.com/RevPress) > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" From wouter.abraham at pi.be Mon Aug 2 04:56:36 2004 From: wouter.abraham at pi.be (Wouter) Date: Mon, 2 Aug 2004 10:56:36 +0200 Subject: question for pam. Message-ID: ? From: Andre Garzia ? Subject: Re: question for pam. ? Date: Sun, 01 Aug 2004 18:07:10 -0700 -- snip > it's not fiddling with image lib, for it's not only the background, > it's a new stack... but Rev Does Not Allow ME TO DELETE THAT DAMN > THING! it keeps coming back from the dead! Hell, I wish I had a > metacard license IDE here or a simple starter kit just to try.... > damn... Wish come true. Fetch a copy of the MC IDE and put the rev player (on its own) inside that folder and you have a simple starters kit. > andre Greetings, WA From malte.brill at t-online.de Mon Aug 2 04:58:16 2004 From: malte.brill at t-online.de (Malte Brill) Date: Mon, 02 Aug 2004 10:58:16 +0200 Subject: more libRMC In-Reply-To: <20040802004723.99281930060@mail.runrev.com> Message-ID: Hi Wolfgang, Have you looked at it with Rev 2.1/2.2? On my G4 400 with half the amount of Ram I?ve noticed that on 9 it runs really smooth but not on X.2.6 with Rev 2.1/2.2. I guess it?s the IDE coming in the way somehow as I noticed it speeds up to the original speed when running as Standalone. On X.2.6 and 2.5 Beta it runs very smooth and as fast as under 9. With faster machines I?ve not noticed a speed delay on Rev 2.1 So maybe just wait for 2.5 or build a standalone (or upgrade your computer? ;-) just kiddin) Best, Malte >But its not smooth here. (G4/400/1GB/10.3.4) Its jerky (ruckelig) like >nearly all rev programmed animations i?v seen. From psahores at easynet.fr Mon Aug 2 06:18:42 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Mon, 2 Aug 2004 12:18:42 +0200 Subject: Rev Web Solutions? In-Reply-To: References: Message-ID: <543609A2-E46D-11D8-B5C4-000A95C61E96@easynet.fr> Le 2 ao?t 04, ? 06:24, Hershel Fisch a ?crit : > > On Sunday, August 1, 2004, at 07:45 PM, Pierre Sahores wrote: > >> >> Le 1 ao?t 04, ? 23:32, Hershel Fisch a ?crit : >> >>> >>> On Saturday, July 31, 2004, at 04:56 PM, Pierre Sahores wrote: >>> >>>> Hi, >>>> >>>> About how to set up a Revolution applications server binded to >>>> PostgreSQL under Mac OS X or Linux, see >>> B1 on Mac os X , doesn't work with postgres. >> >> Take care about the fact that the way i expose don't use the RevDB >> lib but direct shell() calls to the psql PostgreSQL's server-side >> connector. > Now technical what is the difference between the two methods ? 1.- worked fine years before the introduction of the RevDB lib 2.- those MC/Rev applications servers are only doing what they are doing the best : working on the data presentation layer, in beetwin the Web server (one side) and (second side) the shell() + psql connector to the ACID compliant PostgreSQL RDBMS. 3.- works fine and very fast in all situations, including administration tasks alike new databases and tables creations or automatic "pg_dump" (backups) operations without stopping the production statu of the PostgreSQL server. 4.- least but not least : i didn't, at this time, got enought time to test RevDB and see if it's mature in about handling critical production tasks (over 400 connections/secs, 75% write mode transactions). >> Works fine in production, under Metacard 2.32 / 2.5 and Revolution >> 2.0 / 2.12 under both Linux x86 and Mac OS X 10.1 and UP. Not tested, >> for yet under Rev 2.2 and UP. >>> >>>> >>>> >>> as_sitesearch=lists.runrev.com&num=20&q=postgresql> >>>> >>>> Le 31 juil. 04, ? 20:42, Bj?rnke von Gierke a ?crit : >>>> >>>>> http://www.hyperactivesw.com/cgitutorial/ >>>>> http://rodney.buzzword.com/discuss/msgReader$155 >>>>> http://www.navaching.com/pagem.html >>>>> http://mitchellonline.pasco.k12.fl.us/training/metacardcgi.htm >>>>> >>>>> On Jul 31 2004, at 20:35, Rick Harrison wrote: >>>>> >>>>>> Hi there, >>>>>> >>>>>> I've been looking at all the information I can find thus far >>>>>> about how to use Rev as a CGI web solution. I'm finding >>>>>> bits and pieces of stuff but nothing which really puts it >>>>>> all together in a simple step by step process. >>>>>> (I'm assuming that one doesn't exist at this point or I would >>>>>> have found it.) >>>>>> >>>>>> The idea is of course to use MySQL and Rev. as the CGI >>>>>> along with Apache or some other webserver capable of >>>>>> doing SSL transactions. In other words, a rather serious >>>>>> project. >>>>>> >>>>>> I've looked at Andre Garzia's httpd stack server. I found >>>>>> the concept very interesting. I'm not able to follow his >>>>>> documentation real well without illustrations etc. I was >>>>>> very impressed! I doubt that it will do SSL however. >>>>>> >>>>>> I looked at the REV CGI introduction, it is a little unclear >>>>>> on the permissions thing for setting it up on OS X. It obviously >>>>>> uses the command line terminal unix stuff to create the right >>>>>> hooks etc. This appears to work through Apache so that will >>>>>> solve the SSL problem. I obviously need some better more >>>>>> in depth resource to explore this further. >>>>>> >>>>>> I'm just now getting into the XML tutorial stack which at first >>>>>> glance looks very good. >>>>>> >>>>>> Has anyone out there done an extensive website using Rev >>>>>> and MySQL with Apache? >>>>>> >>>>>> Any other resources/examples you can recommend? >>>>>> >>>>>> Thanks in advance, >>>>>> >>>>>> Rick Harrison >>>>>> >>>>>> _______________________________________________ >>>>>> use-revolution mailing list >>>>>> use-revolution at lists.runrev.com >>>>>> http://lists.runrev.com/mailman/listinfo/use-revolution >>>>>> >>>>> >>>>> _______________________________________________ >>>>> use-revolution mailing list >>>>> use-revolution at lists.runrev.com >>>>> http://lists.runrev.com/mailman/listinfo/use-revolution >>>>> >>>>> >>>> -- >>>> Bien cordialement, Pierre Sahores >>>> >>>> 100, rue de Paris >>>> F - 77140 Nemours >>>> >>>> psahores+ at +easynet.fr >>>> >>>> GSM: +33 6 03 95 77 70 >>>> Pro: +33 1 64 45 05 33 >>>> Fax: +33 1 64 45 05 33 >>>> >>>> WEB/EAI services & ACID DB over IP >>>> "Mutualiser les deltas de productivit?" >>>> >>>> _______________________________________________ >>>> use-revolution mailing list >>>> use-revolution at lists.runrev.com >>>> http://lists.runrev.com/mailman/listinfo/use-revolution >>>> >>> >>> _______________________________________________ >>> use-revolution mailing list >>> use-revolution at lists.runrev.com >>> http://lists.runrev.com/mailman/listinfo/use-revolution >>> >>> -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" _______________________________________________ use-revolution mailing list use-revolution at lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution From kkaufman at snet.net Mon Aug 2 08:24:06 2004 From: kkaufman at snet.net (Kurt Kaufman) Date: Mon, 2 Aug 2004 08:24:06 -0400 Subject: New England Rev User's Group?? In-Reply-To: <20040801185458.53AEC930277@mail.runrev.com> References: <20040801185458.53AEC930277@mail.runrev.com> Message-ID: On Aug 1, 2004, at 2:54 PM, Marian (Petrides) wrote: > Are there any other Rev users in New England? I'm in another Woodstock (in NE Connecticut). -Kurt ===================== We'll be the country's toast And rule from coast to coast, Without legality but that's just a technicality! Ira Gershwin, "Let 'em Eat Cake", 1933 From kkaufman at snet.net Mon Aug 2 08:33:21 2004 From: kkaufman at snet.net (Kurt Kaufman) Date: Mon, 2 Aug 2004 08:33:21 -0400 Subject: Saving and Talking In-Reply-To: <20040802050218.10ACD930238@mail.runrev.com> References: <20040802050218.10ACD930238@mail.runrev.com> Message-ID: <2405408C-E480-11D8-AEE6-0003937052EC@snet.net> On Aug 2, 2004, at 1:02 AM, Greg Wills wrote: > I can get the Distribution Builder to build a standalone that will save > changes (button names). > How do you do that? I was under the impression that any persistent changes had to be made to a substack when running from a standalone. What I usually do is to open a small stack (which does nothing except allow me to initialize the Revolution runtime), immediately make it invisible, and then open a secondary stack which allows changes to be saved (and in effect does all the work). -Kurt ===================== We'll be the country's toast And rule from coast to coast, Without legality but that's just a technicality! Ira Gershwin, "Let 'em Eat Cake", 1933 From kevin at runrev.com Mon Aug 2 07:45:43 2004 From: kevin at runrev.com (Kevin Miller) Date: Mon, 02 Aug 2004 12:45:43 +0100 Subject: Animation library In-Reply-To: <410DCF32.90808@fourthworld.com> Message-ID: On 2/8/04 6:20 am, "Richard Gaskin" wrote: > Would it make sense to open source it? It is now open source. All that is happening is that we're not supporting it ourselves. We'll post it soon. We're not abandoning doing animation in Rev, just saying that there are better ways to do it, such as using the Player object. Look out for further improvements related to this area in later releases. Kevin Kevin Miller ~ kevin at runrev.com ~ http://www.runrev.com/ Runtime Revolution - User-Centric Development Tools From bill at bluewatermaritime.com Mon Aug 2 09:34:11 2004 From: bill at bluewatermaritime.com (Bill) Date: Mon, 02 Aug 2004 09:34:11 -0400 Subject: Using 2.5 beta: Handler low on memory In-Reply-To: <20040802125656.CB7BC9300AA@mail.runrev.com> Message-ID: I have been trying the 2.5 beta and after about ten minutes of work on my stack project I get "Handler Running Low on Memory" as an error in the script error dialogue and I have to quit. It doesn't seem to matter what command I an running just that I do some stuff for a while first. It makes the beta un-useable. I don't think I can bugzilla this until: 1. I figure out how to use bugzilla which will be hard as bugzilla never sent me the confirming email back for my password. 2. I have to keep testing so that I can get the error to come up after something specific (although I could just send my stack to anyone and you just use it for a while and you will get the error). Has this happened to anyone else? From fde101 at fjrhome.net Mon Aug 2 09:47:51 2004 From: fde101 at fjrhome.net (Frank D. Engel, Jr.) Date: Mon, 2 Aug 2004 09:47:51 -0400 Subject: question for pam. In-Reply-To: <7746DC41-E41F-11D8-BB6E-000A95A09CF8@rpsystems.net> References: <8326CB03-E41C-11D8-BB6E-000A95A09CF8@rpsystems.net> <7746DC41-E41F-11D8-BB6E-000A95A09CF8@rpsystems.net> Message-ID: <8C44BC13-E48A-11D8-BE63-0050E4BA750F@fjrhome.net> The first Virus written in Rev, perhaps? On Aug 1, 2004, at 21:01, Troy Rollins wrote: > > On Aug 1, 2004, at 8:50 PM, Andre Garzia wrote: > >> I think that's the root of the problem, the replaced "Answer Dialog" >> stack... can someone with Metacard open the project and destroy the >> "answer dialog" and clear the profiles... from inside Rev I can't do >> that... > > It looks like one of the images from the default image library has > been modified. I'm not sure that would cause the whole problem... > > Somehow, something in the stack is effectively modifying the IDE, I > guess. > -- > Troy > RPSystems, Ltd. > http://www.rpsystems.net > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > ________________________________________________________________ $0 Web Hosting with up to 120MB web space, 1000 MB Data Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Get It Now At www.doteasy.com From soapdog at mac.com Mon Aug 2 09:55:41 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 10:55:41 -0300 Subject: question for pam. In-Reply-To: <8C44BC13-E48A-11D8-BE63-0050E4BA750F@fjrhome.net> References: <8326CB03-E41C-11D8-BB6E-000A95A09CF8@rpsystems.net> <7746DC41-E41F-11D8-BB6E-000A95A09CF8@rpsystems.net> <8C44BC13-E48A-11D8-BE63-0050E4BA750F@fjrhome.net> Message-ID: On Aug 2, 2004, at 10:47 AM, Frank D. Engel, Jr. wrote: > The first Virus written in Rev, perhaps? > > No, it was just a misunderstanding between me, Revolution and common sense... I thought the "Answer Dialog" was the corrupt stack but I didn't got to try this tesis cause Rev didn't allow me to delete the damn thing, but Ken used metacard and spoted the right evil substack! :D andre -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From troy at rpsystems.net Mon Aug 2 10:31:35 2004 From: troy at rpsystems.net (Troy Rollins) Date: Mon, 2 Aug 2004 10:31:35 -0400 Subject: Animation library In-Reply-To: References: Message-ID: On Aug 2, 2004, at 7:45 AM, Kevin Miller wrote: > It is now open source. All that is happening is that we're not > supporting > it ourselves. We'll post it soon. We're not abandoning doing > animation in > Rev, just saying that there are better ways to do it, such as using the > Player object. Look out for further improvements related to this area > in > later releases. Hey, that's great - both the open sourcing of the current, and the fact that RunRev is looking to make a better system. FWIW - The specific "type" of animation I am referring to is more in the line of "interface animation." e.g. a panel of controls slides onto the screen, and each control fades up one after the other, after which the default control pulses... that sort of thing. -- Troy RPSystems, Ltd. http://www.rpsystems.net From devin_asay at byu.edu Mon Aug 2 10:31:52 2004 From: devin_asay at byu.edu (Devin Asay) Date: Mon, 02 Aug 2004 08:31:52 -0600 Subject: Error 0,0 in Windows Standalone In-Reply-To: References: Message-ID: On Jul 31, 2004, at 8:44 PM, pkc wrote: > Sometime in early July (can't be sure of the date), I upgraded to > 2.2.1 and then 2.2CR2 in rapid succession. I don't know if this is relevant to your problem, but note that you probably don't want to "upgrade" from 2.2.1 to 2.2RC2. The latter is a release candidate (a sort of late-stage beta version.) After that came 2.2 and then 2.2.1. Have you tried reinstalling the latest release? Devin Devin Asay Humanities Technology and Research Support Center Brigham Young University From jbv.silences at Club-Internet.fr Mon Aug 2 11:17:12 2004 From: jbv.silences at Club-Internet.fr (jbv) Date: Mon, 02 Aug 2004 17:17:12 +0200 Subject: clicking into some text, how ? Message-ID: <410E5AF8.EB14F91E@Club-Internet.fr> Hi guys, suddenly I have a blank... I have a fld with some text in it, and I want the cursor to be placed and blink automatically at a certain place in that text (between the 4th & 5th char of the 2nd word of line 1, for instance). How can I do that ? thanks in advance, JB From klaus at major-k.de Mon Aug 2 11:24:44 2004 From: klaus at major-k.de (Klaus Major) Date: Mon, 2 Aug 2004 17:24:44 +0200 Subject: clicking into some text, how ? In-Reply-To: <410E5AF8.EB14F91E@Club-Internet.fr> References: <410E5AF8.EB14F91E@Club-Internet.fr> Message-ID: <14CEDBBD-E498-11D8-BF22-000A27B49A96@major-k.de> Hi jbv, > Hi guys, > > suddenly I have a blank... > > I have a fld with some text in it, and I want the cursor > to be placed and blink automatically at a certain place > in that text (between the 4th & 5th char of the 2nd word > of line 1, for instance). > > How can I do that ? ... select before char 5 of word 2 of line 1 of fld 1 ... Hope that helps.. > thanks in advance, > JB Regards Klaus Major klaus at major-k.de http://www.major-k.de From pkc at mac.com Mon Aug 2 11:25:34 2004 From: pkc at mac.com (pkc) Date: Mon, 2 Aug 2004 11:25:34 -0400 Subject: Pamela nightmare over: post-mortem In-Reply-To: <20040802125656.CB7BC9300AA@mail.runrev.com> References: <20040802125656.CB7BC9300AA@mail.runrev.com> Message-ID: I heard from students this morning that the latest build actually opens and runs on Windows. Again, many thanks to the group for your great ideas, considerable direct efforts, and support. To review, the problem was: An application built in OSX that built and ran without any problems in OSX could not under any circumstances be transferred to and run by a Windows machine. Invariably, the resulting error was "0,0". The fix was: Ken Ray used MetaCard to identify a corrupt substack, I rewrote it, rebuilt for WIndows, distributed it as an .exe file (no zipping, in this case), and it worked. The successful build happened to be in Revolution 2.2.1, which I had freshly reinstalled after searching hundreds of archives looking for the licence number. Sounds simple, but it is worth remembering that before the application of MetaCard (as Andre foresaw) to this problem, there was absolutely no clue to where the problem lay. In the end, we found out only where the problem lay, not exactly what it was. That was enough to fix it, but I still have some questions. First, I can say this from my experience of rewriting the stack: As it happened the corrupted stack was one of the oldest in the application, and had certainly been present in very much its current form from the earliest builds (the ones that went across to Windows with no problems). In one of the scripts I found a stray "the" in an instruction. I'm not assuming this was the problem, since I would have no way of understanding exactly how a "the" can cause disaster. Normally, that is the kind or error that the script editor seems to pick up as soon as the instructions are applied. Now, it is possible to save the script anyway (and with a lot of windows open that can happen by accident anyway), so if this the source of evil, I should report that it was found. Questions about that. Why would OSX happily work around such as error? Is this a deprecation issue? If so, my feature request for Revolution 4.x or 5.x would be that it flag ambiguous items according to the standards of the least-likely-to-deprecate system (which I am guessing, in this case, is Windows). Second, I found MANY scripts in this stack (and probably in others) afflicted by a pesky problem that has before this seemed to me to be merely an annoyance. A lot of my scripts insert strange empty space between the last instruction and the bottom of the window. In a very small number of cases, I have found for a long time that the script editor reports a compiling error when these strange spaces are present, and then compiles happily when I remove the space. But removing the space is not usually final. Some script windows keep putting the mystery space whenever the script is opened. I sometimes just copy the script into a text editor, and delete the old script entirely, review it for errors (there are usually none), paste it back in a new window, apply immediately, close immediately, and save. These wrestling matches are sometimes annoying, but I've always been able to work around them and in any case the script editor seems to report what it sees as an error immediately. Questions about that: What is with the empty space misbehavior in the first place? Is it dangerous? Can it corrupt a stack file? Is this also a deprecation issue (sort of, in reverse)? I found nothing else in the visible stack instructions that seemed in any way possible to connect with a corrupted or malfunctioning stack. Richard Gaskin asked about images. There is a background image in the mainstack that distributes to the substacks. No other images of any kind in the corrupted stack. I agree that Photoshop provides the best images for Revolution, and I always use that, rendering usually jpg but sometimes png images for logos or backgrounds. All other images displayed via this application come from the server. That is all I have to report concerning the corrupted stack. No idea whether any of the above is actually related to the cause of the corruption. However, the process of dealing with this has raised a few other questions. Regarding the immortal dialog stack that nobody could kill (Andre suggested that MetaCard could be lethal to it, however), and which Andre has immortalized in his screen shots: What seemed to have happened (before the no-Windows crisis) was that I downloaded an alternative dialog stack because I hated the three-mile-wide default dialog thing. Once it was brought in as a substack, it appeared in the application browser, and seemed to always pre-empt Revolution's own dialog stacks in the IDE. It was a strange neon color so I fiddled with it, but it always looked ugly and finally I zapped it. But, as Andre discovered, it did not die. There was absolutely no way to get it out of the stack. You could disappear it from the browser and save, but when you reopened the mainstack it would reappear again. I figured it kept appearing in the IDE because it had somehow preempted the Revolution dialog stacks, but in that case why did it keep reappearing in the application browser as if it belonged in my application even though it was now working for the IDE? But here is something else kind of neat. When I finally gave up trying to make the alternative dialog stack look presentable, I zapped it, and when it was reincarnated it had picked up the background image of the mainstack! This was, in fact, highly desirable. I liked it. It carried over beautifully to the OSX builds (of course, I never saw it in the Windows builds). I might try to make it happen again. If this can be tamed, it would be a useful addition, maybe? In the end, I rid myself of the immortal dialog stack by creating a new mainstack and pointing all the substacks to it. That left the old mainstack and the immortal dialog stack in a little universe of their own, after which they were closed and consigned to the dustbin of history. Finally, the question with which it all began: What in creation is a "0,0" error? I have tentatively decided to interpret this as: "I don't have the slightest idea why I cannot open and run your perfectly good application." Many thanks, again, to all of you. My Windows students are now using the applications to busily catch up on their work (one imagines). I will lie low for the rest of the term to let the embarrassment blow over, but resume my advocacy here for Revolution in our courses. Best wishes, Pamela Crossley From jbv.silences at Club-Internet.fr Mon Aug 2 11:34:59 2004 From: jbv.silences at Club-Internet.fr (jbv) Date: Mon, 02 Aug 2004 17:34:59 +0200 Subject: clicking into some text, how ? References: <410E5AF8.EB14F91E@Club-Internet.fr> <14CEDBBD-E498-11D8-BF22-000A27B49A96@major-k.de> Message-ID: <410E5F22.702CCBB8@Club-Internet.fr> Klaus, > > .... > select before char 5 of word 2 of line 1 of fld 1 > .... works perfect. Thanks a bunch, Jb From klaus at major-k.de Mon Aug 2 11:37:16 2004 From: klaus at major-k.de (Klaus Major) Date: Mon, 2 Aug 2004 17:37:16 +0200 Subject: clicking into some text, how ? In-Reply-To: <410E5F22.702CCBB8@Club-Internet.fr> References: <410E5AF8.EB14F91E@Club-Internet.fr> <14CEDBBD-E498-11D8-BF22-000A27B49A96@major-k.de> <410E5F22.702CCBB8@Club-Internet.fr> Message-ID: Hi jbv, > Klaus, >> .... >> select before char 5 of word 2 of line 1 of fld 1 >> .... > > works perfect. I know :-D > Thanks a bunch, > Jb Ciao ragazzo Klaus Major klaus at major-k.de http://www.major-k.de From troy at rpsystems.net Mon Aug 2 11:38:32 2004 From: troy at rpsystems.net (Troy Rollins) Date: Mon, 2 Aug 2004 11:38:32 -0400 Subject: Pamela nightmare over: post-mortem In-Reply-To: References: <20040802125656.CB7BC9300AA@mail.runrev.com> Message-ID: <02778044-E49A-11D8-B4BC-000A95A09CF8@rpsystems.net> On Aug 2, 2004, at 11:25 AM, pkc wrote: > But here is something else kind of neat. When I finally gave up > trying to make the alternative dialog stack look presentable, I zapped > it, and when it was reincarnated it had picked up the background image > of the mainstack! This was, in fact, highly desirable. I liked it. It > carried over beautifully to the OSX builds (of course, I never saw it > in the Windows builds). I might try to make it happen again. If this > can be tamed, it would be a useful addition, maybe? This is called inheritance. ;-) In general, it is quite tame. -- Troy RPSystems, Ltd. http://www.rpsystems.net From jbv.silences at Club-Internet.fr Mon Aug 2 11:50:27 2004 From: jbv.silences at Club-Internet.fr (jbv) Date: Mon, 02 Aug 2004 17:50:27 +0200 Subject: 2 more questions about operations on text in fields Message-ID: <410E62C1.90F3C959@Club-Internet.fr> Question #1 : I'm on Mac (french kbd), and strangely the following script : on keyup which put which end keyup doesn't catch french characters with accents (? ? etc)... is there any settings to catch those keys ? --------- Question #2 : is there any equivalent to the "returninfield" message to catch the use of the delete key on parts of text contained in a field (in order to quickly know what's left in the field once users have used the delete key, but while the field still has the focus) ? Thanks in advance (again), JB From soapdog at mac.com Mon Aug 2 11:48:31 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 12:48:31 -0300 Subject: weird errors (was Re: Pamela nightmare over: post-mortem) In-Reply-To: References: <20040802125656.CB7BC9300AA@mail.runrev.com> Message-ID: <678372F0-E49B-11D8-9A37-0003936D012E@mac.com> On Aug 2, 2004, at 12:25 PM, pkc wrote: > > Finally, the question with which it all began: What in creation is a > "0,0" error? I have tentatively decided to interpret this as: "I > don't have the slightest idea why I cannot open and run your perfectly > good application." > I loved this one... it's better than the "Behold, here comes an Act of God!" behaviour I sometimes get here... like for example during RMS we created a function that accepted one parameter, it just echoed it back with a simple return call. The code was like this: function getRect pRect put "The rect is: && pRect return pRect end getRect function test get getRect(the rect of something) answer it end test simple. Then what happened was, when we call function test, we receive our rect back nice and warm, but that debug put that we use in getRect rect function shows that pRect was empty, me, David and Trevor stod looking at this premonition behaviour of Rev for sometime, variable watcher showed us that the pRect (in the actual code was a global) was forever empty and yet the function received an echo with the correct value... no kidding! After many nights asleep I decided that bug was actually a feature, an Act of God, God was whispering the correct values to my software so that it runs as smoothly as I designed it no matter if the engines bug rendered the rest is spoiled and evil... Thank you Lord! :D Andre > -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From wbl at wilddsl.net.au Mon Aug 2 04:54:03 2004 From: wbl at wilddsl.net.au (Bruce Laidlaw) Date: Mon, 02 Aug 2004 18:54:03 +1000 Subject: Error message running "Drawers" In-Reply-To: <861824BC-E45E-11D8-A89C-003065430226@internettrainer.com> References: <861824BC-E45E-11D8-A89C-003065430226@internettrainer.com> Message-ID: <410E012B.8050203@wilddsl.net.au> Richmond, I downloaded your "Drawers" stack but get an error message: executing at 6:44:26 PM Type Handler: can't find handler Object OPEN Line drawer "DROP" Hint drawer I'm running Rev 2.0 on Mac OSX 10.2.8 What am I doing wrong? Bruce Bruce Laidlaw Sydney, Australia From Meitnik at aol.com Mon Aug 2 12:16:33 2004 From: Meitnik at aol.com (Meitnik at aol.com) Date: Mon, 2 Aug 2004 12:16:33 EDT Subject: menubar demo/tutorial anyone? Message-ID: Hi, I have been searching for a well done menubar teaching stack? Any one have one, or have a stack to share that I can study. The revmenubar is more complex than I need. Thanks, Andrew From jperryl at ecs.fullerton.edu Mon Aug 2 12:23:18 2004 From: jperryl at ecs.fullerton.edu (Judy Perry) Date: Mon, 2 Aug 2004 09:23:18 -0700 (PDT) Subject: 2.5 cursor change In-Reply-To: <410DB6D8.7060100@fourthworld.com> Message-ID: Cool! When's the next one? (so I can save up my gasoline & babysitting pennies) ;-) Judy On Sun, 1 Aug 2004, Richard Gaskin wrote: > > Wasn't the mouse idea 'stolen' from Englebart? (Doug?) > > Yes, as far as I know. > > I have a copy of the videotape of his presentation of the first > mouse-driven OS in 1967 (apparently he had invented the mouse several > years earlier but then needed to write an OS to use it on ). > > If you come to one of our LA RUG meetings I'll show it. :) From nonsanity at fluffandsuch.com Mon Aug 2 12:24:57 2004 From: nonsanity at fluffandsuch.com (Nonsanity) Date: Mon, 02 Aug 2004 12:24:57 -0400 Subject: First Use In-Reply-To: <410E5AF8.EB14F91E@Club-Internet.fr> References: <410E5AF8.EB14F91E@Club-Internet.fr> Message-ID: <410E6AD9.2090004@fluffandsuch.com> Well, I can tell you I was surprised to find that Hypercard's legacy lives on when, on a whim while wishing for the old ease of Hypercard's quick prototyping powers, I typed "HyperTalk OS X" into google and found Revolution. Happy camper here! I read Danny Goodman's original work cover-to-cover before we bought our first Mac. I broke open that Macintosh II's box on the way home from the dealer just to get at HC's manual. I eventually became the Hypercard guru on GEnie and the short-lived NVN (in the days before the widespread use of the internet). I'm VERY happy to see there's a solution now on OS X. HyperTalk came right back to me without a hitch, and I was coding away like mad. I can say I love the loss of the 30,000 character limit on text fields, and the speed increase is wonderful. But, all good thing aside, I did have a few problems. I guess the first isn't so much a problem as an issue: The interface is not very clean, and deffinately not Mac-like at all. Even the original Hypercard was easier to work with. I understand that this is a multi-platform program now, but some attention needs to be put into the Mac version's interface at the very least. The other problem was the seeming lack of a way to set the scroll of a text field from a script. Not knowing the current whereabouts of Danny's old book, I'm going on memory but shouldn't there be a command like: set the scroll of fld "Output" to 30000 I often used this to scroll to the bottom of a long field that I was continually adding to. ~ Chris Innanen ~ Nonsanity From jperryl at ecs.fullerton.edu Mon Aug 2 12:28:18 2004 From: jperryl at ecs.fullerton.edu (Judy Perry) Date: Mon, 2 Aug 2004 09:28:18 -0700 (PDT) Subject: Animation library In-Reply-To: Message-ID: Comments below. On Mon, 2 Aug 2004, Troy Rollins wrote: > So, I ask this... was anyone using the animation library? If so or not, > why, or why not? Should it be replaced? If so, with what? What might it > look like or do differently than the old library did? --Yes, I used it as a part of my very brief animation unit (along with using a set the loc of image whatever to whatever; in addition to having them use a *really* old shareware that makes rolling credits that they could embed as a QT movie in a Rev app). For low-end users (like teachers and students) I would like to see it retained. They're much less likely to say to themselves, "wow, a simple little animation here would be cool. I think I'll go learn Director/Flash etc." If it were to be retained and improved, I'd like to see it include a simple curved line of motion that the user could edit ala Director. FWIW... Judy From jbv.silences at Club-Internet.fr Mon Aug 2 12:35:58 2004 From: jbv.silences at Club-Internet.fr (jbv) Date: Mon, 02 Aug 2004 18:35:58 +0200 Subject: 2 more questions about operations on text in fields References: <410E62C1.90F3C959@Club-Internet.fr> Message-ID: <410E6D6B.EE880599@Club-Internet.fr> OK, I've found a single solution for the 2 problems, simply by using send "check_my_field" to me in 0.1 seconds and starting to check the content of the fld as soon as it gets the focus, and stopping when that fld looses focus... It works, but I was wondering if there was any more elegant (less "brute force") solution... JB > Question #1 : > I'm on Mac (french kbd), and strangely the following > script : > > on keyup which > put which > end keyup > > doesn't catch french characters with accents (? ? etc)... > is there any settings to catch those keys ? > > --------- > > Question #2 : > is there any equivalent to the "returninfield" message > to catch the use of the delete key on parts of text > contained in a field (in order to quickly know what's > left in the field once users have used the delete key, but > while the field still has the focus) ? > > Thanks in advance (again), > JB > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From lists at mangomultimedia.com Mon Aug 2 12:31:26 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 09:31:26 -0700 Subject: Animation library In-Reply-To: <9D39A390-E446-11D8-9B38-0003930D06A0@unimelb.edu.au> References: <20040802050217.8ADF4930234@mail.runrev.com> <9D39A390-E446-11D8-9B38-0003930D06A0@unimelb.edu.au> Message-ID: <66907C71-E4A1-11D8-A0D2-000A956C462A@mangomultimedia.com> On Aug 1, 2004, at 10:41 PM, Terry Judd wrote: > While the same level of integration with Rev and Flash clearly isn't > available, you can play Flash within QuickTime and with the help of > Trevore Devore's QT external > (http://www.mangomultimedia.com/developer/revolution/enhancedqt.html) > even pass messages from Flash to Rev using FSCommand. If the reverse > were also true... I just purchased two great QT API books by Tim Monroe at Apple . One of the books has some info about setting variables in a Flash movie and simulating button clicks. I'm working on incorporating some slideshow creation code that generates a slideshow with audio from a xml file. Maybe I can incorporate the extra flash stuff as well. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From troy at rpsystems.net Mon Aug 2 12:34:57 2004 From: troy at rpsystems.net (Troy Rollins) Date: Mon, 2 Aug 2004 12:34:57 -0400 Subject: First Use In-Reply-To: <410E6AD9.2090004@fluffandsuch.com> References: <410E5AF8.EB14F91E@Club-Internet.fr> <410E6AD9.2090004@fluffandsuch.com> Message-ID: On Aug 2, 2004, at 12:24 PM, Nonsanity wrote: > But, all good thing aside, I did have a few problems. I guess the > first isn't so much a problem as an issue: The interface is not very > clean, and deffinately not Mac-like at all. Even the original > Hypercard was easier to work with. I understand that this is a > multi-platform program now, but some attention needs to be put into > the Mac version's interface at the very least. The new beta - 2.5 addresses a lot of interface look and feel. I'm on OSX, and it is a big improvement. -- Troy RPSystems, Ltd. http://www.rpsystems.net From jperryl at ecs.fullerton.edu Mon Aug 2 12:42:28 2004 From: jperryl at ecs.fullerton.edu (Judy Perry) Date: Mon, 2 Aug 2004 09:42:28 -0700 (PDT) Subject: Animation library In-Reply-To: Message-ID: Glad to hear it! On Mon, 2 Aug 2004, Kevin Miller wrote: > We're not abandoning doing animation in > Rev, just saying that there are better ways to do it, such as using the > Player object. Look out for further improvements related to this area in > later releases. From jperryl at ecs.fullerton.edu Mon Aug 2 12:43:53 2004 From: jperryl at ecs.fullerton.edu (Judy Perry) Date: Mon, 2 Aug 2004 09:43:53 -0700 (PDT) Subject: Using 2.5 beta: Handler low on memory In-Reply-To: Message-ID: Yes, Bill. I posted this same problem a while back and others confirmed it. On Mon, 2 Aug 2004, Bill wrote: > Has this happened to anyone else? From pkc at mac.com Mon Aug 2 12:45:07 2004 From: pkc at mac.com (pkc) Date: Mon, 2 Aug 2004 12:45:07 -0400 Subject: Inheritance tame and wild In-Reply-To: <20040802160040.E9EEC9300D0@mail.runrev.com> References: <20040802160040.E9EEC9300D0@mail.runrev.com> Message-ID: A I wrote: >When I finally gave up > > trying to make the alternative dialog stack look presentable, I zapped >> it, and when it was reincarnated it had picked up the background image >> of the mainstack! This was, in fact, highly desirable. I liked it. It >> carried over beautifully to the OSX builds (of course, I never saw it >> in the Windows builds). I might try to make it happen again. If this >> can be tamed, it would be a useful addition, maybe? Troy wrote: >This is called inheritance. ;-) > >In general, it is quite tame. Yes, I understand about inheritance in the substacks that I create and add to the application. But I was surprised by spontaneous inheritance by dialog stacks that did not originate with me and that were being used freely by the IDE --especially when they carried over without problem to the OS X build. I tried very briefly today to get this to happen on purpose, but was not successful. I can't find any documentation yet and will continue to read and experiment. From fde101 at fjrhome.net Mon Aug 2 12:49:19 2004 From: fde101 at fjrhome.net (Frank D. Engel, Jr.) Date: Mon, 2 Aug 2004 12:49:19 -0400 Subject: 2 more questions about operations on text in fields In-Reply-To: <410E6D6B.EE880599@Club-Internet.fr> References: <410E62C1.90F3C959@Club-Internet.fr> <410E6D6B.EE880599@Club-Internet.fr> Message-ID: Try looking at the "User Interaction" category of the documentation built-in to revolution. For example, look at the help for messages such as: deleteKey backspaceKey openField closeField exitField On Aug 2, 2004, at 12:35, jbv wrote: > > OK, I've found a single solution for the 2 problems, > simply by using > send "check_my_field" to me in 0.1 seconds > > and starting to check the content of the fld as soon as it > gets the focus, and stopping when that fld looses focus... > > It works, but I was wondering if there was any more > elegant (less "brute force") solution... > > JB > > >> Question #1 : >> I'm on Mac (french kbd), and strangely the following >> script : >> >> on keyup which >> put which >> end keyup >> >> doesn't catch french characters with accents (? ? etc)... >> is there any settings to catch those keys ? >> >> --------- >> >> Question #2 : >> is there any equivalent to the "returninfield" message >> to catch the use of the delete key on parts of text >> contained in a field (in order to quickly know what's >> left in the field once users have used the delete key, but >> while the field still has the focus) ? >> >> Thanks in advance (again), >> JB >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > ________________________________________________________________ $0 Web Hosting with up to 120MB web space, 1000 MB Data Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Get It Now At www.doteasy.com From lists at mangomultimedia.com Mon Aug 2 12:51:14 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 09:51:14 -0700 Subject: Animation library In-Reply-To: References: Message-ID: <2A55BF86-E4A4-11D8-A0D2-000A956C462A@mangomultimedia.com> On Aug 2, 2004, at 7:31 AM, Troy Rollins wrote: > On Aug 2, 2004, at 7:45 AM, Kevin Miller wrote: > >> It is now open source. All that is happening is that we're not >> supporting >> it ourselves. We'll post it soon. We're not abandoning doing >> animation in >> Rev, just saying that there are better ways to do it, such as using >> the >> Player object. Look out for further improvements related to this >> area in >> later releases. > > Hey, that's great - both the open sourcing of the current, and the > fact that RunRev is looking to make a better system. > > FWIW - The specific "type" of animation I am referring to is more in > the line of "interface animation." e.g. a panel of controls slides > onto the screen, and each control fades up one after the other, after > which the default control pulses... that sort of thing. Troy, Maybe this isn't exactly what you are after but I have used the following handlers for interface animation. I dynamically create the controls from a db in a group and then call the following to ease it onto the screen. I've found that scripted animation works very well in Revolution. If you want to see some really cool stuff track down some of samples that Scott Rossi has done. Here is an example of using the libAnim_Ease function taken from my code: libAnim_Ease id of group (pTarget & i), owner of group (pTarget & i), \ item 1 of loc of group (pTarget & i), tOffsetLeft + (width of group (pTarget & i) / 2), \ item 2 of loc of group (pTarget & i), item 2 of loc of group (pTarget & i), \ false, 10, 10 If you set pWithMsgs to "true" then make sure you have the following messages in the message path: libAnim_Finished libAnim_Update -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com /** * Performs the ease animation on an object * * @param pObjID objID ID of the object to animate * @param pOwner obj Owner of the object to animate * @param pStartX integer Starting x position * @param pEndX integer Ending x position * @param pStartY integer Starting y position * @param pEndY integer Ending y position * @param pWithMsgs boolean Whether to send updates to object on updates and finishing. * @param pSpeed integer Speed of animation in milliseconds. How often message is sent. * @param pNumSteps integer Number of steps to do the animation in */ on libAnim_Ease pObjID, pOwner, pStartX, pEndX, pStartY, pEndY, pWithMsgs, pSpeed, pNumsteps local tTarget put "control id " & pObjID & " of " & pOwner into tTarget set the libAnim["uCurrentStep"] of tTarget to 1 set the libAnim["uNumSteps"] of tTarget to pNumsteps set the libAnim["uStepSizeX"] of tTarget to (pEndX - pStartX) / pNumSteps set the libAnim["uStepSizeY"] of tTarget to (pEndY - pStartY) / pNumSteps set the libAnim["uStepAngle"] of tTarget to 2 * pi / pNumSteps set the libAnim["uSendMessages"] of tTarget to pWithMsgs set loc of tTarget to pStartX, pStartY # Start animation libAnim_CosineInterpolation pObjID, pOwner, pSpeed end libAnim_Ease /** * Animates an object using cosine interpolation * * @param pObj objID ID of control to animate * @param pOwner obj Owner of the object (long owner) * @param pSpeed integer How often to resend the message in milliseconds. */ on libAnim_CosineInterpolation pObjID, pObjOwner pSpeed local tVelocityScale local tTarget put "control id " & pObjID & " of " & pObjOwner into tTarget put 1 - \ cos (the libAnim["uCurrentStep"] of tTarget * the libAnim["uStepAngle"] of tTarget) \ into tVelocityScale put item 1 of loc of tTarget into tX put item 2 of loc of tTarget into tY set loc of tTarget to (tX + (tVelocityScale * the libAnim["uStepSizeX"] of tTarget), \ tY + (tVelocityScale * the libAnim["uStepSizeY"] of tTarget)) set the libAnim["uCurrentStep"] of tTarget to the libAnim["uCurrentStep"] of tTarget + 1 if (the libAnim["uCurrentStep"] of tTarget <= the libAnim["uNumSteps"] of tTarget) then send "libAnim_CosineInterpolation" && pObjID &","& pObjOwner & "," & pSpeed to me in pSpeed milliseconds else if (the libAnim["uSendMessages"] of tTarget = true) then send "libAnim_Finished" to tTarget end if end if end libAnim_CosineInterpolation From thierry.arbellot at wanadoo.fr Mon Aug 2 12:54:29 2004 From: thierry.arbellot at wanadoo.fr (Thierry Arbellot) Date: Mon, 2 Aug 2004 18:54:29 +0200 Subject: 2 more questions about operations on text in fields In-Reply-To: <410E6D6B.EE880599@Club-Internet.fr> Message-ID: <9EF29878-E4A4-11D8-99B4-000A27E40768@wanadoo.fr> I did a test with the handler in a stack's script and got the same problem. But the special characters are properly passed in the keyDown message, also if the keyUp message is in a field script. Have you check the deleteKey and backspaceKey messages ? Thierry. On Monday, Aug 2, 2004, at 18:35 Europe/Paris, jbv wrote: > > OK, I've found a single solution for the 2 problems, > simply by using > send "check_my_field" to me in 0.1 seconds > > and starting to check the content of the fld as soon as it > gets the focus, and stopping when that fld looses focus... > > It works, but I was wondering if there was any more > elegant (less "brute force") solution... > > JB > > >> Question #1 : >> I'm on Mac (french kbd), and strangely the following >> script : >> >> on keyup which >> put which >> end keyup >> >> doesn't catch french characters with accents (? ? etc)... >> is there any settings to catch those keys ? >> >> --------- >> >> Question #2 : >> is there any equivalent to the "returninfield" message >> to catch the use of the delete key on parts of text >> contained in a field (in order to quickly know what's >> left in the field once users have used the delete key, but >> while the field still has the focus) ? >> >> Thanks in advance (again), >> JB >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From fde101 at fjrhome.net Mon Aug 2 12:55:40 2004 From: fde101 at fjrhome.net (Frank D. Engel, Jr.) Date: Mon, 2 Aug 2004 12:55:40 -0400 Subject: First Use In-Reply-To: <410E6AD9.2090004@fluffandsuch.com> References: <410E5AF8.EB14F91E@Club-Internet.fr> <410E6AD9.2090004@fluffandsuch.com> Message-ID: > The other problem was the seeming lack of a way to set the scroll of a > text field from a script. Not knowing the current whereabouts of > Danny's old book, I'm going on memory but shouldn't there be a command > like: > > set the scroll of fld "Output" to 30000 > The properties of interest are "vScroll" and "hScroll", for vertical and horizontal scrolling, respectively. set the vScroll of field "Output" to 30000 or set the hScroll of field "Output" to 30000 Units appear to be in pixels? ________________________________________________________________ $0 Web Hosting with up to 120MB web space, 1000 MB Data Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Get It Now At www.doteasy.com From hershrev at realtorsgroup.us Mon Aug 2 12:56:33 2004 From: hershrev at realtorsgroup.us (Hershel Fisch) Date: Mon, 2 Aug 2004 12:56:33 -0400 Subject: Rev Web Solutions? In-Reply-To: <543609A2-E46D-11D8-B5C4-000A95C61E96@easynet.fr> Message-ID: On Monday, August 2, 2004, at 06:18 AM, Pierre Sahores wrote: > > Le 2 ao?t 04, ? 06:24, Hershel Fisch a ?crit : > >> >> On Sunday, August 1, 2004, at 07:45 PM, Pierre Sahores wrote: >> >>> >>> Le 1 ao?t 04, ? 23:32, Hershel Fisch a ?crit : >>> >>>> >>>> On Saturday, July 31, 2004, at 04:56 PM, Pierre Sahores wrote: >>>> >>>>> Hi, >>> >>> Take care about the fact that the way i expose don't use the RevDB >>> lib but direct shell() calls to the psql PostgreSQL's server-side >>> connector. >> Now technical what is the difference between the two methods ? > > 1.- worked fine years before the introduction of the RevDB lib > 2.- those MC/Rev applications servers are only doing what they are > doing the best : working on the data presentation layer, in beetwin > the Web server (one side) and (second side) the shell() + psql > connector to the ACID compliant PostgreSQL RDBMS. > 3.- works fine and very fast in all situations, including > administration tasks alike new databases and tables creations or > automatic "pg_dump" (backups) operations without stopping the > production statu of the PostgreSQL server. > 4.- least but not least : i didn't, at this time, got enought time to > test RevDB and see if it's mature in about handling critical > production tasks (over 400 connections/secs, 75% write mode > transactions). Well the the db library in my opinion is good and fast , I do all kind of SQL work without any problems. but I'd still like to try out and see how to work with shell() for other things as you mentioned above for maintenance purposes . The question, where I can get some education on that . Thanks, Hershel > > Bien cordialement, Pierre Sahores > > 100, rue de Paris > F - 77140 Nemours > > psahores+ at +easynet.fr > > GSM: +33 6 03 95 77 70 > Pro: +33 1 64 45 05 33 > Fax: +33 1 64 45 05 33 > > WEB/EAI services & ACID DB over IP > "Mutualiser les deltas de productivit?" > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From troy at rpsystems.net Mon Aug 2 13:03:09 2004 From: troy at rpsystems.net (Troy Rollins) Date: Mon, 2 Aug 2004 13:03:09 -0400 Subject: Animation library In-Reply-To: <2A55BF86-E4A4-11D8-A0D2-000A956C462A@mangomultimedia.com> References: <2A55BF86-E4A4-11D8-A0D2-000A956C462A@mangomultimedia.com> Message-ID: On Aug 2, 2004, at 12:51 PM, Trevor DeVore wrote: > Here is an example of using the libAnim_Ease function taken from my > code: > > libAnim_Ease id of group (pTarget & i), owner of group (pTarget & i), \ > item 1 of loc of group (pTarget & i), tOffsetLeft + (width of > group (pTarget & i) / 2), \ > item 2 of loc of group (pTarget & i), item 2 of loc of group > (pTarget & i), \ > false, 10, 10 Cool Trevor. I'm not afraid of script animation either, in fact, I'm pretty used to it. Your code looks a lot like some of mine... well except mine would be littered with comments like "-- this probably doesn't do anything" ;-D I guess my greater point is that code like this should be integrated into an animation palette, which allows even those not accustomed to scripted animation to take advantage of animated interface features. -- Troy RPSystems, Ltd. http://www.rpsystems.net From pixelbird at interisland.net Mon Aug 2 13:18:29 2004 From: pixelbird at interisland.net (Ken Norris (dialup)) Date: Mon, 02 Aug 2004 09:18:29 -0800 Subject: 2.5 cursor change In-Reply-To: <20040802125656.964139300A9@mail.runrev.com> Message-ID: Hi again, >>> I have a copy of the videotape of his presentation of the first >>> mouse-driven OS in 1967 (apparently he had invented the mouse several >>> years earlier but then needed to write an OS to use it on ). >>> >>> If you come to one of our LA RUG meetings I'll show it. :)\ >> >> >> Cool. What if you make a QT movie and post it somewhere? > > It's already available in Real format: > Thanks much, I'll take a look. Ken N. From hershrev at realtorsgroup.us Mon Aug 2 13:02:27 2004 From: hershrev at realtorsgroup.us (Hershel Fisch) Date: Mon, 2 Aug 2004 13:02:27 -0400 Subject: Using 2.5 beta: Handler low on memory In-Reply-To: Message-ID: As mentioned ( if I remember properly), it'll be fixed in the next Beta. Hershel On Monday, August 2, 2004, at 12:43 PM, Judy Perry wrote: > Yes, Bill. I posted this same problem a while back and others > confirmed > it. > > On Mon, 2 Aug 2004, Bill wrote: > >> Has this happened to anyone else? > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From kee at kagi.com Mon Aug 2 13:11:56 2004 From: kee at kagi.com (kee nethery) Date: Mon, 2 Aug 2004 10:11:56 -0700 Subject: First Use = vscroll In-Reply-To: <410E6AD9.2090004@fluffandsuch.com> References: <410E5AF8.EB14F91E@Club-Internet.fr> <410E6AD9.2090004@fluffandsuch.com> Message-ID: <0E70E20C-E4A7-11D8-B798-000A959B2940@kagi.com> On Aug 2, 2004, at 9:24 AM, Nonsanity wrote: > The other problem was the seeming lack of a way to set the scroll of a > text field from a script. Not knowing the current whereabouts of > Danny's old book, I'm going on memory but shouldn't there be a command > like: > > set the scroll of fld "Output" to 30000 > > I often used this to scroll to the bottom of a long field that I was > continually adding to. That is exactly what I use it for also. I'll have a log field where the data is display chronologically and as I add stuff to it, I set the scroll so that the new stuff is visible and the old stuff scrolls off the top of the screen. do a search in the runrev docs for vscroll should show you the functionality you need. And if you also want horizontal scroll, look at hscroll Kee Nethery From rcozens at pon.net Mon Aug 2 13:22:16 2004 From: rcozens at pon.net (Rob Cozens) Date: Mon, 2 Aug 2004 10:22:16 -0700 Subject: Inheritance tame and wild In-Reply-To: References: <20040802160040.E9EEC9300D0@mail.runrev.com> Message-ID: >I was surprised by spontaneous inheritance by dialog stacks that did >not originate with me and that were being used freely by the IDE Hi Pamela, It should only come as a surprise if the properties inherited are NOT set to empty (ie: "use onwer's") in the dialog stacks. -- Rob Cozens CCW, Serendipity Software Company "And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee." from "The Triple Foole" by John Donne (1572-1631) From kaveh at focalimage.com Mon Aug 2 13:29:19 2004 From: kaveh at focalimage.com (Kaveh Bazargan) Date: Mon, 2 Aug 2004 18:29:19 +0100 Subject: 2.5 cursor change In-Reply-To: References: Message-ID: At 9:18 am -0800 2/8/04, Ken Norris (dialup) wrote: [...] >> It's already available in Real format: >> > >Thanks much, I'll take a look. Thanks for this link. What a beautiful set of movies. Those were the days!! -- -------------- Kaveh Bazargan http://www.focalimage.com/ http://www.holographer.org/ From mwieder at ahsoftware.net Mon Aug 2 13:35:01 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Mon, 2 Aug 2004 10:35:01 -0700 Subject: weird errors (was Re: Pamela nightmare over: post-mortem) In-Reply-To: <678372F0-E49B-11D8-9A37-0003936D012E@mac.com> References: <20040802125656.CB7BC9300AA@mail.runrev.com> <678372F0-E49B-11D8-9A37-0003936D012E@mac.com> Message-ID: <1312378590.20040802103501@ahsoftware.net> Andre- I have stopped using the debugger in 2.5b1 after numerous instances of having my code looping into places I never designed it to, variables sometimes showing up with proper values, other times not, etc. I hate it when turning on the debugger makes my code act differently from not using the debugger. Especially when quitting the IDE and launching it again *sometimes* acts properly. These days I'll experiment with things in the beta just for fun, but I do my work in 2.2.1. -- -Mark Wieder mwieder at ahsoftware.net From operoutka at volny.cz Mon Aug 2 13:41:45 2004 From: operoutka at volny.cz (Old=?ISO-8859-2?B?+A==?=ich Peroutka) Date: Mon, 02 Aug 2004 19:41:45 +0200 Subject: FW: Question about command revGoURL In-Reply-To: Message-ID: Hi Judy, thank you Judy for your respond and I try to explain what I'm doing. I want to open HTML file that is located on my local Hard Drive. This file is "myFile.htm". The absolute path to this my file is /Macintosh HD/Mac temp/data/myFile.htm, this path contains 2 spaces in name of folders "Macintosh HD" and "Mac temp". Than if I write: revGoURL myDataFolder & "myFile.htm" -- myDataFolder contains the path on local HardDrive (=/Macintosh HD/Mac temp/data) to file "myFile.htm" -- myFile.htm is file in folder data on local Hard Disk, that I want to open in Internet Explorer (or other default browser). After the Internet Explorer is open, one is looking for file with path: Macintosh%20HD/Mac%20temp/data/myFile.htm. This path doesn't exist. Sorry for my English, thanks Oldrich >> Hi, >> >> I am not certain I correctly understand what you are doing, but if what >> you are trying to do is tell Rev the path of your web browser, you needn't >> do that. If all you want to do is have Rev open a web browser and then go >> to some URL, all you need to do is: >> >> on mouseUp >> revGoURL "http://www.yourURL.com" >> end mouseUp >> >> Does this help or am I completely not understanding what you are trying to >> do? >> >> Judy >> >> On Thu, 29 Jul 2004, Old[ISO-8859-2] ?ich Peroutka wrote: >> >>> Hi all, >>> >>> Can anybody help me with the command ?revGoURL?? I?m the beginner with >>> REVOLUTION (Runrev 2.2 for Mac OS 9.2.2 cz) and I have this problem. >>> >>> My script is: >>> >>> on mouseUp >>> .... >>> .... >>> -- define myDefaultFolder and myDataFolder >>> put ?/Macintosh HD/Mac temp/myFolder? into myDefaultFolder >>> put myDefaultFolder & ?/data/? into myDataFolder >>> -- ?myDataFolder? is /Macintosh HD/Mac temp/myFolder/data/ >>> ..... >>> ..... >>> set defaultFolder to myDataFolder >>> revGoURL myDataFolder & ?myFile.htm? >>> >>> or only >>> >>> revGoURL ?myFile.htm? >>> >>> end mouseUp >>> >>> It is one and the same if I write the first or the second way. The >>> performance (path of file that Internet Explorer is looking for) is other >>> but the result is the same ? Error in opened ?Internet Explorer? that one >>> tells me ?the file doesn?t exist?. >>> >>> >>> The problem is, that all spaces in path (myDataFolder) are replaced with >>> ?%20?. My ?Internet Explorer? is started OK but it is searching file >>> with path ?/Macintosh%20HD/Mac%20temp/myFolder/data/myFile.htm?. >>> This path doesn? t exist of course. Why the spaces but only the spaces in >>> the path of file are replaced with %20. ? %20? is the HEXcode of space. >>> >>> If I write: >>> >>> launch myDataFolder & ?myFile.htm? with path2Explorer & ?Internet >>> Explorer? >>> -- in path2Explorer is path to the programm ?Internet Explorer?. >>> >>> >>> All is OK. But by this way I have to know where my Internet Explorer on >>> HarDrive is (or alternative browser), path to him. >>> >>> >>> Thanks all >>> >>> Oldrich >>> _______________________________________________ >>> use-revolution mailing list >>> use-revolution at lists.runrev.com >>> http://lists.runrev.com/mailman/listinfo/use-revolution >>> >> >> ------ End of Forwarded Message From ambassador at fourthworld.com Mon Aug 2 13:45:35 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Mon, 02 Aug 2004 10:45:35 -0700 Subject: Using 2.5 beta: Handler low on memory In-Reply-To: References: Message-ID: <410E7DBF.5020007@fourthworld.com> Hershel Fisch wrote: > As mentioned ( if I remember properly), it'll be fixed in the next Beta. > Hershel > On Monday, August 2, 2004, at 12:43 PM, Judy Perry wrote: > >> Yes, Bill. I posted this same problem a while back and others confirmed >> it. Kevin noted here that the issue is not actually memory-related, but that the actual cause of the error can be found by looking at the second item in that window. This will at least let you get back to work while waiting for B2. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From mwieder at ahsoftware.net Mon Aug 2 13:45:40 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Mon, 2 Aug 2004 10:45:40 -0700 Subject: Pamela nightmare over: post-mortem In-Reply-To: References: <20040802125656.CB7BC9300AA@mail.runrev.com> Message-ID: <1263017719.20040802104540@ahsoftware.net> pkc- Monday, August 2, 2004, 8:25:34 AM, you wrote: p> Regarding the immortal dialog stack that nobody could kill (Andre p> suggested that MetaCard could be lethal to it, however), and which p> Andre has immortalized in his screen shots: What seemed to have p> happened (before the no-Windows crisis) was that I downloaded an p> alternative dialog stack because I hated the three-mile-wide default p> dialog thing. Once it was brought in as a substack, it appeared in p> the application browser, and seemed to always pre-empt Revolution's p> own dialog stacks in the IDE. It was a strange neon color so I p> fiddled with it, but it always looked ugly and finally I zapped it. p> But, as Andre discovered, it did not die. There was absolutely no p> way to get it out of the stack. You could disappear it from the p> browser and save, but when you reopened the mainstack it would p> reappear again. I figured it kept appearing in the IDE because it had p> somehow preempted the Revolution dialog stacks, but in that case why p> did it keep reappearing in the application browser as if it belonged p> in my application even though it was now working for the IDE? (putting on my tin-foil hat...) is there some chance that the alternative dialog stack you downloaded had the same name as the original in the IDE and somehow got saved over it? Or took precedence over it in the message hierarchy? -- -Mark Wieder mwieder at ahsoftware.net From kaveh at focalimage.com Mon Aug 2 13:50:21 2004 From: kaveh at focalimage.com (Kaveh Bazargan) Date: Mon, 2 Aug 2004 18:50:21 +0100 Subject: 2.5 public beta? In-Reply-To: References: Message-ID: Is this a public beta? If so which is the url? If not, why are the discussions on this list? ;-) -- -------------- Kaveh Bazargan http://www.focalimage.com/ http://www.holographer.org/ From lists at mangomultimedia.com Mon Aug 2 13:51:22 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 10:51:22 -0700 Subject: Looking for more info on hScroll In-Reply-To: <7B058B80-E343-11D8-AAD2-003065CC999E@pi.be> References: <7B058B80-E343-11D8-AAD2-003065CC999E@pi.be> Message-ID: <913D033E-E4AC-11D8-A0D2-000A956C462A@mangomultimedia.com> On Jul 31, 2004, at 3:46 PM, Wouter wrote: >> I did some more tests and I think the design of my slider is what is >> causing the problem. I added a call which prints out the value of >> formattedWidth - width - margins - borderWidth and as my custom group >> slider got to the end of the group the value increased. My custom >> slider which is part of the group itself was extending past the >> previous extreme right side of the group and adding a couple of more >> pixels to the group. Though the formattedHeight increases the highest >> value of hScroll for the group doesn't seem to be updated. I will >> keep fiddling around and see if I can pinpoint exactly what is going >> on though. >> > Aha you used a custom slider in the group. I thought you used the > horizontal scrollbar of the group itself. > I bugzilla'ed an extra problem with sliders (bug #1912). May be this > applies also in your case. > Be careful with the value of the thumbpos if the numberformat is not > used. > You *see* ints but internally it still remain decimals which are > trunc-rounded in a weird way when needed in for example a repeat loop. I actually use a scrollbar control as well as a slider that is inside the group being scrolled. Think of a video editor like iMovie where you have a slider that moves through the video but also a slider that moves the entire video timeline when you are zoomed in. When I was moving the video slider that is inside the group it was coming to the end of my timeline graphic and extending slightly past the edge. This changed the formattedWidth of the group but the maximum hScroll property would not increase. I need to do simpler test to see if this is a bug or not. I fixed the problem by adding a small buffer to the left and right of my timeline so that the video slider would not increase the formattedWidth when it got to the edges. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From jacque at hyperactivesw.com Mon Aug 2 13:55:13 2004 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Mon, 02 Aug 2004 12:55:13 -0500 Subject: 2 more questions about operations on text in fields In-Reply-To: <410E6D6B.EE880599@Club-Internet.fr> References: <410E62C1.90F3C959@Club-Internet.fr> <410E6D6B.EE880599@Club-Internet.fr> Message-ID: <410E8001.7060300@hyperactivesw.com> On 8/2/04 11:35 AM, jbv wrote: >Question #1 : >I'm on Mac (french kbd), and strangely the following >script : > >on keyup which > put which >end keyup > >doesn't catch french characters with accents (? ? etc)... >is there any settings to catch those keys ? I haven't tried it, but does rawkeydown or rawkeyup work? -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com From jacque at hyperactivesw.com Mon Aug 2 13:56:52 2004 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Mon, 02 Aug 2004 12:56:52 -0500 Subject: menubar demo/tutorial anyone? In-Reply-To: References: Message-ID: <410E8064.7020506@hyperactivesw.com> On 8/2/04 11:16 AM, Meitnik at aol.com wrote: > Hi, I have been searching for a well done menubar teaching stack? Any one > have one, or have a stack to share that I can study. The revmenubar is more > complex than I need. Not sure how well-done it is or whether it is what you are looking for, but there is a discussion of menu bars and how they work within my conversion tutorial: -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com From b.xavier at internet.lu Mon Aug 2 14:11:55 2004 From: b.xavier at internet.lu (MisterX) Date: Mon, 2 Aug 2004 20:11:55 +0200 Subject: Ann: WinN2O 1.5 beta In-Reply-To: Message-ID: Hi everyone, I've working like mad on this version... About 300 more features! ;)) The group and go menu are still in the works and may not make it given the low need... The updates of the list is not always automatic if the stack is installed as front or backscript but coming soon ;) Only the Windows views is fully tested. Only tested on XP... So if you want to look... check it out Screenshot http://www.monsieurx.com/hyper/stacks/WinN2O15beta.gif Download http://monsieurx.com/modules.php?name=Downloads&d_op=getit&lid=59 Cheers Xavier From bill at igame3d.com Mon Aug 2 13:59:51 2004 From: bill at igame3d.com (william griffin) Date: Mon, 2 Aug 2004 13:59:51 -0400 Subject: menubar demo/tutorial In-Reply-To: <20040802173253.606409300E3@mail.runrev.com> References: <20040802173253.606409300E3@mail.runrev.com> Message-ID: > > 1. Re: menubar demo/tutorial anyone? (Meitnik at aol.com) > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 2 Aug 2004 12:16:33 EDT > From: Meitnik at aol.com > Subject: Re: menubar demo/tutorial anyone? > To: use-revolution at lists.runrev.com > Message-ID: > Content-Type: text/plain; charset="US-ASCII" > > Hi, I have been searching for a well done menubar teaching stack? Any > one > have one, or have a stack to share that I can study. The revmenubar is > more > complex than I need. > > Thanks, > Andrew Since I've run into a bug creating the most ludicrously overflowing rev breaking menuBar in recorded history, and my spam blocker had me off the list for awhile these seems like a good time and place for me to jump back into things. It would help if i knew what you were trying to accomplish of course, but here is the simple system. Menu Builder, add items, generate the skeleton of the button scripts with that provided button, then edit the script and fill in the needed data between the cases. Script By Hand: Single Menu Items on menuPick myPick switch myPick case "Open" answer file "Pick some file" if it is not empty then put it into myFile open file myFile for read read from file myFile until eof put it into field 1 end if break end switch end menuPick the pattern follows for all other options, after two or three of those you've got it down to a science. Script by hand: Multiple items/sub items Lets say we have an item we want as sub menu, we'll put it into a button called myMenu of our menuBar group called "myMainMenu", you do this put "toplevel menu" & return & tab & "second level" into cd btn "myMenu" of group "myMainMenu" to add a third level of menu into that same button works like this put "toplevel menu" & return & tab & "second level" & return & tab & tab & "third level" into cd btn "myMenu" of group "myMainMenu" Now to pick from this you would use this process. on menuPick myPick1 myPick2 put myPick1 & myPick2 into myRealPick --- a multi level menu pick of this button would produce "toplevel menu | second level menu | third level" --- I've added space so you can see the bar character which denotes the items picked switch myRealPick case "toplevel menu|second level menu|third level" ---do something with your item picked ---I've not found a way of picking the top two levels in a button like this, seems you must pick the final sub item break end switch end menuPick OK hope that helps, if you run into trouble just shout. Mr Bill From ambassador at fourthworld.com Mon Aug 2 14:14:58 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Mon, 02 Aug 2004 11:14:58 -0700 Subject: Pamela nightmare over: post-mortem In-Reply-To: References: <20040802125656.CB7BC9300AA@mail.runrev.com> Message-ID: <410E84A2.30400@fourthworld.com> Hello Pam - > Richard Gaskin asked about images. There is a background image in the > mainstack that distributes to the substacks. No other images of any > kind in the corrupted stack. I agree that Photoshop provides the best > images for Revolution, and I always use that, rendering usually jpg > but sometimes png images for logos or backgrounds. All other images > displayed via this application come from the server. What I had asked was: "Just a wild guess: are there any image objects there? If so, what happens if you remove only those?" I looked at your stack file. None of the substacks themselves nor their cards appear to be corrupted. I removed the three images from the substack "MONGOL_EDIT" and it opened fine on Windows. It may be that only one of the images has bad data, but I didn't have time to do the trial-and-error of deleting one at a time until I found the culprit. I'm at a loss to determine why the images would work well on Mac OS and not Win, but the exercise was instructive in serving as a reminder about the nature of corruption and how understanding that can help diagnose problems. If you come from a HyperCard, SuperCard, or FileMaker background it's understandable that a wide variety of unexpected behaviors will be viewed as file corruption. But the notorious 5454 error that plagued all but the most dilligent HyperCard users (that would be Paul Looney ) is a card-level corruption that is almost entirely unknown with Rev. In Rev, in the very rare cases that something is corrupted in my experience it's limited to a single control rather than the card or stack record. In working with the engine for more than seven years I've seen only one such case many years ago, and while I've heard of others their descriptions do not appear consistent with actual corruption. In all but one case I've seen firsthand things that were reported as corruption turned out not to be (with the one exception from seven years ago being an image control). I've written about corruption before, and to avoid sounding like a broken record I'll just provide links to that background discussion if it's of interest: The most relevant point is the one Scott Raney closes with in the last of those posts If you've got something that you can reproduce, by all means send in a bug report so that we can make it even rarer ;-) It would be helpful to send a note to support at runrev.com with a note on how to get the stackfile. It might also be very helpful if you have the original image files used in that stack, so they can be compared with the image data in the imported image objects. How did I know the images were the culprit? Like I said, it was just a guess. But in the only case of actual corruption I've ever seen firsthand the cause turned out to be an imported image object, so it seemed worth trying those first. I can't stress enough how useful it can be to try to forget the scarring experiences of stack- or card-level corruption you may have encountered with other tools when diagnosing problems encountered with Rev. When something is corrupted the remedy usually involves deleting the offending object and rebuilding it. If you decide it's a card or a stack or the entire stack file before you really know if that's the case, you can spend a great deal of time rebuilding objects that don't need to be rebuilt. If the engine can open the file, any problem can probably be fixed with relative ease. In seven years with the engine, your image objects are only the second instance of corruption I've seen. And the remedy was far simpler than what's normally needed for correcting corruption issues in HyperCard. The only other case of corruption I've seen was also with imported image objects, but this is understandable as imported image objects are complex creatures in which most of the data the engine's dealing with was created by some other app. I've never seen a corrupted object which was created entirely by the engine itself; not to say it can't happen, but it's rare enough that I don't think about it. And before you get the impression that imported images are somehow problematic, consider the odds: Think of the number of Rev users and the number of images they import into stacks every year, and remember that the engine's been around since 1992 with very few verifiable cases of corruption. Since 1997 I've only seen two such cases, so I have a high degree of confidence that corruption does not occur with 99.9999% of imported image objects, and 99.999999999999999% all other objects. :) Summary on corruption: 1. Most of the time when the engine reports corruption it's a case of an interrupted save, and you'll find an intact copy of your stack with the same name preceeded by "~" waiting for you in the same folder as the "short saved" stack. 2. If the engine reports corruption and there's no such backup stack, see if there's a way to open the stack file, such as on a different platform. Look at imported images first, and with some trial and error you can usually find the culprit in short order. 3. If you see a behavior that looks like it might be corruption but the engine doesn't report it as corruption it probably isn't corruption, so looking elsewhere at scripts and/or IDE bugs may the best way to look for the root cause. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev From jbv.silences at Club-Internet.fr Mon Aug 2 14:28:09 2004 From: jbv.silences at Club-Internet.fr (jbv) Date: Mon, 02 Aug 2004 20:28:09 +0200 Subject: 2 more questions about operations on text in fields References: <410E62C1.90F3C959@Club-Internet.fr> <410E8001.7060300@hyperactivesw.com> Message-ID: <410E87B5.2F5CFE4E@Club-Internet.fr> Here's the solution I'm using. It's rather simple, it catches any character with accent, as well as any delete action by end users. the variable theString always contains the latest content of the field. The following handlers should be put in the field's script : on openfield send "check_fld" to me in 0.1 seconds end openfield on check_fld global theString put fld "Myfld" into theString if (the long id of me) = (the focusedobject) then send "check_fld" to me in 0.1 seconds end if end check_fld Hope that helps JB From klaus at major-k.de Mon Aug 2 14:39:44 2004 From: klaus at major-k.de (Klaus Major) Date: Mon, 2 Aug 2004 20:39:44 +0200 Subject: OT: large REV projects Message-ID: <52CF0F07-E4B3-11D8-BF22-000A27B49A96@major-k.de> Hi list, at last! Finally the appropriate storage device for large REV projects arrived! http://www.iomega-europe.com/eu/shop.aspx?category_name=REVType :-D Have a nice day/envening Klaus Major klaus at major-k.de http://www.major-k.de From jbv.silences at Club-Internet.fr Mon Aug 2 14:56:47 2004 From: jbv.silences at Club-Internet.fr (jbv) Date: Mon, 02 Aug 2004 20:56:47 +0200 Subject: rawkeydown & rawkeyup (was : 2 more questions about operationson text in fields) References: <410E62C1.90F3C959@Club-Internet.fr> <410E8001.7060300@hyperactivesw.com> Message-ID: <410E8E6E.2736B3EC@Club-Internet.fr> "J. Landman Gay" a *crit : > > I haven't tried it, but does rawkeydown or rawkeyup work? > BTW rawkeydown and rawkeyup both work, but then, how do you map the raw keynumber with the corresponding char ? the numtochar can't be used in this situation... Thanks, JB From mpetrides at earthlink.net Mon Aug 2 07:58:56 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Mon, 2 Aug 2004 07:58:56 -0400 Subject: update on pamela crisis In-Reply-To: <410DBC68.4020704@fourthworld.com> References: <20040801185458.6D7D893027A@mail.runrev.com> <410D5230.7040607@chipp.com> <23A2609E-E401-11D8-B6EA-000A959D005E@earthlink.net> <86E002AA-E40C-11D8-9986-0003936D012E@mac.com> <0388DD38-E411-11D8-B6EA-000A959D005E@earthlink.net> <72258978-E412-11D8-9A37-0003936D012E@mac.com> <410DBC68.4020704@fourthworld.com> Message-ID: <54E35444-E47B-11D8-B6EA-000A959D005E@earthlink.net> No. Just a general statement. Sorry. On Aug 2, 2004, at 12:00 AM, Richard Gaskin wrote: > Marian Petrides wrote: > >> I thought about that but, if that's the case, why does it work just >> fine on the Mac? Works OK both in the IDE and as a standalone. >> But having dealt with corrupt apps before > > In Rev? > > -- > Richard Gaskin > Fourth World Media Corporation > ___________________________________________________ > Rev tools and more: http://www.fourthworld.com/rev > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From lists at mangomultimedia.com Mon Aug 2 15:03:41 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 12:03:41 -0700 Subject: Determining type of drive a file is on Message-ID: Does anyone know if there is a way to determine if a file is on a USB Flash drive (vs a CD-ROM or a Hard Drive)? I'm looking for methods for Windows and Mac OS X. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From James.Cass at sealedair.com Mon Aug 2 15:11:39 2004 From: James.Cass at sealedair.com (James.Cass at sealedair.com) Date: Mon, 2 Aug 2004 15:11:39 -0400 Subject: MySQL: .rev main stack called from standalone rev app Message-ID: PLATFORM: MacOSX (10.3.4) ISSUE: MySQL commands not working DESCRIPTION: We have a small, standalone "client" Rev app (MacOSX 10.3.4) that shows a splash screen and calls a separate .rev main stack, which is the main guts of the application. The client app is on the user's Mac (>40 users), and the .rev main stack is on the server. This way, when we make changes/updates to the application, everyone is running the latest version. The main application uses MySQL commands. The MySQL commands work fine in development mode, and if I build it as a standalone app. However, the MySQL commands do not work when the .rev main stack (not a standalone) is called by the client app. I have set my standalone settings for the client app to include the MySQL Database Support. Any advice would be greatly appreciated. Thanks...James From scott at tactilemedia.com Mon Aug 2 15:12:40 2004 From: scott at tactilemedia.com (Scott Rossi) Date: Mon, 02 Aug 2004 12:12:40 -0700 Subject: Determining type of drive a file is on In-Reply-To: Message-ID: Recently, "Trevor DeVore" wrote: > Does anyone know if there is a way to determine if a file is on a USB > Flash drive (vs a CD-ROM or a Hard Drive)? > > I'm looking for methods for Windows and Mac OS X. Windows, I don't know, but on OS X maybe you might be able to get something from System Profiler? Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: scott at tactilemedia.com W: http://www.tactilemedia.com From kray at sonsothunder.com Mon Aug 2 15:23:52 2004 From: kray at sonsothunder.com (Ken Ray) Date: Mon, 02 Aug 2004 14:23:52 -0500 Subject: Determining type of drive a file is on In-Reply-To: Message-ID: On 8/2/04 2:12 PM, "Scott Rossi" wrote: > Recently, "Trevor DeVore" wrote: > >> Does anyone know if there is a way to determine if a file is on a USB >> Flash drive (vs a CD-ROM or a Hard Drive)? >> >> I'm looking for methods for Windows and Mac OS X. > > Windows, I don't know, but on OS X maybe you might be able to get something > from System Profiler? Well, I know you can find out what type a drive is (like removable, fixed, etc.) on Windows, but I don't know if you can find out specifically if it's a USB flash drive vs. a Zip drive, etc. Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: kray at sonsothunder.com From ambassador at fourthworld.com Mon Aug 2 15:27:04 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Mon, 02 Aug 2004 12:27:04 -0700 Subject: Determining type of drive a file is on In-Reply-To: References: Message-ID: <410E9588.8000409@fourthworld.com> Trevor DeVore wrote: > Does anyone know if there is a way to determine if a file is on a USB > Flash drive (vs a CD-ROM or a Hard Drive)? > > I'm looking for methods for Windows and Mac OS X. I don't know one, but I recently voted for adding "the detailed volumes" to Transcript for just that purpose: -- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev From jacque at hyperactivesw.com Mon Aug 2 15:52:38 2004 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Mon, 02 Aug 2004 14:52:38 -0500 Subject: rawkeydown & rawkeyup (was : 2 more questions about operations on text in fields) In-Reply-To: <410E8E6E.2736B3EC@Club-Internet.fr> References: <410E62C1.90F3C959@Club-Internet.fr> <410E6D6B.EE880599@Club-Internet.fr> <410E8001.7060300@hyperactivesw.com> <410E8E6E.2736B3EC@Club-Internet.fr> Message-ID: <410E9B86.9080908@hyperactivesw.com> On 8/2/04 1:56 PM, jbv wrote: > BTW rawkeydown and rawkeyup both work, but then, how do you > map the raw keynumber with the corresponding char ? > the numtochar can't be used in this situation... Good question. I usually only use it when I need to trap specific keys, and I build a switch statement around those. If you need to trap every key then you may be better off with your other solution. What is the goal for this handler? -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com From soapdog at mac.com Mon Aug 2 16:09:06 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 17:09:06 -0300 Subject: about SQLite? Message-ID: Hi Folks, any info on the SQLite front? I am about to buy valentina tonight if no info on SQLite apears, I need a database I can distribute with the apps, there's no point in making small sharewares and asking user to install and manage MySQL. andre -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From lists at mangomultimedia.com Mon Aug 2 16:09:49 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 13:09:49 -0700 Subject: MySQL: .rev main stack called from standalone rev app In-Reply-To: References: Message-ID: On Aug 2, 2004, at 12:11 PM, James.Cass at sealedair.com wrote: > PLATFORM: MacOSX (10.3.4) > ISSUE: MySQL commands not working > DESCRIPTION: We have a small, standalone "client" Rev app (MacOSX > 10.3.4) that shows a splash screen and calls a separate .rev main > stack, > which is the main guts of the application. The client app is on the > user's Mac (>40 users), and the .rev main stack is on the server. This > way, when we make changes/updates to the application, everyone is > running > the latest version. The main application uses MySQL commands. The > MySQL > commands work fine in development mode, and if I build it as a > standalone > app. However, the MySQL commands do not work when the .rev main stack > (not a standalone) is called by the client app. I have set my > standalone > settings for the client app to include the MySQL Database Support. I imagine that the revdb external is being applied to to the stack (splash) that is being used to create the executable. In your client stack start using the stack that was used to create the exe. So if your splash stack was named "mySplash" then in your client stack do something like this: start using stack "mySplash" This will make the revdb calls available in the message path. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From lists at mangomultimedia.com Mon Aug 2 16:10:58 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 13:10:58 -0700 Subject: Determining type of drive a file is on In-Reply-To: <410E9588.8000409@fourthworld.com> References: <410E9588.8000409@fourthworld.com> Message-ID: <11746BEC-E4C0-11D8-A0D2-000A956C462A@mangomultimedia.com> On Aug 2, 2004, at 12:27 PM, Richard Gaskin wrote: > Trevor DeVore wrote: > >> Does anyone know if there is a way to determine if a file is on a USB >> Flash drive (vs a CD-ROM or a Hard Drive)? >> I'm looking for methods for Windows and Mac OS X. > > I don't know one, but I recently voted for adding "the detailed > volumes" to Transcript for just that purpose: > > id=101> Maybe I will mosey on over to bugzilla and cast a vote or five. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From troy at rpsystems.net Mon Aug 2 16:14:51 2004 From: troy at rpsystems.net (Troy Rollins) Date: Mon, 2 Aug 2004 16:14:51 -0400 Subject: about SQLite? In-Reply-To: References: Message-ID: <9C9EB7E2-E4C0-11D8-B4BC-000A95A09CF8@rpsystems.net> On Aug 2, 2004, at 4:09 PM, Andre Garzia wrote: > any info on the SQLite front? I am about to buy valentina tonight if > no info on SQLite apears, I need a database I can distribute with the > apps, there's no point in making small sharewares and asking user to > install and manage MySQL. I know how you feel. I'm very interested in SQLite and Rev, as I use SQLite anyway. Apparently, it is going to be an add-on at every license level, but AFAIK there hasn't been any indication of cost yet. -- Troy RPSystems, Ltd. http://www.rpsystems.net From lists at mangomultimedia.com Mon Aug 2 16:21:27 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 13:21:27 -0700 Subject: Determining type of drive a file is on In-Reply-To: References: Message-ID: <888B64C4-E4C1-11D8-A0D2-000A956C462A@mangomultimedia.com> I'm responding to two messages at once. Please don't think less of me ;-) On 8/2/04 2:12 PM, "Scott Rossi" wrote: > > Windows, I don't know, but on OS X maybe you might be able to get > something > from System Profiler? This looks promising. Now, is there a command line tool that gives this info in OS X... On Aug 2, 2004, at 12:23 PM, Ken Ray wrote: > Well, I know you can find out what type a drive is (like removable, > fixed, > etc.) on Windows, but I don't know if you can find out specifically if > it's > a USB flash drive vs. a Zip drive, etc. Hmm, if I could tell the difference between a CD-ROM and USB that would be great. I'm still in the pondering stages of something but the idea is basically that we may have a training app distributed on USB flash drive (still have to do some speed tests, etc.). We don't need hard core copy protection but one of the things we don't want the casual user to do is burn the data to a CD and give it to their friend. I'm just looking at different methods I might be able to use to tie data to a USB flash drive. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From lists at mangomultimedia.com Mon Aug 2 16:23:11 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 13:23:11 -0700 Subject: Determining type of drive a file is on In-Reply-To: <888B64C4-E4C1-11D8-A0D2-000A956C462A@mangomultimedia.com> References: <888B64C4-E4C1-11D8-A0D2-000A956C462A@mangomultimedia.com> Message-ID: On Aug 2, 2004, at 1:21 PM, Trevor DeVore wrote: > > On 8/2/04 2:12 PM, "Scott Rossi" wrote: >> >> Windows, I don't know, but on OS X maybe you might be able to get >> something >> from System Profiler? > > This looks promising. Now, is there a command line tool that gives > this info in OS X... /usr/sbin/system_profiler -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From fde101 at fjrhome.net Mon Aug 2 16:25:12 2004 From: fde101 at fjrhome.net (Frank D. Engel, Jr.) Date: Mon, 2 Aug 2004 16:25:12 -0400 Subject: Question about command revGoURL In-Reply-To: References: Message-ID: <0EA667B9-E4C2-11D8-BE63-0050E4BA750F@fjrhome.net> Try: revGoURL "file:" & myDataFolder & "myFile.htm" On Aug 2, 2004, at 13:41, Old?ich Peroutka wrote: > Hi Judy, > > thank you Judy for your respond and I try to explain what I'm doing. I > want > to open HTML file that is located on my local Hard Drive. This file is > "myFile.htm". The absolute path to this my file is /Macintosh HD/Mac > temp/data/myFile.htm, this path contains 2 spaces in name of folders > "Macintosh HD" and "Mac temp". > > Than if I write: > > revGoURL myDataFolder & "myFile.htm" > > -- myDataFolder contains the path on local HardDrive (=/Macintosh > HD/Mac > temp/data) to file "myFile.htm" > -- myFile.htm is file in folder data on local Hard Disk, that I want > to open > in Internet Explorer (or other default browser). > > After the Internet Explorer is open, one is looking for file with path: > Macintosh%20HD/Mac%20temp/data/myFile.htm. This path doesn't exist. > > Sorry for my English, thanks > > Oldrich > >>> Hi, >>> >>> I am not certain I correctly understand what you are doing, but if >>> what >>> you are trying to do is tell Rev the path of your web browser, you >>> needn't >>> do that. If all you want to do is have Rev open a web browser and >>> then go >>> to some URL, all you need to do is: >>> >>> on mouseUp >>> revGoURL "http://www.yourURL.com" >>> end mouseUp >>> >>> Does this help or am I completely not understanding what you are >>> trying to >>> do? >>> >>> Judy >>> >>> On Thu, 29 Jul 2004, Old[ISO-8859-2] ?ich Peroutka wrote: >>> >>>> Hi all, >>>> >>>> Can anybody help me with the command ?revGoURL?? I?m the beginner >>>> with >>>> REVOLUTION (Runrev 2.2 for Mac OS 9.2.2 cz) and I have this problem. >>>> >>>> My script is: >>>> >>>> on mouseUp >>>> .... >>>> .... >>>> -- define myDefaultFolder and myDataFolder >>>> put ?/Macintosh HD/Mac temp/myFolder? into myDefaultFolder >>>> put myDefaultFolder & ?/data/? into myDataFolder >>>> -- ?myDataFolder? is /Macintosh HD/Mac temp/myFolder/data/ >>>> ..... >>>> ..... >>>> set defaultFolder to myDataFolder >>>> revGoURL myDataFolder & ?myFile.htm? >>>> >>>> or only >>>> >>>> revGoURL ?myFile.htm? >>>> >>>> end mouseUp >>>> >>>> It is one and the same if I write the first or the second way. The >>>> performance (path of file that Internet Explorer is looking for) is >>>> other >>>> but the result is the same ? Error in opened ?Internet Explorer? >>>> that one >>>> tells me ?the file doesn?t exist?. >>>> >>>> >>>> The problem is, that all spaces in path (myDataFolder) are replaced >>>> with >>>> ?%20?. My ?Internet Explorer? is started OK but it is searching file >>>> with path ?/Macintosh%20HD/Mac%20temp/myFolder/data/myFile.htm?. >>>> This path doesn? t exist of course. Why the spaces but only the >>>> spaces in >>>> the path of file are replaced with %20. ? %20? is the HEXcode of >>>> space. >>>> >>>> If I write: >>>> >>>> launch myDataFolder & ?myFile.htm? with path2Explorer & ?Internet >>>> Explorer? >>>> -- in path2Explorer is path to the programm ?Internet Explorer?. >>>> >>>> >>>> All is OK. But by this way I have to know where my Internet >>>> Explorer on >>>> HarDrive is (or alternative browser), path to him. >>>> >>>> >>>> Thanks all >>>> >>>> Oldrich >>>> _______________________________________________ >>>> use-revolution mailing list >>>> use-revolution at lists.runrev.com >>>> http://lists.runrev.com/mailman/listinfo/use-revolution >>>> >>> >>> > > ------ End of Forwarded Message > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > ________________________________________________________________ $0 Web Hosting with up to 120MB web space, 1000 MB Data Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Get It Now At www.doteasy.com From dcragg at lacscentre.co.uk Mon Aug 2 16:35:39 2004 From: dcragg at lacscentre.co.uk (Dave Cragg) Date: Mon, 2 Aug 2004 21:35:39 +0100 Subject: First Use In-Reply-To: <410E6AD9.2090004@fluffandsuch.com> References: <410E5AF8.EB14F91E@Club-Internet.fr> <410E6AD9.2090004@fluffandsuch.com> Message-ID: <84424217-E4C3-11D8-BD74-000A9569F8B0@lacscentre.co.uk> On 2 Aug 2004, at 17:24, Nonsanity wrote: > > The other problem was the seeming lack of a way to set the scroll of a > text field from a script. Not knowing the current whereabouts of > Danny's old book, I'm going on memory but shouldn't there be a command > like: > > set the scroll of fld "Output" to 30000 > > I often used this to scroll to the bottom of a long field that I was > continually adding to. > Others have mentioned the vScroll property, but "scroll" is a synonym for vScroll. To scroll to the bottom of a field, you can do this: set the scroll of field "output" to the formattedHeight of field "output" Cheers Dave From soapdog at mac.com Mon Aug 2 16:36:59 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 17:36:59 -0300 Subject: Advise on enterprize application. Message-ID: Hi Folks, I was hired to build a simple app here in brazil, I should take care of managing contacts and projects for a small company. As a common practice here in the country, they changed the project as the game was going and now the only thing it doesn't do is to babysit the CEO daughter, but okay, I could cope with the spec changes, it's just a huge db anway. Now the sky has fallen, they want their app to talk to the other franchise apps, meaning theres a company here at Rio de Janeiro, another at Sao Paulo and yet another at Porto Alegre, and they want to exchange data, they want the program to run everywhere and they've got lot's of firewalls since they are inside a university. I was going like this, client app in Rev, MySQL running in a server, everyone access the server. This ain't working!!!! They can't open connections to the server running at my ISP, I can, I tested it in three machines on different networks.... they can't change their firewalls policies and they want to share data!!!! I am now thinking in doing the other way, I make the server using my webserver stack and valentina, and they access it by the web, they can pass thru the firewall to do webrequests... but that's ugly I hate deploying apps using web interface. It's just simple DBs with 6 tables and couple joins... should be easy!!!! I look forward to some advise for I must deliver this yesterday, and they just phoned to say that the other companies will use the program, that's why I am in a hurry... that's also the money that should take me to malta. And since they are publishing and marketing company they know nothing of IT they think that for them to use an app and for outside-of-lan-ambient people to use the same app is trivial.... hell!!!!! firewalls!!! fake IPs!!!!!! anyone here got an advise or idea, I am begining again from the scratch so any advise is good. andre PS: and if I tell I need more time, they just dump me and use another contractant.... pretty cool ain't it. -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From bill at bluewatermaritime.com Mon Aug 2 16:46:44 2004 From: bill at bluewatermaritime.com (Bill) Date: Mon, 02 Aug 2004 16:46:44 -0400 Subject: Dreamcard beta testing In-Reply-To: <20040802200656.E38379300A9@mail.runrev.com> Message-ID: Thanks, It is fun working with the new version. Bill On 8/2/04 4:06 PM, "use-revolution-request at lists.runrev.com" wrote: > Hershel Fisch wrote: >> As mentioned ( if I remember properly), it'll be fixed in the next Beta. >> Hershel >> On Monday, August 2, 2004, at 12:43 PM, Judy Perry wrote: >> >>> Yes, Bill. I posted this same problem a while back and others confirmed >>> it. > > Kevin noted here that the issue is not actually memory-related, but that > the actual cause of the error can be found by looking at the second item > in that window. This will at least let you get back to work while > waiting for B2. From James.Cass at sealedair.com Mon Aug 2 16:44:05 2004 From: James.Cass at sealedair.com (James.Cass at sealedair.com) Date: Mon, 2 Aug 2004 16:44:05 -0400 Subject: MySQL: .rev main stack called from standalone rev app In-Reply-To: Message-ID: Woohoo! That did it! I also added a "stop using..." in my "on close stack". Is that recommended? THANK YOU!! -James Trevor DeVore Sent by: use-revolution-bounces at lists.runrev.com 08/02/04 04:09 PM Please respond to How to use Revolution To: How to use Revolution cc: Subject: Re: MySQL: .rev main stack called from standalone rev app On Aug 2, 2004, at 12:11 PM, James.Cass at sealedair.com wrote: > PLATFORM: MacOSX (10.3.4) > ISSUE: MySQL commands not working > DESCRIPTION: We have a small, standalone "client" Rev app (MacOSX > 10.3.4) that shows a splash screen and calls a separate .rev main > stack, > which is the main guts of the application. The client app is on the > user's Mac (>40 users), and the .rev main stack is on the server. This > way, when we make changes/updates to the application, everyone is > running > the latest version. The main application uses MySQL commands. The > MySQL > commands work fine in development mode, and if I build it as a > standalone > app. However, the MySQL commands do not work when the .rev main stack > (not a standalone) is called by the client app. I have set my > standalone > settings for the client app to include the MySQL Database Support. I imagine that the revdb external is being applied to to the stack (splash) that is being used to create the executable. In your client stack start using the stack that was used to create the exe. So if your splash stack was named "mySplash" then in your client stack do something like this: start using stack "mySplash" This will make the revdb calls available in the message path. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com _______________________________________________ use-revolution mailing list use-revolution at lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution From lists at mangomultimedia.com Mon Aug 2 16:48:44 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 13:48:44 -0700 Subject: MySQL: .rev main stack called from standalone rev app In-Reply-To: References: Message-ID: <581FB2A8-E4C5-11D8-A0D2-000A956C462A@mangomultimedia.com> On Aug 2, 2004, at 1:44 PM, James.Cass at sealedair.com wrote: > Woohoo! That did it! I also added a "stop using..." in my "on close > stack". Is that recommended? > > THANK YOU!! > -James Glad to hear it. I don't know that the stop using is required unless you wanted to do any cleanup in your stack library since the releaseStack message is sent to it. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From lists at mangomultimedia.com Mon Aug 2 16:52:08 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 13:52:08 -0700 Subject: Advise on enterprize application. In-Reply-To: References: Message-ID: On Aug 2, 2004, at 1:36 PM, Andre Garzia wrote: > > I am now thinking in doing the other way, I make the server using my > webserver stack and valentina, and they access it by the web, they can > pass thru the firewall to do webrequests... but that's ugly I hate > deploying apps using web interface. It's just simple DBs with 6 tables > and couple joins... should be easy!!!! > > I look forward to some advise for I must deliver this yesterday, and > they just phoned to say that the other companies will use the program, > that's why I am in a hurry... that's also the money that should take > me to malta. And since they are publishing and marketing company they > know nothing of IT they think that for them to use an app and for > outside-of-lan-ambient people to use the same app is trivial.... > hell!!!!! firewalls!!! fake IPs!!!!!! > > anyone here got an advise or idea, I am begining again from the > scratch so any advise is good. Here is how I think I would approach it - Client Rev application which makes requests over port 80 to a PHP/Perl/Rev CGI which talks to the central DB (MySQL, Valentina, etc.). The data is returned in a predetermined format. Your app parses returned data and populates the interface as needed. You don't have to redo your interface, just the how the data is obtained. Server PHP/Perl/Rev, etc This will do all the talking to the db. A request might look something like this: http://mycoolserver.com/mycoolapp.php?GetFunnyRecords GetFunnyRecords would run a predefined query and output the data to the client. The data could be like a slimmed down xml - bob 12 or just return one url encoded record per line (with status and error message being lines one and two) depending on your data. Would this work for you? -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From erikhans08 at yahoo.com Mon Aug 2 16:54:28 2004 From: erikhans08 at yahoo.com (Erik Hansen) Date: Mon, 2 Aug 2004 13:54:28 -0700 (PDT) Subject: please use the Subject field In-Reply-To: Message-ID: <20040802205428.17586.qmail@web61102.mail.yahoo.com> please use the Subject field thank you, Erik Hansen ===== erik at erikhansen.org http://www.erikhansen.org __________________________________ Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. http://promotions.yahoo.com/new_mail From soapdog at mac.com Mon Aug 2 16:57:54 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 17:57:54 -0300 Subject: Advise on enterprize application. In-Reply-To: References: Message-ID: Trevor, thanks to your quick response. I was thinking about it... I was trying to make one app, not two, but I think that's the way to go, the time I'll take to create a HTML interface is bigger thant the one I'll use to modify the current rev interface, now let's build a server... (heck!) Andre On Aug 2, 2004, at 5:52 PM, Trevor DeVore wrote: > On Aug 2, 2004, at 1:36 PM, Andre Garzia wrote: >> >> I am now thinking in doing the other way, I make the server using my >> webserver stack and valentina, and they access it by the web, they >> can pass thru the firewall to do webrequests... but that's ugly I >> hate deploying apps using web interface. It's just simple DBs with 6 >> tables and couple joins... should be easy!!!! >> >> I look forward to some advise for I must deliver this yesterday, and >> they just phoned to say that the other companies will use the >> program, that's why I am in a hurry... that's also the money that >> should take me to malta. And since they are publishing and marketing >> company they know nothing of IT they think that for them to use an >> app and for outside-of-lan-ambient people to use the same app is >> trivial.... hell!!!!! firewalls!!! fake IPs!!!!!! >> >> anyone here got an advise or idea, I am begining again from the >> scratch so any advise is good. > > Here is how I think I would approach it - > > Client > > Rev application which makes requests over port 80 to a PHP/Perl/Rev > CGI which talks to the central DB (MySQL, Valentina, etc.). The data > is returned in a predetermined format. Your app parses returned data > and populates the interface as needed. You don't have to redo your > interface, just the how the data is obtained. > > Server > > PHP/Perl/Rev, etc > > This will do all the talking to the db. A request might look > something like this: > > http://mycoolserver.com/mycoolapp.php?GetFunnyRecords > > GetFunnyRecords would run a predefined query and output the data to > the client. The data could be like a slimmed down xml - > > > > > > bob > 12 > > > > or just return one url encoded record per line (with status and error > message being lines one and two) depending on your data. > > Would this work for you? > > > -- > Trevor DeVore > Blue Mango Multimedia > trevor at mangomultimedia.com > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From b.xavier at internet.lu Mon Aug 2 17:13:52 2004 From: b.xavier at internet.lu (MisterX) Date: Mon, 2 Aug 2004 23:13:52 +0200 Subject: Advise on enterprize application. In-Reply-To: Message-ID: why use another client-side-opened port for the server? I cant even access my mysql server with runrev! > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Andre > Garzia > Sent: Monday, August 02, 2004 22:37 > To: How to use Revolution > Subject: Advise on enterprize application. > > > Hi Folks, > > I was hired to build a simple app here in brazil, I should take care of > managing contacts and projects for a small company. As a common > practice here in the country, they changed the project as the game was > going and now the only thing it doesn't do is to babysit the CEO > daughter, but okay, I could cope with the spec changes, it's just a > huge db anway. Now the sky has fallen, they want their app to talk to > the other franchise apps, meaning theres a company here at Rio de > Janeiro, another at Sao Paulo and yet another at Porto Alegre, and they > want to exchange data, they want the program to run everywhere and > they've got lot's of firewalls since they are inside a university. > > I was going like this, client app in Rev, MySQL running in a server, > everyone access the server. This ain't working!!!! They can't open > connections to the server running at my ISP, I can, I tested it in > three machines on different networks.... they can't change their > firewalls policies and they want to share data!!!! > > I am now thinking in doing the other way, I make the server using my > webserver stack and valentina, and they access it by the web, they can > pass thru the firewall to do webrequests... but that's ugly I hate > deploying apps using web interface. It's just simple DBs with 6 tables > and couple joins... should be easy!!!! > > I look forward to some advise for I must deliver this yesterday, and > they just phoned to say that the other companies will use the program, > that's why I am in a hurry... that's also the money that should take me > to malta. And since they are publishing and marketing company they know > nothing of IT they think that for them to use an app and for > outside-of-lan-ambient people to use the same app is trivial.... > hell!!!!! firewalls!!! fake IPs!!!!!! > > anyone here got an advise or idea, I am begining again from the scratch > so any advise is good. > > andre > > PS: and if I tell I need more time, they just dump me and use another > contractant.... pretty cool ain't it. > > > > > -- > Andre Alves Garzia ? 2004 > Soap Dog Studios - BRAZIL > http://studio.soapdog.org > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From erikhans08 at yahoo.com Mon Aug 2 16:59:45 2004 From: erikhans08 at yahoo.com (Erik Hansen) Date: Mon, 2 Aug 2004 13:59:45 -0700 (PDT) Subject: Animation library - libRMC In-Reply-To: Message-ID: <20040802205945.76892.qmail@web61108.mail.yahoo.com> --- Malte Brill wrote: > http://www.derbrill.de/librmc/libRMC.rev.zip do you move multiple objects simultaneously? Thank you, Erik Hansen ===== erik at erikhansen.org http://www.erikhansen.org __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From mwieder at ahsoftware.net Mon Aug 2 17:01:02 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Mon, 2 Aug 2004 14:01:02 -0700 Subject: home Message-ID: <714739834.20040802140102@ahsoftware.net> All- I'm quite amused by the "See Also" recommendations for the "home" keyword. In particular, the connection to the "two constant" is a bit mind-boggling, with "seconds function" running a close... er... second. -- -Mark mwieder at ahsoftware.net From soapdog at mac.com Mon Aug 2 17:04:45 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 18:04:45 -0300 Subject: Advise on enterprize application. In-Reply-To: References: Message-ID: <94DA6400-E4C7-11D8-8E69-0003936D012E@mac.com> On Aug 2, 2004, at 6:13 PM, MisterX wrote: > why use another client-side-opened port for the server? sorry, i didn't understand.... > > I cant even access my mysql server with runrev! I can too, they can't.... don't know why, it's the same app and the server is on jaguarpc.net.... and % is on the host access list... > -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From davis.phil at comcast.net Mon Aug 2 17:08:09 2004 From: davis.phil at comcast.net (Phil Davis) Date: Mon, 02 Aug 2004 14:08:09 -0700 Subject: How to see if player is "done"? Message-ID: <410EAD39.2010403@comcast.net> Hi List - Some context: When using VIDEOCLIPS (embedded movies), we have two language features available that help us detect whether a clip is still playing: - the "movie" function - the "playStopped" message When using PLAYERS to play movies (referenced files), we apparently have only one such feature available: - the "playStopped" message My questions: 1) Is "playStopped" truly the only non-workaround way you can detect the current 'play' status of a player? 2) If so, what is your most reliable workaround way of detecting this? Thanks - Phil Davis From troy at rpsystems.net Mon Aug 2 17:12:29 2004 From: troy at rpsystems.net (Troy Rollins) Date: Mon, 2 Aug 2004 17:12:29 -0400 Subject: Advise on enterprize application. In-Reply-To: References: Message-ID: On Aug 2, 2004, at 5:13 PM, MisterX wrote: > why use another client-side-opened port for the server? > > I cant even access my mysql server with runrev! Just to be clear, the mySQL connection works. If you can't access it, there is some other problem. Sounds like Andre doesn't have a problem with it from his end, but the client's firewall does. I'd look at using port 80... almost all firewalls have to allow that. Just means you need either Rev CGI or PHP to act as an intermediary. Come on Andre - if anybody can make that work, YOU can! ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net From mwieder at ahsoftware.net Mon Aug 2 17:14:16 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Mon, 2 Aug 2004 14:14:16 -0700 Subject: hasMemory Message-ID: <3215533876.20040802141416@ahsoftware.net> All- Does anyone have any clues about the "hasMemory" function? In the documentation I see: Comments: This function is only partially implemented, and may not return useful values on some platforms. It is included in Transcript for compatibility with imported SuperCard projects. That alone would keep me from using it, but I'm curious about what "partially implemented" means. -- -Mark Wieder mwieder at ahsoftware.net From jbv.silences at Club-Internet.fr Mon Aug 2 17:21:54 2004 From: jbv.silences at Club-Internet.fr (jbv) Date: Mon, 02 Aug 2004 23:21:54 +0200 Subject: rawkeydown & rawkeyup (was : 2 more questions aboutoperationson text in fields) References: <410E62C1.90F3C959@Club-Internet.fr> <410E8001.7060300@hyperactivesw.com> <410E9B86.9080908@hyperactivesw.com> Message-ID: <410EB071.121546D6@Club-Internet.fr> "J. Landman Gay" a *crit : > On 8/2/04 1:56 PM, jbv wrote: > > > BTW rawkeydown and rawkeyup both work, but then, how do you > > map the raw keynumber with the corresponding char ? > > the numtochar can't be used in this situation... > > Good question. I usually only use it when I need to trap specific keys, > and I build a switch statement around those. If you need to trap every > key then you may be better off with your other solution. What is the > goal for this handler? > Well, it would be a bit too long to explain... I guess an example is better (please note that I finally used a third option - it is not fully implemented yet, but it'll give you an idea). Create a new stack with 1 field on it. Put the following script in the card : ----- on openCard global theString1, theString2, myList put "" into theString1 put "" into theString2 put "Google,Yahoo,Bravo,Alta Vista" into mylist set textfont of fld 1 to "Arial" set textstyle of fld 1 to bold end openCard on recherche a global theString1, theString2, myList put number of chars of theString2 into n put 0 into c repeat with j=1 to (number of items of myList) get item j of myList if char 1 to n of it = theString2 then put j into c exit repeat end if end repeat if c=0 then put theString2 into fld 1 set the textcolor of line 1 of fld 1 to "black" select after char n of fld 1 else put item j of myList into fld 1 set the textcolor of line 1 of fld 1 to "100,100,100" set the textcolor of char 1 to n of line 1 of fld 1 to "black" select after char n of fld 1 end if end recherche ---------------------- put the following script in the field : ------- on rawkeyup which global theString1, theString2 put (number of chars of fld 1) if (number of chars of fld 1)=1 then set textcolor of line 1 of fld 1 to "black" end if put fld 1 into theString1 if theString1 is not "" then put "" into theString2 repeat with i=1 to (number of chars of theString1) if the textcolor of char i of fld 1 is "0,0,0" then put char i of theString1 after theString2 else exit repeat end if end repeat if theString2 is not "" then recherche theString2 else put "" into me end if end if end rawkeyup on returninField global theString1, theString2 put fld 1 into theString1 put "" into me end returninField ----------- Now, click inside the field, and type the letter "G" or "Y"... JB From lists at mangomultimedia.com Mon Aug 2 17:17:40 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 14:17:40 -0700 Subject: Advise on enterprize application. In-Reply-To: References: Message-ID: <62D90786-E4C9-11D8-A0D2-000A956C462A@mangomultimedia.com> On Aug 2, 2004, at 1:57 PM, Andre Garzia wrote: > thanks to your quick response. I was thinking about it... I was trying > to make one app, not two, but I think that's the way to go, the time > I'll take to create a HTML interface is bigger thant the one I'll use > to modify the current rev interface, now let's build a server... > (heck!) If you've already written the interface in Rev and depending on how separate your data fetching code is from your interface code then it should be a breeze. I like to have data fetching functions which return arrays that I build the interface from so if I ever do need to change my data source I don't have to modify anything but the data acquisition library. Creating a good application interface using HTML will depress you. If you want to do it right you will have all sorts of browser compatibility issues to deal with and it is difficult to mimic basic functionality available in a desktop app. Writing an DB interface on the server shouldn't take too long. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From davis.phil at comcast.net Mon Aug 2 17:19:31 2004 From: davis.phil at comcast.net (Phil Davis) Date: Mon, 02 Aug 2004 14:19:31 -0700 Subject: "playStarted" message - bad docs or unsupported feature? Message-ID: <410EAFE3.6090601@comcast.net> Can someone please clarify this for everyone (including me): When a player starts, Rev sends a "playStarted" message. However, there is no "playStarted" entry in the docs. How come? Is this because: 1) the message was overlooked when docs were created, or 2) "playStarted" is an unsupported message? Thanks - Phil Davis From briany at qldlearning.com Mon Aug 2 17:20:04 2004 From: briany at qldlearning.com (Brian Yennie) Date: Mon, 2 Aug 2004 17:20:04 -0400 Subject: hasMemory In-Reply-To: <3215533876.20040802141416@ahsoftware.net> Message-ID: The little I know is that in Supercard, it would return to you whether or not a given number of bytes could be allocated. IIRC (and I might not!) people tended to use it in order to detect a low-memory situation, i.e. if hasMemory(1024*1024) failed then there was less than 1MB of memory to be had and that might be trouble. Since Supercard is Mac-only, and the function was first written for OS 9 where each application has a fixed memory allocation, it was probably well-defined if still a bit unusual. I'm guessing the Rev "half implementation" gets stuck on the meaning of the whole thing on other OS'es with swap files and shared memory and all of that good stuff. Conclusion- I would stay way unless you want something specific on MacOS and can verify that it works. FWIW... > All- > > Does anyone have any clues about the "hasMemory" function? In the > documentation I see: > > Comments: > This function is only partially implemented, and may not return useful > values on some platforms. It is included in Transcript for > compatibility with imported SuperCard projects. > > That alone would keep me from using it, but I'm curious about what > "partially implemented" means. > > -- > -Mark Wieder > mwieder at ahsoftware.net > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > From lists at mangomultimedia.com Mon Aug 2 17:20:59 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 14:20:59 -0700 Subject: How to see if player is "done"? In-Reply-To: <410EAD39.2010403@comcast.net> References: <410EAD39.2010403@comcast.net> Message-ID: On Aug 2, 2004, at 2:08 PM, Phil Davis wrote: > > 1) Is "playStopped" truly the only non-workaround way you can detect > the current 'play' status of a player? > > 2) If so, what is your most reliable workaround way of detecting this? If you are using QT then the EnhancedQT external can tell you if a movie is playing or not. qtGetMovieControllerInfo moviePlayerID of player 1, "IsPlaying" Otherwise I think you need to check the currentTime of the movie then send a message in ?? milliseconds and see if the currentTime is the same or not. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From scott at tactilemedia.com Mon Aug 2 17:21:12 2004 From: scott at tactilemedia.com (Scott Rossi) Date: Mon, 02 Aug 2004 14:21:12 -0700 Subject: How to see if player is "done"? In-Reply-To: <410EAD39.2010403@comcast.net> Message-ID: Recently, "Phil Davis" wrote: > Is "playStopped" truly the only non-workaround way you can detect the > current 'play' status of a player? You can also test the paused of a player... Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: scott at tactilemedia.com W: http://www.tactilemedia.com From soapdog at mac.com Mon Aug 2 17:21:33 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 18:21:33 -0300 Subject: Advise on enterprize application. In-Reply-To: References: Message-ID: On Aug 2, 2004, at 6:12 PM, Troy Rollins wrote: > Just to be clear, the mySQL connection works. If you can't access it, > there is some other problem. > > Sounds like Andre doesn't have a problem with it from his end, but the > client's firewall does. I'd look at using port 80... almost all > firewalls have to allow that. Just means you need either Rev CGI or > PHP to act as an intermediary. > > Come on Andre - if anybody can make that work, YOU can! ;-) > Thanks Troy, the problem is, I can't changing the port of the MySQL server, it's running on my Web Hosting company, and I bet they use the same server for everyone... irgh!!!!! I am already making a server with LibCGI and a client with Rev Andre -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From pkc at mac.com Mon Aug 2 17:22:38 2004 From: pkc at mac.com (pkc) Date: Mon, 2 Aug 2004 17:22:38 -0400 Subject: Corruption from Images In-Reply-To: <20040802200656.E38379300A9@mail.runrev.com> References: <20040802200656.E38379300A9@mail.runrev.com> Message-ID: Hi Richard, thanks for that terrific essay. In principle I understand what you mean. How can a person tell if an "image object" is actually corrupting the stack? I never got any corruption messages from Revolution, and never even thought of corruption until Ken found it. Revolution happily ran the stack in the IDE, built both the OS X and Windows apps without comment, and the OS X application runs fine. The only hint of trouble came when the Windows app had reached it destination and couldn't be opened. I wonder if there is any way to get a hint of impending trouble during the compilation or during the build? It would indeed have been easier to just remove the objects, but it didn't kill me to rewrite the stack either. Whatever those wacky image objects were didn't get included. I'm going to follow up the reading you supplied. From soapdog at mac.com Mon Aug 2 17:24:31 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 18:24:31 -0300 Subject: Advise on enterprize application. In-Reply-To: <62D90786-E4C9-11D8-A0D2-000A956C462A@mangomultimedia.com> References: <62D90786-E4C9-11D8-A0D2-000A956C462A@mangomultimedia.com> Message-ID: <57AF349C-E4CA-11D8-8E69-0003936D012E@mac.com> On Aug 2, 2004, at 6:17 PM, Trevor DeVore wrote: > If you've already written the interface in Rev and depending on how > separate your data fetching code is from your interface code then it > should be a breeze. I like to have data fetching functions which > return arrays that I build the interface from so if I ever do need to > change my data source I don't have to modify anything but the data > acquisition library. > yes, it's pretty easy to change, almost everything was built by Database Query Builder, just dump the query and write your own. > Creating a good application interface using HTML will depress you. If > you want to do it right you will have all sorts of browser > compatibility issues to deal with and it is difficult to mimic basic > functionality available in a desktop app. Writing an DB interface on > the server shouldn't take too long. > > I already begun to write a DB interface using LibCGI as my backend... but I think my engine is missing the database library for I received this error: Object: stack "libCGI" Line: 1 Statement: -- -- Description: Function: error in source expression Value: revOpenDatabase Is there any trick to use MySQL with CGI using linux mc engine? andre > -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From lists at mangomultimedia.com Mon Aug 2 17:31:53 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 14:31:53 -0700 Subject: How to see if player is "done"? In-Reply-To: References: Message-ID: <5F3EB78E-E4CB-11D8-A0D2-000A956C462A@mangomultimedia.com> On Aug 2, 2004, at 2:21 PM, Scott Rossi wrote: > Recently, "Phil Davis" wrote: > >> Is "playStopped" truly the only non-workaround way you can detect the >> current 'play' status of a player? > > You can also test the paused of a player... You know, I looked for a way of doing this a while ago and never found it. I remember thinking it was pretty silly that it wasn't available and that is why I put it in the EnhancedQT external. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From soapdog at mac.com Mon Aug 2 17:36:10 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 18:36:10 -0300 Subject: How to add Database Library to CGI engine? Message-ID: Hi Folks, Uh... my MC engine for Linux is failing on revOpenDatabase, I assume this is due to a lack of the library itself for the error is like handler unknown... is there any trick to add DB support to a CGI? Man... I should know better... andre -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From scott at tactilemedia.com Mon Aug 2 17:38:47 2004 From: scott at tactilemedia.com (Scott Rossi) Date: Mon, 02 Aug 2004 14:38:47 -0700 Subject: How to see if player is "done"? In-Reply-To: <5F3EB78E-E4CB-11D8-A0D2-000A956C462A@mangomultimedia.com> Message-ID: Recently, "Trevor DeVore" wrote: >>> Is "playStopped" truly the only non-workaround way you can detect the >>> current 'play' status of a player? >> >> You can also test the paused of a player... > > You know, I looked for a way of doing this a while ago and never found > it. I remember thinking it was pretty silly that it wasn't available > and that is why I put it in the EnhancedQT external. Dude -- you should have asked. :-) Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: scott at tactilemedia.com W: http://www.tactilemedia.com From lists at mangomultimedia.com Mon Aug 2 17:45:37 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 14:45:37 -0700 Subject: How to see if player is "done"? In-Reply-To: References: Message-ID: <4A8EF59E-E4CD-11D8-A0D2-000A956C462A@mangomultimedia.com> On Aug 2, 2004, at 2:38 PM, Scott Rossi wrote: >> >> You know, I looked for a way of doing this a while ago and never found >> it. I remember thinking it was pretty silly that it wasn't available >> and that is why I put it in the EnhancedQT external. > > Dude -- you should have asked. :-) That would have been too easy. -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From katir at hindu.org Mon Aug 2 17:49:07 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Mon, 2 Aug 2004 11:49:07 -1000 Subject: File Format Will Change Message-ID: We note in the What's New for 2.5 beta1 "The format of stack files has not changed between version 2.2 and 2.5 Beta 1. This means that you can open and use version 2.5 stack files in version 2.2, although features that are new for 2.5 will not work in earlier versions. Note that the file format will change later during the beta cycle for 2.5." I presume this means that a) any standalone apps made with 2.2.1 that are meant to download and run other stacks from the web will not be able to run such stacks made by 2.5 after the file format change is implemented. b) all such standalone apps would then need to be upgraded. Anyone know what "later during the beta cycle for 2.5" means in terms of real time? One would presume "shortly... in a month or so, this quarter for sure." If anyone can just confirm the above. that would help. Sannyasin Sivakatirswami Himalayan Academy Publications at Kauai's Hindu Monastery katir at hindu.org www.HimalayanAcademy.com, www.HinduismToday.com www.Gurudeva.org www.Hindu.org From mwieder at ahsoftware.net Mon Aug 2 17:51:11 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Mon, 2 Aug 2004 14:51:11 -0700 Subject: Advise on enterprize application. In-Reply-To: References: Message-ID: <10317748651.20040802145111@ahsoftware.net> Andre- I'd have to agree with Trevor here that a multi-tiered approach is the way to go. I think you'll have an easier time of it than trying to stuff everything into a giant rev app (not to mention an easier time doing maintenance in the long run). -- -Mark Wieder mwieder at ahsoftware.net From ambassador at fourthworld.com Mon Aug 2 17:56:41 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Mon, 02 Aug 2004 14:56:41 -0700 Subject: hasMemory In-Reply-To: <3215533876.20040802141416@ahsoftware.net> References: <3215533876.20040802141416@ahsoftware.net> Message-ID: <410EB899.2020907@fourthworld.com> Mark Wieder wrote: > All- > > Does anyone have any clues about the "hasMemory" function? In the > documentation I see: > > Comments: > This function is only partially implemented, and may not return useful > values on some platforms. It is included in Transcript for > compatibility with imported SuperCard projects. > > That alone would keep me from using it, but I'm curious about what > "partially implemented" means. The MC docs refer to the hasMemory function as "implemented for SuperCard compatibility". In my experience, "implemented for compatibility" means "implemented in such a way that it won't throw script errors even if it does nothing at all like what you expected." In even blunter terms, "for compatibility" sometimes means the engine may lie to you by not throwing a script error when an expected behavior is not at all present. For example, in SuperCard you can say "set the tool of window myWindow to pointer", and only the specified window has the pointer mode while all others remain governed by the more global "choose" command. But in Transcript, "set the tool" is synonymous with "choose", so that all toplevel windows will have the same mode. AFAIK it isn't currently possible to have multiple toplevel windows with different modes (though an even more flexible option is proposed in ). So if you're porting from SC and "set the tool" doesn't throw a script error, you may miss learning the essential fact that what your script is attempting, and being allowed to run, really isn't doing what you want. How this comes down with the hasMemory function I couldn't tell you. But I can say that once you walk away from OS 9 I doubt you'll have memory issues. Win32 has a pretty efficient virtual memory system, and of course the VM in UNIX, including OS X, is stellar. I've never had a low-memory condition in any OS other than Win95 (back when the machines shipped with barely enough to run the OS) and Mac OS 9. My rule of thumb is to avoid tokens implemented "for compatibility". The old MC docs didn't even include any that weren't fully implemented, tucking them away into a note on compatibility with other tools. My clients and I have gone one step further: we don't even build for OS 9 anymore until someone requests it. I know that's not an option in some markets, but thus far in our web publishing, medical, and qualitative analysis markets I haven't had a request for Classic yet. I know that roughly half of Mac users are still running OS 9, but the number is tilting rapidly and most of those customers aren't the ones buying software. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From kee at kagi.com Mon Aug 2 17:56:47 2004 From: kee at kagi.com (kee nethery) Date: Mon, 2 Aug 2004 14:56:47 -0700 Subject: Determining type of drive a file is on In-Reply-To: References: <888B64C4-E4C1-11D8-A0D2-000A956C462A@mangomultimedia.com> Message-ID: >>> Windows, I don't know, but on OS X maybe you might be able to get >>> something >>> from System Profiler? >> >> This looks promising. Now, is there a command line tool that gives >> this info in OS X... > > /usr/sbin/system_profiler The goal of the OS is to make all drives appear exactly the same, as drives that are either writeable or not and otherwise, the apps running under that OS should not notice any differences between them. What you are asking for is counter to what the OS is trying to do. Obviously the data is available. You'll note that Apple writes the system profiler and I'd guess that they probably have to modify it on a frequent basis to allow it to use undocumented calls to bypass what the OS is doing and provide you with the data that you desire when you are using system profiler. My guess is that someone else could write a similar piece of software but that they too would be constantly revising the various profiles in their software each time new hardware is released. If I were you, I'd ask a question that every OS wants to answer rather than trying to ask a question about a detail that every OS tries to hide. So lets step back. Why are you asking these questions? Perhaps you should instead, allow the user to select the drive they want? Perhaps you can do some educated guessing based upon read write times of a standard size file and based upon the relative size of various drives available to the system? Why do you care what kind of drive? If you are making assumptions about what you can do with a drive based upon what type it is, perhaps you should not do that because chances are good that your assumptions will be wrong for some percentage of your users. If you need to mark a drive, perhaps you let the user mark it by storing a file on it and instead of doing something with the USB flash drive, you do something with the drive that has the marker file? On my system (a laptop) I have quite a few drives. The internal hard drive 37GB. A disk image that mounts onto the desktop that is actually stored on the laptop drive 500Mb. Two external firewire drives 15GB and 190GB. One USB flash drive 32MB and a disk image on it that is 5MB in size, and a USB digital camera 256MB. One DVD read/write 4GB which can also be a CD R/W. And then at various times a disk image that mirrors a remote FTP site. Now if I was running your software, I don't think I'd want you to make any assumptions about the various drives on my system. I'd want to specify which drives you write or store onto and which drives you run from. For example, the 190GB is a backup and I don't want you to do anything to that drive even though it appears to be the main drive if you base that decision upon access speed and size. Not knowing anything about what you are attempting to do, I urge you to consider alternate ways of accomplishing what you are attempting to accomplish that are in sync with what all OSes are trying to do. Trying to go against the OS is never a long term solution. Just my two cents and worth every penny you paid for it. kee nethery From soapdog at mac.com Mon Aug 2 18:08:00 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 19:08:00 -0300 Subject: Advise on enterprize application. In-Reply-To: <10317748651.20040802145111@ahsoftware.net> References: <10317748651.20040802145111@ahsoftware.net> Message-ID: <6AD42016-E4D0-11D8-8E69-0003936D012E@mac.com> On Aug 2, 2004, at 6:51 PM, Mark Wieder wrote: > Andre- > > I'd have to agree with Trevor here that a multi-tiered approach is the > way to go. I think you'll have an easier time of it than trying to > stuff everything into a giant rev app (not to mention an easier time > doing maintenance in the long run). > Mark, Thanks! Already on that path! I just need to know how to make that database library work in the mc engine... it's not there... Andre > -- > -Mark Wieder > mwieder at ahsoftware.net > > -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From lists at mangomultimedia.com Mon Aug 2 18:21:08 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 15:21:08 -0700 Subject: Determining type of drive a file is on In-Reply-To: References: <888B64C4-E4C1-11D8-A0D2-000A956C462A@mangomultimedia.com> Message-ID: <40949F32-E4D2-11D8-A0D2-000A956C462A@mangomultimedia.com> On Aug 2, 2004, at 2:56 PM, kee nethery wrote: > > The goal of the OS is to make all drives appear exactly the same, as > drives that are either writeable or not and otherwise, the apps > running under that OS should not notice any differences between them. > > What you are asking for is counter to what the OS is trying to do. > Obviously the data is available. You'll note that Apple writes the > system profiler and I'd guess that they probably have to modify it on > a frequent basis to allow it to use undocumented calls to bypass what > the OS is doing and provide you with the data that you desire when you > are using system profiler. My guess is that someone else could write a > similar piece of software but that they too would be constantly > revising the various profiles in their software each time new hardware > is released. > > If I were you, I'd ask a question that every OS wants to answer rather > than trying to ask a question about a detail that every OS tries to > hide. > > So lets step back. Why are you asking these questions? Perhaps you > should instead, allow the user to select the drive they want? Perhaps > you can do some educated guessing based upon read write times of a > standard size file and based upon the relative size of various drives > available to the system? Why do you care what kind of drive? If you > are making assumptions about what you can do with a drive based upon > what type it is, perhaps you should not do that because chances are > good that your assumptions will be wrong for some percentage of your > users. If you need to mark a drive, perhaps you let the user mark it > by storing a file on it and instead of doing something with the USB > flash drive, you do something with the drive that has the marker file? > > On my system (a laptop) I have quite a few drives. The internal hard > drive 37GB. A disk image that mounts onto the desktop that is actually > stored on the laptop drive 500Mb. Two external firewire drives 15GB > and 190GB. One USB flash drive 32MB and a disk image on it that is 5MB > in size, and a USB digital camera 256MB. One DVD read/write 4GB which > can also be a CD R/W. And then at various times a disk image that > mirrors a remote FTP site. > > Now if I was running your software, I don't think I'd want you to make > any assumptions about the various drives on my system. I'd want to > specify which drives you write or store onto and which drives you run > from. For example, the 190GB is a backup and I don't want you to do > anything to that drive even though it appears to be the main drive if > you base that decision upon access speed and size. > > Not knowing anything about what you are attempting to do, I urge you > to consider alternate ways of accomplishing what you are attempting to > accomplish that are in sync with what all OSes are trying to do. > Trying to go against the OS is never a long term solution. Thanks for the detailed response. My reasons for knowing whether the drive my app is running off of is USB or some other format is that I am looking at different options for some light, non-intrusive, inexpensive copy protection for some training materials. We may be deploying the materials on USB drives for some other reasons and if we do we want to limit ways in which the app could be copied to a hard disk or burned to a CD-ROM. Right now I'm just looking for what information I will have available so I can see what options I have. Thanks, -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From soapdog at mac.com Mon Aug 2 18:24:09 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 19:24:09 -0300 Subject: since I am in Hell, let's all have fun... we might end with a case study. Message-ID: Hi Folks, If you've been tracking my emails latelly I am in hell. I was hired by an enterprize to create and app. I should deliver the first testing version tomorrow but they changed the spec at the last minute and now the app must work across firewalls and protected lans with fake unreachable ips. I am now rebuilding the whole thing from the scratch. Building a server side app that will interface with MySQL on the server and a Client app that will be nice and pretty (that's half done). Since I feel masoquist and in need of some promotion (I am out of local TV for months now) I just created a Blog to record my steps building this app in the next 24hours. This way you all can share my pain and madness and laught as I go against the clock. I'll make this beta till 9 AM tomorrow! I can post to blogs from inside the Rev IDE so I loose no time doing this and we can say we did the first Geek Code Reality WebShow. Also there are comment spots on the page so I hope people help me.... We Brazilians think that just because you're in Hell it's no motive to spoil good fun or spectacle. If everything works out good, we should end with a nice diary and case study, how many languages you know makes easy to build client/server apps in 24h? PS: This will be a beta and they know it, it's suppose to be in working final order in two weeks, but must be demoed to three branches across the net tomorrow... the url for the blog is http://www.wecode.org/24hRush have fun! -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From alex at tweedly.net Mon Aug 2 18:46:38 2004 From: alex at tweedly.net (Alex Tweedly) Date: Mon, 02 Aug 2004 23:46:38 +0100 Subject: Advise on enterprize application. In-Reply-To: <6AD42016-E4D0-11D8-8E69-0003936D012E@mac.com> References: <10317748651.20040802145111@ahsoftware.net> <10317748651.20040802145111@ahsoftware.net> Message-ID: <5.1.0.14.0.20040802234154.025426b0@mail.tweedly.net> At 19:08 02/08/2004 -0300, Andre Garzia wrote: >Mark, > >Thanks! Already on that path! I just need to know how to make that >database library work in the mc engine... it's not there... It kinda hurts to even suggest this, but ..... if you're using HTTP to send the query / get the response and if the server side is a simple CGI that receives an encoded version of the SQL query and responds with the data returned from mySQL then I'd be tempted to use PHP/mySQL on the server (at least for Beta) -- Alex. From ambassador at fourthworld.com Mon Aug 2 18:38:21 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Mon, 02 Aug 2004 15:38:21 -0700 Subject: Corruption from Images In-Reply-To: References: <20040802200656.E38379300A9@mail.runrev.com> Message-ID: <410EC25D.4000609@fourthworld.com> pkc wrote: > Hi Richard, thanks for that terrific essay. In principle I understand > what you mean. How can a person tell if an "image object" is actually > corrupting the stack? I never got any corruption messages from > Revolution, and never even thought of corruption until Ken found it. > Revolution happily ran the stack in the IDE, built both the OS X and > Windows apps without comment, and the OS X application runs fine. The > only hint of trouble came when the Windows app had reached it > destination and couldn't be opened. I wonder if there is any way to get > a hint of impending trouble during the compilation or during the build? Did you run the stackfile in the Win IDE? When a standalone exhibits problems not evident in the Mac IDE, that's sometimes useful. As for honing in on a corrupted object, first thing is to forget about corruption until the engine tells you a stack is corrupted. ;) Only after you run it in the IDE and it reports that it's corrupted is it worth going down that tedious road; in most other cases it's just a red herring that'll eat your time but not help you identify the actual cause of an issue. But if the engine says a stack is corrupted, first check in the directory where the stack is located for a "`" copy (i.e., if your stack file is named "MyStack.rev" you'll likely see a stack named "~MyStack.rev"). This is a backup, which the engine makes automatically when you execute a save command. In 99% of cases where a stack is opened and the IDE reports that it's corrupted you'll find the automatic backup waiting for you, so you just toss the bad copy, remove the "~", and you're back in business with everything up to your last successful save. In the very rare case where the engine will report that a file is corrupted and no "~" backup is available, the trick to finding the object giving you the trouble is like any other good problem solving: bisect the range of possibilities until you find it. This assumes, of course, that you're able to open the file on at least one system. But if you can I would do this: - Make a copy of the file. - Delete half of the substacks. - Try to open the file on the platform where the trouble was last reported. If no error is reported then you know the offending object was in one of the deleted substacks. If an error is reported then you know it's in one of the remaining substacks. So then make another copy of the original file and try it again: delete half of the suspect substacks. Repeat this until you get down to the one containing the object which is causing the error. Once you find the troublesome stack, the first thing I do is try deleting all of the image objects there. If there is no problem then I can rule out image objects and focus on others. If the problem goes away without the image objects then I've verified my hunch, and can go back to a fresh copy and delete just half of the image objects, and so on, until I get the one causing the issue. Once the offending object is found -- and this is the most important step -- send the stack file to support at runrev.com with a report letting them know what you've found and what they'll need to do to see the error. If you have the original image file that can also be very helpful, as the problem may be with something related to importing it or something in the image data itself, and having the original source image file will help them make that determination. Fortunately this sort of thing is very, very rare. If your experience is like mine you'll go another seven years without ever seeing another corrupted object. :) -- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev From ambassador at fourthworld.com Mon Aug 2 18:40:36 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Mon, 02 Aug 2004 15:40:36 -0700 Subject: File Format Will Change In-Reply-To: References: Message-ID: <410EC2E4.8060307@fourthworld.com> Sannyasin Sivakatirswami wrote: > We note in the What's New for 2.5 beta1 > > "The format of stack files has not changed between version 2.2 and 2.5 > Beta 1. This means > that you can open and use version 2.5 stack files in version 2.2, > although features that > are new for 2.5 will not work in earlier versions. Note that the file > format will change > later during the beta cycle for 2.5." > > I presume this means that > > a) any standalone apps made with 2.2.1 that are meant to download and > run other stacks from the web will not be able to run such stacks made > by 2.5 after the file format change is implemented. > > b) all such standalone apps would then need to be upgraded. > > Anyone know what "later during the beta cycle for 2.5" means in terms of > real time? One would presume "shortly... in a month or so, this quarter > for sure." > > If anyone can just confirm the above. that would help. Following my premature alarmist note on the subject here, Kevin politely reminded us that he'll definitely call out in big bold type which beta build will change the format once it's available. His inclusion of the note about the file format change in b1 was just a "heads up", much appreciated by those of us who depend on this thing for our daily bread. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev From soapdog at mac.com Mon Aug 2 18:41:49 2004 From: soapdog at mac.com (Andre Garzia) Date: Mon, 2 Aug 2004 19:41:49 -0300 Subject: Advise on enterprize application. In-Reply-To: <5.1.0.14.0.20040802234154.025426b0@mail.tweedly.net> References: <10317748651.20040802145111@ahsoftware.net> <10317748651.20040802145111@ahsoftware.net> <5.1.0.14.0.20040802234154.025426b0@mail.tweedly.net> Message-ID: <2409E22C-E4D5-11D8-8E69-0003936D012E@mac.com> On Aug 2, 2004, at 7:46 PM, Alex Tweedly wrote: > It kinda hurts to even suggest this, but ..... > > if you're using HTTP to send the query / get the response > and > if the server side is a simple CGI that receives an encoded version of > the SQL query > and > responds with the data returned from mySQL > then > I'd be tempted to use PHP/mySQL on the server (at least for Beta) > > Alex, That's my first milestone! But there been time since I last programmed in PHP, actually more than three years, I don't trust my PHP skills anymore... I'll do exactly that but in Rev, then I'll try to refine the inteligence of the server, no point having a dumb server, clients are the ones made to be dumb... Andre > -- Alex. > -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From jacque at hyperactivesw.com Mon Aug 2 18:46:28 2004 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Mon, 02 Aug 2004 17:46:28 -0500 Subject: How to see if player is "done"? In-Reply-To: <410EAD39.2010403@comcast.net> References: <410EAD39.2010403@comcast.net> Message-ID: <410EC444.3080306@hyperactivesw.com> On 8/2/04 4:08 PM, Phil Davis wrote: > Hi List - > > Some context: > > When using VIDEOCLIPS (embedded movies), we have two language features > available that help us detect whether a clip is still playing: > - the "movie" function > - the "playStopped" message > > When using PLAYERS to play movies (referenced files), we apparently have > only one such feature available: > - the "playStopped" message You should be able to use all the messages, regardless of where the actual movie file is stored. The Player object acts the same regardless (or it is supposed to.) I have an app that loads QT movies from disk and it uses all the standard Player messages. > My questions: > > 1) Is "playStopped" truly the only non-workaround way you can detect the > current 'play' status of a player? If you aren't getting this message, file a bug report. It got broken in the past, then it got fixed, then it got broken and fixed again, and now I'm not sure what its status is (but I thought it was okay now.) If you just need to see if the movie is running or not, then check the paused property, as others suggested. > > 2) If so, what is your most reliable workaround way of detecting this? In addition to the other suggestions, another way is to set the callbacks of a movie. I've used these in the past, setting the callback time to the duration of the movie. In effect, it creates my own custom "playStopped" message. -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com From jacque at hyperactivesw.com Mon Aug 2 18:48:27 2004 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Mon, 02 Aug 2004 17:48:27 -0500 Subject: "playStarted" message - bad docs or unsupported feature? In-Reply-To: <410EAFE3.6090601@comcast.net> References: <410EAFE3.6090601@comcast.net> Message-ID: <410EC4BB.5080700@hyperactivesw.com> On 8/2/04 4:19 PM, Phil Davis wrote: > Can someone please clarify this for everyone (including me): > > When a player starts, Rev sends a "playStarted" message. However, there > is no "playStarted" entry in the docs. How come? > > Is this because: > 1) the message was overlooked when docs were created, or > 2) "playStarted" is an unsupported message? The first, I think. It's a standard message, and it looks like an inadvertent omission in the docs. -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com From mwieder at ahsoftware.net Mon Aug 2 18:53:02 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Mon, 2 Aug 2004 15:53:02 -0700 Subject: Determining type of drive a file is on In-Reply-To: <40949F32-E4D2-11D8-A0D2-000A956C462A@mangomultimedia.com> References: <888B64C4-E4C1-11D8-A0D2-000A956C462A@mangomultimedia.com> <40949F32-E4D2-11D8-A0D2-000A956C462A@mangomultimedia.com> Message-ID: <8221459066.20040802155302@ahsoftware.net> Trevor- Ah. So you only want to run if the app is running off the USB drive. How about something simple: if drive is removable (OS test) then write a text file to the drive if the write was successful then it's not a CDROM else somebody copied it to a CD end if else it's been copied to a hard disk end if -- -Mark Wieder mwieder at ahsoftware.net From lists at mangomultimedia.com Mon Aug 2 18:59:35 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 15:59:35 -0700 Subject: Determining type of drive a file is on In-Reply-To: <8221459066.20040802155302@ahsoftware.net> References: <888B64C4-E4C1-11D8-A0D2-000A956C462A@mangomultimedia.com> <40949F32-E4D2-11D8-A0D2-000A956C462A@mangomultimedia.com> <8221459066.20040802155302@ahsoftware.net> Message-ID: <9F8C4C02-E4D7-11D8-A0D2-000A956C462A@mangomultimedia.com> On Aug 2, 2004, at 3:53 PM, Mark Wieder wrote: > Trevor- > > Ah. So you only want to run if the app is running off the USB drive. > How about something simple: > > if drive is removable (OS test) then > write a text file to the drive > if the write was successful then > it's not a CDROM > else > somebody copied it to a CD > end if > else > it's been copied to a hard disk > end if I like simple. that seems like it would work nicely Mark. Thanks, -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From mwieder at ahsoftware.net Mon Aug 2 19:04:16 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Mon, 2 Aug 2004 16:04:16 -0700 Subject: hasMemory In-Reply-To: References: Message-ID: <12022133626.20040802160416@ahsoftware.net> Brian- Monday, August 2, 2004, 2:20:04 PM, you wrote: BY> Conclusion- I would stay way unless you want something specific on BY> MacOS and can verify that it works. Yep. I figured as much. Mind you, I'm not trying to use it - I just came across it in the documentation and was wondering what the "half implemented" thing was all about. -- -Mark Wieder mwieder at ahsoftware.net From mwieder at ahsoftware.net Mon Aug 2 19:11:43 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Mon, 2 Aug 2004 16:11:43 -0700 Subject: hasMemory In-Reply-To: <410EB899.2020907@fourthworld.com> References: <3215533876.20040802141416@ahsoftware.net> <410EB899.2020907@fourthworld.com> Message-ID: <3722580819.20040802161143@ahsoftware.net> Richard- Monday, August 2, 2004, 2:56:41 PM, you wrote: RG> of course the VM in UNIX, including OS X, is stellar. I've never had a RG> low-memory condition in any OS other than Win95 (back when the machines RG> shipped with barely enough to run the OS) and Mac OS 9. RG> My rule of thumb is to avoid tokens implemented "for compatibility". RG> The old MC docs didn't even include any that weren't fully implemented, RG> tucking them away into a note on compatibility with other tools. I'm thinking these should all be deprecated and the SuperCard compatibility stuff only activated if scAddressing is turned on, the way the current HyperCard compatibility mode works with hcAddressing. -- -Mark Wieder mwieder at ahsoftware.net From ambassador at fourthworld.com Mon Aug 2 19:15:46 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Mon, 02 Aug 2004 16:15:46 -0700 Subject: hasMemory In-Reply-To: <3722580819.20040802161143@ahsoftware.net> References: <3215533876.20040802141416@ahsoftware.net> <410EB899.2020907@fourthworld.com> <3722580819.20040802161143@ahsoftware.net> Message-ID: <410ECB22.1090304@fourthworld.com> Mark Wieder wrote: > RG> My rule of thumb is to avoid tokens implemented "for compatibility". > RG> The old MC docs didn't even include any that weren't fully implemented, > RG> tucking them away into a note on compatibility with other tools. > > I'm thinking these should all be deprecated and the SuperCard > compatibility stuff only activated if scAddressing is turned on, the > way the current HyperCard compatibility mode works with hcAddressing. Or maybe better, we could have a global property called something like "compatibilityErrors", which would throw exceptions for tokens that don't normally throw errors but aren't fully supported either. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev From kee at kagi.com Mon Aug 2 19:26:10 2004 From: kee at kagi.com (kee nethery) Date: Mon, 2 Aug 2004 16:26:10 -0700 Subject: Determining type of drive a file is on In-Reply-To: <9F8C4C02-E4D7-11D8-A0D2-000A956C462A@mangomultimedia.com> References: <888B64C4-E4C1-11D8-A0D2-000A956C462A@mangomultimedia.com> <40949F32-E4D2-11D8-A0D2-000A956C462A@mangomultimedia.com> <8221459066.20040802155302@ahsoftware.net> <9F8C4C02-E4D7-11D8-A0D2-000A956C462A@mangomultimedia.com> Message-ID: <566C062E-E4DB-11D8-B798-000A959B2940@kagi.com> How about: Get a list of all the attached volumes, names and sizes See if the USB drive that you initialized is visible and see if it is the same size as what you configured it to be. Then see that you are running from that volume. Not fool proof but it's a start. If you have a way to read a specific block on the drive, you could use that data to provide yet another check. Put a tiny 1K file on the drive, add your file to the drive. Delete the 1K file. It will look like there is just your drive but if they duplicate the whole thing to another USB key, that 1K blank space won't be there. Kee On Aug 2, 2004, at 3:59 PM, Trevor DeVore wrote: > On Aug 2, 2004, at 3:53 PM, Mark Wieder wrote: > >> Trevor- >> >> Ah. So you only want to run if the app is running off the USB drive. >> How about something simple: >> >> if drive is removable (OS test) then >> write a text file to the drive >> if the write was successful then >> it's not a CDROM >> else >> somebody copied it to a CD >> end if >> else >> it's been copied to a hard disk >> end if > > I like simple. that seems like it would work nicely Mark. > > Thanks, > > > -- > Trevor DeVore > Blue Mango Multimedia > trevor at mangomultimedia.com > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From lists at mangomultimedia.com Mon Aug 2 19:32:20 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Mon, 2 Aug 2004 16:32:20 -0700 Subject: Determining type of drive a file is on In-Reply-To: <566C062E-E4DB-11D8-B798-000A959B2940@kagi.com> References: <888B64C4-E4C1-11D8-A0D2-000A956C462A@mangomultimedia.com> <40949F32-E4D2-11D8-A0D2-000A956C462A@mangomultimedia.com> <8221459066.20040802155302@ahsoftware.net> <9F8C4C02-E4D7-11D8-A0D2-000A956C462A@mangomultimedia.com> <566C062E-E4DB-11D8-B798-000A959B2940@kagi.com> Message-ID: <32CFD816-E4DC-11D8-A0D2-000A956C462A@mangomultimedia.com> On Aug 2, 2004, at 4:26 PM, kee nethery wrote: > How about: > Get a list of all the attached volumes, names and sizes > See if the USB drive that you initialized is visible and see if it is > the same size as what you configured it to be. > Then see that you are running from that volume. > Not fool proof but it's a start. > If you have a way to read a specific block on the drive, you could use > that data to provide yet another check. Put a tiny 1K file on the > drive, add your file to the drive. Delete the 1K file. It will look > like there is just your drive but if they duplicate the whole thing to > another USB key, that 1K blank space won't be there. That sounds like a great idea. Any suggestions on how to read a specific block on a drive? Does Rev have a built in way to do this or would it require an external? -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From scott at tactilemedia.com Mon Aug 2 20:13:53 2004 From: scott at tactilemedia.com (Scott Rossi) Date: Mon, 02 Aug 2004 17:13:53 -0700 Subject: [ANN] Conductor & libiTunes for Rev Developers Message-ID: Greetings Rev Developers: After saying goodbye to the nice folks at the Rev Master's Summit and spending many hours arguing with AppleScript, Tactile Media is happy to announce a beta demo of Conductor, a Revolution stack that provides control over virtually all playback features of Apple's iTunes music player on Mac OS X. Conductor contains the libiTunes library, a collection of 42 Transcript-like commands and functions for controlling and retrieving data from iTunes. We encourage developers who have a need for CD/music control alongside Rev, and those into skins and faces, to have a go at the demo and see how it performs. Download and information is available here: http://www.tactilemedia.com/conductor/ Please forward any questions/comments/problems off list. Thanks in advance for your participation and interest. Best Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: scott at tactilemedia.com W: http://www.tactilemedia.com From katir at hindu.org Mon Aug 2 20:30:14 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Mon, 2 Aug 2004 14:30:14 -1000 Subject: 2.5 search documentation not implemented yet? Message-ID: <49A5350A-E4E4-11D8-B8CC-000A959D0AC6@hindu.org> 2.5 beta 1 open documentation; switch to "search" enter "sound" --> no hits; enter "record" --> no hits ?? From katir at hindu.org Mon Aug 2 20:10:40 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Mon, 2 Aug 2004 14:10:40 -1000 Subject: Installing PostGreSQL Driver for 2.5 Message-ID: <8DD3CFBD-E4E1-11D8-B8CC-000A959D0AC6@hindu.org> We note the following in the docs for 2.5 ====== PostgreSQL: A PostgreSQL database driver is included as part of the Revolution installation on Windows systems. To download an appropriate PostgreSQL driver for OS X or Unix systems, visit the PostgreSQL web site at . ===== Ha.... Windows rules again! ;-( Or possibly, it is open source and Mac that wins, meaning Rev doesn't have to do anything special to make it work, so they prefer you to get the But not a big deal... just a bit lean for the untutored. Possibly a one line addition: "After downloading the driver you should put it . That's all you need to do. OR After that you will need to initialize the driver by ======= Note we do see "libmySQL.dll" in the top level of the revolution folder in the OSX distribution. Do .dll files apply to the OSX context? I always thought they were Windows files? Sannyasin Sivakatirswami Himalayan Academy Publications at Kauai's Hindu Monastery katir at hindu.org www.HimalayanAcademy.com, www.HinduismToday.com www.Gurudeva.org www.Hindu.org From katir at hindu.org Mon Aug 2 21:19:11 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Mon, 2 Aug 2004 15:19:11 -1000 Subject: 2.5 Beta 1 documentation Message-ID: <203093E5-E4EB-11D8-B8CC-000A959D0AC6@hindu.org> Should we assume the documentation is still a work in progress and not report all the anamolies we are experiencing (a dozen of problems at least) Frankly I don't have time to bugzilla things, so I'm not sure how to contribute without a more facile reporting option. Anyway main problem is the search box and filter boxes do not return anything...or return a list of hits only a few moments later. Sannyasin Sivakatirswami Himalayan Academy Publications at Kauai's Hindu Monastery katir at hindu.org www.HimalayanAcademy.com, www.HinduismToday.com www.Gurudeva.org www.Hindu.org From katir at hindu.org Mon Aug 2 21:24:24 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Mon, 2 Aug 2004 15:24:24 -1000 Subject: When is the timescale of a player passed to Rev? Message-ID: If I do this: global gTimeScale on mouseUp set the currentTime of player "theTape" to 0 set the filename of player "theTape" to fld "soundFile" put the timescale of player "theTape" into gTimeScale start player "theTape" postTime end mouseUp the global gTimeScale will have a value If i quit Rev and then go back to the same stack and click a different button. on mouseUp start player "theTape" set the currentTime of player "theTape" to fld "saveTime" put the timescale of player "theTape" into gTimeScale send postTime to this stack in 2 seconds end mouseUp gTimeScale is empty.... Looking through the current documentation I don't see any reference to when the properties are available, one would infer... but its just a guess, that the timescale property is only available at the moment the filename to the player is set. insights? Sannyasin Sivakatirswami Himalayan Academy Publications at Kauai's Hindu Monastery katir at hindu.org www.HimalayanAcademy.com, www.HinduismToday.com www.Gurudeva.org www.Hindu.org From ambassador at fourthworld.com Mon Aug 2 21:32:06 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Mon, 02 Aug 2004 18:32:06 -0700 Subject: 2.5 Beta 1 documentation In-Reply-To: <203093E5-E4EB-11D8-B8CC-000A959D0AC6@hindu.org> References: <203093E5-E4EB-11D8-B8CC-000A959D0AC6@hindu.org> Message-ID: <410EEB16.6030100@fourthworld.com> Sannyasin Sivakatirswami wrote: > Should we assume the documentation is still a work in progress and not > report all the anamolies we are experiencing (a dozen of problems at > least) Frankly I don't have time to bugzilla things, so I'm not sure how > to contribute without a more facile reporting option. The latest copy of Ken's Revzilla is available at his site -- you can report bugs conveniently right from within Rev: It's my understanding that if a release wears the "Beta" label it's good to submit bug reports for. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From rbarber at yhb.att.ne.jp Mon Aug 2 22:46:45 2004 From: rbarber at yhb.att.ne.jp (ron barber) Date: Tue, 3 Aug 2004 11:46:45 +0900 Subject: Crash on Standalone build - Help please In-Reply-To: References: <813544F8-E2A4-11D8-B312-000A95743F7A@earthlink.net> <6019D2EF-E2A7-11D8-9385-000A95A09CF8@rpsystems.net> Message-ID: <5BED9D4E-E4F7-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> Greetings Can someone tell me what this crash log is telling me? I am trying to build a standalone which in the past has built successfully. RR can build several other stacks into standalones successfully, but this stack crashes every time. Any help would be greatly appreciated. thanks Ron ================== Date/Time: 2004-08-03 11:28:57 +0900 OS Version: 10.3.4 (Build 7H63) Report Version: 2 Command: Revolution Path: /Users/reb/Documents/MacSeisho dev/current build/Revolution 2.2.1/Revolution.app/Contents/MacOS/Revolution Version: 2.2.1 (2.2.1) PID: 742 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x066570c8 From monte at sweattechnologies.com Mon Aug 2 23:02:13 2004 From: monte at sweattechnologies.com (Monte Goulding) Date: Tue, 3 Aug 2004 12:32:13 +0930 Subject: 2.5 search documentation not implemented yet? In-Reply-To: <49A5350A-E4E4-11D8-B8CC-000A959D0AC6@hindu.org> Message-ID: There was an issue with the search option in 2.5b1. It's resolved now. Cheers -- Monte Goulding - monte at sweattechnologies.com Sweat Technologies InstallGadget - How To Create An Installer In 10 Seconds http://www.sweattechnologies.com/InstallGadget >-----Original Message----- >From: use-revolution-bounces at lists.runrev.com >[mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Sannyasin >Sivakatirswami >Sent: Tuesday, 3 August 2004 10:00 AM >To: use-revolution at lists.runrev.com >Subject: 2.5 search documentation not implemented yet? > > >2.5 beta 1 > >open documentation; switch to "search" enter "sound" --> no hits; enter >"record" --> no hits > >?? > >_______________________________________________ >use-revolution mailing list >use-revolution at lists.runrev.com >http://lists.runrev.com/mailman/listinfo/use-revolution > From monte at sweattechnologies.com Mon Aug 2 23:02:14 2004 From: monte at sweattechnologies.com (Monte Goulding) Date: Tue, 3 Aug 2004 12:32:14 +0930 Subject: Crash on Standalone build - Help please In-Reply-To: <5BED9D4E-E4F7-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> Message-ID: Can you give some more details. Is it crashing during the standalone build process or when you try to launch your standalone? Cheers -- Monte Goulding - monte at sweattechnologies.com Sweat Technologies InstallGadget - How To Create An Installer In 10 Seconds http://www.sweattechnologies.com/InstallGadget >-----Original Message----- >From: use-revolution-bounces at lists.runrev.com >[mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of ron barber >Sent: Tuesday, 3 August 2004 12:17 PM >To: How to use Revolution >Subject: Crash on Standalone build - Help please > > >Greetings > >Can someone tell me what this crash log is telling me? I am trying to >build a standalone which in the past has built successfully. RR can >build several other stacks into standalones successfully, but this >stack crashes every time. Any help would be greatly appreciated. > >thanks >Ron >================== > >Date/Time: 2004-08-03 11:28:57 +0900 >OS Version: 10.3.4 (Build 7H63) >Report Version: 2 > >Command: Revolution >Path: /Users/reb/Documents/MacSeisho dev/current build/Revolution >2.2.1/Revolution.app/Contents/MacOS/Revolution >Version: 2.2.1 (2.2.1) >PID: 742 >Thread: 0 > >Exception: EXC_BAD_ACCESS (0x0001) >Codes: KERN_INVALID_ADDRESS (0x0001) at 0x066570c8 > > > >_______________________________________________ >use-revolution mailing list >use-revolution at lists.runrev.com >http://lists.runrev.com/mailman/listinfo/use-revolution > From sarahr at genesearch.com.au Mon Aug 2 23:11:48 2004 From: sarahr at genesearch.com.au (Sarah Reichelt) Date: Tue, 3 Aug 2004 13:11:48 +1000 Subject: Question about command revGoURL In-Reply-To: References: Message-ID: > thank you Judy for your respond and I try to explain what I'm doing. I > want > to open HTML file that is located on my local Hard Drive. This file is > "myFile.htm". The absolute path to this my file is /Macintosh HD/Mac > temp/data/myFile.htm, this path contains 2 spaces in name of folders > "Macintosh HD" and "Mac temp". > > Than if I write: > > revGoURL myDataFolder & "myFile.htm" > > -- myDataFolder contains the path on local HardDrive (=/Macintosh > HD/Mac > temp/data) to file "myFile.htm" > -- myFile.htm is file in folder data on local Hard Disk, that I want > to open > in Internet Explorer (or other default browser). > > After the Internet Explorer is open, one is looking for file with path: > Macintosh%20HD/Mac%20temp/data/myFile.htm. This path doesn't exist. > > With revGoURL, you have to tell the system what sort of URL you are using. If you put: revGoURL "http://" & myDataFolder & "myFile.htm" it will know that you want to open the file in the browser. Internet Explorer always puts "%20" in place of any spaces in the path. Check out the URLencode & URLdecode functions for how to do this yourself although you shouldn't need to. Finally, if the file still won;t open, it is nearly always a path error. Try putting this in the message box and pressing Enter: answer file "Select htm file:"; put it This will show you the exact path for the file you want to load and you can check whether you are building the file path correctly in your script. Cheers, Sarah From mwieder at ahsoftware.net Mon Aug 2 23:18:24 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Mon, 2 Aug 2004 20:18:24 -0700 Subject: hasMemory In-Reply-To: <410ECB22.1090304@fourthworld.com> References: <3215533876.20040802141416@ahsoftware.net> <3722580819.20040802161143@ahsoftware.net> <410ECB22.1090304@fourthworld.com> Message-ID: <16237381882.20040802201824@ahsoftware.net> Richard- Monday, August 2, 2004, 4:15:46 PM, you wrote: RG> Or maybe better, we could have a global property called something like RG> "compatibilityErrors", which would throw exceptions for tokens that RG> don't normally throw errors but aren't fully supported either. I've been compiling a list of these bad boys. I take it you have one of your own? -- -Mark Wieder mwieder at ahsoftware.net From sarahr at genesearch.com.au Mon Aug 2 23:23:08 2004 From: sarahr at genesearch.com.au (Sarah Reichelt) Date: Tue, 3 Aug 2004 13:23:08 +1000 Subject: Crash on Standalone build - Help please In-Reply-To: <5BED9D4E-E4F7-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> References: <813544F8-E2A4-11D8-B312-000A95743F7A@earthlink.net> <6019D2EF-E2A7-11D8-9385-000A95A09CF8@rpsystems.net> <5BED9D4E-E4F7-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> Message-ID: <712CD648-E4FC-11D8-8B9C-0003937A97B8@genesearch.com.au> Where are you saving the build? The path shown in the crash log takes you right into the Revolution bundle. If you are trying to put your build there by mistake, that might be giving problems. Also, make sure your path is not too long - rev has problems with OS X if the full path has too many characters (I forget what the limit is), or if the final file name is more than 32 characters. Apart from that, where do you get the crash - during build or when you run the standalone? How is your standalone structured? Are you using any externals? Cheers, Sarah On 3 Aug 2004, at 12:45 pm, ron barber wrote: > Greetings > > Can someone tell me what this crash log is telling me? I am trying to > build a standalone which in the past has built successfully. RR can > build several other stacks into standalones successfully, but this > stack crashes every time. Any help would be greatly appreciated. > > thanks > Ron > ================== > > Date/Time: 2004-08-03 11:28:57 +0900 > OS Version: 10.3.4 (Build 7H63) > Report Version: 2 > > Command: Revolution > Path: /Users/reb/Documents/MacSeisho dev/current build/Revolution > 2.2.1/Revolution.app/Contents/MacOS/Revolution > Version: 2.2.1 (2.2.1) > PID: 742 > Thread: 0 > > Exception: EXC_BAD_ACCESS (0x0001) > Codes: KERN_INVALID_ADDRESS (0x0001) at 0x066570c8 > > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > > From rbarber at yhb.att.ne.jp Mon Aug 2 23:29:07 2004 From: rbarber at yhb.att.ne.jp (ron barber) Date: Tue, 3 Aug 2004 12:29:07 +0900 Subject: Crash on Standalone build - Help please In-Reply-To: References: Message-ID: <46FCE80A-E4FD-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> Hi Monte thanks for the reply. The application has an invisible main stack palette and a visible sub-stack palette along with other substacks that open as needed. It crashes during the standalone build. It ask if I want to save changes. Yes or no, the result is the same. In the 'yes' case, it saves changes, closes the window. Then the mainstack flashes open and closes, the visible substack opens and shortly thereafter, RR crashes. What else would be helpful to know? Ron On Aug 3, 2004, at 12:02 PM, Monte Goulding wrote: > > Can you give some more details. Is it crashing during the standalone > build > process or when you try to launch your standalone? > > Cheers > > -- > Monte Goulding - monte at sweattechnologies.com > Sweat Technologies > > InstallGadget - How To Create An Installer In 10 Seconds > http://www.sweattechnologies.com/InstallGadget > > >> -----Original Message----- >> From: use-revolution-bounces at lists.runrev.com >> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of ron >> barber >> Sent: Tuesday, 3 August 2004 12:17 PM >> To: How to use Revolution >> Subject: Crash on Standalone build - Help please >> >> >> Greetings >> >> Can someone tell me what this crash log is telling me? I am trying to >> build a standalone which in the past has built successfully. RR can >> build several other stacks into standalones successfully, but this >> stack crashes every time. Any help would be greatly appreciated. >> >> thanks >> Ron >> ================== >> >> Date/Time: 2004-08-03 11:28:57 +0900 >> OS Version: 10.3.4 (Build 7H63) >> Report Version: 2 >> >> Command: Revolution >> Path: /Users/reb/Documents/MacSeisho dev/current build/Revolution >> 2.2.1/Revolution.app/Contents/MacOS/Revolution >> Version: 2.2.1 (2.2.1) >> PID: 742 >> Thread: 0 >> >> Exception: EXC_BAD_ACCESS (0x0001) >> Codes: KERN_INVALID_ADDRESS (0x0001) at 0x066570c8 >> >> >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From gizmotron at earthlink.net Mon Aug 2 23:26:21 2004 From: gizmotron at earthlink.net (Mark Brownell) Date: Mon, 2 Aug 2004 20:26:21 -0700 Subject: Crash on Standalone build - Help please In-Reply-To: Message-ID: On Monday, August 2, 2004, at 08:02 PM, Monte Goulding wrote: > Can you give some more details. Is it crashing during the standalone > build > process or when you try to launch your standalone? > > Cheers Hi Monte, I had a problem building a Mac Classic build on a Mac 9.1 machine in Rev 2.2.1 so I brought it over to another Mac Classic 9.0 machine using Rev 2.2 and it built fine. On Rev 2.2.1 it alerted this "There was an error while saving the standalone application" I forgot how to look up the crashlogs or any other reporting that might clue me into why Rev 2.2.1 did not work but Rev 2.2 did. Mark From katir at hindu.org Mon Aug 2 23:32:54 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Mon, 2 Aug 2004 17:32:54 -1000 Subject: When is the timescale of a player passed to Rev? In-Reply-To: References: Message-ID: please ignore this... duh... i forgot to declare the global in the second button. On Aug 2, 2004, at 3:24 PM, Sannyasin Sivakatirswami wrote: > If I do this: > > global gTimeScale > on mouseUp > set the currentTime of player "theTape" to 0 > set the filename of player "theTape" to fld "soundFile" > put the timescale of player "theTape" into gTimeScale > start player "theTape" > postTime > end mouseUp > > the global gTimeScale > > will have a value > > If i quit Rev and then go back to the same stack and click a different > button. > > on mouseUp > start player "theTape" > set the currentTime of player "theTape" to fld "saveTime" > put the timescale of player "theTape" into gTimeScale > send postTime to this stack in 2 seconds > end mouseUp > > gTimeScale is empty.... From sarahr at genesearch.com.au Mon Aug 2 23:34:12 2004 From: sarahr at genesearch.com.au (Sarah Reichelt) Date: Tue, 3 Aug 2004 13:34:12 +1000 Subject: Saving and Talking In-Reply-To: <2776EA68-E41F-11D8-A956-000D9366AC66@ozemail.com.au> References: <20040730040319.B8AA7930104@mail.runrev.com> <2776EA68-E41F-11D8-A956-000D9366AC66@ozemail.com.au> Message-ID: It sounds like the revSpeech bundle is being loaded when you build a standalone with all the stacks in a single file, but when you separate out the sub-stacks to make them writable, the revSpeech bundle isn't loading. Which stack loads the bundle and is that stack in use? Here is a section from a routine that I use for a Mac OS X bundle - your path may vary: on enableLibraries put the fileName of stack "Splash" into tFile set the itemDel to "/" delete last item of tFile set the externals of stack "Main" to tFile & "/externals/revspeech.bundle" start using stack "Main" end enableLibraries The key is to make sure that whatever stack loads the speech is in use. Cheers, Sarah On 2 Aug 2004, at 10:59 am, Greg Wills wrote: > Hi All > > I am having trouble getting a standalone to do both these functions in > the same app. What I want to do is allow the user to alter button > names. The name of the button can then be used to speak the word. This > works fine as a stack. > > I can get the Distribution Builder to build a standalone that will > save changes (button names). > > I can get the Distribution Builder to build a standalone that will > speak the button name. > > BUT not in the same build. > > I have tried combinations of settings, but don't seem to be able to > get the standalone to be able to save changes and be able to use the > revspeak function. Any thoughts? > > I am using Rev 2.0. > > cheers > > Greg > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > > From rbarber at yhb.att.ne.jp Mon Aug 2 23:40:05 2004 From: rbarber at yhb.att.ne.jp (ron barber) Date: Tue, 3 Aug 2004 12:40:05 +0900 Subject: Crash on Standalone build - Help please In-Reply-To: References: Message-ID: Hi Mark, Sarah I tried on 2.2 and on 2.2.1 with the same result. The crash log is located in Library/logs/crash reporter I am using Valentina external. This has not been a problem with previous builds. I have tried various build locations. I must have made some changes in the script that is tripping the SA builder up, but I can't find them yet. Thanks Ron On Aug 3, 2004, at 12:26 PM, Mark Brownell wrote: > > On Monday, August 2, 2004, at 08:02 PM, Monte Goulding wrote: > >> Can you give some more details. Is it crashing during the standalone >> build >> process or when you try to launch your standalone? >> >> Cheers > > Hi Monte, > > I had a problem building a Mac Classic build on a Mac 9.1 machine in > Rev 2.2.1 so I brought it over to another Mac Classic 9.0 machine > using Rev 2.2 and it built fine. > > On Rev 2.2.1 it alerted this "There was an error while saving the > standalone application" > > I forgot how to look up the crashlogs or any other reporting that > might clue me into why Rev 2.2.1 did not work but Rev 2.2 did. > > Mark > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From katir at hindu.org Mon Aug 2 23:37:21 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Mon, 2 Aug 2004 17:37:21 -1000 Subject: 2.5 search documentation not implemented yet? In-Reply-To: References: Message-ID: <6D8F3D16-E4FE-11D8-B8CC-000A959D0AC6@hindu.org> What about the "dictionary" which was my favorite place to land previously... Now if I click on "dictionary" icon above in the documentation window... nothing happens. On Aug 2, 2004, at 5:02 PM, Monte Goulding wrote: > There was an issue with the search option in 2.5b1. It's resolved now. > > Cheers > > -- > Monte Goulding - monte at sweattechnologies.com > Sweat Technologies > > InstallGadget - How To Create An Installer In 10 Seconds > http://www.sweattechnologies.com/InstallGadget > > >> -----Original Message----- >> From: use-revolution-bounces at lists.runrev.com >> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Sannyasin >> Sivakatirswami >> Sent: Tuesday, 3 August 2004 10:00 AM >> To: use-revolution at lists.runrev.com >> Subject: 2.5 search documentation not implemented yet? >> >> >> 2.5 beta 1 >> >> open documentation; switch to "search" enter "sound" --> no hits; >> enter >> "record" --> no hits >> >> ?? >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From monte at sweattechnologies.com Mon Aug 2 23:37:54 2004 From: monte at sweattechnologies.com (Monte Goulding) Date: Tue, 3 Aug 2004 13:07:54 +0930 Subject: Crash on Standalone build - Help please In-Reply-To: <46FCE80A-E4FD-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> Message-ID: Ah.. I think this is one I've recently found and fixed. A temporary workaround would be to set the visible of the mainstack to true. The fix will be in Beta 2 of 2.5. Cheers -- Monte Goulding - monte at sweattechnologies.com Sweat Technologies InstallGadget - How To Create An Installer In 10 Seconds http://www.sweattechnologies.com/InstallGadget >-----Original Message----- >From: use-revolution-bounces at lists.runrev.com >[mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of ron barber >Sent: Tuesday, 3 August 2004 12:59 PM >To: How to use Revolution >Subject: Re: Crash on Standalone build - Help please > > >Hi Monte > >thanks for the reply. The application has an invisible main stack >palette and a visible sub-stack palette along with other substacks that >open as needed. > > It crashes during the standalone build. It ask if I want to save >changes. Yes or no, the result is the same. In the 'yes' case, it saves >changes, closes the window. Then the mainstack flashes open and closes, >the visible substack opens and shortly thereafter, RR crashes. > >What else would be helpful to know? >Ron > >On Aug 3, 2004, at 12:02 PM, Monte Goulding wrote: > >> >> Can you give some more details. Is it crashing during the standalone >> build >> process or when you try to launch your standalone? >> >> Cheers >> >> -- >> Monte Goulding - monte at sweattechnologies.com >> Sweat Technologies >> >> InstallGadget - How To Create An Installer In 10 Seconds >> http://www.sweattechnologies.com/InstallGadget >> >> >>> -----Original Message----- >>> From: use-revolution-bounces at lists.runrev.com >>> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of ron >>> barber >>> Sent: Tuesday, 3 August 2004 12:17 PM >>> To: How to use Revolution >>> Subject: Crash on Standalone build - Help please >>> >>> >>> Greetings >>> >>> Can someone tell me what this crash log is telling me? I am trying to >>> build a standalone which in the past has built successfully. RR can >>> build several other stacks into standalones successfully, but this >>> stack crashes every time. Any help would be greatly appreciated. >>> >>> thanks >>> Ron >>> ================== >>> >>> Date/Time: 2004-08-03 11:28:57 +0900 >>> OS Version: 10.3.4 (Build 7H63) >>> Report Version: 2 >>> >>> Command: Revolution >>> Path: /Users/reb/Documents/MacSeisho dev/current build/Revolution >>> 2.2.1/Revolution.app/Contents/MacOS/Revolution >>> Version: 2.2.1 (2.2.1) >>> PID: 742 >>> Thread: 0 >>> >>> Exception: EXC_BAD_ACCESS (0x0001) >>> Codes: KERN_INVALID_ADDRESS (0x0001) at 0x066570c8 >>> >>> >>> >>> _______________________________________________ >>> use-revolution mailing list >>> use-revolution at lists.runrev.com >>> http://lists.runrev.com/mailman/listinfo/use-revolution >>> >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> > >_______________________________________________ >use-revolution mailing list >use-revolution at lists.runrev.com >http://lists.runrev.com/mailman/listinfo/use-revolution > From troy at rpsystems.net Mon Aug 2 23:43:01 2004 From: troy at rpsystems.net (Troy Rollins) Date: Mon, 2 Aug 2004 23:43:01 -0400 Subject: 2.5 search documentation not implemented yet? In-Reply-To: <6D8F3D16-E4FE-11D8-B8CC-000A959D0AC6@hindu.org> References: <6D8F3D16-E4FE-11D8-B8CC-000A959D0AC6@hindu.org> Message-ID: <3840CEC2-E4FF-11D8-93BB-000A95A09CF8@rpsystems.net> On Aug 2, 2004, at 11:37 PM, Sannyasin Sivakatirswami wrote: > What about the "dictionary" which was my favorite place to land > previously... Now if I click on "dictionary" icon above in the > documentation window... nothing happens. I think I've seen this. Try putting selecting dictionary, putting your cursor in the search field, and hit enter. -- Troy RPSystems, Ltd. http://www.rpsystems.net From gizmotron at earthlink.net Mon Aug 2 23:46:56 2004 From: gizmotron at earthlink.net (Mark Brownell) Date: Mon, 2 Aug 2004 20:46:56 -0700 Subject: Crash on Standalone build - Help please In-Reply-To: Message-ID: On Monday, August 2, 2004, at 08:40 PM, ron barber wrote: > The crash log is located in Library/logs/crash reporter There is no Library folder in Rev 2.2.1 for MacOS 9 Mark From katir at hindu.org Mon Aug 2 23:49:06 2004 From: katir at hindu.org (Sannyasin Sivakatirswami) Date: Mon, 2 Aug 2004 17:49:06 -1000 Subject: 2.5 Beta 1 documentation In-Reply-To: <410EEB16.6030100@fourthworld.com> References: <203093E5-E4EB-11D8-B8CC-000A959D0AC6@hindu.org> <410EEB16.6030100@fourthworld.com> Message-ID: <11959475-E500-11D8-B8CC-000A959D0AC6@hindu.org> Great, yes, RevZilla... I couldn't get it to work before with FireFox (my favorite browser now... fantastic tool set)cookies. But it works now... ( entered the login and cookie number and Ken seems to now have an "unknown" browser option... that let's RevZilla work even if your browser is not on the list. On Aug 2, 2004, at 3:32 PM, Richard Gaskin wrote: > The latest copy of Ken's Revzilla is available at his site -- you can > report bugs conveniently right from within Rev: > > > > It's my understanding that if a release wears the "Beta" label it's > good to submit bug reports for. From rbarber at yhb.att.ne.jp Mon Aug 2 23:53:30 2004 From: rbarber at yhb.att.ne.jp (ron barber) Date: Tue, 3 Aug 2004 12:53:30 +0900 Subject: Crash on Standalone build - Help please In-Reply-To: References: Message-ID: Ah...I think this is one I've recently found too! I changed the main stack to visible and that solved the problem, viz. I can successfully build the standalone. I find it hard to believe no one else has run into this, since I thought it was a fairly standard procedure. At any rate, thanks for the prompt support and solution. I'll keep it visible until it can be built the way it should be. So this is a problem for 2.2 and for 2.2.1 and the only fix is to get 2.5? Thanks for you work, Ron On Aug 3, 2004, at 12:37 PM, Monte Goulding wrote: > Ah.. I think this is one I've recently found and fixed. A temporary > workaround would be to set the visible of the mainstack to true. The > fix > will be in Beta 2 of 2.5. > > Cheers > > -- > Monte Goulding - monte at sweattechnologies.com > Sweat Technologies > > InstallGadget - How To Create An Installer In 10 Seconds > http://www.sweattechnologies.com/InstallGadget > > >> -----Original Message----- >> From: use-revolution-bounces at lists.runrev.com >> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of ron >> barber >> Sent: Tuesday, 3 August 2004 12:59 PM >> To: How to use Revolution >> Subject: Re: Crash on Standalone build - Help please >> >> >> Hi Monte >> >> thanks for the reply. The application has an invisible main stack >> palette and a visible sub-stack palette along with other substacks >> that >> open as needed. >> >> It crashes during the standalone build. It ask if I want to save >> changes. Yes or no, the result is the same. In the 'yes' case, it >> saves >> changes, closes the window. Then the mainstack flashes open and >> closes, >> the visible substack opens and shortly thereafter, RR crashes. >> >> What else would be helpful to know? >> Ron >> >> On Aug 3, 2004, at 12:02 PM, Monte Goulding wrote: >> >>> >>> Can you give some more details. Is it crashing during the standalone >>> build >>> process or when you try to launch your standalone? >>> >>> Cheers >>> >>> -- >>> Monte Goulding - monte at sweattechnologies.com >>> Sweat Technologies >>> >>> InstallGadget - How To Create An Installer In 10 Seconds >>> http://www.sweattechnologies.com/InstallGadget >>> >>> >>>> -----Original Message----- >>>> From: use-revolution-bounces at lists.runrev.com >>>> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of ron >>>> barber >>>> Sent: Tuesday, 3 August 2004 12:17 PM >>>> To: How to use Revolution >>>> Subject: Crash on Standalone build - Help please >>>> >>>> >>>> Greetings >>>> >>>> Can someone tell me what this crash log is telling me? I am trying >>>> to >>>> build a standalone which in the past has built successfully. RR can >>>> build several other stacks into standalones successfully, but this >>>> stack crashes every time. Any help would be greatly appreciated. >>>> >>>> thanks >>>> Ron >>>> ================== >>>> >>>> Date/Time: 2004-08-03 11:28:57 +0900 >>>> OS Version: 10.3.4 (Build 7H63) >>>> Report Version: 2 >>>> >>>> Command: Revolution >>>> Path: /Users/reb/Documents/MacSeisho dev/current build/Revolution >>>> 2.2.1/Revolution.app/Contents/MacOS/Revolution >>>> Version: 2.2.1 (2.2.1) >>>> PID: 742 >>>> Thread: 0 >>>> >>>> Exception: EXC_BAD_ACCESS (0x0001) >>>> Codes: KERN_INVALID_ADDRESS (0x0001) at 0x066570c8 >>>> >>>> >>>> >>>> _______________________________________________ >>>> use-revolution mailing list >>>> use-revolution at lists.runrev.com >>>> http://lists.runrev.com/mailman/listinfo/use-revolution >>>> >>> >>> _______________________________________________ >>> use-revolution mailing list >>> use-revolution at lists.runrev.com >>> http://lists.runrev.com/mailman/listinfo/use-revolution >>> >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From monte at sweattechnologies.com Tue Aug 3 00:20:38 2004 From: monte at sweattechnologies.com (Monte Goulding) Date: Tue, 3 Aug 2004 13:50:38 +0930 Subject: 2.5 search documentation not implemented yet? In-Reply-To: <3840CEC2-E4FF-11D8-93BB-000A95A09CF8@rpsystems.net> Message-ID: Yes.. when you switch indexes it redoes the search/filter operation on the new index. Give the search in b1 returned nothing every thime this is probably what you are seeing??? -- Monte Goulding - monte at sweattechnologies.com Sweat Technologies InstallGadget - How To Create An Installer In 10 Seconds http://www.sweattechnologies.com/InstallGadget >> What about the "dictionary" which was my favorite place to land >> previously... Now if I click on "dictionary" icon above in the >> documentation window... nothing happens. > >I think I've seen this. Try putting selecting dictionary, putting your >cursor in the search field, and hit enter. > >-- >Troy >RPSystems, Ltd. >http://www.rpsystems.net > >_______________________________________________ >use-revolution mailing list >use-revolution at lists.runrev.com >http://lists.runrev.com/mailman/listinfo/use-revolution > From bsieber2 at msn.com Tue Aug 3 00:20:57 2004 From: bsieber2 at msn.com (Barry Sieber) Date: Tue, 03 Aug 2004 04:20:57 +0000 Subject: Callbacks Message-ID: I am a newbie with Revoloution and would like to get some information about using callbacks with Revolution to support QuickTime movies. I would like to have information displayed during playback by attaching callbacks to the movie's chapter tracks times so that the message the callback contains is displayed. I have 2 questions. How are callbacks created? Does one type into the callbacks option screen (of the Property Inspector Window) when the quicktime movie is selected and enter the numbers and messages there? I have tried that, but upon typing them in and then selecting another option such as basic properties and then going back to the callback list, I see the callbacks are now gone. I have the callback handler on the card script so that when the message is tagged in the movie, the script for the message should display in the field I tell it to. Please help me establish callbacks to use in conjunction with quicktime playback of text/chapter tracks. Barry Sieber From rbarber at yhb.att.ne.jp Tue Aug 3 00:24:51 2004 From: rbarber at yhb.att.ne.jp (ron barber) Date: Tue, 3 Aug 2004 13:24:51 +0900 Subject: Crash on Standalone build - Help please In-Reply-To: References: Message-ID: <10034343-E505-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> Sorry Mark, I read right over that detail about OS 9. I'm not on 9 right now, so I don't know either. Ron On Aug 3, 2004, at 12:46 PM, Mark Brownell wrote: > > On Monday, August 2, 2004, at 08:40 PM, ron barber wrote: > >> The crash log is located in Library/logs/crash reporter > > There is no Library folder in Rev 2.2.1 for MacOS 9 > > Mark > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From ambassador at fourthworld.com Tue Aug 3 00:35:20 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Mon, 02 Aug 2004 21:35:20 -0700 Subject: hasMemory In-Reply-To: <16237381882.20040802201824@ahsoftware.net> References: <3215533876.20040802141416@ahsoftware.net> <3722580819.20040802161143@ahsoftware.net> <410ECB22.1090304@fourthworld.com> <16237381882.20040802201824@ahsoftware.net> Message-ID: <410F1608.3080104@fourthworld.com> Mark Wieder wrote: > Richard- > > Monday, August 2, 2004, 4:15:46 PM, you wrote: > > RG> Or maybe better, we could have a global property called something like > RG> "compatibilityErrors", which would throw exceptions for tokens that > RG> don't normally throw errors but aren't fully supported either. > > I've been compiling a list of these bad boys. I take it you have one > of your own? > Bugzilla. I usually float an idea here or on the Improve-Rev list, and if it seems to resonate I add the request to Bugzilla. This one seems only of interest to you and me, and it's a very minor concern so I haven't bothered. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From troy at rpsystems.net Tue Aug 3 01:07:02 2004 From: troy at rpsystems.net (Troy Rollins) Date: Tue, 3 Aug 2004 01:07:02 -0400 Subject: Callbacks In-Reply-To: References: Message-ID: On Aug 3, 2004, at 12:20 AM, Barry Sieber wrote: > How are callbacks created? Does one type into the callbacks option > screen (of the Property Inspector Window) when the quicktime movie is > selected and enter the numbers and messages there? I have tried that, > but upon typing them in and then selecting another option such as > basic properties and then going back to the callback list, I see the > callbacks are now gone. I have the callback handler on the card script > so that when the message is tagged in the movie, the script for the > message should display in the field I tell it to. Well, you can use the property inspector, or you can set them through script. From the Transcript dictionary - set the callbacks of player "Do It!" to "2500,soundNotes" The property inspector is sometimes odd. Try hitting tab while on the callbacks page. Sometimes that will "fix" them. The script method should work very reliably though. > > Please help me establish callbacks to use in conjunction with > quicktime playback of text/chapter tracks. Here's hoping. -- Troy RPSystems, Ltd. http://www.rpsystems.net From support at psystems.com.au Tue Aug 3 01:29:02 2004 From: support at psystems.com.au (Paul Arnott) Date: Tue, 03 Aug 2004 15:29:02 +1000 Subject: Learning space Message-ID: <410F229E.4000604@psystems.com.au> Hi all, Question from a complete newbie!! Not being a programmer of any sort, Revolution has me fascinated, so I'm looking to learn wherever I can. I've loaded the beta 2.5, when I read about the Learning Space and tutorials, but when I try to access the Learning Space I get a msg 'Incompatible Channel. This channel cannot be run in this environment' I'm running Win2000. Is this the problem? Paul From mwieder at ahsoftware.net Tue Aug 3 01:32:53 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Mon, 2 Aug 2004 22:32:53 -0700 Subject: hasMemory In-Reply-To: <410F1608.3080104@fourthworld.com> References: <3215533876.20040802141416@ahsoftware.net> <16237381882.20040802201824@ahsoftware.net> <410F1608.3080104@fourthworld.com> Message-ID: <19645450123.20040802223253@ahsoftware.net> Richard- Monday, August 2, 2004, 9:35:20 PM, you wrote: RG> to resonate I add the request to Bugzilla. This one seems only of RG> interest to you and me, and it's a very minor concern so I haven't bothered. Fair enough. -- -Mark Wieder mwieder at ahsoftware.net From troy at rpsystems.net Tue Aug 3 01:37:36 2004 From: troy at rpsystems.net (Troy Rollins) Date: Tue, 3 Aug 2004 01:37:36 -0400 Subject: Learning space In-Reply-To: <410F229E.4000604@psystems.com.au> References: <410F229E.4000604@psystems.com.au> Message-ID: <39984D0E-E50F-11D8-93BB-000A95A09CF8@rpsystems.net> On Aug 3, 2004, at 1:29 AM, Paul Arnott wrote: > Not being a programmer of any sort, Revolution has me fascinated, so > I'm looking to learn wherever I can. > I've loaded the beta 2.5, when I read about the Learning Space and > tutorials, but when I try to access the Learning Space I get a msg > 'Incompatible Channel. This channel cannot be run in this environment' > I'm running Win2000. Is this the problem? Maybe. Buy a Mac. (Just kidding.) The learning space is pretty "beta", don't expect much yet. There is plenty of other information to read up on in the meantime. Incidentally, if you are truly new - I'd suggest downloading 2.2.1. Betas aren't for the feint of heart, you could easily get discouraged at beta behaviors. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net From b.xavier at internet.lu Tue Aug 3 02:01:10 2004 From: b.xavier at internet.lu (MisterX) Date: Tue, 3 Aug 2004 08:01:10 +0200 Subject: Advise on enterprize application + clustering In-Reply-To: <6AD42016-E4D0-11D8-8E69-0003936D012E@mac.com> Message-ID: This is getting interesting... A bit of everything to solve your problem (x's famous howitzer approach). The last part may be even more interesting than the first. Remember that enterprise means also redundancy and zero-downtime ;) Unfortunately there is some risks of lock ups if not done carefully... But here are 3 things you could try: 1) In a three tiered cluster strategy, mentioned in a clustering class I had recently, there were three actors client -> server1 -> server2 client -> server2 is not possible because of the firewall. but server1 -> server2 is fine and client -> server1 is ok2 if client cannot use sql but can use client1's ports, and assuming client1 and client2 can do the sql bit... then you need a port configurable client server networking protocol. in brief: RRclient -> RR on Server -> SQLserver between RRclient and RRserver you use whatever protocol (80!) Best is to have your client ask their network administrator to see what is allowed and for what purpose. If you saw the forms we have to fill in for these requests at my office you would scream! 2) For the clustering part now... For a redundant server... but you can have more than one server also... Run two instances of RR. Named RRServer1 and RRS2. Now only one application must work with the port communication at the time but you can imagine either that one is locked up, not responding, or working hard. It would be nice to have RR2 take over the next client's server call... What you do, is create a temporary file called rr1alive where you write a frequent log - the frequency is the timeout for RR2 to kick and start working. There's the case where the RR1alive file is locked by the RR1, which should be working but which should be closing the file. (is there a FileLocked(filepath) function in rr?) You can use the file's date from the extended files function to see the date anyway. So if there is a timeout trying to read that file, RR1 must be locked. Terminate the process RR1. Relaunch RR1 and give it the hand when you finished the current client processing. Note: usage of a different log for operations than the alivelog is worth the trouble. You could keep a log opened in the case of a processing but the alivelog should be kept closed to see when the last alive was logged to prevent a double server taking parts each of the same client's transactions (this can be prevented ez). Since transactions with SQL could take a while and queue up clients you could imagine that another RRx takes over while the other apps finish their transactions. 3) The cherry on the cake Now, if RunRev implemented threading into RR for 3.0, we would have this process written into just one server application. It's one thing that differentiates Java from RR... BUT wait a millisecond, requesting web urls is threaded and could be used also as a transaction protocol for any client over port 80 couldn't it? If well formed, im sure you can send xml or any data embeded into an client-side html-form request on good old port 80! Using mysqlmgr in html, you can send loads of sql data via a form to the server. ;) > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Andre > Garzia > Sent: Tuesday, August 03, 2004 00:08 > To: How to use Revolution > Subject: Re: Advise on enterprize application. > > > > On Aug 2, 2004, at 6:51 PM, Mark Wieder wrote: > > > Andre- > > > > I'd have to agree with Trevor here that a multi-tiered approach is the > > way to go. I think you'll have an easier time of it than trying to > > stuff everything into a giant rev app (not to mention an easier time > > doing maintenance in the long run). > > > > Mark, > > Thanks! Already on that path! I just need to know how to make that > database library work in the mc engine... it's not there... > > Andre > > > > -- > > -Mark Wieder > > mwieder at ahsoftware.net > > > > > -- > Andre Alves Garzia ? 2004 > Soap Dog Studios - BRAZIL > http://studio.soapdog.org > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From davis.phil at comcast.net Tue Aug 3 01:49:02 2004 From: davis.phil at comcast.net (Phil Davis) Date: Mon, 2 Aug 2004 22:49:02 -0700 Subject: How to see if player is "done"? In-Reply-To: <410EC444.3080306@hyperactivesw.com> Message-ID: Jacque, Trevor, Scott - Thanks for all the great feedback! Phil > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of J. Landman > Gay > Sent: Monday, August 02, 2004 2:46 PM > To: How to use Revolution > Subject: Re: How to see if player is "done"? > > > On 8/2/04 4:08 PM, Phil Davis wrote: > > > Hi List - > > > > Some context: > > > > When using VIDEOCLIPS (embedded movies), we have two language features > > available that help us detect whether a clip is still playing: > > - the "movie" function > > - the "playStopped" message > > > > When using PLAYERS to play movies (referenced files), we > apparently have > > only one such feature available: > > - the "playStopped" message > > You should be able to use all the messages, regardless of where the > actual movie file is stored. The Player object acts the same regardless > (or it is supposed to.) I have an app that loads QT movies from disk and > it uses all the standard Player messages. > > > > My questions: > > > > 1) Is "playStopped" truly the only non-workaround way you can > detect the > > current 'play' status of a player? > > If you aren't getting this message, file a bug report. It got broken in > the past, then it got fixed, then it got broken and fixed again, and now > I'm not sure what its status is (but I thought it was okay now.) > > If you just need to see if the movie is running or not, then check the > paused property, as others suggested. > > > > > 2) If so, what is your most reliable workaround way of detecting this? > > In addition to the other suggestions, another way is to set the > callbacks of a movie. I've used these in the past, setting the callback > time to the duration of the movie. In effect, it creates my own custom > "playStopped" message. > > > -- > Jacqueline Landman Gay | jacque at hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From davis.phil at comcast.net Tue Aug 3 01:51:37 2004 From: davis.phil at comcast.net (Phil Davis) Date: Mon, 2 Aug 2004 22:51:37 -0700 Subject: "playStarted" message - bad docs or unsupported feature? In-Reply-To: <410EC4BB.5080700@hyperactivesw.com> Message-ID: Thanks. I suspected the same, because the message seems to work in all cases on at least Win32 & MacOSX. Phil > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of J. Landman > Gay > Sent: Monday, August 02, 2004 2:48 PM > To: How to use Revolution > Subject: Re: "playStarted" message - bad docs or unsupported feature? > > > On 8/2/04 4:19 PM, Phil Davis wrote: > > > Can someone please clarify this for everyone (including me): > > > > When a player starts, Rev sends a "playStarted" message. However, there > > is no "playStarted" entry in the docs. How come? > > > > Is this because: > > 1) the message was overlooked when docs were created, or > > 2) "playStarted" is an unsupported message? > > The first, I think. It's a standard message, and it looks like an > inadvertent omission in the docs. > > -- > Jacqueline Landman Gay | jacque at hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From kray at sonsothunder.com Tue Aug 3 02:22:19 2004 From: kray at sonsothunder.com (Ken Ray) Date: Tue, 03 Aug 2004 01:22:19 -0500 Subject: How to add Database Library to CGI engine? In-Reply-To: Message-ID: On 8/2/04 4:36 PM, "Andre Garzia" wrote: > Hi Folks, > > Uh... my MC engine for Linux is failing on revOpenDatabase, I assume > this is due to a lack of the library itself for the error is like > handler unknown... is there any trick to add DB support to a CGI? > Man... I should know better... Andre, how about downloading and connecting to the Valentina DB externals directly (i.e. attach them to a stack which you open from the CGI to make DB calls)? Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: kray at sonsothunder.com From yvescoppe at skynet.be Tue Aug 3 03:23:54 2004 From: yvescoppe at skynet.be (Yves COPPE) Date: Tue, 3 Aug 2004 09:23:54 +0200 Subject: [ANN] Conductor & libiTunes for Rev Developers In-Reply-To: References: Message-ID: <13AC933A-E51E-11D8-A060-000D93677F1E@skynet.be> Le 03-ao?t-04, ? 02:13, Scott Rossi a ?crit : > Greetings Rev Developers: > > After saying goodbye to the nice folks at the Rev Master's Summit and > spending many hours arguing with AppleScript, Tactile Media is happy to > announce a beta demo of Conductor, a Revolution stack that provides > control > over virtually all playback features of Apple's iTunes music player on > Mac > OS X. > > Hi Scott, FABULOUS ! Greetings. Yves COPPE yvescoppe at skynet.be From malte.brill at t-online.de Tue Aug 3 03:50:59 2004 From: malte.brill at t-online.de (Malte Brill) Date: Tue, 03 Aug 2004 09:50:59 +0200 Subject: Animation library - libRMC In-Reply-To: <20040803025959.7E45A93006E@mail.runrev.com> Message-ID: Hi Erik, >do you move multiple objects simultaneously? Yes, I do. The main concept is to have handlers that calculate the next point on the path. So if you call the handlers just once it will move the object to the next point. You can easiely create a handler that calls itself in a send in time structure. In this handler you call the handlers that animate your objects. You can have all animations in one place if you like. (mind that you must start using stack "libRMC" to make it work.) e.g. in a button: on mouseUp if the flag of me is empty then set the flag of me to -1 end if set the flag of me to the flag of me*-1 hereWeGo end mouseUp on hereWeGo lock screen send moveCircular to img "myImage" send moveElliptical to grc "myGraphic" send moveLinear to fld "myField" unlock screen if the flag of me=1 then send hereWeGo to me in 4 milliseconds end if end hereWeGo Now you can use the inspector and set the custom properties created by the handlers. There will be a custom property set moveCircular for image "myImage" with the following properties: centerX - the x location of the circular paths center point centerY - the y location isAngle - the arcAngle isRadius - the radius of the circle step - the speed and direction the object moves on the path Each handler creates its own Custom properties set, so its easy to play with it. :-) Of course you can set these properties by script: e.g. set the moveCircular["isRadius"] of img "myImage" to 80 set the moveCircular["step"] of img "myImage" to -0.5 If you happen to find the time, download my ERCSneak preview stack to see libRMC in action. I?ll be updating libRMC from time to time (next update will follow at the end of August) Best, Malte From psahores at easynet.fr Tue Aug 3 04:00:47 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Tue, 3 Aug 2004 10:00:47 +0200 Subject: Rev Web Solutions? In-Reply-To: References: Message-ID: <3A5853B2-E523-11D8-AEE1-000A95C61E96@easynet.fr> Le 2 ao?t 04, ? 18:56, Hershel Fisch a ?crit : > > On Monday, August 2, 2004, at 06:18 AM, Pierre Sahores wrote: > >> >> Le 2 ao?t 04, ? 06:24, Hershel Fisch a ?crit : >> >>> >>> On Sunday, August 1, 2004, at 07:45 PM, Pierre Sahores wrote: >>> >>>> >>>> Le 1 ao?t 04, ? 23:32, Hershel Fisch a ?crit : >>>> >>>>> >>>>> On Saturday, July 31, 2004, at 04:56 PM, Pierre Sahores wrote: >>>>> >>>>>> Hi, >>>> >>>> Take care about the fact that the way i expose don't use the RevDB >>>> lib but direct shell() calls to the psql PostgreSQL's server-side >>>> connector. >>> Now technical what is the difference between the two methods ? >> >> 1.- worked fine years before the introduction of the RevDB lib >> 2.- those MC/Rev applications servers are only doing what they are >> doing the best : working on the data presentation layer, in beetwin >> the Web server (one side) and (second side) the shell() + psql >> connector to the ACID compliant PostgreSQL RDBMS. >> 3.- works fine and very fast in all situations, including >> administration tasks alike new databases and tables creations or >> automatic "pg_dump" (backups) operations without stopping the >> production statu of the PostgreSQL server. >> 4.- least but not least : i didn't, at this time, got enought time to >> test RevDB and see if it's mature in about handling critical >> production tasks (over 400 connections/secs, 75% write mode >> transactions). > Well the the db library in my opinion is good and fast , I do all kind > of SQL work without any problems. That's a good news reminding me that i will have to test and learn how to use it as soon as possible ;) > but I'd still like to try out and see how to work with shell() for > other things as you mentioned above for maintenance purposes . The > question, where I can get some education on that . About general PostgreSQL + Metacard/Revolution posts : About handling a PostgreSQL back-end from Revolution in CGI mode : About handling a PostgreSQL back-end from Revolution set up as a web/eai applications server : The main site for PosrgreSQL stuffs, news, events : Cool PostgreSQL news : About PostgreSQL specifics to the MacOSX platform : Best, Pierre > Thanks, Hershel >> >> Bien cordialement, Pierre Sahores >> >> 100, rue de Paris >> F - 77140 Nemours >> >> psahores+ at +easynet.fr >> >> GSM: +33 6 03 95 77 70 >> Pro: +33 1 64 45 05 33 >> Fax: +33 1 64 45 05 33 >> >> WEB/EAI services & ACID DB over IP >> "Mutualiser les deltas de productivit?" >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" From psahores at easynet.fr Tue Aug 3 04:18:14 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Tue, 3 Aug 2004 10:18:14 +0200 Subject: Advise on enterprize application. In-Reply-To: References: Message-ID: Hello Andre, I will answer to your post tonight. In short, the way is to have all your stuff binded to the standard Apache's 80 port trought sockets translators/listeners able to use the 80 port to provide the requests/replies over the web and to have your server-sided Rev apps connectables to the Apache default port from they own private/protected (> 1024) port. I use, for my own, a 10 lines .PHP script as the sockets translator. You can find it in searching the archives. Because lots to do until 21 PM, more detals tonight :) Best, Le 2 ao?t 04, ? 22:36, Andre Garzia a ?crit : > Hi Folks, > > I was hired to build a simple app here in brazil, I should take care > of managing contacts and projects for a small company. As a common > practice here in the country, they changed the project as the game was > going and now the only thing it doesn't do is to babysit the CEO > daughter, but okay, I could cope with the spec changes, it's just a > huge db anway. Now the sky has fallen, they want their app to talk to > the other franchise apps, meaning theres a company here at Rio de > Janeiro, another at Sao Paulo and yet another at Porto Alegre, and > they want to exchange data, they want the program to run everywhere > and they've got lot's of firewalls since they are inside a university. > > I was going like this, client app in Rev, MySQL running in a server, > everyone access the server. This ain't working!!!! They can't open > connections to the server running at my ISP, I can, I tested it in > three machines on different networks.... they can't change their > firewalls policies and they want to share data!!!! > > I am now thinking in doing the other way, I make the server using my > webserver stack and valentina, and they access it by the web, they can > pass thru the firewall to do webrequests... but that's ugly I hate > deploying apps using web interface. It's just simple DBs with 6 tables > and couple joins... should be easy!!!! > > I look forward to some advise for I must deliver this yesterday, and > they just phoned to say that the other companies will use the program, > that's why I am in a hurry... that's also the money that should take > me to malta. And since they are publishing and marketing company they > know nothing of IT they think that for them to use an app and for > outside-of-lan-ambient people to use the same app is trivial.... > hell!!!!! firewalls!!! fake IPs!!!!!! > > anyone here got an advise or idea, I am begining again from the > scratch so any advise is good. > > andre > > PS: and if I tell I need more time, they just dump me and use another > contractant.... pretty cool ain't it. > > > > > -- > Andre Alves Garzia ? 2004 > Soap Dog Studios - BRAZIL > http://studio.soapdog.org > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" From klaus at major-k.de Tue Aug 3 04:49:28 2004 From: klaus at major-k.de (Klaus Major) Date: Tue, 3 Aug 2004 10:49:28 +0200 Subject: Callbacks In-Reply-To: References: Message-ID: <07C56D32-E52A-11D8-9951-000A27B49A96@major-k.de> Hi Barry, > I am a newbie with Revoloution and would like to get some information > about using callbacks with Revolution to support QuickTime movies. I > would like to have information displayed during playback by attaching > callbacks to the movie's chapter tracks times so that the message the > callback contains is displayed. I have 2 questions. How are callbacks > created? Does one type into the callbacks option screen (of the > Property Inspector Window) when the quicktime movie is selected and > enter the numbers and messages there? I have tried that, but upon > typing them in and then selecting another option such as basic > properties and then going back to the callback list, I see the > callbacks are now gone. I have the callback handler on the card script > so that when the message is tagged in the movie, the script for the > message should display in the field I tell it to. > > Please help me establish callbacks to use in conjunction with > quicktime playback of text/chapter tracks. please check the "user contribution page" on the RR website, there is a small stack of mine concerning and explaining "the callbacks": The Mistery of the callbacks v1.0 Waaaaay down the page :-) And please spread the word that there are LOTS of these nice thing on that page!!! ;-) > Barry Sieber Regards Klaus Major klaus at major-k.de http://www.major-k.de From gwills at ozemail.com.au Tue Aug 3 04:51:35 2004 From: gwills at ozemail.com.au (Greg Wills) Date: Tue, 3 Aug 2004 18:21:35 +0930 Subject: Saving and Talking In-Reply-To: <20040802125657.0C7969300AD@mail.runrev.com> References: <20040802125657.0C7969300AD@mail.runrev.com> Message-ID: <52F5FDCE-E52A-11D8-BDE1-000D9366AC66@ozemail.com.au> Thanks Kurt, Malte and Sarah for your responses to my question. Your replies helped me to understand why it would not work. I misunderstood that the sub-stacks would be linked to the revSpeak external in the build. I have not tried your suggestions, but understand why they would work. I have done another search in the Rev archives and came across a very simple solution from Klaus which I tried and it works in both Mac OS X and Windows builds. Here it is; (Thanks Klaus.) Put this into the script of the store-data-stack on preopenstack start using stack "the standalone one" ## well, you guess ... end preopenstack and: on closestack stop using stack "the standalone one" ... end closestack This way not only handlers and functions of stack "the standalone one" are accessible but also its externals/libraries, which are missing otherwise as you just experienced :-) Hope that helps... On 02/08/2004, at 10:26 PM, use-revolution-request at lists.runrev.com wrote: > Hi Greg, > >> I can get the Distribution Builder to build a standalone that will >> save >> changes (button names). > >> I can get the Distribution Builder to build a standalone that will >> speak the button name. > >> BUT not in the same build. > > I guess the stack you are saving does not know that it needs to use the > revspeak external. Try having the script that does the speak in the > standalones mainstack and call that script from the stack you are > saving. > > e.G. declare a global or custom prop that holds the text to be spoken > and > speak that global / custom prop from the main stack. > > Hope that helps, > > Malte > > > On Aug 2, 2004, at 1:02 AM, Greg Wills wrote: > >> I can get the Distribution Builder to build a standalone that will >> save >> changes (button names). >> > How do you do that? I was under the impression that any persistent > changes had to be made to a substack when running from a standalone. > What I usually do is to open a small stack (which does nothing except > allow me to initialize the Revolution runtime), immediately make it > invisible, and then open a secondary stack which allows changes to be > saved (and in effect does all the work). > > -Kurt Kurt maybe I didn't make it clear. It is saving to a sub-stack of the standalone. It has taken me ages to understand how to do this properly. Having now got to the point that I can actually do it gives me such a sense of freedom. Now I feel I can do whatever I want and get users to alter info in the stack as they want (yeh basic I know, but a satisfying breakthrough for me). It actually works, works reliably and not complicated - now!! I am no expert on this, but if you want my explanation of how I have done this, I will be happy to share. cheers Greg From revolution at jaedworks.com Tue Aug 3 03:33:55 2004 From: revolution at jaedworks.com (Jeanne A. E. DeVoto) Date: Tue, 3 Aug 2004 00:33:55 -0700 Subject: 2.5 public beta? In-Reply-To: References: Message-ID: At 6:50 PM +0100 8/2/2004, Kaveh Bazargan wrote: >Is this a public beta? If so which is the url? If not, why are the >discussions on this list? ;-) It is a public beta. You might have missed Kevin's announcement with the download link, but here it is: >I'm delighted to announce Revolution 2.5 Beta for Windows and Mac OS X. >Linux and Mac Classic will follow shortly. > >By definition, a beta test release is a test version and may not be >reliable. As such you should back up your work before using this version >and not use it with any sensitive projects. > >Existing license keys will unlock this beta test version. > >The URL for Windows: >http://www.runrev.com/downloads/distributions/2.5B1/revsetup.exe > >Or without an installer: >http://www.runrev.com/downloads/distributions/2.5B1/revolution.zip > >Mac OS X: >http://www.runrev.com/downloads/distributions/2.5B1/revolutionosx.dmg > >An FAQ on the changes to Express can be found here: >http://www.runrev.com/express/expresstodreamcard.shtml > >The testing of this version is being restricted to our existing customers so >please do not give these URLs out outside this list. > >Please report any issues with this release directly on Bugzilla. > >Enjoy! > >Kind regards, > >Kevin -- jeanne a. e. devoto ~ revolution at jaedworks.com http://www.jaedworks.com From curry at pair.com Tue Aug 3 06:16:08 2004 From: curry at pair.com (curry) Date: Tue, 3 Aug 2004 05:16:08 -0500 Subject: My 2.5 beta 1 review In-Reply-To: <20040803043251.CE9699300D1@mail.runrev.com> References: <20040803043251.CE9699300D1@mail.runrev.com> Message-ID: Here's my take on 2.5b1. (A bit late; I finally had a chance to try it!) - The new tool cursor: No, its appearance is not right. A pointer should be something fairly stable to look at, such as pointing in a direction (arrow, hand) or marking a location (cross, i-beam). This thing is chaotic; it has arrows pointing in five directions. Having the small crossed four arrows would tend to suggest resizing or moving things, and this is not the case. Is this intuitive, or misleading and confusing? Even it we were moving things, four crossed arrows would not be something to overuse; as a dragging icon it would be appropriate. Using it all the time is radical. They are separated from the main pointing portion of the cursor, and this enhances the confusing effect. Solution: a cursor-designing contest? (Reading the Readme, I assume that "hand" will still be hand and "arrow" will still be arrow, and there will be another keyword for the tool icon--if so, good. Also, while defaulting to arrow is best for many apps, educational and some games are just as well done with the hand. This will be fine if it's easy to set the defaultcursor to the hand when desired.) - The tool palette: Yes and no. The advantage of dragging out a control is that you see its exact shape and position all the time while placing it. So, it has its good points as a method, and it's pretty smooth. However, it does have its limitations. It requires constant pressure on the mouse button; one-click creation is cleaner in a way. But even more importantly, the other old capability of dragging to create and size at the same time is superior in terms of what can be achieved with your motions. Lacking anything like this makes the new tool palette pretty clumsy. Double clicking to create a centered control is really too basic for an easy-to-use yet advanced tool like Rev. (It's more like what we would expect in Hyperstudio.) Rev would do better with a power feature, which is what we have with double-clicking the old tool palette. Form should follow function. This is form striking out on its own with function stumbling along behind. It could be a step forward in both respects if the old and new palette capabilities were combined; after all, if you click and don't drag in the new tool palette, you get no result. This is wasted and unintuitive. Use the new way when the user drags, use the old way when he clicks or double-clicks. Simple, and then you have a truly superior interface, not just one that's "in fashion." Including the paint and expanded draw tools is a good idea and will save time. - The documentation window's dictionary: Filter and Search are fine, but Scroll to term is a good thing and could still be included. I've used Filter many times (including every time I have to reset prefs, and also when I choose to use it for a purpose) and have always ended up setting it to Scroll as the default. - Revolution online Interesting way to get community going. "Cool." - The player Yes and no. It's great to have Rev stacks play on all platforms; I think that is just as it should be. And a player is an ideal way to do this, so when I read about the idea, I was enthusiastic. However, this particular player is too radical. If someone wants to distribute their software, they do want people to actually look at their software, and the people downloading also want to actually see that software. This player prevents that, jumping to the front and offering other options with the opened stack shoved to the back. Worse, closing the online browser quits everything. At best the user will be completely distracted from the program they downloaded, at worst they may give up before even getting to it. Either way, any software distributed the traditional way will seem much less valuable. This is one of the most self-promoting players I've seen so far. So, selling something made with DreamCard would be very unlikely, but even freeware distributed as a traditional download package would just seem like part of the background when opened up. Was it worth downloading? When browsing for online contributions it's not so bad, but on the other hand, this assumes a "community" point of view where the user is interested in trying whatever's out there, good and bad, big and small, all there together. What if a user downloads a distributed stack and just wants to see that stack and do whatever it does--not in community frame of mind, not interested in seeing other things? The DreamCard player is so IDE-centric and focused on the new community idea that it stops filling the original role of a player. If there is still going to be any traditional distribution of stacks (on web pages and download sites) for use with the player, then the online browser should not take over. It could be available from a menu or button rather than popping out. And the Revolution message/promotion should be toned down and balanced. If someone downloads a distributed stack then they don't necessarily want to make their own; they haven't indicated that they want that, but they have indicated that they want to try the stack they downloaded. They should be able to play and exit the software without actually declining a trial download of Revolution or seeing too much advertising; otherwise stacks distributed in download sites won't be worth much and the online DreamCard community, good as it may be, might be all there is. I think new concepts associated with the player should be added in a way that doesn't kill off the old ones! The pitch for Buy/Try Revolution could be in a window reached from an "About the Player..." menu item, and the online browser could be available from that same window or from another menu item. If the user is opening a specific project (by dragging or by double-clicking that project) then keeping things focused on that project will be respecting the user's wishes. In this case, a splash screen would be better on exit (a traditional "Made with") rather than startup, because the user should be "in" the software with the assistance of the player, rather than "in" the player. If the user double-clicks the player, then the intent is different and there's no reason not to go right into the online browser; they want to be "in" the player. However, opening a file stored on the user's hard disk should also be an option, in a menu item and probably also in a dialog or a button on the browser window. -- Curry Kenworthy -- Curry K. Software http://www.curryk.com/ Christian xTalk Group http://groups.yahoo.com/group/cxtalk/ From chipp at chipp.com Tue Aug 3 06:17:17 2004 From: chipp at chipp.com (Chipp Walters) Date: Tue, 03 Aug 2004 05:17:17 -0500 Subject: [ANN] Conductor & libiTunes for Rev Developers In-Reply-To: References: Message-ID: <410F662D.3070800@chipp.com> Pretty cool stuff. I look forward to trying it out :-) Scott Rossi wrote: > Greetings Rev Developers: > > After saying goodbye to the nice folks at the Rev Master's Summit and > spending many hours arguing with AppleScript, Tactile Media is happy to > announce a beta demo of Conductor, a Revolution stack that provides control > over virtually all playback features of Apple's iTunes music player on Mac > OS X. > > Conductor contains the libiTunes library, a collection of 42 Transcript-like > commands and functions for controlling and retrieving data from iTunes. We > encourage developers who have a need for CD/music control alongside Rev, and > those into skins and faces, to have a go at the demo and see how it > performs. Download and information is available here: > > http://www.tactilemedia.com/conductor/ > > Please forward any questions/comments/problems off list. Thanks in advance > for your participation and interest. > > Best Regards, > > Scott Rossi > Creative Director > Tactile Media, Multimedia & Design > ----- > E: scott at tactilemedia.com > W: http://www.tactilemedia.com > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From mark at maseurope.net Tue Aug 3 07:36:59 2004 From: mark at maseurope.net (Mark Smith) Date: Tue, 3 Aug 2004 12:36:59 +0100 Subject: which engine for OS X CGI In-Reply-To: <20040803101447.4C89F9300D8@mail.runrev.com> References: <20040803101447.4C89F9300D8@mail.runrev.com> Message-ID: <6EA1A4A8-E541-11D8-8FB9-000D93C19756@maseurope.net> Wanting to try a bit of CGI stuff, and having a spare G3 in the corner, can anyone tell me which engine I should use with OS X? Thanks, Mark From livfoss at blueyonder.co.uk Tue Aug 3 07:48:51 2004 From: livfoss at blueyonder.co.uk (Graham Samuel) Date: Tue, 03 Aug 2004 12:48:51 +0100 Subject: Corruption from Images Message-ID: <6.1.0.6.2.20040803123550.01cf8998@pop3.blueyonder.co.uk> On Mon, 2 Aug 2004 17:22:38 -0400, pkc wrote: >Hi Richard, thanks for that terrific essay. In principle I understand >what you mean. How can a person tell if an "image object" is actually >corrupting the stack? I never got any corruption messages from >Revolution, and never even thought of corruption until Ken found it. >Revolution happily ran the stack in the IDE, built both the OS X and >Windows apps without comment, and the OS X application runs fine. >The only hint of trouble came when the Windows app had reached it >destination and couldn't be opened. I wonder if there is any way to >get a hint of impending trouble during the compilation or during the >build? Coming very late to this discussion (after a few days away, I am overwhelmed even by digest postings on this list), I'd just like to say that I've been through something very similar: for months I was convinced I had an issue with the Windows engine, and even got the problem into Bugzilla - what used to happen was that an app of mine worked perfectly under OSX and Windows XP but crashed consistently in W98 - but it wasn't until I asked RR Support to look at it via a paid-for incident that Mark Waddingham finally found that one image was corrupted. This was replaced and after that everything worked perfectly. BTW at no time did the Windows engine or IDE report a corrupted stack: instead Windows itself crashed, apparently on a 'no resources' error, which I don't pretend to understand. During the crash some pretty weird things happened, such as invisible stacks becoming visible and the whole screen refresh seizing up. Being basically a Mac guy I couldn't make anything of these symptoms. Clearly one could blame Windows for being sensitive to corruption and having no error-reporting mechanism, but it still seems weird to me that the corruption didn't affect the app under other OSs - certainly there was no visual evidence at all. Nowadays I am always on the alert for these image problems when other explanations have failed. Graham --------------------------------------------------- Graham Samuel / The Living Fossil Co. / UK & France From wmb at internettrainer.com Tue Aug 3 09:03:53 2004 From: wmb at internettrainer.com (Wolfgang M.Bereuter) Date: Tue, 3 Aug 2004 15:03:53 +0200 Subject: Animation library+open source In-Reply-To: References: Message-ID: <9214256A-E54D-11D8-9DFF-003065430226@internettrainer.com> On 02.08.2004, at 13:45, Kevin Miller wrote: >> Would it make sense to open source it? > > It is now open source. correct me if I m wrong, but how can a part of rev be open source without a GPL License for rev? As I understand I can make my scripted code free (open source), but every open Source developer has to buy a rev license to write code? Will they do that? (How knows this guys?) Is there any intention in RR to make the engine open source? I m very interested in that, because I m changing my Trainingsmaps? to open source. regards Wolfgang M. Bereuter Trainingsmaps? -- speadlearning with Mindmaps! INTERNETTRAINER Wolfgang M. Bereuter Edelhofg. 17/11, A-1180 Wien, Austria ............................... http://www.internettrainer.com wmb at internettrainer.com ............................... Tel: ++43/1/ 961 0418 Fax: ++43/1/ 479 2539 From michael.rr at mdmays.com Tue Aug 3 10:41:33 2004 From: michael.rr at mdmays.com (Michael D Mays) Date: Tue, 3 Aug 2004 09:41:33 -0500 Subject: Can Rev Print Unicode? Message-ID: <36E39CA6-E55B-11D8-9412-000A95D7C7E2@mdmays.com> Can Rev print unicode? And if it can how? I would like to be able to print mathmatical operators and such in a line of 'text' such as A ? B (A 'union' B) I can display the formula with the 'union' character in a field, but nothing is printed Thanks, Michael From michael.rr at mdmays.com Tue Aug 3 10:59:44 2004 From: michael.rr at mdmays.com (Michael D Mays) Date: Tue, 3 Aug 2004 09:59:44 -0500 Subject: Can Rev Print Unicode? In-Reply-To: <36E39CA6-E55B-11D8-9412-000A95D7C7E2@mdmays.com> References: <36E39CA6-E55B-11D8-9412-000A95D7C7E2@mdmays.com> Message-ID: I do not know what happened. I used Grab to copy an image of the operator and pasted it on the card and printed it and the operators in the field appeared. ???? It seems that the image's rect must cover the unicode for the unicode to print. ?? Michael On Aug 3, 2004, at 9:41 AM, Michael D Mays wrote: > Can Rev print unicode? And if it can how? I would like to be able to > print mathmatical operators and such in a line of 'text' such as > > A ? B (A 'union' B) > > I can display the formula with the 'union' character in a field, but > nothing is printed > > Thanks, > Michael From troy at rpsystems.net Tue Aug 3 11:28:27 2004 From: troy at rpsystems.net (Troy Rollins) Date: Tue, 3 Aug 2004 11:28:27 -0400 Subject: Animation library+open source In-Reply-To: <9214256A-E54D-11D8-9DFF-003065430226@internettrainer.com> References: <9214256A-E54D-11D8-9DFF-003065430226@internettrainer.com> Message-ID: On Aug 3, 2004, at 9:03 AM, Wolfgang M.Bereuter wrote: > correct me if I m wrong, but how can a part of rev be open source > without a GPL License for rev? The animation library is a stack. Written in Transcript. > > As I understand I can make my scripted code free (open source), but > every open Source developer has to buy a rev license to write code? > Will they do that? (How knows this guys?) You would be able to edit it with Revolution, just like any other stack. You need to consider that this really means, take it and edit it however suits you. This makes anyone with a Rev license have the capacity to make something better out of it. It is just a stack, like any other. > > Is there any intention in RR to make the engine open source? The engine is not a stack, and is not written in Transcript. Open sourcing the engine is a whole different topic, but I wouldn't expect that to happen any time soon. The engine is essentially where RunRev derives its income. -- Troy RPSystems, Ltd. http://www.rpsystems.net From ambassador at fourthworld.com Tue Aug 3 12:05:20 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Tue, 03 Aug 2004 09:05:20 -0700 Subject: Animation library+open source In-Reply-To: <9214256A-E54D-11D8-9DFF-003065430226@internettrainer.com> References: <9214256A-E54D-11D8-9DFF-003065430226@internettrainer.com> Message-ID: <410FB7C0.1030600@fourthworld.com> Wolfgang M.Bereuter wrote: > > On 02.08.2004, at 13:45, Kevin Miller wrote: > >>> Would it make sense to open source it? >> >> It is now open source. > > correct me if I m wrong, but how can a part of rev be open source > without a GPL License for rev? > > As I understand I can make my scripted code free (open source), but > every open Source developer has to buy a rev license to write code? > Will they do that? (How knows this guys?) > > Is there any intention in RR to make the engine open source? > > I m very interested in that, because I m changing my Trainingsmaps? to > open source. There may also be merit in dual licensing (see ). Just as one can release open source wares that require a proprietary OS to run (like Mozillla on OS X or Windows), there are open source licenses that govern components which are free for use within systems that may not be. The MetaCard IDE uses a variant of the X11 license (sometimes called the MIT license), but there's also the LGPL ("Lesser GNU Public License") and others. In the US, the creator of a work is the copyright holder and can release a work under any terms desired -- you can even make up a new license if there isn't one that covers your needs (enforcement, however, may be another matter ). While there are competing factions in the open source world with varying opinions about licenses, I personally admire the work and dedication of Richard Stallman and tend to use licenses GNU.org considers "compatible". A good overview of various open source licenses is at: -- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev From bill at igame3d.com Tue Aug 3 12:20:57 2004 From: bill at igame3d.com (william griffin) Date: Tue, 3 Aug 2004 12:20:57 -0400 Subject: Any Chatters? Revisited In-Reply-To: <20040803101449.538089300CA@mail.runrev.com> References: <20040803101449.538089300CA@mail.runrev.com> Message-ID: <198C4EBD-E569-11D8-936D-0030657D0A8E@igame3d.com> Catching up on all the list I missed for a month. As long as one person is in the chat room "runrev" the room will exist to join. If no one is in the room and attempts to join, the room will be created. Once you see people in the ichat room, you can drag them to your buddy list and iChat provides groups so you can easily create a runrev specific group. This is probably the best method to see when there is activity. If you are on broadband and happen to leave your machine running, you can lurk in the room for days and log everything said to keep up to date. I logged three to four months of chats, even while I was asleep. The ichat room used for iDevGames during last years uDevGames contest was extremely successful, much alpha, beta, and final testing as well as idea and knowledge sharing took place, along with lots of laughs. After a couple of ichat network issues they switched to IRC and the large community created in ichat disintegrated into only a small handful of hard core geeks, with nothing much to talk about but code. I'm curious why Tuviah's chatter stacks haven't been improved and implemented into a user community builder. I had put his stack scripts into iGame3D with the hopes of using it as a base of community based game dev, but without anyone on the network to test it and while doing trouble shooting I removed them. It would seem a RunRev based solution to chatting would be the best method of building a real time RunRev community. This could more likely occur once something starts happening in iChat, then folks can know who is online to test networking apps made in runrev. Well I'll be lurking in the chat room, see you there. Mr Bill From jhurley at infostations.com Tue Aug 3 12:23:12 2004 From: jhurley at infostations.com (Jim Hurley) Date: Tue, 3 Aug 2004 09:23:12 -0700 Subject: Bulk mail sorting In-Reply-To: <20040803160059.03FB89300DA@mail.runrev.com> References: <20040803160059.03FB89300DA@mail.runrev.com> Message-ID: Has anyone worked on creating software to sort mail to achieve US Post Office bulk rates, in particular sorting by carrier route? Jim From nonsanity at fluffandsuch.com Tue Aug 3 12:30:44 2004 From: nonsanity at fluffandsuch.com (Nonsanity) Date: Tue, 03 Aug 2004 12:30:44 -0400 Subject: Any Chatters? Revisited In-Reply-To: <198C4EBD-E569-11D8-936D-0030657D0A8E@igame3d.com> References: <20040803101449.538089300CA@mail.runrev.com> <198C4EBD-E569-11D8-936D-0030657D0A8E@igame3d.com> Message-ID: <410FBDB4.6060307@fluffandsuch.com> Besides a live chat location, judging by the activity on this mailing list, a static web forum would be ideal. There may be one I don't know about (if so, share) but if there isn't, this would be a very good thing to start. ~ Chris Innanen ~ Nonsnaity ~ iChat/AIM: FluffAndSuch william griffin wrote: > Catching up on all the list I missed for a month. > As long as one person is in the chat room "runrev" the room will exist > to join. > If no one is in the room and attempts to join, the room will be created. > Once you see people in the ichat room, you can drag them to your buddy list > and iChat provides groups so you can easily create a runrev specific group. > This is probably the best method to see when there is activity. > > If you are on broadband and happen to leave your machine running, > you can lurk in the room for days and log everything said to keep up to > date. > I logged three to four months of chats, even while I was asleep. > > The ichat room used for iDevGames during last years uDevGames contest > was extremely successful, much alpha, beta, and final testing as well > as idea and knowledge sharing took place, along with lots of laughs. > After a couple of ichat network issues they switched to IRC and the > large community created in ichat disintegrated into only a small handful of > hard core geeks, with nothing much to talk about but code. > > I'm curious why Tuviah's chatter stacks haven't been improved and > implemented into a user community builder. > I had put his stack scripts into iGame3D with the hopes of using it as a > base of community based game dev, > but without anyone on the network to test it and while doing trouble > shooting I removed them. > It would seem a RunRev based solution to chatting would be the best > method of > building a real time RunRev community. This could more likely occur once > something > starts happening in iChat, then folks can know who is online to test > networking apps made in runrev. > > Well I'll be lurking in the chat room, see you there. > > Mr Bill > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From troy at rpsystems.net Tue Aug 3 12:34:33 2004 From: troy at rpsystems.net (Troy Rollins) Date: Tue, 3 Aug 2004 12:34:33 -0400 Subject: Any Chatters? Revisited In-Reply-To: <198C4EBD-E569-11D8-936D-0030657D0A8E@igame3d.com> References: <20040803101449.538089300CA@mail.runrev.com> <198C4EBD-E569-11D8-936D-0030657D0A8E@igame3d.com> Message-ID: <003BA416-E56B-11D8-93BB-000A95A09CF8@rpsystems.net> On Aug 3, 2004, at 12:20 PM, william griffin wrote: > I'm curious why Tuviah's chatter stacks haven't been improved and > implemented into a user community builder. > I had put his stack scripts into iGame3D with the hopes of using it as > a base of community based game dev, > but without anyone on the network to test it and while doing trouble > shooting I removed them. > It would seem a RunRev based solution to chatting would be the best > method of > building a real time RunRev community. This could more likely occur > once something > starts happening in iChat, then folks can know who is online to test > networking apps made in runrev. I think a system like that within the IDE would be pretty awesome. Talk about immediate feedback. It would be like being able to ask the IDE questions and getting a community response. -- Troy RPSystems, Ltd. http://www.rpsystems.net From briany at qldlearning.com Tue Aug 3 11:31:51 2004 From: briany at qldlearning.com (Brian Yennie) Date: Tue, 3 Aug 2004 11:31:51 -0400 Subject: which engine for OS X CGI In-Reply-To: <6EA1A4A8-E541-11D8-8FB9-000D93C19756@maseurope.net> Message-ID: <3E0C133A-E562-11D8-AE9B-000393AA08D2@qldlearning.com> You'll want the "Darwin" engine. Sorry don't have a URL handy but if you can't find on on RunRev.com, it's worth looking on ftp.metacard.com sometimes... > Wanting to try a bit of CGI stuff, and having a spare G3 in the > corner, can anyone tell me which engine I should use with OS X? > > Thanks, > > > Mark From index at kenjikojima.com Tue Aug 3 12:37:42 2004 From: index at kenjikojima.com (Kenji Kojima) Date: Tue, 3 Aug 2004 12:37:42 -0400 Subject: Save Stack Problem In-Reply-To: References: <36E39CA6-E55B-11D8-9412-000A95D7C7E2@mdmays.com> Message-ID: <70D22623-E56B-11D8-A920-000D9328738A@kenjikojima.com> Hi, I am trying to create a card and save stack using CGI script on Mac OSX. But I cannot save a stack. I made a stack "createCd" which had a card and a field, and set permissions to 777. CGI script was. #! /Library/webServer/CGI-Executables/revolution on startup open stack "createCd" put the num of cds of this stack &"
" after buffer put the time into fld 1 put fld 1 of cd 1 &"
" after buffer create cd put the num of cds of this stack &"
" after buffer save stack "createCd" put the result after buffer close stack "createCd" put "Content-Type: text/html" & cr put "Content-Length:" && the length of buffer & cr & cr put buffer end startup Browser showed ------------------------------ 1 12:20 PM 2 can't open stack backup file ------------------------------ CGI script was working and made a card, but could not save a stack. What is "can't open stack backup file"? What was wrong? Thanks, -- Kenji Kojima http://www.kenjikojima.com/ From Roger.E.Eller at sealedair.com Tue Aug 3 12:39:17 2004 From: Roger.E.Eller at sealedair.com (Roger.E.Eller at sealedair.com) Date: Tue, 3 Aug 2004 12:39:17 -0400 Subject: Any Chatters? Revisited Message-ID: > I'm curious why Tuviah's chatter stacks haven't been improved > and implemented into a user community builder. I agree. iChat is nice, but the Rev community is very cross-platform. We need something that runs on ALL of the supported platforms that RunRev supports (with no code changes). It needs to share a common protocol and be capable of working from behind firewalls too. We would be like a Borg hive, continually working together to make our apps better until the day comes that we can no longer discern a difference between the reality around us and the code that makes it seem so real. Roger Eller References: <20040803160059.03FB89300DA@mail.runrev.com> Message-ID: On Aug 3, 2004, at 9:23 AM, Jim Hurley wrote: > Has anyone worked on creating software to sort mail to achieve US Post > Office bulk rates, in particular sorting by carrier route? no but the CD the USPS puts out is very easy to parse so if you have the data, you can combine with the addresses and then just sort. Should be "a simple matter of coding" :-) . Kee > > Jim > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From troy at rpsystems.net Tue Aug 3 12:49:42 2004 From: troy at rpsystems.net (Troy Rollins) Date: Tue, 3 Aug 2004 12:49:42 -0400 Subject: Any Chatters? Revisited In-Reply-To: References: Message-ID: <1DE5813A-E56D-11D8-93BB-000A95A09CF8@rpsystems.net> On Aug 3, 2004, at 12:39 PM, Roger.E.Eller at sealedair.com wrote: > We would be like a Borg > hive, continually working together to make our apps better until the > day > comes that we can no longer discern a difference between the reality > around us and the code that makes it seem so real. OK. Maybe I'm rethinking this.... ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net From kee at kagi.com Tue Aug 3 12:51:23 2004 From: kee at kagi.com (kee nethery) Date: Tue, 3 Aug 2004 09:51:23 -0700 Subject: Determining type of drive a file is on In-Reply-To: <32CFD816-E4DC-11D8-A0D2-000A956C462A@mangomultimedia.com> References: <888B64C4-E4C1-11D8-A0D2-000A956C462A@mangomultimedia.com> <40949F32-E4D2-11D8-A0D2-000A956C462A@mangomultimedia.com> <8221459066.20040802155302@ahsoftware.net> <9F8C4C02-E4D7-11D8-A0D2-000A956C462A@mangomultimedia.com> <566C062E-E4DB-11D8-B798-000A959B2940@kagi.com> <32CFD816-E4DC-11D8-A0D2-000A956C462A@mangomultimedia.com> Message-ID: <5A10D4F4-E56D-11D8-B44B-000A959B2940@kagi.com> On Aug 2, 2004, at 4:32 PM, Trevor DeVore wrote: > On Aug 2, 2004, at 4:26 PM, kee nethery wrote: > >> How about: >> Get a list of all the attached volumes, names and sizes >> See if the USB drive that you initialized is visible and see if it is >> the same size as what you configured it to be. >> Then see that you are running from that volume. >> Not fool proof but it's a start. >> If you have a way to read a specific block on the drive, you could >> use that data to provide yet another check. Put a tiny 1K file on the >> drive, add your file to the drive. Delete the 1K file. It will look >> like there is just your drive but if they duplicate the whole thing >> to another USB key, that 1K blank space won't be there. > > That sounds like a great idea. Any suggestions on how to read a > specific block on a drive? Does Rev have a built in way to do this or > would it require an external? No idea how to do it but I don't think it is a USB thing, I think it would be an access the disk drive thing and your code would probably need to be aware of which OS it was running. Might be custom code to extend Rev per platform using standard OS calls, might be some access using a shell script. No idea. Kee From briany at qldlearning.com Tue Aug 3 12:52:20 2004 From: briany at qldlearning.com (Brian Yennie) Date: Tue, 3 Aug 2004 12:52:20 -0400 Subject: Save Stack Problem In-Reply-To: <70D22623-E56B-11D8-A920-000D9328738A@kenjikojima.com> Message-ID: <7C3E6B79-E56D-11D8-AE9B-000393AA08D2@qldlearning.com> Kenji, My guess is that you don't have write permission to that directory. You'll need to save the stack to another directory, or grant write access to the CGI-Executables folder, (the latter being a bit of a security no-no). Hope that helps, Brian > Hi, > > I am trying to create a card and save stack using CGI script on Mac > OSX. > But I cannot save a stack. > > I made a stack "createCd" which had a card and a field, > and set permissions to 777. > CGI script was. > > #! /Library/webServer/CGI-Executables/revolution > > on startup > open stack "createCd" > put the num of cds of this stack &"
" after buffer > put the time into fld 1 > put fld 1 of cd 1 &"
" after buffer > create cd > put the num of cds of this stack &"
" after buffer > save stack "createCd" > put the result after buffer > close stack "createCd" > put "Content-Type: text/html" & cr > put "Content-Length:" && the length of buffer & cr & cr > put buffer > end startup > > > Browser showed > ------------------------------ > 1 > 12:20 PM > 2 > can't open stack backup file > ------------------------------ > CGI script was working and made a card, but could not save a stack. > What is "can't open stack backup file"? > > What was wrong? > Thanks, > > -- > Kenji Kojima > http://www.kenjikojima.com/ > > > > > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > From ambassador at fourthworld.com Tue Aug 3 12:56:32 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Tue, 03 Aug 2004 09:56:32 -0700 Subject: Any Chatters? Revisited In-Reply-To: References: Message-ID: <410FC3C0.5050108@fourthworld.com> Roger.E.Eller at sealedair.com wrote: >>I'm curious why Tuviah's chatter stacks haven't been improved >>and implemented into a user community builder. > > I agree. iChat is nice, but the Rev community is very cross-platform. iChat uses the AIM service, for which there are compatible clients for Mac, Win, and AFAIK Linux. I guess Rev's Irix users may be out of luck. ;) -- Richard Gaskin Fourth World Media Corporation ___________________________________________________ Rev tools and more: http://www.fourthworld.com/rev From pkc at mac.com Tue Aug 3 13:03:51 2004 From: pkc at mac.com (pkc) Date: Tue, 3 Aug 2004 13:03:51 -0400 Subject: corruption from images In-Reply-To: <20040803160059.03FB89300DA@mail.runrev.com> References: <20040803160059.03FB89300DA@mail.runrev.com> Message-ID: Graham Samuels' experience very closely parallels mine, except that we couldn't open the app on any Windows machines and so never had a chance to crash. I wonder if our "0,0" error and his "no resources" error are the same? Graham wrote: >Clearly one could blame Windows for being sensitive to corruption and >having no error-reporting mechanism... Yes, let's do! OS X handled the corruption with grace and generosity, while Windows tore up everybody's life over it. Typical. From scott at tactilemedia.com Tue Aug 3 13:12:31 2004 From: scott at tactilemedia.com (Scott Rossi) Date: Tue, 03 Aug 2004 10:12:31 -0700 Subject: Any Chatters? Revisited In-Reply-To: Message-ID: Recently, "Roger.E.Eller at sealedair.com" wrote: > iChat is nice, but the Rev community is very cross-platform. We > need something that runs on ALL of the supported platforms that RunRev > supports (with no code changes). Seems to me a client that supports multiple services would be useful. Chipp Walters introduced me to Fire, a multi-service chat client for OSX. So far it has worked well for me with iChat. http://fire.sourceforge.net/ Also came across this, though I haven't used it. http://www.proteusx.com/ Regards, Scott Rossi Creative Director Tactile Media, Development & Design ----- E: scott at tactilemedia.com W: http://www.tactilemedia.com From Roger.E.Eller at sealedair.com Tue Aug 3 13:14:18 2004 From: Roger.E.Eller at sealedair.com (Roger.E.Eller at sealedair.com) Date: Tue, 3 Aug 2004 13:14:18 -0400 Subject: Any Chatters? Revisited Message-ID: > iChat uses the AIM service, for which there are compatible clients > for Mac, Win, and AFAIK Linux. > > I guess Rev's Irix users may be out of luck. ;) > > -- > Richard Gaskin > Fourth World Media Corporation You say Irix "users" (plural)??? There is actually an Irix port of the Linux gAim chat thingie. It works, but its gui looks terrible because of font issues. The text is unreadable. Irix aside though, I primarily use Windows 2000 from behind a corporate firewall. Aim is blocked. Streaming is blocked. Downloading MP3 or WAV files is blocked. It's like a giant "fun filter" to force work to happen. Anyway, as Troy suggested, something built-in to the dev environment would be great. And having it communicate over the standard port 80 with a new rev-chat-specific protocol would accommodate the firewall requirement and prevent it from being filtered out. Roger Eller From fde101 at fjrhome.net Tue Aug 3 13:30:57 2004 From: fde101 at fjrhome.net (Frank D. Engel, Jr.) Date: Tue, 3 Aug 2004 13:30:57 -0400 Subject: Any Chatters? Revisited In-Reply-To: <410FC3C0.5050108@fourthworld.com> References: <410FC3C0.5050108@fourthworld.com> Message-ID: Check out AIM's web site: there is a Java client that runs from inside a web browser. Very cross-platform (I think I've seen it in use under Solaris, for example). On Aug 3, 2004, at 12:56, Richard Gaskin wrote: > Roger.E.Eller at sealedair.com wrote: > >>> I'm curious why Tuviah's chatter stacks haven't been improved >>> and implemented into a user community builder. >> I agree. iChat is nice, but the Rev community is very cross-platform. > > iChat uses the AIM service, for which there are compatible clients for > Mac, Win, and AFAIK Linux. > > I guess Rev's Irix users may be out of luck. ;) > > -- > Richard Gaskin > Fourth World Media Corporation > ___________________________________________________ > Rev tools and more: http://www.fourthworld.com/rev > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > ________________________________________________________________ $0 Web Hosting with up to 120MB web space, 1000 MB Data Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Get It Now At www.doteasy.com From mpetrides at earthlink.net Tue Aug 3 14:30:03 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Tue, 3 Aug 2004 14:30:03 -0400 Subject: Any Chatters? Revisited In-Reply-To: <1DE5813A-E56D-11D8-93BB-000A95A09CF8@rpsystems.net> References: <1DE5813A-E56D-11D8-93BB-000A95A09CF8@rpsystems.net> Message-ID: <22FE6CCC-E57B-11D8-B6EA-000A959D005E@earthlink.net> Resistance is futile. ;-) M On Aug 3, 2004, at 12:49 PM, Troy Rollins wrote: > > On Aug 3, 2004, at 12:39 PM, Roger.E.Eller at sealedair.com wrote: > >> We would be like a Borg >> hive, continually working together to make our apps better until the >> day >> comes that we can no longer discern a difference between the reality >> around us and the code that makes it seem so real. > > OK. Maybe I'm rethinking this.... ;-) > -- > Troy > RPSystems, Ltd. > http://www.rpsystems.net > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From janschenkel at yahoo.com Tue Aug 3 14:57:26 2004 From: janschenkel at yahoo.com (Jan Schenkel) Date: Tue, 3 Aug 2004 11:57:26 -0700 (PDT) Subject: Can Rev Print Unicode? In-Reply-To: <36E39CA6-E55B-11D8-9412-000A95D7C7E2@mdmays.com> Message-ID: <20040803185726.54416.qmail@web60504.mail.yahoo.com> --- Michael D Mays wrote: > Can Rev print unicode? And if it can how? I would > like to be able to > print mathmatical operators and such in a line of > 'text' such as > > A ?? B (A 'union' B) > > I can display the formula with the 'union' character > in a field, but > nothing is printed > > Thanks, > Michael > Hi Michael, Have you tried using the revPrintField command to print the contents of the field ? Also, is this on Windows, Mac, ... ? Hope this helped, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From janschenkel at yahoo.com Tue Aug 3 15:00:28 2004 From: janschenkel at yahoo.com (Jan Schenkel) Date: Tue, 3 Aug 2004 12:00:28 -0700 (PDT) Subject: Error message running "Drawers" In-Reply-To: <410E012B.8050203@wilddsl.net.au> Message-ID: <20040803190029.45674.qmail@web60505.mail.yahoo.com> --- Bruce Laidlaw wrote: > Richmond, > > I downloaded your "Drawers" stack but get an error > message: > > executing at 6:44:26 PM > Type Handler: can't find handler > Object OPEN > Line drawer "DROP" > Hint drawer > > I'm running Rev 2.0 on Mac OSX 10.2.8 > > What am I doing wrong? > > Bruce > Hi Bruce, The 'drawer' command was introduced in Revolution 2.1 so the stack won't work under Revolution 2.0 Sorry to disappoint you, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail From janschenkel at yahoo.com Tue Aug 3 15:11:17 2004 From: janschenkel at yahoo.com (Jan Schenkel) Date: Tue, 3 Aug 2004 12:11:17 -0700 (PDT) Subject: How to add Database Library to CGI engine? In-Reply-To: Message-ID: <20040803191117.47998.qmail@web60505.mail.yahoo.com> --- Andre Garzia wrote: > Hi Folks, > > Uh... my MC engine for Linux is failing on > revOpenDatabase, I assume > this is due to a lack of the library itself for the > error is like > handler unknown... is there any trick to add DB > support to a CGI? > Man... I should know better... > > andre > Hi Andre, The last published Revolution cgi-engines can be found at : These should support revdb calls ; the only tricky part may be that you'll have to copy the database drivers from a full Linux distribution, and use the revSetDatabaseDriverPath command to point to the right location. Hope this helped, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From mpetrides at earthlink.net Tue Aug 3 15:16:29 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Tue, 3 Aug 2004 15:16:29 -0400 Subject: How to set version number for Win standalone? In-Reply-To: <20040803185726.54416.qmail@web60504.mail.yahoo.com> References: <20040803185726.54416.qmail@web60504.mail.yahoo.com> Message-ID: <9F6BDBB0-E581-11D8-B6EA-000A959D005E@earthlink.net> I am having a problem with the displayed version number in my Windows standalone, created using v 2.1.2 on Mac OSX and then transferred to Win XP. The following is what I did when I set up the standalone in Distribution Builder, Windows tab: File description: Version 1.0 Then clicked button: other version info and entered the following Comments: Version 1.0 File version: Version 1.0 Product version: Version 1.0 Built the distribution, took it to Win XP and then examined it under Win XP When I simply look at file on Win XP desktop, says Version 1.0 (dimmed text) below name. With a mouse rollover over the filename the following is displayed: Description: Version 1.0 File version 2.4.2.1 <<<----Huh???? If I then right click on the icon and select properties: Right click--> properties--> GENERAL tab Type of file: application Description: Version 1.0 VERSION tab File version 2.4.2.1 <<<<---Huh??? Description: Version 1.0 In scrolling list Highlighted (selected item) What is shown Comments: Version 1.0 File version: Version 1.0 Product version: Version 1.0 Where is the version 2.4.2.1 coming from and, more importantly, how do I get rid of it? This was reported as a bug by one of my beta testers (who was trying to figure out what version he had in order to report another problem) and I'll be darned if I can figure out how to fix it. Thanks! M From FlexibleLearning at aol.com Tue Aug 3 15:28:10 2004 From: FlexibleLearning at aol.com (FlexibleLearning at aol.com) Date: Tue, 3 Aug 2004 15:28:10 EDT Subject: How to set version number for Win standalone? Message-ID: <1dc.27d7f04d.2e41414a@aol.com> This refers to the metaCard version upon which Rev is built. I am unaware of a way of modifying it. /H Hugh Senior The Flexible Learning Company Web: www.FlexibleLearning.com E: h at flexiblelearning.com T/F: +44(0)1483.27 87 27 >Where is the version 2.4.2.1 coming from and, more importantly, how do >I get rid of it? >This was reported as a bug by one of my beta testers (who was trying to >figure out what version he had in order to report another problem) and >I'll be darned if I can figure out how to fix it. From mpetrides at earthlink.net Tue Aug 3 15:29:59 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Tue, 3 Aug 2004 15:29:59 -0400 Subject: How to set version number for Win standalone? In-Reply-To: <1dc.27d7f04d.2e41414a@aol.com> References: <1dc.27d7f04d.2e41414a@aol.com> Message-ID: <81E61C56-E583-11D8-B6EA-000A959D005E@earthlink.net> Ok. At least I can stop trying. Thanks. M On Aug 3, 2004, at 3:28 PM, FlexibleLearning at aol.com wrote: > This refers to the metaCard version upon which Rev is built. I am > unaware of > a way of modifying it. > > /H > Hugh Senior > The Flexible Learning Company > Web: www.FlexibleLearning.com > E: h at flexiblelearning.com > T/F: +44(0)1483.27 87 27 > > > >> Where is the version 2.4.2.1 coming from and, more importantly, how >> do >> I get rid of it? >> This was reported as a bug by one of my beta testers (who was trying >> to >> figure out what version he had in order to report another problem) >> and >> I'll be darned if I can figure out how to fix it. > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From nonsanity at fluffandsuch.com Tue Aug 3 15:40:01 2004 From: nonsanity at fluffandsuch.com (Nonsanity) Date: Tue, 03 Aug 2004 15:40:01 -0400 Subject: Any Chatters? Revisited In-Reply-To: <1DE5813A-E56D-11D8-93BB-000A95A09CF8@rpsystems.net> References: <1DE5813A-E56D-11D8-93BB-000A95A09CF8@rpsystems.net> Message-ID: <410FEA11.9020000@fluffandsuch.com> > On Aug 3, 2004, at 12:39 PM, Roger.E.Eller at sealedair.com wrote: > > We would be like a Borg > hive, continually working together to make our apps better until the > day comes that we can no longer discern a difference between the > reality around us and the code that makes it seem so real. Puts me in mind of Second Life (www.secondlife.com), a Windows and Mac 3D world simulation. It happens to be the focus of my first Rev project. The game has auctions for its (virtual) land and there have been discussions in SL over how those are changing. ("Land Barons" buying up all the land, prices climbing, sky is falling, yadda, yadda, yadda...) My project parses through the HTML auction result pages to strip out all the available information and formats it for input into a MySQL database. Then I can query the DB from Rev to datamine for interesting information. Right now, the stack only parses and queries... But I see that the tools to do EVERY step are in there. I'll have to code it to fetch the HTML pages and add the data to the DB to keep the data up-to-date. Anyone have a prefab data graphing tool? If a great one exists I might use it, but I've got no problem making my own. I've done it before in Hypercard, so it should be trivial in Revolution. Oh and if anyone checks out Second Life (7-day free trial, one-time $9.95 price to play for life) look me up there. I'm "Tiger Crossing". Its combination of graphics and scripting might feel very familiar to Rev users, though the graphics are 3D and the coding is in a different language... ~ Chris Innanen ~ Nonsanity ~ ( Tiger Crossing ) From index at kenjikojima.com Tue Aug 3 15:41:45 2004 From: index at kenjikojima.com (Kenji Kojima) Date: Tue, 3 Aug 2004 15:41:45 -0400 Subject: Save Stack Problem In-Reply-To: <7C3E6B79-E56D-11D8-AE9B-000393AA08D2@qldlearning.com> References: <7C3E6B79-E56D-11D8-AE9B-000393AA08D2@qldlearning.com> Message-ID: <26F22CEF-E585-11D8-A920-000D9328738A@kenjikojima.com> Brian, Thanks, your advices. It does not work on Mac OSX, but works on Windows. I made a new stack and put it into the CGI-Executables folder. And tried CGI script, but did not work. How can I make grant write access to the CGI-Executables folder? I wanted to make a address book which was written from Web browser. I installed same CGI script and a stack onto Windows XP and Apache 2 server. I changed only one line that was: #! C:/Apache Group/apache2/bin/revolution.exe And did not set permissions of the stack. It worked. I want to use Mac OSX, because Windows server is not mine. Can anybody explain why I cannot save a stack on Mac OSX? Thanks, -- Kenji Kojima http://www.kenjikojima.com/ On Aug 3, 2004, at 12:52 PM, Brian Yennie wrote: > Kenji, > > My guess is that you don't have write permission to that directory. > You'll need to save the stack to another directory, or grant write > access to the CGI-Executables folder, (the latter being a bit of a > security no-no). > > Hope that helps, > Brian > >> Hi, >> >> I am trying to create a card and save stack using CGI script on Mac >> OSX. >> But I cannot save a stack. >> >> I made a stack "createCd" which had a card and a field, >> and set permissions to 777. >> CGI script was. >> >> #! /Library/webServer/CGI-Executables/revolution >> >> on startup >> open stack "createCd" >> put the num of cds of this stack &"
" after buffer >> put the time into fld 1 >> put fld 1 of cd 1 &"
" after buffer >> create cd >> put the num of cds of this stack &"
" after buffer >> save stack "createCd" >> put the result after buffer >> close stack "createCd" >> put "Content-Type: text/html" & cr >> put "Content-Length:" && the length of buffer & cr & cr >> put buffer >> end startup >> >> >> Browser showed >> ------------------------------ >> 1 >> 12:20 PM >> 2 >> can't open stack backup file >> ------------------------------ >> CGI script was working and made a card, but could not save a stack. >> What is "can't open stack backup file"? >> >> What was wrong? >> Thanks, >> >> -- >> Kenji Kojima >> http://www.kenjikojima.com/ >> >> >> >> >> >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> >> > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > From dleyanna at rtl.org Tue Aug 3 15:42:16 2004 From: dleyanna at rtl.org (Dave LeYanna) Date: Tue, 3 Aug 2004 15:42:16 -0400 Subject: Bulk mail sorting In-Reply-To: Message-ID: <20040803193807.2486F30AC3@mail.rtl.org> If you are trying to get the best possible rates you need a lot more than CR. You also have to have your addresses PAVE certified and CASS processed. Barcodes for labels and tray/sack tags need to be generated. Government style reports created, and sorting rules beyond measure. Just take a look at the bulk rate section of the Domestic Mail Manual at the USPS site. The USPS does provide data bases (at a subscription cost) and the software created using the tables needs to be approved by a post office testing procedure. It's all very ugly. We plan on attempting it sometime in the future but for now we use commercial software. A couple of providers are Melissa Data and Datatech Smartsoft. If you plan to go ahead let me know as we may be able to work together as this is a future project for us also... Dave LeYanna -----Original Message----- From: use-revolution-bounces at lists.runrev.com [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of kee nethery Sent: Tuesday, August 03, 2004 12:41 PM To: How to use Revolution Subject: Re: Bulk mail sorting On Aug 3, 2004, at 9:23 AM, Jim Hurley wrote: > Has anyone worked on creating software to sort mail to achieve US Post > Office bulk rates, in particular sorting by carrier route? no but the CD the USPS puts out is very easy to parse so if you have the data, you can combine with the addresses and then just sort. Should be "a simple matter of coding" :-) . Kee > > Jim > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list use-revolution at lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution From mark at maseurope.net Tue Aug 3 16:03:01 2004 From: mark at maseurope.net (Mark Smith) Date: Tue, 3 Aug 2004 21:03:01 +0100 Subject: which engine for OS X CGI In-Reply-To: <20040803191417.3F7919300AD@mail.runrev.com> References: <20040803191417.3F7919300AD@mail.runrev.com> Message-ID: <1F6E753C-E588-11D8-BF0E-000D93C19756@maseurope.net> Brian, thanks, I'll go looking... Cheers, Mark From ambassador at fourthworld.com Tue Aug 3 16:17:24 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Tue, 03 Aug 2004 13:17:24 -0700 Subject: How to set version number for Win standalone? In-Reply-To: <1dc.27d7f04d.2e41414a@aol.com> References: <1dc.27d7f04d.2e41414a@aol.com> Message-ID: <410FF2D4.2060900@fourthworld.com> FlexibleLearning at aol.com wrote: > This refers to the metaCard version upon which Rev is built. I am unaware of > a way of modifying it. > >>Where is the version 2.4.2.1 coming from and, more importantly, how do >>I get rid of it? >>This was reported as a bug by one of my beta testers (who was trying to >>figure out what version he had in order to report another problem) and >>I'll be darned if I can figure out how to fix it. The standalone builder in versions prior to Rev 2.2 had never modified the binary form of the version number, only the textual form. In Rev 2.2 and later this is fixed, thanks to Monte's dilligence. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From janschenkel at yahoo.com Tue Aug 3 16:18:15 2004 From: janschenkel at yahoo.com (Jan Schenkel) Date: Tue, 3 Aug 2004 13:18:15 -0700 (PDT) Subject: Save Stack Problem In-Reply-To: <26F22CEF-E585-11D8-A920-000D9328738A@kenjikojima.com> Message-ID: <20040803201815.35408.qmail@web60508.mail.yahoo.com> --- Kenji Kojima wrote: > Brian, > Thanks, your advices. > > It does not work on Mac OSX, but works on Windows. > > I made a new stack and put it into the > CGI-Executables folder. And > tried CGI script, but did not work. > How can I make grant write access to the > CGI-Executables folder? I > wanted to make a address book which was written from > Web browser. > > I installed same CGI script and a stack onto Windows > XP and Apache 2 > server. > I changed only one line that was: > #! C:/Apache Group/apache2/bin/revolution.exe > And did not set permissions of the stack. > It worked. > > I want to use Mac OSX, because Windows server is not > mine. > Can anybody explain why I cannot save a stack on Mac > OSX? > > Thanks, > -- > Kenji Kojima > Hi Kenji, It is probably working on Windows because Windows is not as strict as MacOSX when it comes to permissions. The reason it fails at the point of making a backup file, is that when the engine saves a stack, it first makes a copy of the original stack, so that if corruption occurs, you can retrieve your last saved version from thart backup file. But if the engine doesn't have the right to write files in the directory where the stack resides, it cannot create the backup. It is strongly recommended not to give write access to (a folder in) the cgi-excecutables folder. It is best to keep the data stack in a separate folder that isn't shared with the rest of the world, and set the right owner and permissions. You cazn do this from the Finder using the 'Get Info' item in the 'File' menu. In this window you will see a section 'Owner & Privileges' where you can change the owner (if you happen to be the administrator of the machine) If my memory serves me well, you'll want to set the owner to the internal 'www' user, which is what the web server process Apache is running as. Hope this helped, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From index at kenjikojima.com Tue Aug 3 16:23:04 2004 From: index at kenjikojima.com (Kenji Kojima) Date: Tue, 3 Aug 2004 16:23:04 -0400 Subject: Save Stack Problem In-Reply-To: <20040803201815.35408.qmail@web60508.mail.yahoo.com> References: <20040803201815.35408.qmail@web60508.mail.yahoo.com> Message-ID: Jan I will try. Thanks, -- Kenji Kojima http://www.kenjikojima.com/ On Aug 3, 2004, at 4:18 PM, Jan Schenkel wrote: > --- Kenji Kojima wrote: >> Brian, >> Thanks, your advices. >> >> It does not work on Mac OSX, but works on Windows. >> >> I made a new stack and put it into the >> CGI-Executables folder. And >> tried CGI script, but did not work. >> How can I make grant write access to the >> CGI-Executables folder? I >> wanted to make a address book which was written from >> Web browser. >> >> I installed same CGI script and a stack onto Windows >> XP and Apache 2 >> server. >> I changed only one line that was: >> #! C:/Apache Group/apache2/bin/revolution.exe >> And did not set permissions of the stack. >> It worked. >> >> I want to use Mac OSX, because Windows server is not >> mine. >> Can anybody explain why I cannot save a stack on Mac >> OSX? >> >> Thanks, >> -- >> Kenji Kojima >> > > Hi Kenji, > > It is probably working on Windows because Windows is > not as strict as MacOSX when it comes to permissions. > > The reason it fails at the point of making a backup > file, is that when the engine saves a stack, it first > makes a copy of the original stack, so that if > corruption occurs, you can retrieve your last saved > version from thart backup file. > But if the engine doesn't have the right to write > files in the directory where the stack resides, it > cannot create the backup. > > It is strongly recommended not to give write access to > (a folder in) the cgi-excecutables folder. It is best > to keep the data stack in a separate folder that isn't > shared with the rest of the world, and set the right > owner and permissions. > > You cazn do this from the Finder using the 'Get Info' > item in the 'File' menu. In this window you will see a > section 'Owner & Privileges' where you can change the > owner (if you happen to be the administrator of the > machine) > > If my memory serves me well, you'll want to set the > owner to the internal 'www' user, which is what the > web server process Apache is running as. > > Hope this helped, > > Jan Schenkel. > > ===== > "As we grow older, we grow both wiser and more foolish at the same > time." (La Rochefoucauld) > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > From index at kenjikojima.com Tue Aug 3 16:46:01 2004 From: index at kenjikojima.com (Kenji Kojima) Date: Tue, 3 Aug 2004 16:46:01 -0400 Subject: Save Stack Problem In-Reply-To: <20040803201815.35408.qmail@web60508.mail.yahoo.com> References: <20040803201815.35408.qmail@web60508.mail.yahoo.com> Message-ID: <211B73B5-E58E-11D8-A920-000D9328738A@kenjikojima.com> Jan, > It is strongly recommended not to give write access to > (a folder in) the cgi-excecutables folder. It is best > to keep the data stack in a separate folder that isn't > shared with the rest of the world, and set the right > owner and permissions. > > You cazn do this from the Finder using the 'Get Info' > item in the 'File' menu. In this window you will see a > section 'Owner & Privileges' where you can change the > owner (if you happen to be the administrator of the > machine) Yes, I did. I've been struggling this since last week. Thanks you very much, -- Kenji Kojima http://www.kenjikojima.com/ From mpetrides at earthlink.net Tue Aug 3 17:14:18 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Tue, 3 Aug 2004 17:14:18 -0400 Subject: How to set version number for Win standalone? In-Reply-To: <410FF2D4.2060900@fourthworld.com> References: <1dc.27d7f04d.2e41414a@aol.com> <410FF2D4.2060900@fourthworld.com> Message-ID: <1494795A-E592-11D8-B6EA-000A959D005E@earthlink.net> If the rest of my stacks (non-standalone, driven from the standalone splash screen) are all created in version 2.1.2, would there be any negative consequence to my using 2.2 to create the standalone that drives the others? (The standalone has no content except for a card that says "Loading. Please wait.") I can't think of any problems this would introduce but wanted to be sure. Thanks. M On Aug 3, 2004, at 4:17 PM, Richard Gaskin wrote: > The standalone builder in versions prior to Rev 2.2 had never modified > the binary form of the version number, only the textual form. In Rev > 2.2 and later this is fixed, thanks to Monte's dilligence. From pkc at mac.com Tue Aug 3 17:22:19 2004 From: pkc at mac.com (pkc) Date: Tue, 3 Aug 2004 17:22:19 -0400 Subject: chat client In-Reply-To: <20040803191418.2A1A59300A9@mail.runrev.com> References: <20040803191418.2A1A59300A9@mail.runrev.com> Message-ID: Scott Rossi wrote; > >Seems to me a client that supports multiple services would be useful. Chipp >Walters introduced me to Fire, a multi-service chat client for OSX. So far >it has worked well for me with iChat. > > http://fire.sourceforge.net/ > >Also came across this, though I haven't used it. > > http://www.proteusx.com/ > I've used all those, and Adium (AIM only). If you need to include Yahoo chat for some reason, these are the choices for Mac users. The Fire bunch was at it first and then have progressed from a pleasant and imaginative application that didn't work to an even more pleasant and imaginative one that does. Proteus is alright too, but they have been following Fire so my sympathies are with Fire. But if you don't really need Yahoo (do you?), Netscape will run across AIM and ICQ, which is marginally more useful. I have put Tuvah's stack into several applications and it works like a charm. Very simple. Everybody can use it to make their own clients. But it is P2P, somebody has to run the server all the time (or a tracker, anyway). From moe2 at shaw.ca Tue Aug 3 17:17:19 2004 From: moe2 at shaw.ca (moe2 at shaw.ca) Date: Tue, 03 Aug 2004 14:17:19 -0700 Subject: unresponsive menus Message-ID: im an old HC?er, using OS 9 on an iMac. i have just downloaded the RR trial version. RR opens fine. i select the ?Help? menu ... then i see menuItem ?Documentation cmd-?? so i try cmd-? ... nothing happens but cmd-shift-? works ... is this a bug? i see there is no ?checkmark? beside the menuItem ?Documentation? in ?Help? menu when the ?Documentation? window is open. is this a bug? ... the menuItems in the ?View? menu have checkmarks! so then i select menuItem ?Transcript Dictionary? in menu ?Help? ... nothing happens. is this a bug? i close the Documentation window. select menuItem ?Transcript Dictionary? in menu ?Help? ... this works ... and very nice too i might add ... but no checkMark beside the menuItem. is this a bug? then i select menuItem ?Documentation? in the ?Help? menu ... nothing happens ... is this a bug? is someone going to address these in the current beta version ? moe From michael.rr at mdmays.com Tue Aug 3 17:28:56 2004 From: michael.rr at mdmays.com (Michael D Mays) Date: Tue, 3 Aug 2004 16:28:56 -0500 Subject: Can Rev Print Unicode? In-Reply-To: <20040803185726.54416.qmail@web60504.mail.yahoo.com> References: <20040803185726.54416.qmail@web60504.mail.yahoo.com> Message-ID: <201D7878-E594-11D8-9412-000A95D7C7E2@mdmays.com> I'm on a Mac. revprintField prints everything in the filed except for the unicode. The way I put the unicode into the field is via Apple's Character Palette. Michael On Aug 3, 2004, at 1:57 PM, Jan Schenkel wrote: > --- Michael D Mays wrote: >> Can Rev print unicode? And if it can how? I would >> like to be able to >> print mathmatical operators and such in a line of >> 'text' such as >> >> A ?? B (A 'union' B) >> >> I can display the formula with the 'union' character >> in a field, but >> nothing is printed >> >> Thanks, >> Michael >> > > Hi Michael, > > Have you tried using the revPrintField command to > print the contents of the field ? > Also, is this on Windows, Mac, ... ? > > Hope this helped, > > Jan Schenkel. From soapdog at mac.com Tue Aug 3 17:49:34 2004 From: soapdog at mac.com (Andre Garzia) Date: Tue, 3 Aug 2004 18:49:34 -0300 Subject: How to add Database Library to CGI engine? In-Reply-To: <20040803191117.47998.qmail@web60505.mail.yahoo.com> References: <20040803191117.47998.qmail@web60505.mail.yahoo.com> Message-ID: <01FAAFD2-E597-11D8-8E69-0003936D012E@mac.com> On Aug 3, 2004, at 4:11 PM, Jan Schenkel wrote: > Hi Andre, > > The last published Revolution cgi-engines can be found > at : > > > These should support revdb calls ; the only tricky > part may be that you'll have to copy the database > drivers from a full Linux distribution, and use the > revSetDatabaseDriverPath command to point to the right > location. > > Hope this helped, > > Jan Schenkel. > auhahahuahuahuhuahuahu Thank Jan, but in the last 24h I created (with lots of help from Trevor) a php DB conduit, protocol and xml transportation for my stacks.... It's almost a Database Query Builder replacement by now, in couple days it will be... uhahuahahau damn that handler... I never knew I needed to set something up besides my externals prop. Thanks Jan Andre > -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From erikhans08 at yahoo.com Tue Aug 3 18:29:09 2004 From: erikhans08 at yahoo.com (Erik Hansen) Date: Tue, 3 Aug 2004 15:29:09 -0700 (PDT) Subject: since I am in Hell, let's all have fun... we might end with a case study. In-Reply-To: Message-ID: <20040803222909.9889.qmail@web61109.mail.yahoo.com> --- Andre Garzia wrote: > We Brazilians think that just because you're in > Hell it's no motive to spoil good fun or spectacle. why don't you give up the machines and go back to entertainment? host your own forum. if anyone can squeeze humor out of a difference engine... > the url for the blog is > http://www.wecode.org/24hRush oh, i get it. write code and comedy at the same time. do you use the send in time command? usted es el hombre. (non-Portugese in-joke) > Andre Alves Garzia 2004 > Soap Dog Studios - BRAZIL > http://studio.soapdog.org p.s. all i drink is agua de arroz but malt and Malta seem like a possibility.. ===== erik at erikhansen.org http://www.erikhansen.org __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From monte at sweattechnologies.com Tue Aug 3 19:52:08 2004 From: monte at sweattechnologies.com (Monte Goulding) Date: Wed, 4 Aug 2004 09:22:08 +0930 Subject: How to set version number for Win standalone? In-Reply-To: <1494795A-E592-11D8-B6EA-000A959D005E@earthlink.net> Message-ID: > >If the rest of my stacks (non-standalone, driven from the standalone >splash screen) are all created in version 2.1.2, would there be any >negative consequence to my using 2.2 to create the standalone that >drives the others? (The standalone has no content except for a card >that says "Loading. Please wait.") I can't think of any problems this >would introduce but wanted to be sure. > This won't be a problem. You will need to upgrade your icons to include the 9 images rather than the single image of pre Rev 2.2. It will look better too ;-) Cheers -- Monte Goulding - monte at sweattechnologies.com Sweat Technologies InstallGadget - How To Create An Installer In 10 Seconds http://www.sweattechnologies.com/InstallGadget From erikhans08 at yahoo.com Tue Aug 3 20:24:31 2004 From: erikhans08 at yahoo.com (Erik Hansen) Date: Tue, 3 Aug 2004 17:24:31 -0700 (PDT) Subject: Animation library - libRMC In-Reply-To: Message-ID: <20040804002431.88735.qmail@web61108.mail.yahoo.com> thanks Malte, the next question: can the animation be synced with MIDI or audio sound? --- Malte Brill wrote: > >do you move multiple objects simultaneously? > > Yes, I do. The main concept is to have handlers > that calculate the next > point on the path. So if you call the handlers > just once it will move the > object to the next point. You can easiely > create a handler that calls itself > in a send in time structure. > > In this handler you call the handlers that > animate your objects. > You can have all animations in one place if you > like. (mind that you must > start using stack "libRMC" to make it work.) > > e.g. in a button: > > on mouseUp > if the flag of me is empty then > set the flag of me to -1 > end if > set the flag of me to the flag of me*-1 > hereWeGo > end mouseUp > > on hereWeGo > lock screen > send moveCircular to img "myImage" > send moveElliptical to grc "myGraphic" > send moveLinear to fld "myField" > unlock screen > if the flag of me=1 then > send hereWeGo to me in 4 milliseconds > end if > end hereWeGo > > Now you can use the inspector and set the > custom properties created by the > handlers. > > There will be a custom property set > moveCircular for image "myImage" with > the following properties: > > centerX - the x location of the circular paths > center point > centerY - the y location > isAngle - the arcAngle > isRadius - the radius of the circle > step - the speed and direction the object > moves on the path > > Each handler creates its own Custom properties > set, so its easy to play with > it. :-) > > Of course you can set these properties by > script: > > e.g. > > set the moveCircular["isRadius"] of img > "myImage" to 80 > set the moveCircular["step"] of img "myImage" > to -0.5 > > If you happen to find the time, download my > ERCSneak preview stack to see > libRMC in action. > > I?ll be updating libRMC from time to time (next > update will follow at the > end of August) ===== erik at erikhansen.org http://www.erikhansen.org __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From capellan2000 at yahoo.com Tue Aug 3 20:28:58 2004 From: capellan2000 at yahoo.com (Alejandro Tejada) Date: Tue, 3 Aug 2004 17:28:58 -0700 (PDT) Subject: [ANN] vector to pdf In-Reply-To: <20040803191418.2A1A59300A9@mail.runrev.com> Message-ID: <20040804002858.75270.qmail@web40507.mail.yahoo.com> Hi Developers, After a lot of discussion about the need of pdf in this platform, i get surprised that no interest showed to this handler to export the vector graphics of a stack as pdf. It's a humble start to learn to write pdf from within RR/MC. I just ask for feedback on PDF readers error messages on linux and mac os x. Just in case that the original message get lost in the mail, i'll post here again: on Sun, 25 Jul 2004 Alejandro Tejada wrote: 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 reference table", but at least the file opens... :-)) Inform to the mail list about any incompabilities and error messages with Acrobat 6 and Readers from Mac OS X and Linux. If you want to help to write the code needed to write text and images with this handler, download the PDF reference manual. Look in Google for "PDF reference manual". Thanks a lot to Richard Gaskin for his help with the colornames funtions. al ===== Visit my site: http://www.geocities.com/capellan2000/ Search the mail list: http://mindlube.com/cgi-bin/search-use-rev.cgi __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail From Revinfo1155 at aol.com Tue Aug 3 21:41:10 2004 From: Revinfo1155 at aol.com (Revinfo1155 at aol.com) Date: Tue, 03 Aug 2004 21:41:10 -0400 Subject: Button script for "save as" Message-ID: <0DE2CD2D.472B3413.3ED9C1B5@aol.com> I need a button script that accomplishes the same thing as the "save as " in the file menu. I tryed scripting around the ask file command but I'm leaving something out as it will not create the file. Any help to get me on the right path will be appreciated. jack From sarahr at genesearch.com.au Tue Aug 3 21:54:27 2004 From: sarahr at genesearch.com.au (Sarah Reichelt) Date: Wed, 4 Aug 2004 11:54:27 +1000 Subject: Button script for "save as" In-Reply-To: <0DE2CD2D.472B3413.3ED9C1B5@aol.com> References: <0DE2CD2D.472B3413.3ED9C1B5@aol.com> Message-ID: <37F62E84-E5B9-11D8-8B9C-0003937A97B8@genesearch.com.au> You want to save a copy of your stack under another name? ask file "Save stack as:" put it into newName if newName is empty then exit to top save this stack as newName put the fileName of this stack into tCheck answer "Stack saved to file: " & tCheck The revMenuBar uses this: revSaveAs the short name of the topStack,false Cheers, Sarah On 4 Aug 2004, at 11:42 am, Revinfo1155 at aol.com wrote: > I need a button script that accomplishes the same thing as the "save > as " in the file menu. I tryed scripting around the ask file command > but I'm leaving something out as it will not create the file. Any help > to get me on the right path will be appreciated. > > jack From stephenmcnutt at mac.com Tue Aug 3 22:02:37 2004 From: stephenmcnutt at mac.com (Stephen Paul McNutt) Date: Tue, 3 Aug 2004 22:02:37 -0400 Subject: How do I allow quotation marks in input text? Message-ID: <5BCFC3F0-E5BA-11D8-AE9B-003065B40FBA@mac.com> I've got a field into which users enter questions for a game, but single and double quotation marks don't display properly later when they appear in the game. They become boxes. Is this a font issue? I've tried several fonts. I thought it was because the quotation marks were reserved characters, but they don't end the display of the string as I'd expect if they were. From gregory.lypny at videotron.ca Tue Aug 3 22:07:47 2004 From: gregory.lypny at videotron.ca (Gregory Lypny) Date: Tue, 03 Aug 2004 22:07:47 -0400 Subject: Corrupted Files in OS X Message-ID: <14E518D2-E5BB-11D8-ABB1-000D9350C9C2@videotron.ca> Hello everyone, I apologize in advance if this, being observed with MC, is not directly relevant to Rev, but I suspect it is. A week or so ago I wrote in about corrupted MC stack files, where a tilde (~) was being appended to the mc extension of the file residing in the Mac OS folder of the application package of a standalone (what a mouthful that was...). One of the list members, Wouter, responded that mc~ files are temps or backups the engine makes when there is a crash or corruption. In my case, it appears that the problem was caused by an attempt to write output to the Shared folder. Redirecting output to another folder within the current account fixed it. My question now is whether it is possible to write to the Shared folder. It has read-write permission assigned to everyone. So, why the problem? Gregory Lypny __________________________ Associate Professor of Finance John Molson School of Business Concordia University Montreal, Quebec Canada From capellan2000 at yahoo.com Tue Aug 3 22:34:52 2004 From: capellan2000 at yahoo.com (Alejandro Tejada) Date: Tue, 3 Aug 2004 19:34:52 -0700 (PDT) Subject: MoireX 2.0 In-Reply-To: <20040804015236.A49BF93008D@mail.runrev.com> Message-ID: <20040804023452.97054.qmail@web40502.mail.yahoo.com> on Sun Aug 1 2004 MisterX wrote: >Hi again, I updated the links, >Added the executable... >Made a couple last changes to the stack regarding the >cursor... >and a few more tricks ;) Great work! Xavier :-)) I'll like that the instructions were in a flat color. Multicolored letters are somewhat difficult to read over some colored backgrounds Would you include the handlers to export the vector graphics as svg,adobe ilustrator or pdf? In this way the user could have the option to export the screen content. By the way, the beautiful radial gradations, Are vectors graphics too? Keep up your good work! al ===== Visit my site: http://www.geocities.com/capellan2000/ Search the mail list: http://mindlube.com/cgi-bin/search-use-rev.cgi __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From Roger.E.Eller at sealedair.com Tue Aug 3 22:41:31 2004 From: Roger.E.Eller at sealedair.com (Roger.E.Eller at sealedair.com) Date: Tue, 3 Aug 2004 22:41:31 -0400 Subject: [ANN] vector to pdf Message-ID: > I just ask for feedback on PDF readers error messages > on linux and mac os x Alejandro, I for one am very appreciative of your work in this area. PDF output needs to become as easy as printing. As a matter of fact, that is one way of getting a PDF out of a Rev stack (if you own Adobe Acrobat - not reader). That is a costly solution, and cannot be bundled as a part of our own creations, making it even more important to achieve this capability within Rev. I tested your "vector2pdf" with Acrobat 5 (full) and Acrobat Reader 6 on Win2000. In both cases the PDF files opened and displayed correct color filled objects. I look forward to text functionality, even in its simplest form would be SOOOO useful! Let me know if I can assist with testing or providing sample PDF files created with various programs. Thanks. Roger Eller From troy at rpsystems.net Tue Aug 3 22:45:02 2004 From: troy at rpsystems.net (Troy Rollins) Date: Tue, 3 Aug 2004 22:45:02 -0400 Subject: [ANN] vector to pdf In-Reply-To: References: Message-ID: <489529CE-E5C0-11D8-ADCC-000A95A09CF8@rpsystems.net> On Aug 3, 2004, at 10:41 PM, Roger.E.Eller at sealedair.com wrote: > As a matter of fact, that is one way of > getting a PDF out of a Rev stack (if you own Adobe Acrobat - not > reader). Or, a Mac. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net From Roger.E.Eller at sealedair.com Tue Aug 3 22:55:43 2004 From: Roger.E.Eller at sealedair.com (Roger.E.Eller at sealedair.com) Date: Tue, 3 Aug 2004 22:55:43 -0400 Subject: [ANN] vector to pdf Message-ID: >> As a matter of fact, that is one way of >> getting a PDF out of a Rev stack (if you own Adobe Acrobat - not >> reader). > > Or, a Mac. ;-) > -- > Troy > RPSystems, Ltd. Yet another cost-prohibitive factor. ;-p Also, did you know that PDF files from the rendering engine bundled in OS X are not Adobe compliant? For simple document exchange, they are ok. but in commercial prepress we have to rely on Adobe Distiller to convert postscript files to a usable format. ~Roger From troy at rpsystems.net Tue Aug 3 23:05:43 2004 From: troy at rpsystems.net (Troy Rollins) Date: Tue, 3 Aug 2004 23:05:43 -0400 Subject: [ANN] vector to pdf In-Reply-To: References: Message-ID: <2C4BF54A-E5C3-11D8-ADCC-000A95A09CF8@rpsystems.net> On Aug 3, 2004, at 10:55 PM, Roger.E.Eller at sealedair.com wrote: > Yet another cost-prohibitive factor. ;-p > Also, did you know that PDF files from the rendering engine bundled in > OS > X are not Adobe compliant? For simple document exchange, they are ok. > but > in commercial prepress we have to rely on Adobe Distiller to convert > postscript files to a usable format. Oh yeah. I have Acrobat Pro for those instances too. I know what you mean. But the ability to just print a pretty decent PDF from anything that can print is pretty handy. -- Troy RPSystems, Ltd. http://www.rpsystems.net From jacque at hyperactivesw.com Wed Aug 4 00:10:39 2004 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Tue, 03 Aug 2004 23:10:39 -0500 Subject: rawkeydown & rawkeyup (was : 2 more questions aboutoperationson text in fields) In-Reply-To: <410EB071.121546D6@Club-Internet.fr> References: <410E62C1.90F3C959@Club-Internet.fr> <410E6D6B.EE880599@Club-Internet.fr> <410E8001.7060300@hyperactivesw.com> <410E8E6E.2736B3EC@Club-Internet.fr> <410E9B86.9080908@hyperactivesw.com> <410EB071.121546D6@Club-Internet.fr> Message-ID: <411061BF.2010409@hyperactivesw.com> On 8/2/04 4:21 PM, jbv wrote: > > "J. Landman Gay" a *crit : > > >>On 8/2/04 1:56 PM, jbv wrote: >> >> > BTW rawkeydown and rawkeyup both work, but then, how do you >> > map the raw keynumber with the corresponding char ? >> > the numtochar can't be used in this situation... >> >>Good question. I usually only use it when I need to trap specific keys, >>and I build a switch statement around those. If you need to trap every >>key then you may be better off with your other solution. What is the >>goal for this handler? >> > > > Well, it would be a bit too long to explain... > I guess an example is better (please note that I finally used > a third option - it is not fully implemented yet, but it'll give > you an idea). I see. That's kind of cool. I think you are right though that trapping rawkeydown wouldn't work too well. I'm glad you found another solution because I can't think of a better one. -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com From capellan2000 at yahoo.com Wed Aug 4 01:00:12 2004 From: capellan2000 at yahoo.com (Alejandro Tejada) Date: Tue, 3 Aug 2004 22:00:12 -0700 (PDT) Subject: [ANN] vector to pdf In-Reply-To: <20040803160059.03FB89300DA@mail.runrev.com> Message-ID: <20040804050012.80011.qmail@web40512.mail.yahoo.com> on Tue Aug 3 2004 Roger.E.Eller wrote: > I tested your "vector2pdf" with Acrobat 5 (full) and > Acrobat Reader 6 on Win2000. In both cases the > PDF files opened and displayed correct color filled > objects. This is great to know! Thanks! Did you try to print or save as pdf from Acrobat? These are my results in informal test: In Acrobat 5, when i modify and try to save the file it warns about an error that could not be repaired. And the file do not save... In Adobe ilustrator, this pdf is dismissed as damaged and is not opened. Freehand opens this pdf without problems. > I look forward to text functionality, even in its > simplest form would be SOOOO useful! I agree. Because of the encodings required by text it takes more time to test and implement correctly. > Let me know if I can assist with testing or > providing sample PDF > files created with various programs. Of course, if you could save these same set of vectors graphics as pdf from other applications, like ghostscript, corel, indesign, open office, etc..., you could compress all of them and send to my mail for inspection. If we want to make this adaptation happen faster, everybody could grab a copy of the pdf reference and start reading and experimenting. ;-) Thanks in advance. al ===== Visit my site: http://www.geocities.com/capellan2000/ __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From alw918 at earthlink.net Wed Aug 4 01:36:37 2004 From: alw918 at earthlink.net (Andrew) Date: Tue, 3 Aug 2004 22:36:37 -0700 Subject: New version of Revolution, Same standalone problems In-Reply-To: <20040803191417.3F7919300AD@mail.runrev.com> Message-ID: <410F423B-E5D8-11D8-AD60-000393DD0724@earthlink.net> Hello, kind and smart people of the Revolution list. I wonder if you could lend me a hand with a little head-scratching puzzler of a problem that I've been experiencing. When I create standalones, I'm getting problems with both Windows and Mac versions. The Windows standalone works except that it doesn't seem to recognize my Keyup handler (or Keydown for that matter). http://ultimate.atomkinder.net/VillageIdiot.exe The Mac standalone doesn't work at all. When I double-click to open it, it just does nothing. http://ultimate.atomkinder.net/VillageIdiot.sit Any ideas? Thanks so much for your help! -Andrew From kray at sonsothunder.com Wed Aug 4 02:18:12 2004 From: kray at sonsothunder.com (Ken Ray) Date: Wed, 04 Aug 2004 01:18:12 -0500 Subject: New version of Revolution, Same standalone problems In-Reply-To: <410F423B-E5D8-11D8-AD60-000393DD0724@earthlink.net> Message-ID: On 8/4/04 12:36 AM, "Andrew" wrote: > Hello, kind and smart people of the Revolution list. I wonder if you > could lend me a hand with a little head-scratching puzzler of a problem > that I've been experiencing. > When I create standalones, I'm getting problems with both Windows and > Mac versions. > The Windows standalone works except that it doesn't seem to recognize > my Keyup handler (or Keydown for that matter). > http://ultimate.atomkinder.net/VillageIdiot.exe > The Mac standalone doesn't work at all. When I double-click to open > it, it just does nothing. > http://ultimate.atomkinder.net/VillageIdiot.sit Andrew, Nothing personal, but you're asking us to download and run an executable... not to sound paranoid, but I don't know too many people who'll take you up on the offer... perhaps you can post your .rev stack and we can build our own standalones and test it? Thanks, Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: kray at sonsothunder.com From sims at ezpzapps.com Wed Aug 4 04:14:02 2004 From: sims at ezpzapps.com (sims) Date: Wed, 4 Aug 2004 10:14:02 +0200 Subject: since I am in Hell, let's all have fun... we might end with a case study. In-Reply-To: <20040803222909.9889.qmail@web61109.mail.yahoo.com> References: <20040803222909.9889.qmail@web61109.mail.yahoo.com> Message-ID: > >p.s. >all i drink is agua de arroz >but malt and Malta seem like a possibility.. > >===== >erik at erikhansen.org http://www.erikhansen.org Possibility? Reality...real as stone. atb sims --------------------------------- European Revolution Conference 14-15-16 November 2004 Malta The November 2004 EuroRevCon Features... * Kevin Miller, Rev CEO Keynote Sunday evening and daily discussions * Two full days of Rev presentations and discussions by expert Rev developers: Malte Brill Richard Gaskin Klaus Major Frederic Rinaldi Jan Schenkel Dan Shafer will be in Malta also! More information is available online at: http://techietours.com/Rev/ Want to know more? Please get in touch... email: rev at TechieTours.com iChat: techietours From rick at keyoptions.com.au Wed Aug 4 04:00:18 2004 From: rick at keyoptions.com.au (Rick Wylie) Date: Wed, 4 Aug 2004 18:00:18 +1000 Subject: openbase connectivity? Message-ID: <535923C4-E5EC-11D8-B4D1-000A95CEF6CE@keyoptions.com.au> Is there a database connection tool for Openbase? From malte.brill at t-online.de Wed Aug 4 06:37:09 2004 From: malte.brill at t-online.de (Malte Brill) Date: Wed, 04 Aug 2004 12:37:09 +0200 Subject: Animation library - libRMC In-Reply-To: <20040804015237.00FD493008B@mail.runrev.com> Message-ID: Hi Erik, >thanks Malte, You?re welcome. Thanks for your interest. :-) If I am boring anyone on the list with my lib please tell me to shut up. ;-) >the next question: can the animation be synced with MIDI or audio sound? Yes. But you need to script the sync on your own. the lib calculates the next point on the path of the target from the custom properties of the target. You can change these custom properties any time with a few lines of script. So if you use a player to play your audio you can set up callbacks and react the way you want to. Every needed information is stored in the custom properties e.g. for a linear movement: moveLinear["startpoint"] The starpoint of the path moveLinear["endpoint"] The endpoint of the paths moveLinear["isDistance"] distance from the startpoint (in pixel) moveLinear["step"] (move how many pixels with any call of movelinear moveLinear[moveDone"] a flag that lets you know if moving on the path is completed. these can be set by a script and when you call the moveLinear handler the next time your object will react on the changes... We can take this off list if you want and work on a small demo stack... I know the scripted animation approach isn?t too compfortable as one still needs to script quite a few things. It would be very cool to have a timeline and a set of animation tools that one can just use. In other words a GUI that lets you animate your objects by simply dragging them around, resizing them and set some keyframes here and there. After the animation part is done one could export "animation-Markup" that could be called any time the animation library is in use. But that would require: Time for creating the UI (maybe one could use parts of the old anim manager as a basis) Plenty of time for looking deeply into bezier curves... (why do 2 names come to my mind right now? ) Time for looking into XML or roll an animation markup on ones own As I think about it it all seems doable, but will require lots of time and/or more than one person coding on it. This is a huge task. Best, Malte From malte.brill at t-online.de Wed Aug 4 09:06:17 2004 From: malte.brill at t-online.de (Malte Brill) Date: Wed, 04 Aug 2004 15:06:17 +0200 Subject: libRMC PDF docs In-Reply-To: <20040804015237.00FD493008B@mail.runrev.com> Message-ID: Hi, a first quick?n?dirty PDF is online: please let me know if you need anything else. Best, Malte From rbarber at yhb.att.ne.jp Wed Aug 4 09:45:27 2004 From: rbarber at yhb.att.ne.jp (ron barber) Date: Wed, 4 Aug 2004 22:45:27 +0900 Subject: RevPrintText/Field/Card problems In-Reply-To: References: Message-ID: <8B4CF466-E61C-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> Hi, Any chance RevPrintText will be updated to support Unicode? Printing unicode text is proving challenging. Type Unicoded text into a fld and then use the various print options available to us. put the htmltext of fld 1 into thetext revshowprintdialog false,true revprinttext thetext === This results in a blank page(s) being previewed as well as 'printed' put the text of fld 1 into thetext revshowprintdialog false,true revprinttext thetext === This results in the unicode text being printed in ascii format ie. incorrectlly This can be used. One just needs to clone a stack with a field the size of the printable area of the chosen paper, add a little to the topright and chop off a little of the bottomleft to get rid of the fld outline and it passes as a printed page of text. It is not an ideal solution however. This works for ascii text but not for unicode. The results is a blank page(s) similar to using revprinttext using htmltext. thanks Ron From RGould8 at aol.com Wed Aug 4 09:55:41 2004 From: RGould8 at aol.com (RGould8 at aol.com) Date: Wed, 4 Aug 2004 09:55:41 EDT Subject: OT: Javascript to close any prev open windows Message-ID: <45.124d7e14.2e4244dd@aol.com> I realize this doesn't pertain to Revolution, but I don't presently belong to a Javascript listserve, and the folks on this list are probably smarter than the folks on a javascript listserve anyway ;) This actually is for a project using Rev, but this occurs after Rev launches IE and quits itself. ----------- Does anyone know if a means in Javascript to write an "onload" handler that detects any previously opened windows in Internet Explorer and automatically closes them when the present html page opens? something like: body onload="window.close()" except that instead of closing the present html page's window, it'll close any previously opened windows. Unfortunately, we don't know the "name" of the previously opened windows. Any advice is greatly appreciated. From rcozens at pon.net Wed Aug 4 09:56:42 2004 From: rcozens at pon.net (Rob Cozens) Date: Wed, 4 Aug 2004 06:56:42 -0700 Subject: RevPrintText/Field/Card problems In-Reply-To: <8B4CF466-E61C-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> References: <8B4CF466-E61C-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> Message-ID: >put the htmltext of fld 1 into thetext Hi Ron, Have you tried "put the unicodeText of fld 1 into theText"? -- Rob Cozens CCW, Serendipity Software Company "And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee." from "The Triple Foole" by John Donne (1572-1631) From soapdog at mac.com Wed Aug 4 10:08:34 2004 From: soapdog at mac.com (Andre Garzia) Date: Wed, 4 Aug 2004 11:08:34 -0300 Subject: since I am in Hell, let's all have fun... we might end with a case study. In-Reply-To: <20040803222909.9889.qmail@web61109.mail.yahoo.com> References: <20040803222909.9889.qmail@web61109.mail.yahoo.com> Message-ID: > why don't you give up the machines and go back > to entertainment? host your own forum. > if anyone can squeeze humor out of a difference > engine... I am considering making some comedy stacks, like webcomics but cooler.... code and comedy are very similar, how many times you looked at a source and laughed... I think there are five types of reaction upon looking at source code made by others: 1) "Man, I can't belive he did it that way..." <---- That's comedy. 2) "Oh, that's how he implemented it, amazing..." <---- That's a religious revelation. 3) "Oh Heck! Come Look how that moron did it..." <---- That's also comedy, but people are laughing on you and the support techs... 4) "Man, that will never work." <--- That's an act of faith, and fit's the religious kind. 5) "I can't understand this, I think it's perl, at least, it appears perl to me..." <---- That's also comedy, but the coder was a masoquist. but that's just my theory, I don't know why I typed this, I just awoke, took a bath and checked email... I'll begin to make more sense after tea. send in time is cool by the way, but I am waiting a premonition external that will enable things like: send "do not execute rm -rf /" in -4 years and execute things in the past, this would save my old pc and maybe my mac. I am learning spanish by talking to you guys! "no cada uno poder ser scott rossi" eheheheheh Cheers (where's my tea?) andre > >> the url for the blog is >> http://www.wecode.org/24hRush > > oh, i get it. write code and comedy > at the same time. > do you use the send in time command? > usted es el hombre. > (non-Portugese in-joke) > >> Andre Alves Garzia 2004 >> Soap Dog Studios - BRAZIL >> http://studio.soapdog.org > > p.s. > all i drink is agua de arroz > but malt and Malta seem like a possibility.. > > ===== > erik at erikhansen.org http://www.erikhansen.org > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - Send 10MB messages! > http://promotions.yahoo.com/new_mail > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From soapdog at mac.com Wed Aug 4 10:21:11 2004 From: soapdog at mac.com (Andre Garzia) Date: Wed, 4 Aug 2004 11:21:11 -0300 Subject: changing the order of controls? Message-ID: <890E7236-E621-11D8-8E69-0003936D012E@mac.com> Hi Folks, I made a form like card with fields and I want to change the orders of the navigation using tabs. The inspector is not allowing any change in the layer prop. Also bringing forward or backward does nothing, and selecting all the controls and pressing relayer do nothing to (I think those layer buttons in my inspector are disabled) any clue? andre -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From Revinfo1155 at aol.com Wed Aug 4 10:25:10 2004 From: Revinfo1155 at aol.com (Revinfo1155 at aol.com) Date: Wed, 4 Aug 2004 10:25:10 EDT Subject: Button script for "save as" Message-ID: <1ce.27b694d4.2e424bc6@aol.com> Sarah-The script worked great-Thanks! Would it be possible for you to comment the script so I can understand what each command does? I'm a little lost. Thanks for your help. jack In a message dated 8/3/04 9:55:15 PM, sarahr at genesearch.com.au writes: > You want to save a copy of your stack under another name? > > ?? ask file "Save stack as:" > ?? put it into newName > ?? if newName is empty then exit to top > ?? save this stack as newName > ?? put the fileName of this stack into tCheck > ?? answer "Stack saved to file: " & tCheck > > The revMenuBar uses this: > ? ?? revSaveAs the short name of the topStack,false > > Cheers, > Sarah > > > On 4 Aug 2004, at 11:42 am, Revinfo1155 at aol.com wrote: > > > I need a button script that accomplishes the same thing as the "save > > as " in the file menu. I tryed scripting around the ask file command > > but I'm leaving something out as it will not create the file. Any help > > to get me on the right path will be appreciated. > > > > jack > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From bill at bluewatermaritime.com Wed Aug 4 10:38:00 2004 From: bill at bluewatermaritime.com (Bill) Date: Wed, 04 Aug 2004 10:38:00 -0400 Subject: Switch statement In-Reply-To: <20040801185458.6D7D893027A@mail.runrev.com> Message-ID: switch (Text) contains case "ballast" put "no cargo" into fld "e4" break case "bulk" put "oil bunkers" into fld "e5" break default put "general cargo" into fld "e6" end switch The above is a simple switch where (Text) is more than one word and I am looking to see if that list of words contains one particular word. I have tried every possible permutation of this and can't find the simple answer. Maybe I have to do like in MySQL and put ? Before and after my search word although that is particular for MySQL. What is the easiest way to do this (other than three separate if statements) -- I would like to get the switch working with a "contains" search. From gizmotron at earthlink.net Wed Aug 4 10:39:37 2004 From: gizmotron at earthlink.net (Mark Brownell) Date: Wed, 4 Aug 2004 07:39:37 -0700 Subject: since I am in Hell, let's all have fun... we might end with a case study. In-Reply-To: Message-ID: <1C121062-E624-11D8-9FC6-000A95743F7A@earthlink.net> On Wednesday, August 4, 2004, at 07:08 AM, Andre Garzia wrote: > but that's just my theory, I don't know why I typed this, I just > awoke, took a bath and checked email... I'll begin to make more sense > after tea. 6) "This must be Andre's code before tea." <--- :-) I like send in time too. I used to be a building contractor so when thinking about the original premise of the topic for this thread I thought that send in time might be improved by adding by adding a secondary option with "all the new features." When I was a builder I made the customer pay in advance for all feature improvements beyond the original contract. That tends to put the burden of hell back on the customer. Mark From rcozens at pon.net Wed Aug 4 10:40:22 2004 From: rcozens at pon.net (Rob Cozens) Date: Wed, 4 Aug 2004 07:40:22 -0700 Subject: changing the order of controls? In-Reply-To: <890E7236-E621-11D8-8E69-0003936D012E@mac.com> References: <890E7236-E621-11D8-8E69-0003936D012E@mac.com> Message-ID: >I made a form like card with fields and I want to change the orders >of the navigation using tabs. The inspector is not allowing any >change in the layer prop. Also bringing forward or backward does >nothing, and selecting all the controls and pressing relayer do >nothing to (I think those layer buttons in my inspector are disabled) > >any clue? Hi Andre, If the controls are grouped, you must edit the group to change the layering of the controls within it. Groups & ungrouped controls should respond to layering changes when you are not editing any group. -- Rob Cozens CCW, Serendipity Software Company "And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee." from "The Triple Foole" by John Donne (1572-1631) From rcozens at pon.net Wed Aug 4 10:43:23 2004 From: rcozens at pon.net (Rob Cozens) Date: Wed, 4 Aug 2004 07:43:23 -0700 Subject: Switch statement In-Reply-To: References: Message-ID: > switch (Text) contains > case "ballast" > put "no cargo" into fld "e4" > break > case "bulk" > put "oil bunkers" into fld "e5" > break > default > put "general cargo" into fld "e6" > end switch > >The above is a simple switch where (Text) is more than one word and I am >looking to see if that list of words contains one particular word. I have >tried every possible permutation of this and can't find the simple answer. >Maybe I have to do like in MySQL and put ? Before and after my search word >although that is particular for MySQL. > >What is the easiest way to do this (other than three separate if statements) >-- I would like to get the switch working with a "contains" search. Hi Bill, remove "contains" -- Rob Cozens CCW, Serendipity Software Company "And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee." from "The Triple Foole" by John Donne (1572-1631) From mpetrides at earthlink.net Wed Aug 4 10:44:25 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Wed, 4 Aug 2004 10:44:25 -0400 Subject: Dealing with creeping featurism in customer requests In-Reply-To: <1C121062-E624-11D8-9FC6-000A95743F7A@earthlink.net> References: <1C121062-E624-11D8-9FC6-000A95743F7A@earthlink.net> Message-ID: >>>When I was a builder I made the customer pay in advance for all feature improvements beyond the original contract. That tends to put the burden of hell back on the customer. Not a bad idea, Mark. M On Aug 4, 2004, at 10:39 AM, Mark Brownell wrote: > > On Wednesday, August 4, 2004, at 07:08 AM, Andre Garzia wrote: > >> but that's just my theory, I don't know why I typed this, I just >> awoke, took a bath and checked email... I'll begin to make more sense >> after tea. > > 6) "This must be Andre's code before tea." <--- :-) > > I like send in time too. I used to be a building contractor so when > thinking about the original premise of the topic for this thread I > thought that send in time might be improved by adding by adding a > secondary option with "all the new features." When I was a builder I > made the customer pay in advance for all feature improvements beyond > the original contract. That tends to put the burden of hell back on > the customer. > > Mark > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From rcozens at pon.net Wed Aug 4 10:50:35 2004 From: rcozens at pon.net (Rob Cozens) Date: Wed, 4 Aug 2004 07:50:35 -0700 Subject: Switch statement Message-ID: > switch (Text) contains > case "ballast" > put "no cargo" into fld "e4" > break > case "bulk" > put "oil bunkers" into fld "e5" > break > default > put "general cargo" into fld "e6" > end switch > >The above is a simple switch where (Text) is more than one word and I am >looking to see if that list of words contains one particular word. I have >tried every possible permutation of this and can't find the simple answer. >Maybe I have to do like in MySQL and put ? Before and after my search word >although that is particular for MySQL. > >What is the easiest way to do this (other than three separate if statements) >-- I would like to get the switch working with a "contains" search. >remove "contains" Sorry, Bill. I understood Text to contain only the text in the case definitions. If there is other text in Text as well, how about: switch case (Text) contains"ballast" put "no cargo" into fld "e4" break case (Text) contains"bulk" put "oil bunkers" into fld "e5" break default put "general cargo" into fld "e6" end switch -- Rob Cozens CCW, Serendipity Software Company "And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee." from "The Triple Foole" by John Donne (1572-1631) From soapdog at mac.com Wed Aug 4 10:52:14 2004 From: soapdog at mac.com (Andre Garzia) Date: Wed, 4 Aug 2004 11:52:14 -0300 Subject: changing the order of controls? In-Reply-To: References: <890E7236-E621-11D8-8E69-0003936D012E@mac.com> Message-ID: On Aug 4, 2004, at 11:40 AM, Rob Cozens wrote: > Hi Andre, > > If the controls are grouped, you must edit the group to change the > layering of the controls within it. Groups & ungrouped controls > should respond to layering changes when you are not editing any group. > Thank You Rob!!!!! (I knew interfaces based on tab pannels and grouped controls would give me a headache!) Thanks! andre -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From gizmotron at earthlink.net Wed Aug 4 10:52:20 2004 From: gizmotron at earthlink.net (Mark Brownell) Date: Wed, 4 Aug 2004 07:52:20 -0700 Subject: Dealing with creeping featurism in customer requests In-Reply-To: Message-ID: On Wednesday, August 4, 2004, at 07:44 AM, Marian Petrides wrote: > >>>When I was a builder I made the customer pay in advance for all > feature improvements beyond the original contract. That tends to put > the burden of hell back on the customer. > > Not a bad idea, Mark. > > M I like the title of this subject. I always knew back then if one of my customers started growing a second head that I was in trouble or was soon going to be. You got to watch out for creeping features in your customers. mb From soapdog at mac.com Wed Aug 4 10:53:55 2004 From: soapdog at mac.com (Andre Garzia) Date: Wed, 4 Aug 2004 11:53:55 -0300 Subject: Dealing with creeping featurism in customer requests In-Reply-To: References: <1C121062-E624-11D8-9FC6-000A95743F7A@earthlink.net> Message-ID: <1B84832C-E626-11D8-8E69-0003936D012E@mac.com> On Aug 4, 2004, at 11:44 AM, Marian Petrides wrote: > >>>When I was a builder I made the customer pay in advance for all > feature improvements beyond the original contract. That tends to put > the burden of hell back on the customer. > > Not a bad idea, Mark. > If I was smarter, I would have done that, now, a simple directory app turned into a SAP clone... damn.... Andre > M > -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From rbarber at yhb.att.ne.jp Wed Aug 4 10:59:23 2004 From: rbarber at yhb.att.ne.jp (ron barber) Date: Wed, 4 Aug 2004 23:59:23 +0900 Subject: RevPrintText/Field/Card problems In-Reply-To: References: <8B4CF466-E61C-11D8-ACE3-000A95DAEEF0@yhb.att.ne.jp> Message-ID: Hi Rob Yes, that would seem the natural thing to do, however my results were the same as the htmltext attemp viz. blank sheets. The htmltext does actually, appear in the variable watcher as html tagged text with the language = japanese (in my case) and numbers representing the characters. It seems that revprinttext loses something in the translation. But I would loved to be proved wrong and the fault be mine. Thanks Ron On Aug 4, 2004, at 10:56 PM, Rob Cozens wrote: >> put the htmltext of fld 1 into thetext > > Hi Ron, > > Have you tried "put the unicodeText of fld 1 into theText"? > -- > > Rob Cozens > CCW, Serendipity Software Company From nonsanity at fluffandsuch.com Wed Aug 4 10:56:41 2004 From: nonsanity at fluffandsuch.com (Nonsanity) Date: Wed, 04 Aug 2004 10:56:41 -0400 Subject: Switch statement In-Reply-To: References: Message-ID: <4110F929.80305@fluffandsuch.com> If you are searching for your words in a larger string, then this won't work with a case statement. Case statements are better (that is, slightly faster - maybe) than if-then-else chains when you are comparing a single variable with multiple constants. If you need to perform processing (like a "contains" find-like command) or use multiple variables and conditions, or compare against other variables... Then case is not the way to go. If your "Text" variable contains nothing but "ballast", "bulk", or something else, then just drop the "contains" keyword. If "Text" is a larger string, like "16-ton ballast" (which in your case it is), then switch to a chained if-then-else: if "ballast" is in Text then put "no cargo" into fld "e4" else if "bulk" is in Text then put "oil bunkjers into fld "e5" else put "general cargo" into fld "e6" end if ~ Chris Innanen ~ Nonsanity ~ AIM: FluffAndSuch Bill wrote: > switch (Text) contains > case "ballast" > put "no cargo" into fld "e4" > break > case "bulk" > put "oil bunkers" into fld "e5" > break > default > put "general cargo" into fld "e6" > end switch > > The above is a simple switch where (Text) is more than one word and I am > looking to see if that list of words contains one particular word. I have > tried every possible permutation of this and can't find the simple answer. > Maybe I have to do like in MySQL and put ? Before and after my search word > although that is particular for MySQL. > > What is the easiest way to do this (other than three separate if statements) > -- I would like to get the switch working with a "contains" search. > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From jhurley at infostations.com Wed Aug 4 11:56:28 2004 From: jhurley at infostations.com (Jim Hurley) Date: Wed, 4 Aug 2004 08:56:28 -0700 Subject: Bulk mail sorting In-Reply-To: <20040804015236.A49BF93008D@mail.runrev.com> References: <20040804015236.A49BF93008D@mail.runrev.com> Message-ID: >--------------------- > >Message: 5 >Date: Tue, 3 Aug 2004 15:42:16 -0400 >From: "Dave LeYanna" >Subject: RE: Bulk mail sorting >To: "'How to use Revolution'" >Message-ID: <20040803193807.2486F30AC3 at mail.rtl.org> >Content-Type: text/plain; charset="us-ascii" > >If you are trying to get the best possible rates you need a lot more than >CR. You also have to have your addresses PAVE certified and CASS processed. >Barcodes for labels and tray/sack tags need to be generated. Government >style reports created, and sorting rules beyond measure. Just take a look at >the bulk rate section of the Domestic Mail Manual at the USPS site. The USPS >does provide data bases (at a subscription cost) and the software created >using the tables needs to be approved by a post office testing procedure. >It's all very ugly. We plan on attempting it sometime in the future but for >now we use commercial software. A couple of providers are Melissa Data and >Datatech Smartsoft. > >If you plan to go ahead let me know as we may be able to work together as >this is a future project for us also... > >Dave LeYanna > >-----Original Message----- >From: use-revolution-bounces at lists.runrev.com >[mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of kee nethery >Sent: Tuesday, August 03, 2004 12:41 PM >To: How to use Revolution >Subject: Re: Bulk mail sorting > > >On Aug 3, 2004, at 9:23 AM, Jim Hurley wrote: > >> Has anyone worked on creating software to sort mail to achieve US Post >> Office bulk rates, in particular sorting by carrier route? > >no but the CD the USPS puts out is very easy to parse so if you have the >data, you can combine with the addresses and then just sort. Should be "a >simple matter of coding" :-) . >Kee > Thanks Dave and Kee, I have looked at the Post Office regs. They are indeed ugly. Pity. It would be trivial to sort a given address list to match the Post Office's carrier routes, but the certification is a killer. And I can't see what need there is for bar codes. The whole point of the sort by carrier route is to avoid the necessity of the PO doing their own sort. Think I'll take your advice Dave and let the mailing houses handle it. This annoys me. There is little competition in my neck of the woods and they take advantage of the fact. But as my work is gratis, as a volunteer, my resources are limited. Just out of curiosity, where would I order the PO CD? Jim From jhurley at infostations.com Wed Aug 4 12:08:08 2004 From: jhurley at infostations.com (Jim Hurley) Date: Wed, 4 Aug 2004 09:08:08 -0700 Subject: [ANN] vector to pdf In-Reply-To: <20040804015236.A49BF93008D@mail.runrev.com> References: <20040804015236.A49BF93008D@mail.runrev.com> Message-ID: > >Message: 19 >Date: Tue, 3 Aug 2004 17:28:58 -0700 (PDT) >From: Alejandro Tejada >Subject: Re: [ANN] vector to pdf >To: use-revolution at lists.runrev.com >Message-ID: <20040804002858.75270.qmail at web40507.mail.yahoo.com> >Content-Type: text/plain; charset=us-ascii > >Hi Developers, > >After a lot of discussion about the need of >pdf in this platform, i get surprised that no >interest showed to this handler to export >the vector graphics of a stack as pdf. >It's a humble start to learn to write pdf >from within RR/MC. > > Hi Al, Actually you have solved my needs for a PDF exporter within RunRev with your generous work allowing us to export RunRev graphics as an Illustrator file. What I do now is use your utility to export any RR graphic as an Illustrator file, open it it FreeHand, complete my work in FreeHand and export the FreeHand document as PDF. A little cumbersome, but certainly workable. Jim From psahores at easynet.fr Wed Aug 4 12:42:38 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Wed, 4 Aug 2004 18:42:38 +0200 Subject: Advise on enterprize application + clustering In-Reply-To: References: Message-ID: <4BE7CDE1-E635-11D8-A719-000A95C61E96@easynet.fr> Grettings, All, Le 3 ao?t 04, ? 08:01, MisterX a ?crit : > This is getting interesting... A bit of everything to solve > your problem (x's famous howitzer approach). The last part > may be even more interesting than the first. Remember that > enterprise means also redundancy and zero-downtime ;) !!! --> Always have this in mind (aka : only ACID compliant RDBMS back-ends are eligibles there). In respecting this basis, the applications server will always be cleanly designed (with, sorry for the possibles Java's addicts reading us, to the end, Tomcat, JBoss no more suitables at all than Metacard or Revolution...). > Unfortunately there is some risks of lock ups if not done > carefully... But here are 3 things you could try: > > 1) > > In a three tiered cluster strategy, mentioned in a clustering > class I had recently, there were three actors > > client -> server1 -> server2 > > client -> server2 is not possible because of the firewall. > > but server1 -> server2 is fine and client -> server1 is ok2 An usefull ports translation strategy, always very suitable, even in about proxying / firewalling applications servers... > > if client cannot use sql but can use client1's ports, > and assuming client1 and client2 can do the sql bit... > > then you need a port configurable client server networking > protocol. > > in brief: > RRclient -> RR on Server -> SQLserver > > between RRclient and RRserver you use whatever protocol (80!) > Best is to have your client ask their network administrator > to see what is allowed and for what purpose. > > If you saw the forms we have to fill in for these requests > at my office you would scream! For sure very cool and secure from the cluster administrator's point of view... > > 2) > > For the clustering part now... For a redundant server... > but you can have more than one server also... > > Run two instances of RR. Named RRServer1 and RRS2. > Now only one application must work with the port communication > at the time but you can imagine either that one is locked up, > not responding, or working hard. It would be nice to have RR2 > take over the next client's server call... > > What you do, is create a temporary file called rr1alive where > you write a frequent log - the frequency is the timeout for RR2 > to kick and start working. > > There's the case where the RR1alive file is locked by the RR1, > which should be working but which should be closing the file. > > (is there a FileLocked(filepath) function in rr?) > You can use the file's date from the extended files function to > see the date anyway. > > So if there is a timeout trying to read that file, RR1 must be > locked. Terminate the process RR1. Relaunch RR1 and give it the > hand when you finished the current client processing. > > Note: usage of a different log for operations than the alivelog > is worth the trouble. You could keep a log opened in the case of > a processing but the alivelog should be kept closed to see when > the last alive was logged to prevent a double server taking parts > each of the same client's transactions (this can be prevented ez). > > Since transactions with SQL could take a while and queue up clients > you could imagine that another RRx takes over while the other > apps finish their transactions. Hum ! I like your proposal design, Xavier but why would we have to reinvent the wheel of the "transactions manager concept" when we can let Apache (on the in/out to public/VPN internet side) and the ACID-DB transactions managers handle tthat all for our Rev's applications server ? > > 3) > The cherry on the cake > > Now, if RunRev implemented threading into RR for 3.0, we would have > this process written into just one server application. It's one > thing that differentiates Java from RR... That's mainly marketing... Even if unofficial, the JAVA 1.4 best practices recommandation is to never exced 3 simultaneous bytecode threads per web-services (aka : best to let dedicaded parts of the system handle such kind of tasks, including the Posix kernel's multi-theading features (very well suited under Linux), the Apache and ACID-DB servers ones). > BUT wait a millisecond, > requesting web urls is threaded and could be used also as a > transaction protocol for any client over port 80 couldn't it? True. Apache is build to handle that all for us (in synchronious mode) in opening a new thread for each incoming request. By experience, the MC/Rev applications servers are just best coached in this way than by any internal transcript dedicated code and, because, the WAS works, in practice,; always faster than the DB backend, there is no wait at all, each transaction thread after an other. > > If well formed, im sure you can send xml or any data embeded into > an client-side html-form request on good old port 80! 100 times true ! Simplicity is there the best entry to build secure and clean... > Using mysqlmgr in html, you can send loads of sql data via a form > to the server. > > ;) Cool and very "pedagogique" (as we say so much, there, in France) post ! Thanks, Xavier :D Best, Pierre > > >> -----Original Message----- >> From: use-revolution-bounces at lists.runrev.com >> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Andre >> Garzia >> Sent: Tuesday, August 03, 2004 00:08 >> To: How to use Revolution >> Subject: Re: Advise on enterprize application. >> >> >> >> On Aug 2, 2004, at 6:51 PM, Mark Wieder wrote: >> >>> Andre- >>> >>> I'd have to agree with Trevor here that a multi-tiered approach is >>> the >>> way to go. I think you'll have an easier time of it than trying to >>> stuff everything into a giant rev app (not to mention an easier time >>> doing maintenance in the long run). >>> >> >> Mark, >> >> Thanks! Already on that path! I just need to know how to make that >> database library work in the mc engine... it's not there... >> >> Andre >> >> >>> -- >>> -Mark Wieder >>> mwieder at ahsoftware.net >>> >>> >> -- >> Andre Alves Garzia ? 2004 >> Soap Dog Studios - BRAZIL >> http://studio.soapdog.org >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" From psahores at easynet.fr Wed Aug 4 13:10:26 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Wed, 4 Aug 2004 19:10:26 +0200 Subject: [ANN] vector to pdf In-Reply-To: <20040804002858.75270.qmail@web40507.mail.yahoo.com> References: <20040804002858.75270.qmail@web40507.mail.yahoo.com> Message-ID: <2DBF5BCA-E639-11D8-A719-000A95C61E96@easynet.fr> Thanks Alejandro, Will spend a couple of hours with it (Linux, Panther). Best, Pierre Le 4 ao?t 04, ? 02:28, Alejandro Tejada a ?crit : > Hi Developers, > > After a lot of discussion about the need of > pdf in this platform, i get surprised that no > interest showed to this handler to export > the vector graphics of a stack as pdf. > It's a humble start to learn to write pdf > from within RR/MC. > > I just ask for feedback on PDF readers error messages > on linux and mac os x. > > Just in case that the original message > get lost in the mail, i'll post here again: > > on Sun, 25 Jul 2004 > Alejandro Tejada wrote: > > 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 reference table", > but at least the file opens... :-)) > > Inform to the mail list about any incompabilities > and error messages with Acrobat 6 and Readers from > Mac OS X and Linux. > > If you want to help to write the code needed to > write text and images with this handler, download > the PDF reference manual. Look in Google for > "PDF reference manual". > > Thanks a lot to Richard Gaskin for his help with > the colornames funtions. > > al > > > > ===== > Visit my site: > http://www.geocities.com/capellan2000/ > Search the mail list: > http://mindlube.com/cgi-bin/search-use-rev.cgi > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - You care about security. So do we. > http://promotions.yahoo.com/new_mail > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" From klaus at major-k.de Wed Aug 4 13:18:37 2004 From: klaus at major-k.de (Klaus Major) Date: Wed, 4 Aug 2004 19:18:37 +0200 Subject: margins and tabstops Message-ID: <52911858-E63A-11D8-85E8-000A27B49A96@major-k.de> Hi all, did someone notice that the TABs do not respect the set margins of a field? Example: I have a field where i set the margins to "60,4,4,4" because i need some "room" on the left side... But when i set the tabstops they do not "respect" the margins...? The tabstop STAYS at 140 or whatever and therefore i cannot use the "vgrid" property to display the text in the field correctly... Know what i mean? Create a field with a wide left margin, set the TABS, put some tabs and text into it and turn on the "vgrid"... Et voila, completely "out of sync" :-( Bug or feature? Regards Klaus Major klaus at major-k.de http://www.major-k.de From mwieder at ahsoftware.net Wed Aug 4 13:22:19 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Wed, 4 Aug 2004 10:22:19 -0700 Subject: Corrupted Files in OS X In-Reply-To: <14E518D2-E5BB-11D8-ABB1-000D9350C9C2@videotron.ca> References: <14E518D2-E5BB-11D8-ABB1-000D9350C9C2@videotron.ca> Message-ID: <821432790.20040804102219@ahsoftware.net> Gregory- I'm not sure if this is relevant to your problem, but have a look at the customProperties in revPreferences. I've been having similar problems occasionally and having to clear out corrupted paths from the cRecentPaths property. (BZ #1752) -- -Mark Wieder mwieder at ahsoftware.net From rcozens at pon.net Wed Aug 4 13:28:56 2004 From: rcozens at pon.net (Rob Cozens) Date: Wed, 4 Aug 2004 10:28:56 -0700 Subject: margins and tabstops In-Reply-To: <52911858-E63A-11D8-85E8-000A27B49A96@major-k.de> References: <52911858-E63A-11D8-85E8-000A27B49A96@major-k.de> Message-ID: >Create a field with a wide left margin, set the TABS, put some tabs and text >into it and turn on the "vgrid"... > >Et voila, completely "out of sync" :-( > >Bug or feature? Or just the way that it works, Klaus. I believe tabStops are absolute positions: tabStop pixels from the left of the field or the last tabStop. I have not tried this, but I believe you can obtain the same "out of sync"ness by radically changing the font size of the field's contents. You need to account for your margins and font size if you want vGrids to change dynamically when margins &/or font size changes. -- Rob Cozens CCW, Serendipity Software Company "And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee." from "The Triple Foole" by John Donne (1572-1631) From mwieder at ahsoftware.net Wed Aug 4 13:33:34 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Wed, 4 Aug 2004 10:33:34 -0700 Subject: since I am in Hell, let's all have fun... we might end with a case study. In-Reply-To: References: <20040803222909.9889.qmail@web61109.mail.yahoo.com> Message-ID: <1622107620.20040804103334@ahsoftware.net> Andre- Wednesday, August 4, 2004, 7:08:34 AM, you wrote: AG> but that's just my theory, I don't know why I typed this, I just awoke, AG> took a bath and checked email... I'll begin to make more sense after AG> tea. What? You took a bath BEFORE checking your email? -- -Mark Wieder mwieder at ahsoftware.net From klaus at major-k.de Wed Aug 4 13:46:24 2004 From: klaus at major-k.de (Klaus Major) Date: Wed, 4 Aug 2004 19:46:24 +0200 Subject: margins and tabstops In-Reply-To: References: <52911858-E63A-11D8-85E8-000A27B49A96@major-k.de> Message-ID: <34099AD8-E63E-11D8-85E8-000A27B49A96@major-k.de> Hi Rob, >> Create a field with a wide left margin, set the TABS, put some tabs >> and text >> into it and turn on the "vgrid"... >> >> Et voila, completely "out of sync" :-( >> >> Bug or feature? > > Or just the way that it works, Klaus. I was afraid of that ;-) > I believe tabStops are absolute positions: tabStop pixels from the > left of the field or the last tabStop. Sure, makes sense... > I have not tried this, but I believe you can obtain the same "out of > sync"ness by radically changing the font size of the field's contents. No, a tab at 200 is a tab at 200. > You need to account for your margins and font size if you want vGrids > to change dynamically when margins &/or font size changes. Only one size and font and style... Please try it out by yourself, you have to see it ;-) I simply cannot use the "vgrid" to prevent text from "displacing" the next tabs... I will have to "reorder" my list field entries, but then i will have more "vgrid" lines in my field than i want... Too bad :-( > Rob Cozens > CCW, Serendipity Software Company > > "And I, which was two fooles, do so grow three; > Who are a little wise, the best fooles bee." > > from "The Triple Foole" by John Donne (1572-1631) Regards Klaus Major klaus at major-k.de http://www.major-k.de From alw918 at earthlink.net Wed Aug 4 13:46:45 2004 From: alw918 at earthlink.net (Andrew) Date: Wed, 4 Aug 2004 10:46:45 -0700 Subject: New Version of Rev.... Executables In-Reply-To: <20040804143804.E78F3930058@mail.runrev.com> Message-ID: <40B94FD9-E63E-11D8-B5DE-000393DD0724@earthlink.net> Sorry to scare you, Ray. :) But you're right. Here is the Rev stack. http://ultimate.atomkinder.net/VillageIdiot.rev As I said, with the Windows standalone, you the keyup doesn't work. And with the Mac standalone, it doesn't seem to work at all-- that is, it doesn't work after I've uploaded it to my site and then downloaded it as if I were a user. This is weird, aint it? But it is so. Thanks for any help you can offer! -Andrew On Wednesday, August 4, 2004, at 07:38 AM, use-revolution-request at lists.runrev.com wrote: > Nothing personal, but you're asking us to download and run an > executable... > not to sound paranoid, but I don't know too many people who'll take > you up > on the offer... perhaps you can post your .rev stack and we can build > our > own standalones and test it? From RGould8 at aol.com Wed Aug 4 14:09:27 2004 From: RGould8 at aol.com (RGould8 at aol.com) Date: Wed, 4 Aug 2004 14:09:27 EDT Subject: revGoUrl and IE 5.1 Message-ID: <6.2f98c291.2e428057@aol.com> There's something fishy going on with the way revGoURL works and Internet Explorer 5.1 on Mac OS X: With IE 5.2 or 5.2.3 set up as the default browser, this revGoURL command works fine: revGoURL "file:///Users/test/Desktop/FIOS_8_2g/DATA/HTML/fiosbiz.htm" However, if the user has IE 5.1 set up as their default browser, Revolution fails to launch the browser to the locally-stored html file. Any idea what could be causing that? Is there a unix call I could use instead to get around this problem? From bill at bluewatermaritime.com Wed Aug 4 14:28:01 2004 From: bill at bluewatermaritime.com (Bill) Date: Wed, 04 Aug 2004 14:28:01 -0400 Subject: Switch statement In-Reply-To: <20040804160017.D60A69300CF@mail.runrev.com> Message-ID: Thanks this worked. I thought you had to use a switch statement because an if statement could only have one "else". Now I realize a switch/case statement is only used because it is faster for comparing one item against other items to match exactly. This is an example of how an old hypercard programmer can do lots of stuff without really knowing anything about programming. I do notice that all the runrev processes like this run so fast it doesn't really matter. The only thing slowing down my program is the calls to the database and I'm starting to put all those in global containers to speed things up by just accessing the variables. > if "ballast" is in Text then > put "valuable contraband" into fld "e4" > else if "bulk" is in Text then > put "illegal aliens" into fld "e5" > else > put "go visit Andre in South America" into fld "e6" > end if From patricia.de.martelaere at pi.be Wed Aug 4 14:46:20 2004 From: patricia.de.martelaere at pi.be (Patricia De Martelaere) Date: Wed, 4 Aug 2004 20:46:20 +0200 Subject: margins and tabstops Message-ID: <93BC4456-E646-11D8-8EB0-000A95DAEFDA@pi.be> > ? From: Klaus Major > ? Subject: margins and tabstops > ? Date: Wed, 04 Aug 2004 10:17:44 -0700 > > Hi all, > > > did someone notice that the TABs do not respect the set > margins of a field? > > > Example: > I have a field where i set the margins to "60,4,4,4" because i need > some > "room" on the left side... > > > But when i set the tabstops they do not "respect" the margins...? > > > The tabstop STAYS at 140 or whatever and therefore i cannot use the > "vgrid" property to display the text in the field correctly... > > > Know what i mean? > > Create a field with a wide left margin, set the TABS, put some tabs > and text > into it and turn on the "vgrid"... > > > Et voila, completely "out of sync" :-( > > > Bug or feature? > > > > Regards > > > Klaus Major Hi Klaus, May be you will consider this a work around but why not format the tabs and use the tabs to show the text in the cell you want? like for example: constant origTabs = 30,30,30,30,30,30,30,30,30 ---- or whatever format on resetcolumns set the tabstops of fld 1 to origTabs end resetcolumns on showcolumn x get origTabs put into item x of it set the tabstops of fld 1 to it end showcolumn Greetings, WA From howard.bornstein at gmail.com Wed Aug 4 14:49:19 2004 From: howard.bornstein at gmail.com (Howard Bornstein) Date: Wed, 4 Aug 2004 14:49:19 -0400 Subject: How do I allow quotation marks in input text? In-Reply-To: <05C2A073-E5BB-11D8-8653-000A95909E26@mac.com> References: <05C2A073-E5BB-11D8-8653-000A95909E26@mac.com> Message-ID: <3f07cc260408041149249c3b93@mail.gmail.com> On Tue, 3 Aug 2004 22:02:37 -0400, Stephen Paul McNutt wrote: > I've got a field into which users enter questions for a game, but > single and double quotation marks don't display properly later when > they appear in the game. They become boxes. Is this a font issue? > I've tried several fonts. I thought it was because the quotation marks > were reserved characters, but they don't end the display of the string > as I'd expect if they were. It's not clear exactly what you mean. For example, if your user enters the following into a field: This is some "text" with 'quote' marks. You should be able to move this text around (put fld "questions" into fld "answers") with no problems and the quotes will come right along. Maybe you can give some examples of what you're trying to do and what happens when you do it. Regards, Howard Bornstein ----------------------- www.designeq.com From rcozens at pon.net Wed Aug 4 14:57:44 2004 From: rcozens at pon.net (Rob Cozens) Date: Wed, 4 Aug 2004 11:57:44 -0700 Subject: margins and tabstops In-Reply-To: <34099AD8-E63E-11D8-85E8-000A27B49A96@major-k.de> References: <52911858-E63A-11D8-85E8-000A27B49A96@major-k.de> <34099AD8-E63E-11D8-85E8-000A27B49A96@major-k.de> Message-ID: >>I have not tried this, but I believe you can obtain the same "out >>of sync"ness by radically changing the font size of the field's >>contents. > >No, a tab at 200 is a tab at 200. > >>You need to account for your margins and font size if you want >>vGrids to change dynamically when margins &/or font size changes. > >Only one size and font and style... > >Please try it out by yourself, you have to see it ;-) Yes, I see it now, Klaus; If I didn't know better, I'd say the field is acting like a right-justified column in a spreadsheet. Just as strange, if I make the font size large enough, the end of the text before the tab disappears under the text after the tab. This conjures up memories of left-justified spreadsheet entries. Is it just coincidence that Vertical grid is listed among Table properties? -- Rob Cozens CCW, Serendipity Software Company "And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee." from "The Triple Foole" by John Donne (1572-1631) From kray at sonsothunder.com Wed Aug 4 14:59:52 2004 From: kray at sonsothunder.com (Ken Ray) Date: Wed, 04 Aug 2004 13:59:52 -0500 Subject: unresponsive menus In-Reply-To: Message-ID: On 8/3/04 4:17 PM, "moe2 at shaw.ca" wrote: > im an old HC?er, using OS 9 on an iMac. i have just downloaded the RR trial > version. RR opens fine. i select the ?Help? menu > ... then i see menuItem ?Documentation cmd-?? > so i try cmd-? ... nothing happens > but cmd-shift-? works ... is this a bug? Personally I think it is a bug - even though *technically* to get the ? you need to hold down the shift key, I still think that RR should trap both cmd-/ and cmd-shift-/ to activate the Cmd-? Documentation menu item. > i see there is no ?checkmark? beside the menuItem ?Documentation? in ?Help? > menu when the ?Documentation? window is open. is this a bug? > ... the menuItems in the ?View? menu have checkmarks! No, I don't think so. I've seen many apps that don't toggle the checkmarks for non-palette windows. > so then i select menuItem ?Transcript Dictionary? in menu ?Help? ... > nothing happens. is this a bug? Yup. The already open documentation window should shift to show the TD... it's not. > i close the Documentation window. select menuItem ?Transcript Dictionary? in > menu ?Help? ... this works ... and very nice too i might add ... but no > checkMark beside the menuItem. is this a bug? No, for the same reason as the Documentation menu item I mentioned above. > then i select menuItem ?Documentation? in the ?Help? menu > ... nothing happens ... is this a bug? Yes. Same as the bug above - basically they need to switch the docs to whatever is selected in the Help menu. > is someone going to address these in the current beta version ? I hope so, but I know right now there's a focus on fixing functional bugs vs. cosmetic ones, so it may not be addressed in the next version of Rev. HTH, Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: kray at sonsothunder.com From soapdog at mac.com Wed Aug 4 15:11:21 2004 From: soapdog at mac.com (Andre Garzia) Date: Wed, 4 Aug 2004 16:11:21 -0300 Subject: Switch statement In-Reply-To: References: Message-ID: <12793A38-E64A-11D8-BB50-0003936D012E@mac.com> On Aug 4, 2004, at 3:28 PM, Bill wrote: >> else >> put "go visit Andre in South America" into fld "e6" >> end if Oh boy.... if there's a bug in this software I'll end with ballast or illegal aliens in my home!!!! :-) Andre -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From tac at mac.com Wed Aug 4 15:12:32 2004 From: tac at mac.com (Takaaki Furukawa) Date: Wed, 4 Aug 2004 12:12:32 -0700 Subject: Image format Message-ID: <3CAF632E-E64A-11D8-9A9C-00039308EC44@mac.com> I would like to export the data of an image object in either PNG or JPG format in CGI. But when I do this, I get a corrupted PNG file. I use Revolution Engine 2.5 (which doesn't seem to support "export image" command yet). Maybe "put into url" cannot be used with image objects? > set the paintCompression to PNG > import snapshot from rect "0,0,100,100" > put last image into myImage > put myImage into url "file:imagedir/myimage.png" Takaaki Furukawa From revdan at danshafer.com Wed Aug 4 15:25:39 2004 From: revdan at danshafer.com (Dan Shafer) Date: Wed, 4 Aug 2004 12:25:39 -0700 Subject: revGoUrl and IE 5.1 In-Reply-To: <6.2f98c291.2e428057@aol.com> References: <6.2f98c291.2e428057@aol.com> Message-ID: <11CCDB68-E64C-11D8-89F5-000A95AE42E6@danshafer.com> On Aug 4, 2004, at 11:09 AM, RGould8 at aol.com wrote: > There's something fishy going on with the way revGoURL works and > Internet > Explorer 5.1 on Mac OS X: > Sounds like an IE problem, not a Rev issue. This problem with outdated and buggy browsers comes up all the time when I do Web-based development. IE 5.1 for Mac had a few ugly bugs in it. I tell my clients that if they want to run my Web apps on IE Mac, they need to upgrade. I recognize you may not have that option. But I wanted you to know it's not an uncommon problem. Dan From revlist at cableone.net Wed Aug 4 15:27:50 2004 From: revlist at cableone.net (Chris Sheffield) Date: Wed, 4 Aug 2004 13:27:50 -0600 Subject: Rev 2.2.1 and Mac OS 10.1.5 Message-ID: <000001c47a59$222e1560$64fea8c0@chris1> Forgive me if this as been addressed before. Why is it that Rev 2.2 will run under Mac OS 10.1.5 but Rev 2.2.1 will not? This is a pretty serious thing. I have an app nearing end of production, and we just discovered that this is the case. Anyone have any ideas? Is there a workaround? I supposed I could build it using 2.2, but there are a few bug fixes in 2.2.1 that I need. Thanks, Chris Sheffield Software Developer Read Naturally --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004 From nnoydb at excite.com Wed Aug 4 15:34:55 2004 From: nnoydb at excite.com (K) Date: Wed, 4 Aug 2004 15:34:55 -0400 (EDT) Subject: Advise on enterprize application + clustering Message-ID: <20040804193455.6C2F21E423@xprdmailfe25.nwk.excite.com> If one could replace the stdin and stout handles with sockets a fork could be executed for redundcy a pipe proxy can be created for the remote process (created via sshd ir what ever sheel system you wish to use). I have been conversing with RR developers about this topic. Kevin -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely coincidental. Any resemblance between the above and my own views is non-deterministic. The question of the existence of views in the absence of anyone to hold them is left as an exercise for the reader. The question of the existence of the reader is left as an exercise for the second god coefficient. (A discussion of non-orthogonal, non-integral polytheism is beyond the scope of this article.) --- On Wed 08/04, Pierre Sahores < psahores at easynet.fr > wrote: From: Pierre Sahores [mailto: psahores at easynet.fr] To: x at monsieurx.com, use-revolution at lists.runrev.com Date: Wed, 4 Aug 2004 18:42:38 +0200 Subject: Re: Advise on enterprize application + clustering Grettings, All,

Le 3 ao?t 04, ? 08:01, MisterX a ?crit :

> This is getting interesting... A bit of everything to solve
> your problem (x's famous howitzer approach). The last part
> may be even more interesting than the first. Remember that
> enterprise means also redundancy and zero-downtime ;)

!!! --> Always have this in mind (aka : only ACID compliant RDBMS
back-ends are eligibles there). In respecting this basis, the
applications server will always be cleanly designed (with, sorry for
the possibles Java's addicts reading us, to the end, Tomcat, JBoss no
more suitables at all than Metacard or Revolution...).


> Unfortunately there is some risks of lock ups if not done
> carefully... But here are 3 things you could try:
>
> 1)
>
> In a three tiered cluster strategy, mentioned in a clustering
> class I had recently, there were three actors
>
> client -> server1 -> server2
>
> client -> server2 is not possible because of the firewall.
>
> but server1 -> server2 is fine and client -> server1 is ok2

An usefull ports translation strategy, always very suitable, even in
about proxying / firewalling applications servers...
>
> if client cannot use sql but can use client1's ports,
> and assuming client1 and client2 can do the sql bit...
>
> then you need a port configurable client server networking
> protocol.
>
> in brief:
> RRclient -> RR on Server -> SQLserver
>
> between RRclient and RRserver you use whatever protocol (80!)
> Best is to have your client ask their network administrator
> to see what is allowed and for what purpose.
>
> If you saw the forms we have to fill in for these requests
> at my office you would scream!

For sure very cool and secure from the cluster administrator's point of
view...
>
> 2)
>
> For the clustering part now... For a redundant server...
> but you can have more than one server also...
>
> Run two instances of RR. Named RRServer1 and RRS2.
> Now only one application must work with the port communication
> at the time but you can imagine either that one is locked up,
> not responding, or working hard. It would be nice to have RR2
> take over the next client's server call...
>
> What you do, is create a temporary file called rr1alive where
> you write a frequent log - the frequency is the timeout for RR2
> to kick and start working.
>
> There's the case where the RR1alive file is locked by the RR1,
> which should be working but which should be closing the file.
>
> (is there a FileLocked(filepath) function in rr?)
> You can use the file's date from the extended files function to
> see the date anyway.
>
> So if there is a timeout trying to read that file, RR1 must be
> locked. Terminate the process RR1. Relaunch RR1 and give it the
> hand when you finished the current client processing.
>
> Note: usage of a different log for operations than the alivelog
> is worth the trouble. You could keep a log opened in the case of
> a processing but the alivelog should be kept closed to see when
> the last alive was logged to prevent a double server taking parts
> each of the same client's transactions (this can be prevented ez).
>
> Since transactions with SQL could take a while and queue up clients
> you could imagine that another RRx takes over while the other
> apps finish their transactions.

Hum ! I like your proposal design, Xavier but why would we have to
reinvent the wheel of the "transactions manager concept" when we can
let Apache (on the in/out to public/VPN internet side) and the ACID-DB
transactions managers handle tthat all for our Rev's applications
server ?
>
> 3)
> The cherry on the cake
>
> Now, if RunRev implemented threading into RR for 3.0, we would have
> this process written into just one server application. It's one
> thing that differentiates Java from RR...

That's mainly marketing... Even if unofficial, the JAVA 1.4 best
practices recommandation is to never exced 3 simultaneous bytecode
threads per web-services (aka : best to let dedicaded parts of the
system handle such kind of tasks, including the Posix kernel's
multi-theading features (very well suited under Linux), the Apache and
ACID-DB servers ones).

> BUT wait a millisecond,
> requesting web urls is threaded and could be used also as a
> transaction protocol for any client over port 80 couldn't it?

True. Apache is build to handle that all for us (in synchronious mode)
in opening a new thread for each incoming request. By experience, the
MC/Rev applications servers are just best coached in this way than by
any internal transcript dedicated code and, because, the WAS works, in
practice,; always faster than the DB backend, there is no wait at all,
each transaction thread after an other.
>
> If well formed, im sure you can send xml or any data embeded into
> an client-side html-form request on good old port 80!

100 times true ! Simplicity is there the best entry to build secure
and clean...

> Using mysqlmgr in html, you can send loads of sql data via a form
> to the server.
>
> ;)

Cool and very "pedagogique" (as we say so much, there, in France) post
! Thanks, Xavier :D

Best, Pierre
>
>
>> -----Original Message-----
>> From: use-revolution-bounces at lists.runrev.com
>> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Andre
>> Garzia
>> Sent: Tuesday, August 03, 2004 00:08
>> To: How to use Revolution
>> Subject: Re: Advise on enterprize application.
>>
>>
>>
>> On Aug 2, 2004, at 6:51 PM, Mark Wieder wrote:
>>
>>> Andre-
>>>
>>> I'd have to agree with Trevor here that a multi-tiered approach is
>>> the
>>> way to go. I think you'll have an easier time of it than trying to
>>> stuff everything into a giant rev app (not to mention an easier time
>>> doing maintenance in the long run).
>>>
>>
>> Mark,
>>
>> Thanks! Already on that path! I just need to know how to make that
>> database library work in the mc engine... it's not there...
>>
>> Andre
>>
>>
>>> --
>>> -Mark Wieder
>>> mwieder at ahsoftware.net
>>>
>>>
>> --
>> Andre Alves Garzia ? 2004
>> Soap Dog Studios - BRAZIL
>> http://studio.soapdog.org
>>
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
--
Bien cordialement, Pierre Sahores

100, rue de Paris
F - 77140 Nemours

psahores+ at +easynet.fr

GSM: +33 6 03 95 77 70
Pro: +33 1 64 45 05 33
Fax: +33 1 64 45 05 33

WEB/EAI services & ACID DB over IP
"Mutualiser les deltas de productivit?"

_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From kkaufman at snet.net Wed Aug 4 16:15:39 2004 From: kkaufman at snet.net (Kurt Kaufman) Date: Wed, 4 Aug 2004 16:15:39 -0400 Subject: revGoUrl and IE 5.1 In-Reply-To: <20040804193227.EEF119300D5@mail.runrev.com> References: <20040804193227.EEF119300D5@mail.runrev.com> Message-ID: <0D962E3C-E653-11D8-B4BE-0003937052EC@snet.net> > There's something fishy going on with the way revGoURL works and > Internet > Explorer 5.1 on Mac OS X: > Just a thought: Could this have something to do with IE 5.1 in relation to the "Classic" environment and default browser preferences? From mwieder at ahsoftware.net Wed Aug 4 16:32:32 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Wed, 4 Aug 2004 13:32:32 -0700 Subject: Rev 2.2.1 and Mac OS 10.1.5 In-Reply-To: <000001c47a59$222e1560$64fea8c0@chris1> References: <000001c47a59$222e1560$64fea8c0@chris1> Message-ID: <17112846382.20040804133232@ahsoftware.net> Chris- Wednesday, August 4, 2004, 12:27:50 PM, you wrote: CS> Why is it that Rev 2.2 will run under Mac OS 10.1.5 but Rev 2.2.1 will not? I ran into this doing my presentation at the RMS - I had to resurrect my laptop, got OSX 10.2 and rev 2.2.1 installed just before my demo, and couldn't get anything to work. Afterwards, once I managed to run Software Update and get up to 10.2.8 everything was fine. -- -Mark Wieder mwieder at ahsoftware.net From klaus at major-k.de Wed Aug 4 16:45:16 2004 From: klaus at major-k.de (Klaus Major) Date: Wed, 4 Aug 2004 22:45:16 +0200 Subject: Image format In-Reply-To: <3CAF632E-E64A-11D8-9A9C-00039308EC44@mac.com> References: <3CAF632E-E64A-11D8-9A9C-00039308EC44@mac.com> Message-ID: <310124E5-E657-11D8-85E8-000A27B49A96@major-k.de> Kon'ichi wa Furukawa-san, > I would like to export the data of an image object in either PNG or JPG > format in CGI. > But when I do this, I get a corrupted PNG file. I use Revolution > Engine 2.5 > (which doesn't seem to support "export image" command yet). > Maybe "put into url" cannot be used with image objects? Try this, which is a bit shorter, too :-) ... import snapshot from rect "0,0,100,100" export last image to file "imagedir/myimage.png" as PNG ... Hope that helps. > Takaaki Furukawa Sayonara Klaus Major klaus at major-k.de http://www.major-k.de From klaus at major-k.de Wed Aug 4 16:47:21 2004 From: klaus at major-k.de (Klaus Major) Date: Wed, 4 Aug 2004 22:47:21 +0200 Subject: margins and tabstops In-Reply-To: References: <52911858-E63A-11D8-85E8-000A27B49A96@major-k.de> <34099AD8-E63E-11D8-85E8-000A27B49A96@major-k.de> Message-ID: <7B7D3978-E657-11D8-85E8-000A27B49A96@major-k.de> Hi Rob, >>> I have not tried this, but I believe you can obtain the same "out of >>> sync"ness by radically changing the font size of the field's >>> contents. >> No, a tab at 200 is a tab at 200. >>> You need to account for your margins and font size if you want >>> vGrids to change dynamically when margins &/or font size changes. >> Only one size and font and style... >> Please try it out by yourself, you have to see it ;-) > > Yes, I see it now, Klaus; Great :-) > If I didn't know better, I'd say the field is acting like a > right-justified column in a spreadsheet. > Just as strange, if I make the font size large enough, the end of the > text before the tab disappears > under the text after the tab. This conjures up memories of > left-justified spreadsheet entries. Very strange, isn't it? > Is it just coincidence that Vertical grid is listed among Table > properties? Dunno... But "vgrid" was there long before "table" objects ;-) > Rob Cozens > CCW, Serendipity Software Company > > "And I, which was two fooles, do so grow three; > Who are a little wise, the best fooles bee." > > from "The Triple Foole" by John Donne (1572-1631) Regards Klaus Major klaus at major-k.de http://www.major-k.de From 36degrees at runrev.com Wed Aug 4 16:54:30 2004 From: 36degrees at runrev.com (Mark Waddingham) Date: Wed, 4 Aug 2004 21:54:30 +0100 (BST) Subject: Image format In-Reply-To: <3CAF632E-E64A-11D8-9A9C-00039308EC44@mac.com> References: <3CAF632E-E64A-11D8-9A9C-00039308EC44@mac.com> Message-ID: Hi Takaaki, The reason you are getting corrupted PNG's is probably because you are putting the image into a 'text' URL. You should do put myImage into URL "binfile:imagedir/myimage.png" To clarify what's going on, if you put something into a 'file' URL, Revolution will assume what you are putting is text and output the appropriate end-of-line markers for the platform you are on. Using a 'binfile' URL will stop Revolution meddling in this way :o) Some of you may have noticed the 'corrupt PNG messages' appearing on the console in an earlier alpha/beta of Revolution 2.5 then this was the cause... (Ahem) I kinda got caught out on this one when importing images for revOnline... Best wishes, Mark. --------------------------------------------------------------------- Mark Waddingham ~ 36degrees @ runrev.com ~ http://www.runrev.com/ Runtime Revolution ~ User-Centric Development Tools On Wed, 4 Aug 2004, Takaaki Furukawa wrote: > I would like to export the data of an image object in either PNG or JPG > format in CGI. > But when I do this, I get a corrupted PNG file. I use Revolution Engine > 2.5 > (which doesn't seem to support "export image" command yet). > Maybe "put into url" cannot be used with image objects? > > > set the paintCompression to PNG > > import snapshot from rect "0,0,100,100" > > put last image into myImage > > put myImage into url "file:imagedir/myimage.png" > > Takaaki Furukawa > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From klaus at major-k.de Wed Aug 4 16:55:37 2004 From: klaus at major-k.de (Klaus Major) Date: Wed, 4 Aug 2004 22:55:37 +0200 Subject: Image format In-Reply-To: <310124E5-E657-11D8-85E8-000A27B49A96@major-k.de> References: <3CAF632E-E64A-11D8-9A9C-00039308EC44@mac.com> <310124E5-E657-11D8-85E8-000A27B49A96@major-k.de> Message-ID: Kunban wa Furukawa-san ;-) > Kon'ichi wa Furukawa-san ;-) > >> I would like to export the data of an image object in either PNG or >> JPG >> format in CGI. >> But when I do this, I get a corrupted PNG file. I use Revolution >> Engine 2.5 >> (which doesn't seem to support "export image" command yet). Sorry, did overread this completely... Although i think this was in 2.5...? But am not sure... Anyway, try this: set the paintCompression to PNG import snapshot from rect "0,0,100,100" put last mage into url "binfile:imagedir/myimage.png" Hope THIS helps :-) Sayoonara Klaus Major klaus at major-k.de http://www.major-k.de From klaus at major-k.de Wed Aug 4 16:58:05 2004 From: klaus at major-k.de (Klaus Major) Date: Wed, 4 Aug 2004 22:58:05 +0200 Subject: margins and tabstops In-Reply-To: <93BC4456-E646-11D8-8EB0-000A95DAEFDA@pi.be> References: <93BC4456-E646-11D8-8EB0-000A95DAEFDA@pi.be> Message-ID: Hi Patricia De Martelaere, (Wouter? ;-) > ... > Hi Klaus, > > May be you will consider this a work around but why not format the > tabs and use the tabs to show the text in the cell you want? > like for example: > constant origTabs = 30,30,30,30,30,30,30,30,30 ---- or whatever format > > on resetcolumns > set the tabstops of fld 1 to origTabs > end resetcolumns > > on showcolumn x > get origTabs > put into item x of it > set the tabstops of fld 1 to it > end showcolumn Sorry, does not work for me, i just have an ordinary list-field. Maar, hartelijk bedankt :-) > Greetings, > WA Regards Klaus Major klaus at major-k.de http://www.major-k.de From mwieder at ahsoftware.net Wed Aug 4 18:05:06 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Wed, 4 Aug 2004 15:05:06 -0700 Subject: OT: Javascript to close any prev open windows In-Reply-To: <45.124d7e14.2e4244dd@aol.com> References: <45.124d7e14.2e4244dd@aol.com> Message-ID: <13018400158.20040804150506@ahsoftware.net> RGould8- Wednesday, August 4, 2004, 6:55:41 AM, you wrote: Rac> Does anyone know if a means in Javascript to write an "onload" handler that Rac> detects any previously opened windows in Internet Explorer and automatically Rac> closes them when the present html page opens? JavaScript doesn't maintain a list of windows. http://www.faqts.com/knowledge_base/view.phtml/aid/1460/fid/124 Aside from the social repercussions of closing a user's browser windows, is there some reason you need to do this so draconically? I think the whole idea of having separate browser windows is so that they can be independently opened and closed. Of course, if they're windows you've opened yourself from your app then you should be able to maintain an array and close them at the appropriate time. Otherwise, short of closing the browser and relaunching your url, I think you're out of luck on this. -- -Mark Wieder mwieder at ahsoftware.net From ambassador at fourthworld.com Wed Aug 4 19:19:36 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Wed, 04 Aug 2004 19:19:36 -0400 Subject: openbase connectivity? In-Reply-To: <535923C4-E5EC-11D8-B4D1-000A95CEF6CE@keyoptions.com.au> References: <535923C4-E5EC-11D8-B4D1-000A95CEF6CE@keyoptions.com.au> Message-ID: <41116F08.6090007@fourthworld.com> Rick Wylie wrote: > Is there a database connection tool for Openbase? There isn't yet, but Chipp and I had the good fortune of speaking with OpenBase's CTO, Scott Keith, at WWDC last month. Mr. Keith was very intrigued by Rev's flexibility, and definitely recognizes the opportunity it represents as an onmi-platform GUI toolkit for OpenBase customers. He said that they can't devote the resources to writing a Rev API themselves he'd happily provide technical assistance to anyone who wanted to take that up. If one of you wants to write an external to interface with OpenBase please contact me offlist and I'll provide introductions. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From tac at mac.com Wed Aug 4 19:19:43 2004 From: tac at mac.com (Takaaki Furukawa) Date: Wed, 4 Aug 2004 16:19:43 -0700 Subject: Image format In-Reply-To: References: <3CAF632E-E64A-11D8-9A9C-00039308EC44@mac.com> Message-ID: Hi Mark, Thank you for the information. The file was still corrupt after using "binfile:", but I found out something. I hexdump'ed the corrupted file, and obviously the PNG file did not have any headers. But files created with "export" command (which is not supported by Revolution Engine 2.5) do have headers. So it looks like "put into url" command does not add any headers to the file to be saved. And I wonder if what kind of format an image is in when the image is "put into url." On Aug 4, 2004, at 1:54 PM, Mark Waddingham wrote: > Hi Takaaki, > > The reason you are getting corrupted PNG's is probably because you are > putting the image into a 'text' URL. You should do > put myImage into URL "binfile:imagedir/myimage.png" > > To clarify what's going on, if you put something into a 'file' URL, > Revolution will assume what you are putting is text and output the > appropriate end-of-line markers for the platform you are on. Using a > 'binfile' URL will stop Revolution meddling in this way :o) > > Some of you may have noticed the 'corrupt PNG messages' appearing on > the > console in an earlier alpha/beta of Revolution 2.5 then this was the > cause... (Ahem) I kinda got caught out on this one when importing > images > for revOnline... > > Best wishes, > > Mark. > > --------------------------------------------------------------------- > Mark Waddingham ~ 36degrees @ runrev.com ~ http://www.runrev.com/ > Runtime Revolution ~ User-Centric Development Tools > > On Wed, 4 Aug 2004, Takaaki Furukawa wrote: > >> I would like to export the data of an image object in either PNG or >> JPG >> format in CGI. >> But when I do this, I get a corrupted PNG file. I use Revolution >> Engine >> 2.5 >> (which doesn't seem to support "export image" command yet). >> Maybe "put into url" cannot be used with image objects? >> >>> set the paintCompression to PNG >>> import snapshot from rect "0,0,100,100" >>> put last image into myImage >>> put myImage into url "file:imagedir/myimage.png" >> >> Takaaki Furukawa >> >> _______________________________________________ >> use-revolution mailing list >> use-revolution at lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From lists at mangomultimedia.com Wed Aug 4 19:49:01 2004 From: lists at mangomultimedia.com (Trevor DeVore) Date: Wed, 4 Aug 2004 16:49:01 -0700 Subject: image in htmlText overruns top of line hilited Message-ID: Hi, I have a field with listBehavior set to true and fixedLineHeight set to false. It contains htmlText and one line has an image which is 40 pixels tall. When the line is selected the very top 2 pixels of the image extend over the top of the hilite. I've put a screen shot here: I tried adjusting the textShift of the image but that doesn't fix it. I adjusted the textHeight to see if that would fix it and it does if I set it to 42 or higher. This would be great if I wanted all my lines to be 42 pixels tall. I don't. So based on what I've observed under OS X this is what I think is happening and what should happen - 1) There is a 2 pixel buffer between the bottom of the line and the text baseline. 2) The engine is setting the height of the line with the image to 40 pixels (2 pixels below the text baseline and 38 above). 3) Since the image starts at the text baseline the height of the line should really be 42. When the textShift is adjusted this 2 pixel buffer needs to be added as well. So does anybody have any further insight into this? I'm I missing something obvious or is this a bug that I should promptly report? I'm using OS X.3, Rev 2.5 b1. Thanks, -- Trevor DeVore Blue Mango Multimedia trevor at mangomultimedia.com From wouter.abraham at pi.be Wed Aug 4 20:26:09 2004 From: wouter.abraham at pi.be (Wouter) Date: Thu, 5 Aug 2004 02:26:09 +0200 Subject: margins and tabstops Message-ID: <0CA24BA9-E676-11D8-AB1F-003065CC999E@pi.be> ? From: Klaus Major ? Subject: Re: margins and tabstops ? Date: Wed, 04 Aug 2004 13:57:17 -0700 -- snip > > Sorry, does not work for me, i just have an ordinary list-field. > > > Maar, hartelijk bedankt :-) > > > Greetings, > WA > > > Regards > > > Klaus Major :-) Sorry. As I was not in front of my computer and it was something out of the top of my head, I couldn't test. So here is the correction for completeness sake: constant origTabs = "30,60,90,120,150,180,210,240,270" ---- or whatever format on resetcolumns set the tabstops of fld 1 to origTabs end resetcolumns on showcolumn x get origTabs repeat with i = x to the num of items in it add to item i of it end repeat set the tabstops of fld 1 to it end showcolumn Tested it on all kind of fields (list included) and it works over here. Greetings, WA From bill at igame3d.com Wed Aug 4 20:42:41 2004 From: bill at igame3d.com (william griffin) Date: Wed, 4 Aug 2004 20:42:41 -0400 Subject: Game Design Doc In-Reply-To: <20040804193228.1B88F9300D2@mail.runrev.com> References: <20040804193228.1B88F9300D2@mail.runrev.com> Message-ID: <5B61BDB8-E678-11D8-8292-0030657D0A8E@igame3d.com> Hello Folks, Months ago I had the idea that a design document based interface would simplify and organize the iGame3D production flow. Much has happened since then and I can't seem to recall the inspirational genius behind what I was trying to accomplish, resulting in the work I started needlessly gathering dust. I now provide you with this incomplete work, in the hopes that it might inspire someone to take things to the next level or in the least help you do something in the same vein. http://www.igame3d.com/gamedesigndocs.zip The download consists of the following: GameDesignDoc.rev This is heart of the concept, a Revolution based design document generator/input/asset management stack. Memory is fuzzy but I believe it is based on the work of Darius Kazemi found in the included text document "GameDesignFlow.txt". Basically I started to put in every detail of a game design document, with the intention that options chosen within said document would in the end generate the necessary components of an actual game. I know there is very expensive asset management software of this kind, I've just never had my hands on such. Currently this stack opens to the "objects" group, as thats where I left off with all the options that came to mind for giving a game object properties that would in turn lead to "logic requirements". logiceditor030704.rev This is the implementation of the concept for use with iGame3D by Tobias Opfermann. It is currently very iGame3D specific. I include it as an example of what kinds of options would be available after one picked several options in the above "objects" group. I intend on improving this at some point in the future, after a dozen other things on the to do list, and coming up with a logical way of implementing it into the production pipeline. Ideally both above stacks, would be "engine" neutral, in that scripters/coders would have a way of providing rules to give the stacks for generating scripts for game logic be it in BASIC, Rev, LUA, Ruby, whatever. Although how this is done is way over my head right now. GoofyleveldesignTopDown.rev This is just a collection of the game looking default icons provided in Revolution. I thought: "What if you had a top down level editor using default icons" As you'll see there is potential in these for mapping, logic rules, character positions and the like. Maybe someone can do something with these, or use it as a spring board for their own icon designs. These icons are a bit oversized for any clean UI, IMHO. GameDesignDocDiagrams.pdf This is a long winded educational essay on diagramming game design found on the net, provided as a reference towards the goals I was aiming to achieve. Comments, suggestions, and collaborations are welcome. Mr Bill From tac at mac.com Wed Aug 4 22:19:04 2004 From: tac at mac.com (Takaaki Furukawa) Date: Wed, 4 Aug 2004 19:19:04 -0700 Subject: export on Revolution Engine In-Reply-To: References: <3CAF632E-E64A-11D8-9A9C-00039308EC44@mac.com> Message-ID: Does "export" command ever work (for images) on Revolution Engine? The engine seems to stop with "Script execution error" whenever I try to use the export command. Does "export" command depend on Quicktime? I use Darwin version of Revolution engine. Takaaki Furukawa From jacque at hyperactivesw.com Wed Aug 4 23:06:38 2004 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Wed, 04 Aug 2004 22:06:38 -0500 Subject: Rev 2.2.1 and Mac OS 10.1.5 In-Reply-To: <17112846382.20040804133232@ahsoftware.net> References: <000001c47a59$222e1560$64fea8c0@chris1> <17112846382.20040804133232@ahsoftware.net> Message-ID: <4111A43E.8030403@hyperactivesw.com> On 8/4/04 3:32 PM, Mark Wieder wrote: > Chris- > > Wednesday, August 4, 2004, 12:27:50 PM, you wrote: > > CS> Why is it that Rev 2.2 will run under Mac OS 10.1.5 but Rev 2.2.1 will not? > > I ran into this doing my presentation at the RMS - I had to resurrect > my laptop, got OSX 10.2 and rev 2.2.1 installed just before my demo, > and couldn't get anything to work. Afterwards, once I managed to run > Software Update and get up to 10.2.8 everything was fine. > Does the most recent beta run under 10.1.5? I don't have a copy of that OS to test on. -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com From webmaster at dreamscapesoftware.com Thu Aug 5 00:18:43 2004 From: webmaster at dreamscapesoftware.com (Derek Bump) Date: Wed, 4 Aug 2004 22:18:43 -0600 Subject: export on Revolution Engine References: <3CAF632E-E64A-11D8-9A9C-00039308EC44@mac.com> Message-ID: <00b801c47aa3$4c680580$3fd4e6cf@WorkPC> > Does "export" command ever work (for images) on Revolution Engine? > The engine seems to stop with "Script execution error" whenever I try to > use the export command. Does "export" command depend on Quicktime? > I use Darwin version of Revolution engine. I've been using the "export" command without any problems in JPEGCompress. What is the handler that your writing. Maybe if we look at it we can tell you what's going wrong. Derek Bump Dreamscape Software ____________________________________________ Compress Images Easily with JPEGCompress http://www.dreamscapesoftware.com From webmaster at dreamscapesoftware.com Thu Aug 5 00:39:33 2004 From: webmaster at dreamscapesoftware.com (Derek Bump) Date: Wed, 4 Aug 2004 22:39:33 -0600 Subject: Key Combo to Move/Resize Locked Items Message-ID: <00c701c47aa6$354ec110$3fd4e6cf@WorkPC> Is there a command or keyboard combination where I can hold the "alt" or "ctrl" key and have the ability to resize a Location Locked item? It would be a great time saver as I'm getting tired of having to uncheck "Lock size and position" and then check it again after I've moved the object. Derek Bump Dreamscape Software ____________________________________________ Compress Images Easily with JPEGCompress http://www.dreamscapesoftware.com From capellan2000 at yahoo.com Wed Aug 4 23:59:05 2004 From: capellan2000 at yahoo.com (Alejandro Tejada) Date: Wed, 4 Aug 2004 20:59:05 -0700 (PDT) Subject: [ANN] vector to pdf In-Reply-To: <20040804193228.1B88F9300D2@mail.runrev.com> Message-ID: <20040805035905.29770.qmail@web40501.mail.yahoo.com> on Wed, 4 Aug 2004 Jim Hurley wrote: > Actually you have solved my needs for a PDF > exporter within RunRev > with your generous work allowing us to export RunRev > graphics as an > Illustrator file. I'm glad that you find useful that handler. Notice, Jim, the pdf export handler is almost identical to the AI export handler. If you are using FreeHand, then i suggest that you use the pdf export handler because it solves some errors in the AI handler. FreeHand opens the PDF without problems. Ilustrator warns about an error and does not opens the PDF. Read a previous post on this topic Pierre Sahores wrote: > Will spend a couple of hours with it (Linux, > Panther). Thanks Pierre. I'll look forward to your review. al ===== Visit my site: http://www.geocities.com/capellan2000/ __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail From tac at mac.com Thu Aug 5 00:49:58 2004 From: tac at mac.com (Takaaki Furukawa) Date: Wed, 4 Aug 2004 21:49:58 -0700 Subject: export on Revolution Engine In-Reply-To: <00b801c47aa3$4c680580$3fd4e6cf@WorkPC> References: <3CAF632E-E64A-11D8-9A9C-00039308EC44@mac.com> <00b801c47aa3$4c680580$3fd4e6cf@WorkPC> Message-ID: Here is the CGI script. The export command works fine on normal (non-server) version of Revolution, but not on Revolution Engine for servers (CGI). I'm using the Darwin engine, and "the version" returns 2.5. (Although I downloaded it from ftp://ftp.runrev.com/pub/revolution/downloads/engines/2.1.2/Darwin.gz ) #!revolution on startUp put "Content-type: text/plain" & cr & cr open stack "myStack" go to first card set the paintCompression to PNG export img 1 to url "binfile:imgdir/myimg.gif" as PNG -- "Script execution error" occurs put "Export complete!" end startUp "Script execution error" also occurs when I try to do export img 1 to myImg as PNG -- export to a variable export img 1 to file "imgdir/myimg.gif" -- export to a file ... and so on. Takaaki >> Does "export" command ever work (for images) on Revolution Engine? >> The engine seems to stop with "Script execution error" whenever I try >> to >> use the export command. Does "export" command depend on Quicktime? >> I use Darwin version of Revolution engine. > > I've been using the "export" command without any problems in > JPEGCompress. What is the handler that your writing. Maybe if we > look at it we can tell you what's going wrong. > > > Derek Bump > Dreamscape Software > ____________________________________________ > Compress Images Easily with JPEGCompress > http://www.dreamscapesoftware.com > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From alw918 at earthlink.net Thu Aug 5 01:10:01 2004 From: alw918 at earthlink.net (Andrew) Date: Wed, 4 Aug 2004 22:10:01 -0700 Subject: sound in revolution Message-ID: Hello, List. I was just wondering where I could get more information about dealing with sound and music in Revolution. Maybe someone could answer some of my basic questions or refer me to a very simple, beginner's tutorial. (Well, not too beginners. I know how to import a sound and play it.) 1. What's the less expensive sound file in terms of space? Wav? Mp3? Any considerations for short or long samples? 2. How do you play/stop/open/close MIDI files from inside Rev? 3. Has anyone heard of .nsf files? Can these be played with Rev? 4. In HC we used to be able to change the pitch and tempo of a sound file. We could also play sounds on different "channels". Is there a way to do these things with Rev? Thanks so much -A From b.xavier at internet.lu Thu Aug 5 01:14:16 2004 From: b.xavier at internet.lu (MisterX) Date: Thu, 5 Aug 2004 07:14:16 +0200 Subject: impossible menus In-Reply-To: <20040805035905.29770.qmail@web40501.mail.yahoo.com> Message-ID: Hi everyone, Im working on my next tool plug in and experiencing a really dreadfull feeling that I got no solution... Maybe someone here knows how... I got a toolbar with some menu buttons. I've made some cool images to color the buttons backcolor and hilite. So far it looks quick arse. Last but not least, the card's backcolor was also set to a nice patter. When you pulldown the menu however, the backcolor of the menu itself is the pattern! To make tihngs worse, if you made the menu pulldown or popup you get two different patterning results! Interesting... So I thought I'd change the backcolor when the mouse is down and restore the backpattern when the mouse is up! ;( doesn't work. I thought I'd make the button not opaque, but then you dont get the hilite pattern. IS THERE NO WAY TO MAKE THE MENU STANDARD WHITE? Sure, I set the backcolor of the menu to white... transparent with a background image... Is there no more efficient way of doing this? Somehow, in the middle of the experiment of change things to find a solution I got it to work! Opaque, backpattern and white menu... But after one change, it stopped working. I have not been able to put it back how it was! Another glitch? Thanks for any solutions... As an option menu it works fine! But option menus dont have checkmarks, or disabled items IOW: even less standard... cheers Xavier From psahores at easynet.fr Thu Aug 5 02:57:59 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Thu, 5 Aug 2004 08:57:59 +0200 Subject: [ANN] vector to pdf In-Reply-To: <20040805035905.29770.qmail@web40501.mail.yahoo.com> References: <20040805035905.29770.qmail@web40501.mail.yahoo.com> Message-ID: Alejandro, Your "vector2pdf" stack works fine there under both Panther 10.3.4 and Suse-Linux 8.2 Pro (MC 2.5 in both cases). The exported PDF files opens OK under Apercu and Acrobat Reader 6 (MacOS) and under Acrobat 5 (Linux). They don't open under KGhostView 0.13.2 / KDE 3.1.1 (Linux) and under Ghostscript 7.05.6 (Linux), witch popups an error message saying that the file has a corrupted "%EOF" marker or gaberage after the "%EOF". Kind Regards, Pierre Le 5 ao?t 04, ? 05:59, Alejandro Tejada a ?crit : > on Wed, 4 Aug 2004 > Jim Hurley wrote: > >> Actually you have solved my needs for a PDF >> exporter within RunRev >> with your generous work allowing us to export RunRev >> graphics as an >> Illustrator file. > > I'm glad that you find useful that handler. > Notice, Jim, the pdf export handler is > almost identical to the AI export handler. > > If you are using FreeHand, then i suggest that you > use the pdf export handler because it solves > some errors in the AI handler. > > FreeHand opens the PDF without problems. > Ilustrator warns about an error and does not opens > the PDF. > > Read a previous post on this topic > > > Pierre Sahores wrote: > >> Will spend a couple of hours with it (Linux, >> Panther). > > Thanks Pierre. I'll look forward to your review. > > al > > ===== > Visit my site: > http://www.geocities.com/capellan2000/ > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail Address AutoComplete - You start. We finish. > http://promotions.yahoo.com/new_mail > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" From malte.brill at t-online.de Thu Aug 5 04:04:09 2004 From: malte.brill at t-online.de (Malte Brill) Date: Thu, 05 Aug 2004 10:04:09 +0200 Subject: sound in revolution In-Reply-To: <20040802200657.3C6399300AA@mail.runrev.com> Message-ID: Hi Andrew, >Hello, List. I was just wondering where I could get more information >about dealing with sound and music in Revolution. This list is a great place to start ;-) > Maybe someone could >answer some of my basic questions or refer me to a very simple, >beginner's tutorial. (Well, not too beginners. I know how to import a >sound and play it.) So you know how to play an audioclip, right? >1. What's the less expensive sound file in terms of space? Wav? Mp3? >Any considerations for short or long samples? You only can play MP3 if you use a player object. That will require to reference to the file. I suggest you look into how to set a filepath by script if external files are an option. (See about absolute and relative paths in the Rev Docs) The less memory costy would be to use MIDI Files . As these contain no Audio data they are really small. But you are dependant of the Synthesis offered by QT or the playback engine... If you need digital audio, try mp3 in a player object. >2. How do you play/stop/open/close MIDI files from inside Rev? Use a player. >3. Has anyone heard of .nsf files? Can these be played with Rev? Never heared of it. A quick google search showes me that these are Nintendo sounddumps. I doubt one can play these without an external. Same with .mod files. Even though I wish there was aa modfile player external. A free library is around, I am just afraid wrapping it into an external is over my head. >4. In HC we used to be able to change the pitch and tempo of a sound >file. We could also play sounds on different "channels". Is there a >way to do these things with Rev? Again, use a player. You can?t set the pitch, but the speed audio is played back. You can have multiple players play at the same time. >Thanks so much You?re welcome. Best, Malte From malte.brill at t-online.de Thu Aug 5 04:18:34 2004 From: malte.brill at t-online.de (Malte Brill) Date: Thu, 05 Aug 2004 10:18:34 +0200 Subject: Key Combo to Move/Resize Locked Items In-Reply-To: <20040802211202.E73D79300C2@mail.runrev.com> Message-ID: Hi Derek, >It would be a great time saver as I'm getting tired of having to uncheck "Lock >size and position" Maybe using the messagebox to set the rectangle by script is an option? Best, Malte From revolution at jaedworks.com Thu Aug 5 04:31:21 2004 From: revolution at jaedworks.com (Jeanne A. E. DeVoto) Date: Thu, 5 Aug 2004 01:31:21 -0700 Subject: Key Combo to Move/Resize Locked Items In-Reply-To: <00c701c47aa6$354ec110$3fd4e6cf@WorkPC> References: <00c701c47aa6$354ec110$3fd4e6cf@WorkPC> Message-ID: At 10:39 PM -0600 8/4/2004, Derek Bump wrote: >Is there a command or keyboard combination where I can hold the >"alt" or "ctrl" key and have the ability to resize a Location Locked >item? You can use the arrow keys to move such an object. Hold down the Shift key to move 10 pixels at a time. Usually this is quite a bit more convenient than changing the property in order to drag the object... -- jeanne a. e. devoto ~ revolution at jaedworks.com http://www.jaedworks.com From webmaster at dreamscapesoftware.com Thu Aug 5 05:36:05 2004 From: webmaster at dreamscapesoftware.com (Derek Bump) Date: Thu, 5 Aug 2004 03:36:05 -0600 Subject: Key Combo to Move/Resize Locked Items References: <00c701c47aa6$354ec110$3fd4e6cf@WorkPC> Message-ID: <000f01c47acf$a2281010$4dd4e6cf@WorkPC> > You can use the arrow keys to move such an object. Hold down the > Shift key to move 10 pixels at a time. Usually this is quite a bit > more convenient than changing the property in order to drag the > object... Ah, yes, I forgot about that little trick. I'll probably just have to put it in as a feature request, but I figure if your editing an object, specifically a group, and it's location is locked, then you should still be able to move the object. Oh well. Derek Bump Dreamscape Software ____________________________________________ Compress Images Easily with JPEGCompress http://www.dreamscapesoftware.com From wouter.abraham at pi.be Thu Aug 5 04:47:00 2004 From: wouter.abraham at pi.be (Wouter) Date: Thu, 5 Aug 2004 10:47:00 +0200 Subject: mac 2 screeners Message-ID: <040399CE-E6BC-11D8-AB1F-003065CC999E@pi.be> Hi 2 screen mac users, Bug 1866 is closed with the following line: > ------- Additional Comments From kevin at runrev.com 2004-08-04 17:30 > ------- > We changed the IDE to prevent this happening so you couldn't get a > stack "stuck" underneath the menu > bar on the Mac OS. This is a feature, not a bug. As I suppose a closed *feature*bug is not turned on again later, I throw this one on the list. The feature is not to get a stack get stuck underneath the rev menu bar. The problem is if there are 2 screens with different resolutions and bottoms aligned, screen real estate is lost. It is not possible to put a stack window above the menubar bottom as they jump back . On the second screen is no menubar where a stack could get stuck. Wouldn't it be nicer if the code of this feature was changed to take the region of the menu bar instead of the bottom of the menu bar and free the space on the second screen instead of having to align the tops of the screen (and still lose some place)? And for another solution I like 4wDeskView a lot (tnx Mr Gaskin) (I know this is a luxury problem to some :-) Greetings, WA From wmb at internettrainer.com Thu Aug 5 05:14:24 2004 From: wmb at internettrainer.com (Wolfgang M.Bereuter) Date: Thu, 5 Aug 2004 11:14:24 +0200 Subject: libRMC PDF docs In-Reply-To: References: Message-ID: On 04.08.2004, at 15:06, Malte Brill wrote: > a first quick?n?dirty PDF is online: > > > > please let me know if you need anything else. BRAVO Malte! you understood the word "brainfriendly"! regards Wolfgang M. Bereuter Trainingsmaps? -- speadlearning with Mindmaps! INTERNETTRAINER Wolfgang M. Bereuter Edelhofg. 17/11, A-1180 Wien, Austria ............................... http://www.internettrainer.com wmb at internettrainer.com ............................... Tel: ++43/1/ 961 0418 Fax: ++43/1/ 479 2539 From klaus at major-k.de Thu Aug 5 05:15:53 2004 From: klaus at major-k.de (Klaus Major) Date: Thu, 5 Aug 2004 11:15:53 +0200 Subject: margins and tabstops In-Reply-To: <0CA24BA9-E676-11D8-AB1F-003065CC999E@pi.be> References: <0CA24BA9-E676-11D8-AB1F-003065CC999E@pi.be> Message-ID: <0D3BE76F-E6C0-11D8-B522-000A27B49A96@major-k.de> Dag Wouter, > :-) > Sorry. > As I was not in front of my computer and it was something out of the > top of my head, I couldn't test. > So here is the correction for completeness sake: > > constant origTabs = "30,60,90,120,150,180,210,240,270" ---- or > whatever format > > on resetcolumns > set the tabstops of fld 1 to origTabs > end resetcolumns > > on showcolumn x > get origTabs > repeat with i = x to the num of items in it > add to item i of it > end repeat > set the tabstops of fld 1 to it > end showcolumn > > Tested it on all kind of fields (list included) and it works over here. I am sure this will work (somehow ;-), but not in my case! I haved a simple list-field with a simple "mouseup" handler... And some disabled buttons with fixed size (what else!) as the "labels" for the "columns"... The "vgrid" will be at the right location -> the sides of these buttons, but the text of that field is not, because of my 60 px left margin... With a TAB set to e.g. 200, the text will go to 260, but the "vgrid" will display at 200 Now i just want to use the "vgrid" to prevent ONE column from "overflowing" into the next TAB... (That's what i really want!) Nothing less and nothing more :-) A simple but FIXED display! If i use your technique, the whole field will be "out of sync"... Know what i mean? I am afraid i will have to use a fake listfield BELOW my listfield, remove the wide left margin completely and FAKE again what i want to achieve ;-) > Greetings, > WA Groetjes Klaus Major klaus at major-k.de http://www.major-k.de From patricia.de.martelaere at pi.be Wed Aug 4 14:11:01 2004 From: patricia.de.martelaere at pi.be (Patricia De Martelaere) Date: Wed, 4 Aug 2004 20:11:01 +0200 Subject: margins and tabstops Message-ID: > ? From: Klaus Major > ? Subject: margins and tabstops > ? Date: Wed, 04 Aug 2004 10:17:44 -0700 > > Hi all, > > > did someone notice that the TABs do not respect the set > margins of a field? > > > Example: > I have a field where i set the margins to "60,4,4,4" because i need > some > "room" on the left side... > > > But when i set the tabstops they do not "respect" the margins...? > > > The tabstop STAYS at 140 or whatever and therefore i cannot use the > "vgrid" property to display the text in the field correctly... > > > Know what i mean? > > Create a field with a wide left margin, set the TABS, put some tabs > and text > into it and turn on the "vgrid"... > > > Et voila, completely "out of sync" :-( > > > Bug or feature? > > > > Regards > > > Klaus Major Hi Klaus, May be you will consider this a work around but why not format the tabs and use the tabs to show the text in the cell you want? like for example: constant origTabs = 30,30,30,30,30,30,30,30,30 ---- or whatever format on resettabs set the tabstops of fld 1 to origTabs end resettabs on showcell x get origTabs put into item x of it set the tabstops of fld 1 to it end showcell Greetings, WA From lbrehmer at rof.net Thu Aug 5 05:33:05 2004 From: lbrehmer at rof.net (Lars Brehmer) Date: Thu, 5 Aug 2004 12:33:05 +0300 Subject: slavic languages Message-ID: <74188F21-E6C2-11D8-8A39-000A9566DE9E@rof.net> I am using rev 2.2.1, OSX.3. Is there any way to use the Polish keyboard for text field input? I've been looking in docs under language, keyboard, fonts and searching the revList database to no avail. Help, anyone? Lars From tvogelaar at de-mare.nl Thu Aug 5 05:09:29 2004 From: tvogelaar at de-mare.nl (Terry Vogelaar) Date: Thu, 5 Aug 2004 11:09:29 +0200 Subject: Error message "Object: value is not a boolean (true or false)" In-Reply-To: Message-ID: <281F2A5C-E6BF-11D8-829A-000A9569E638@de-mare.nl> Hi all, I have a weird problem I can't solve. I get an error message "Object: value is not a boolean (true or false)" when calling a custom handler. The handler doesn't expect a boolean value; in fact it never arrives at the handler code, because the error occurs in the call. But the call works fine in the message box. A brief description where it occurs: I have made an application with two stacks. The first is a login/password stack. The second contains the rest of the interface. This stack is hidden until the user logs in. The login button closes the login window and then the problematic function is called to adjust the content of the interface, so it will show what is appropriate to the login data. If the script would ever arrive there, it would reveal the hidden stack. It worked before, but now it does it neighter in the development environment, nor in the standalone version. Any suggestions? Terry From kkaufman at snet.net Thu Aug 5 08:44:40 2004 From: kkaufman at snet.net (Kurt Kaufman) Date: Thu, 5 Aug 2004 08:44:40 -0400 Subject: sound in revolution In-Reply-To: <20040805060035.97DEB9300CC@mail.runrev.com> References: <20040805060035.97DEB9300CC@mail.runrev.com> Message-ID: <3780094E-E6DD-11D8-878E-0003937052EC@snet.net> 1. What's the less expensive sound file in terms of space? Wav? Mp3? If you are recording voice, you can usually get away with low bit-rate mp3s, as low as 32. For music, I find a bit-rate of 64 to be a workable minimum, although it depends somewhat on the individual content of the clip. Wav clips will be larger in file size. 2. How do you play/stop/open/close MIDI files from inside Rev? Treat a MIDI file as you would an audio file: play them, etc. from within the Player Object. 3. Has anyone heard of .nsf files? Can these be played with Rev? I think it's a sound format for computer games; I'm not aware of QuickTime being able to open these. 4. In HC we used to be able to change the pitch and tempo of a sound file. See the Transcript Dictionary definition for playRate. We could also play sounds on different "channels". Is there a way to do these things with Rev? I *think* it's possible to have more than one audio player playing at once. Anyone? -Kurt From klaus at major-k.de Thu Aug 5 08:50:37 2004 From: klaus at major-k.de (Klaus Major) Date: Thu, 5 Aug 2004 14:50:37 +0200 Subject: sound in revolution In-Reply-To: <3780094E-E6DD-11D8-878E-0003937052EC@snet.net> References: <20040805060035.97DEB9300CC@mail.runrev.com> <3780094E-E6DD-11D8-878E-0003937052EC@snet.net> Message-ID: <0CAC56CF-E6DE-11D8-B522-000A27B49A96@major-k.de> Hi Kurt, > 1. What's the less expensive sound file in terms of space? Wav? Mp3? > If you are recording voice, you can usually get away with low bit-rate > mp3s, as low as 32. For music, I find a bit-rate of 64 to be a > workable minimum, although it depends somewhat on the individual > content of the clip. Wav clips will be larger in file size. > > 2. How do you play/stop/open/close MIDI files from inside Rev? > Treat a MIDI file as you would an audio file: play them, etc. from > within the Player Object. QT necessary... > 3. Has anyone heard of .nsf files? Can these be played with Rev? > I think it's a sound format for computer games; I'm not aware of > QuickTime being able to open these. Nope... Unknown to QT... > 4. In HC we used to be able to change the pitch and tempo of a sound > file. See the Transcript Dictionary definition for playRate. > > We could also play sounds on different "channels". Is there a > way to do these things with Rev? > I *think* it's possible to have more than one audio player playing at > once. Anyone? Yes, but only via "player objects", but even without QT being installed! No chance with "play ac xyz"! Hope that helps... > -Kurt Regards Klaus Major klaus at major-k.de http://www.major-k.de From jhurley at infostations.com Thu Aug 5 09:33:54 2004 From: jhurley at infostations.com (Jim Hurley) Date: Thu, 5 Aug 2004 06:33:54 -0700 Subject: [ANN] vector to pdf In-Reply-To: <20040805060035.BFE0C9300CF@mail.runrev.com> References: <20040805060035.BFE0C9300CF@mail.runrev.com> Message-ID: >----- > >Message: 18 >Date: Wed, 4 Aug 2004 20:59:05 -0700 (PDT) >From: Alejandro Tejada >Subject: Re: [ANN] vector to pdf >To: use-revolution at lists.runrev.com >Message-ID: <20040805035905.29770.qmail at web40501.mail.yahoo.com> >Content-Type: text/plain; charset=us-ascii > >on Wed, 4 Aug 2004 >Jim Hurley wrote: > >> Actually you have solved my needs for a PDF >> exporter within RunRev >> with your generous work allowing us to export RunRev >> graphics as an >> Illustrator file. > >I'm glad that you find useful that handler. >Notice, Jim, the pdf export handler is >almost identical to the AI export handler. > >If you are using FreeHand, then i suggest that you >use the pdf export handler because it solves >some errors in the AI handler. Al, Thanks for this update. I will follow your advice. Now after your triumph with "Vector to AI" and a "Vector to PDF," what will you do for an encore? Maybe "Vector to IPod?" Jim From Roger.E.Eller at sealedair.com Thu Aug 5 10:31:42 2004 From: Roger.E.Eller at sealedair.com (Roger.E.Eller at sealedair.com) Date: Thu, 5 Aug 2004 10:31:42 -0400 Subject: [ANN] vector to pdf Message-ID: >>If you are using FreeHand, then i suggest that you >>use the pdf export handler because it solves >>some errors in the AI handler. > > Al, > > Thanks for this update. I will follow your advice. > > Now after your triumph with "Vector to AI" and a "Vector to PDF," > what will you do for an encore? Maybe "Vector to IPod?" > > Jim "Vector to DXF" would make it possible to make CAD compatible software. That would be a nice encore! But let's achieve one dream at a time. ;-) Roger Eller From Roger.E.Eller at sealedair.com Thu Aug 5 10:46:34 2004 From: Roger.E.Eller at sealedair.com (Roger.E.Eller at sealedair.com) Date: Thu, 5 Aug 2004 10:46:34 -0400 Subject: [ANN] vector to pdf Message-ID: >> Let me know if I can assist with testing or >> providing sample PDF >> files created with various programs. > > Of course, if you could save these same set of vectors > graphics as pdf from other applications, like > ghostscript, corel, indesign, open office, etc..., > you could compress all of them and send to my mail > for inspection. Alejandro, I do not have the applications mentioned above, but I just tested your "vector2pdf.pdf" in the graphics software we use. It is called PackEdge by Esko Graphics. http://www.esko-graphics.com I imported "vector2pdf.pdf", and PackEdge converted the color pallette from RGB to CMYK because this program is designed for commercial printing. Then I exported the file out as "pdf2PackEdge2pdf.pdf". When both files are viewed in Acrobat Reader 6, the size, position, and layering of objects is retained. The colors display differently because of the RGB to CMYK conversion though. Over all, it worked great! Roger Eller From Meitnik at aol.com Thu Aug 5 10:49:53 2004 From: Meitnik at aol.com (Meitnik at aol.com) Date: Thu, 5 Aug 2004 10:49:53 EDT Subject: Check out "Universal Access: Computers That Everyone Can Use" Message-ID: <12a.47ecde77.2e43a311@aol.com> Click Here: Check out "Universal Access: Computers That Everyone Can Use" For over 20yrs I have wanted and waited for a computer company to understand whats really needed at the OS level to support Disabilities. Apple seems so far gets it. Please read, please ponder, and please support one and all. Thank you. :) Andrew From dsc at swcp.com Thu Aug 5 12:06:57 2004 From: dsc at swcp.com (Dar Scott) Date: Thu, 5 Aug 2004 10:06:57 -0600 Subject: Error message "Object: value is not a boolean (true or false)" In-Reply-To: <281F2A5C-E6BF-11D8-829A-000A9569E638@de-mare.nl> References: <281F2A5C-E6BF-11D8-829A-000A9569E638@de-mare.nl> Message-ID: <79C617E8-E6F9-11D8-86D8-000A9567A3E6@swcp.com> On Aug 5, 2004, at 3:09 AM, Terry Vogelaar wrote: > I get an error message "Object: value is not a boolean (true or > false)" when calling a custom handler. > Any suggestions? Check it in the beta. If it does not work, Bugzilla right away. A few weird error messages were fixed for the beta but some are still there. I almost always get a weird message every time I click apply the first time after editing. In my case, it seems to be something left over from other things going on. I don't have a workaround. You might try a 'try' and if there is an error try it again. Oh. I know you said the problem is also in the dev env, but some things don't work in startup. Dar Scott From jacque at hyperactivesw.com Thu Aug 5 12:09:20 2004 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Thu, 05 Aug 2004 11:09:20 -0500 Subject: Error message "Object: value is not a boolean (true or false)" In-Reply-To: <281F2A5C-E6BF-11D8-829A-000A9569E638@de-mare.nl> References: <281F2A5C-E6BF-11D8-829A-000A9569E638@de-mare.nl> Message-ID: <41125BB0.30209@hyperactivesw.com> On 8/5/04 4:09 AM, Terry Vogelaar wrote: > Hi all, > I have a weird problem I can't solve. > I get an error message "Object: value is not a boolean (true or false)" > when calling a custom handler. The handler doesn't expect a boolean > value; in fact it never arrives at the handler code, because the error > occurs in the call. But the call works fine in the message box. This is a spurious error message that was being sent in version 2.2. Upgrading to version 2.2.1 fixes the problem. If you are already using 2.2.1 then we'll need to troubleshoot some more. -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com From devin_asay at byu.edu Thu Aug 5 12:35:42 2004 From: devin_asay at byu.edu (Devin Asay) Date: Thu, 05 Aug 2004 10:35:42 -0600 Subject: slavic languages In-Reply-To: <74188F21-E6C2-11D8-8A39-000A9566DE9E@rof.net> References: <74188F21-E6C2-11D8-8A39-000A9566DE9E@rof.net> Message-ID: <7E248358-E6FD-11D8-BB32-000A95A6A138@byu.edu> Lars, This is determined by what language support you have installed in the OS. In OS X, just choose the Polish input from the keyboard menu and you should automatically be able to type Polish in a Revolution field. Devin On Aug 5, 2004, at 3:33 AM, Lars Brehmer wrote: > I am using rev 2.2.1, OSX.3. Is there any way to use the Polish > keyboard for text field input? I've been looking in docs under > language, keyboard, fonts and searching the revList database to no > avail. Help, anyone? > > Lars > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > Devin Asay Humanities Technology and Research Support Center Brigham Young University From dsc at swcp.com Thu Aug 5 12:42:12 2004 From: dsc at swcp.com (Dar Scott) Date: Thu, 5 Aug 2004 10:42:12 -0600 Subject: sound in revolution In-Reply-To: <0CAC56CF-E6DE-11D8-B522-000A27B49A96@major-k.de> References: <20040805060035.97DEB9300CC@mail.runrev.com> <3780094E-E6DD-11D8-878E-0003937052EC@snet.net> <0CAC56CF-E6DE-11D8-B522-000A27B49A96@major-k.de> Message-ID: <66C94300-E6FE-11D8-9702-000A9567A3E6@swcp.com> On Aug 5, 2004, at 6:50 AM, Klaus Major wrote: > Yes, but only via "player objects", but even without QT being > installed! Uh, do you mean QT must be installed? Or do you mean QT need not be installed? Dar Scott From jhurley at infostations.com Thu Aug 5 12:46:12 2004 From: jhurley at infostations.com (Jim Hurley) Date: Thu, 5 Aug 2004 09:46:12 -0700 Subject: [ANN] vector to pdf In-Reply-To: <20040805160048.384F59300BA@mail.runrev.com> References: <20040805160048.384F59300BA@mail.runrev.com> Message-ID: Al, There is a problem with "line" graphics with an open segment in the PDF converter. For example, a line graphic with with following points: 139,109 402,59 476,242 214,361 65,244 appears as if the open line were closed, i.e. as if the empty line were absent. Did I make myself clear? Jim From jhurley at infostations.com Thu Aug 5 12:51:02 2004 From: jhurley at infostations.com (Jim Hurley) Date: Thu, 5 Aug 2004 09:51:02 -0700 Subject: [ANN] vector to pdf Message-ID: >Al, > >There is a problem with "line" graphics with an open segment in the >PDF converter. > >For example, a line graphic with with following points: > >139,109 >402,59 >476,242 > >214,361 >65,244 > >appears as if the open line were closed, i.e. as if the empty line >were absent. > >Did I make myself clear? > >Jim P.S. Al, I should have said: it appears closed in FreeHand. When I try to open it it Acrobat I get a error message: "Too few operands." Jim From klaus at major-k.de Thu Aug 5 12:51:24 2004 From: klaus at major-k.de (Klaus Major) Date: Thu, 5 Aug 2004 18:51:24 +0200 Subject: sound in revolution In-Reply-To: <66C94300-E6FE-11D8-9702-000A9567A3E6@swcp.com> References: <20040805060035.97DEB9300CC@mail.runrev.com> <3780094E-E6DD-11D8-878E-0003937052EC@snet.net> <0CAC56CF-E6DE-11D8-B522-000A27B49A96@major-k.de> <66C94300-E6FE-11D8-9702-000A9567A3E6@swcp.com> Message-ID: Hi Dar, > On Aug 5, 2004, at 6:50 AM, Klaus Major wrote: >> Yes, but only via "player objects", but even without QT being >> installed! > Uh, do you mean QT must be installed? Or do you mean QT need not be > installed? without QT being installed != QT being installed :-D QT does not necessarily have to be installed, although the REV menuitems may suggest this ;-) File: New Referenced Control: QuickTime-Supported file... > Dar Scott Regards Klaus Major klaus at major-k.de http://www.major-k.de From dsc at swcp.com Thu Aug 5 16:57:20 2004 From: dsc at swcp.com (Dar Scott) Date: Thu, 5 Aug 2004 14:57:20 -0600 Subject: sound in revolution In-Reply-To: References: <20040805060035.97DEB9300CC@mail.runrev.com> <3780094E-E6DD-11D8-878E-0003937052EC@snet.net> <0CAC56CF-E6DE-11D8-B522-000A27B49A96@major-k.de> <66C94300-E6FE-11D8-9702-000A9567A3E6@swcp.com> Message-ID: <0AE5D84D-E722-11D8-A265-000A9567A3E6@swcp.com> On Aug 5, 2004, at 10:51 AM, Klaus Major wrote: > QT does not necessarily have to be installed, although the REV > menuitems may suggest this ;-) There might be some limitations. From my reading of bug 1375, the file types for player audio without QT are limited and playing audio with a player object is incidental and not supported. Dar Scott From klaus at major-k.de Thu Aug 5 17:13:55 2004 From: klaus at major-k.de (Klaus Major) Date: Thu, 5 Aug 2004 23:13:55 +0200 Subject: sound in revolution In-Reply-To: <0AE5D84D-E722-11D8-A265-000A9567A3E6@swcp.com> References: <20040805060035.97DEB9300CC@mail.runrev.com> <3780094E-E6DD-11D8-878E-0003937052EC@snet.net> <0CAC56CF-E6DE-11D8-B522-000A27B49A96@major-k.de> <66C94300-E6FE-11D8-9702-000A9567A3E6@swcp.com> <0AE5D84D-E722-11D8-A265-000A9567A3E6@swcp.com> Message-ID: <5C2641F4-E724-11D8-B522-000A27B49A96@major-k.de> Hi Dar, > On Aug 5, 2004, at 10:51 AM, Klaus Major wrote: >> QT does not necessarily have to be installed, although the REV >> menuitems may suggest this ;-) > There might be some limitations. Sure there are :-D > From my reading of bug 1375, the file types for player audio without > QT are limited and > playing audio with a player object is incidental and not supported. > ------ Additional Comment #2 From Scott Raney 2004-07-05 19:51 > ------- > The player object is designed to play video, not audio. AHA! My apps would probably not have been working in the last 6 years, if i had known this :-D > Use the "play > audioClip" command to play sound files. QT has the nice feature of > being able > to play WAV, but the default video player on Windows can only play MP3 > files > (because they're actually MPEG video files with no video in them). This is new to me! But i hade big success playing WAV (which is noit necessarily = WAV ;-), AIF, AU and MP3 as sounds and "AVI (even DivX) and MPG as video files on Windoze without QT being installed (= NO QT ;-) But i also cannot understand why some pcs do not install QT, but wanna have FULL "multimedia" experience... OK, it is not MS... > Dar Scott Regards Klaus Major klaus at major-k.de http://www.major-k.de From cteno4 at earthlink.net Thu Aug 5 17:18:34 2004 From: cteno4 at earthlink.net (cteno4) Date: Thu, 5 Aug 2004 17:18:34 -0400 Subject: message box not functioning Message-ID: <20040805211037.1F31E93008D@mail.runrev.com> ok, im finally starting to move over to the rev programming interface from good olde mc programming interface. I have run into one small problem with a metacard created stack in rev is that i cant get the message box to function if any of my mc created stacks are set as the defaultstack. if i create a new rev stack and lock that as the default stack then i can send messages to my stacks via the message box if i append the stack name to the message (ie show image test of stack mcstack). but as soon as any of the mc created stack are the defaultstack then messages just go off to never never land. what am i doing wrong here? feeling a bit stupid here... thanks. Jeffrey H. Reynolds 6620 Michaels Dr. Bethesda, MD 20817 301.469.8562 email: cteno4 at earthlink.net cteno4 at aol.com From webmaster at dreamscapesoftware.com Thu Aug 5 18:45:50 2004 From: webmaster at dreamscapesoftware.com (Derek Bump) Date: Thu, 5 Aug 2004 16:45:50 -0600 Subject: Model stack that doesn't Stop Messages Message-ID: <005501c47b3d$f5f25f20$5cd4e6cf@WorkPC> I've got a mainstack that when it loads the "openStack" handler, it modals a substack that downloads a few files from a web server. When it's done downloading it is to close and the main stack then continues with it's operations. I'm experiencing a wonderful little issue now where the stack models, but the mainstack continues it's handlers and does not wait for the model'd stack to finish it's own operations. So then I just get nothing but errors. On top of that, the model'd stack is executing the "preOpenStack" and "openStack" handlers from the mainstack instead of it's own. Any ideas on what's going on? Here's the mainstack's script... on preOpenStack put "ftp://****:****@ftp.valuworld.com/www/htdocs/supermallsystem/" into ftpAddress put queryRegistry("HKEY_CURRENT_USER\Software\ValuLine Online\Customer Manager\ScreenRect") into newRect if newRect is not empty then set the rect of this stack to newRect end preOpenStack on openStack set cursor to watch -- Perform Downloading Operations set the dialogData to "downloadAccountAgent" modal stack "wsmTransferAgent" put the dialogData into theResult if theResult is not empty then put warnAsk("Error","An error occured while attempting to download the Accounts and Agents data.") into errorResult end if -- Perform Screen Update Operations showAgents showAccounts end openStack And here's the modeled sub-stack's script... on preOpenStack set the thumbPosition of scrollbar "progress1" to 0 set the thumbPosition of scrollbar "progress2" to 0 put empty into cd fld "status1" put empty into cd fld "status2" put the dialogData into theAction end preOpenStack on openStack if theAction is "downloadAccountAgent" then downloadAccountAgent else if theAction is "uploadAccountAgent" then uploadAccountAgent end if end openStack Derek Bump Dreamscape Software ____________________________________________ Compress Images Easily with JPEGCompress http://www.dreamscapesoftware.com From RGould8 at aol.com Thu Aug 5 17:47:57 2004 From: RGould8 at aol.com (RGould8 at aol.com) Date: Thu, 5 Aug 2004 17:47:57 EDT Subject: Can rev create cookies? Message-ID: <1d5.27dd9d0d.2e44050d@aol.com> Can anyone tell me if it's possible for Revolution to create a cookie on Mac OS X that can be read by a web-page in Internet Explorer? If so, do you have any code you could share with me so I can see how this is done? From webmaster at dreamscapesoftware.com Thu Aug 5 19:28:04 2004 From: webmaster at dreamscapesoftware.com (Derek Bump) Date: Thu, 5 Aug 2004 17:28:04 -0600 Subject: Model stack that doesn't Stop Messages References: <005501c47b3d$f5f25f20$5cd4e6cf@WorkPC> Message-ID: <007701c47b43$dc6a0f20$5cd4e6cf@WorkPC> Never mind, I figured it out. I had a handler who's name didn't match. Thanks anyways. Derek Bump Dreamscape Software ____________________________________________ Compress Images Easily with JPEGCompress http://www.dreamscapesoftware.com From jacque at hyperactivesw.com Thu Aug 5 18:33:25 2004 From: jacque at hyperactivesw.com (J. Landman Gay) Date: Thu, 05 Aug 2004 17:33:25 -0500 Subject: message box not functioning In-Reply-To: <20040805211037.1F31E93008D@mail.runrev.com> References: <20040805211037.1F31E93008D@mail.runrev.com> Message-ID: <4112B5B5.9090406@hyperactivesw.com> On 8/5/04 4:18 PM, cteno4 wrote: > ok, im finally starting to move over to the rev programming interface > from good olde mc programming interface. I have run into one small > problem with a metacard created stack in rev is that i cant get the > message box to function if any of my mc created stacks are set as the > defaultstack. if i create a new rev stack and lock that as the default > stack then i can send messages to my stacks via the message box if i > append the stack name to the message (ie show image test of stack > mcstack). but as soon as any of the mc created stack are the defaultstack > then messages just go off to never never land. > > what am i doing wrong here? feeling a bit stupid here... thanks. Do you have the MC message box stack embedded as a substack in your MC stacks? That creates a conflict which acts as you describe. The easiest way to deal with this situation is to open the stack in MC and delete the message box substack from there. -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com From sarahr at genesearch.com.au Thu Aug 5 19:58:51 2004 From: sarahr at genesearch.com.au (Sarah Reichelt) Date: Fri, 6 Aug 2004 09:58:51 +1000 Subject: Button script for "save as" In-Reply-To: <1ce.27b694d4.2e424bc6@aol.com> References: <1ce.27b694d4.2e424bc6@aol.com> Message-ID: <665E12A8-E73B-11D8-8B9C-0003937A97B8@genesearch.com.au> > Sarah-The script worked great-Thanks! Would it be possible for you to > comment > the script so I can understand what each command does? I'm a little > lost. > Thanks for your help. > > jack -- the next script line just asks for a file path to save to. -- it can return a new file (not written yet) or an existing one -- it returns empty if the user clicks Cancel ask file "Save stack as:" -- get the result of the "ask file" command and store it into the variable newName put it into newName -- if no file path was returned, get out of this routine if newName is empty then exit to top -- save the current stack file to the newly selected file path -- if there is an existing file of that name, this will -- ask if you want to replace it save this stack as newName -- "the fileName of this stack" gives you the complete file path -- to the current stack file put the fileName of this stack into tCheck -- tell the user what the file path of the current stack file is, just to confirm answer "Stack saved to file: " & tCheck Cheers, Sarah From sarahr at genesearch.com.au Thu Aug 5 20:23:27 2004 From: sarahr at genesearch.com.au (Sarah Reichelt) Date: Fri, 6 Aug 2004 10:23:27 +1000 Subject: New Version of Rev.... Executables In-Reply-To: <40B94FD9-E63E-11D8-B5DE-000393DD0724@earthlink.net> References: <40B94FD9-E63E-11D8-B5DE-000393DD0724@earthlink.net> Message-ID: Hi Andrew, The only time I have had a Mac standalone refuse to run was under OS X, when I had copied the file and it's permissions had got messed up. It would bounce once in the dock and then disappear. Did you compress the file before uploading it? Does the person who downloaded it have admin access (although I'm not sure if this would make any difference). Can't help with the Windows version. Sarah On 5 Aug 2004, at 3:47 am, Andrew wrote: > Sorry to scare you, Ray. :) But you're right. Here is the Rev stack. > http://ultimate.atomkinder.net/VillageIdiot.rev > As I said, with the Windows standalone, you the keyup doesn't work. > And with the Mac standalone, it doesn't seem to work at all-- that is, > it doesn't work after I've uploaded it to my site and then downloaded > it as if I were a user. This is weird, aint it? But it is so. > Thanks for any help you can offer! > -Andrew From Revinfo1155 at aol.com Thu Aug 5 20:30:36 2004 From: Revinfo1155 at aol.com (Revinfo1155 at aol.com) Date: Thu, 05 Aug 2004 20:30:36 -0400 Subject: Button script for "save as" Message-ID: <629DFD4C.46AE8B46.3ED9C1B5@aol.com> Sarah-Thanks much! jack From RGould8 at aol.com Thu Aug 5 22:36:30 2004 From: RGould8 at aol.com (RGould8 at aol.com) Date: Thu, 5 Aug 2004 22:36:30 EDT Subject: Way to mimic what this page does? Message-ID: <9.2ff777fa.2e4448ae@aol.com> Can anyone tell me if there's a way to mimic what this web-page does in Revolution? http://www.verizon.net/cookiemonster.asp?view=set I need to see if it's possible to save a cookie in IE in Mac OS X, using the parameters that you see on this site. I would define those parameters in Revolution and save them as variables. I'd need to somehow pass those variables to something that saves a cookie in the same format that this web-site saves the cookie. From what I've been learning about cookies, it's sounding like I need to be on the same "domain" when saving cookies as the web-page that reads the cookie - - - is that correct? If that is correct then I'm clueless as to how you'd go about telling Rev to mimic "being on a domain" in order to save a cookie. The good news is that Rev doesn't have to read the cookie - - - just write it. Any advice is greatly appreciated. From dsc at swcp.com Thu Aug 5 23:00:45 2004 From: dsc at swcp.com (Dar Scott) Date: Thu, 5 Aug 2004 21:00:45 -0600 Subject: Way to mimic what this page does? In-Reply-To: <9.2ff777fa.2e4448ae@aol.com> References: <9.2ff777fa.2e4448ae@aol.com> Message-ID: On Aug 5, 2004, at 8:36 PM, RGould8 at aol.com wrote: > I need to see if it's possible to save a cookie in IE in Mac OS X, > using the > parameters that you see on this site. I would define those > parameters in > Revolution and save them as variables. I'd need to somehow pass > those variables > to something that saves a cookie in the same format that this web-site > saves > the cookie. From what I've been learning about cookies, it's > sounding like I > need to be on the same "domain" when saving cookies as the web-page > that > reads the cookie - - - is that correct? If that is correct then I'm > clueless as > to how you'd go about telling Rev to mimic "being on a domain" in > order to > save a cookie. The good news is that Rev doesn't have to read the > cookie - - - > just write it. Maybe you can get IE to open a "web page" at a specialized port in the application, that is, connect to a server on the same computer that is really in your application. The application sets the cookies. On approach to the domain problem is to make the cookies widely available. Maybe IE also allows cookie management by AppleScript. Well, I said maybe. Dar Scott From troy at rpsystems.net Thu Aug 5 23:05:12 2004 From: troy at rpsystems.net (Troy Rollins) Date: Thu, 5 Aug 2004 23:05:12 -0400 Subject: Way to mimic what this page does? In-Reply-To: <9.2ff777fa.2e4448ae@aol.com> References: <9.2ff777fa.2e4448ae@aol.com> Message-ID: <6EE645F5-E755-11D8-9682-000A95A09CF8@rpsystems.net> On Aug 5, 2004, at 10:36 PM, RGould8 at aol.com wrote: > The good news is that Rev doesn't have to read the cookie - - - > just write it. > Maybe Ken Ray can help, he's proven that cookies can be used in some way in Rev, via RevZilla. Of course, the bad news is that it reads them, not writes them. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net From kray at sonsothunder.com Thu Aug 5 23:12:13 2004 From: kray at sonsothunder.com (Ken Ray) Date: Thu, 05 Aug 2004 22:12:13 -0500 Subject: Way to mimic what this page does? In-Reply-To: <6EE645F5-E755-11D8-9682-000A95A09CF8@rpsystems.net> Message-ID: On 8/5/04 10:05 PM, "Troy Rollins" wrote: > > On Aug 5, 2004, at 10:36 PM, RGould8 at aol.com wrote: > >> The good news is that Rev doesn't have to read the cookie - - - >> just write it. >> > > Maybe Ken Ray can help, he's proven that cookies can be used in some > way in Rev, via RevZilla. > > Of course, the bad news is that it reads them, not writes them. ;-) Very true - and I think that's the rub. I'm just trying to access cookies that have already been written by a browser for use in Rev... don't know if that will help you much. Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: kray at sonsothunder.com From dsc at swcp.com Thu Aug 5 23:16:06 2004 From: dsc at swcp.com (Dar Scott) Date: Thu, 5 Aug 2004 21:16:06 -0600 Subject: retrieving data from a sub-stack? In-Reply-To: <79EA8A6C-BB4E-11D8-A8C7-000393BAAB8A@ucs.orst.edu> References: <79EA8A6C-BB4E-11D8-A8C7-000393BAAB8A@ucs.orst.edu> Message-ID: On Jun 10, 2004, at 8:24 PM, Rich Lague wrote: > I can get it to go to the "RFP Importer" stack but I don't think it is > coming back to the "productEvals" stack. What is the best way to get > this working? You can 'go back' and then close stack you came from. However (bug 1701), this does not work with 'lock screen', so if that might occur, make your own 'go back'. I can look up what I ended up doing, if you need. Dar Scott From troy at rpsystems.net Thu Aug 5 23:20:34 2004 From: troy at rpsystems.net (Troy Rollins) Date: Thu, 5 Aug 2004 23:20:34 -0400 Subject: Way to mimic what this page does? In-Reply-To: References: <9.2ff777fa.2e4448ae@aol.com> Message-ID: <9416D586-E757-11D8-9682-000A95A09CF8@rpsystems.net> On Aug 5, 2004, at 11:00 PM, Dar Scott wrote: > Maybe IE also allows cookie management by AppleScript. Well, I said > maybe. Speaking of AppleScript, I've gotta say, since Scott Rossi posted his UberCool iTunes stack, I've been going nuts with AppleScript and Rev. I've never been able to decipher Xcode and AppleScript studio, but the combination of Late Night Software's "Script Debugger" and Revolution are quite a power team for elegant control of your Mac, and letting Rev control all of your applications as though they were one big app. Incidentally, "Script Debugger" wins my all-time best script editor award. If RunRev wants to improve the script editing and debugging interface in Revolution, they should examine that tool. Closely. (Please. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net From mwieder at ahsoftware.net Thu Aug 5 23:44:00 2004 From: mwieder at ahsoftware.net (Mark Wieder) Date: Thu, 5 Aug 2004 20:44:00 -0700 Subject: Way to mimic what this page does? In-Reply-To: References: Message-ID: <9842532638.20040805204400@ahsoftware.net> Ken- Thursday, August 5, 2004, 8:12:13 PM, you wrote: KR> Very true - and I think that's the rub. I'm just trying to access cookies KR> that have already been written by a browser for use in Rev... don't know if KR> that will help you much. Of course, the cookies file is just a text file. You should be able to read and write it without a problem, as long as IE doesn't put a lock on it while it's running. The cookie format itself is fixed (or at least as fixed as any MS product gets). -- -Mark Wieder mwieder at ahsoftware.net From dsc at swcp.com Fri Aug 6 00:03:27 2004 From: dsc at swcp.com (Dar Scott) Date: Thu, 5 Aug 2004 22:03:27 -0600 Subject: Way to mimic what this page does? In-Reply-To: <9842532638.20040805204400@ahsoftware.net> References: <9842532638.20040805204400@ahsoftware.net> Message-ID: <91F22AD3-E75D-11D8-900B-000A9567A3E6@swcp.com> On Aug 5, 2004, at 9:44 PM, Mark Wieder wrote: > Of course, the cookies file is just a text file. You should be able to > read and write it without a problem, as long as IE doesn't put a lock > on it while it's running. The cookie format itself is fixed (or at > least as fixed as any MS product gets). Yeah. I just looked at cookies.txt for Netscape and it looked straightforward. Maybe that for IE is the same. Maybe a way to force an unlock is to force IE to quit. Dar Scott From bvlahos at mac.com Fri Aug 6 00:24:55 2004 From: bvlahos at mac.com (Bill Vlahos) Date: Thu, 5 Aug 2004 21:24:55 -0700 Subject: Plea to sell Dan's book widely Message-ID: <91F587ED-E760-11D8-A1F8-0003936A2C42@mac.com> For crying out loud, I just saw that someone has published a book on iTunes for Windows and is selling it in bookstores. Isn't there some way to get Dan's excellent book on Revolution in stores too? Bill Vlahos From troy at rpsystems.net Fri Aug 6 00:33:44 2004 From: troy at rpsystems.net (Troy Rollins) Date: Fri, 6 Aug 2004 00:33:44 -0400 Subject: Plea to sell Dan's book widely In-Reply-To: <91F587ED-E760-11D8-A1F8-0003936A2C42@mac.com> References: <91F587ED-E760-11D8-A1F8-0003936A2C42@mac.com> Message-ID: On Aug 6, 2004, at 12:24 AM, Bill Vlahos wrote: > For crying out loud, I just saw that someone has published a book on > iTunes for Windows and is selling it in bookstores. > > Isn't there some way to get Dan's excellent book on Revolution in > stores too? Convincing a book distributor that Revolution has as much appeal to the unwashed masses as iTunes? Good luck with that one. -- Troy RPSystems, Ltd. http://www.rpsystems.net From chipp at chipp.com Fri Aug 6 01:27:58 2004 From: chipp at chipp.com (Chipp Walters) Date: Fri, 06 Aug 2004 00:27:58 -0500 Subject: OT - Major league cool utiltiy for Mac OSX! Message-ID: <411316DE.5080408@chipp.com> I recently came across a cool new Mac utility (Panther only) which really helps me on my Powerbook. It's at: http://wsmanager.sourceforge.net/index.php It's called Desktop Manager and it changes the way you think about screen real estate. You can instantly switch between a number of desktops using whatever transition you like (I prefer the 'rotating cube). It reminds me of SWITCHER -- a very old Mac program written by Andy Hertzfeld (if you're old enough to remember THAT one, then you are a hardcore Mac fanatic;-) I also am using a new version of uControl - a key mapping utility found at: http://gnufoo.org/ucontrol/ucontrol.html which now has the cool ability to be able to emulate the mouse scroll wheel on your trackpad. It's as easy as pressing the fn key and moving your finger up/down to scroll a webpage or document. From cteno4 at earthlink.net Fri Aug 6 01:52:46 2004 From: cteno4 at earthlink.net (cteno4) Date: Fri, 6 Aug 2004 01:52:46 -0400 Subject: use-revolution Digest, Vol 11, Issue 23 Message-ID: <20040806054449.37D6A93005C@mail.runrev.com> Jacqueline, Doh! thanks sooo much. makes so much sense now... felt so dumb after having worked most other differences out with just a little poking around, that one really was making my forehead get bloody banging it against the wall! I am realizing that I will now have to have a 30" monitor to hold all the things i have open on my 1024x768 projects and their programming stacks i use along with all the revolution pallets! everything just fit peachy on the 21", but not now... thanks again! jeff use-revolution-request at lists.runrev.com wrote on 8/5/04 11:18 PM >Do you have the MC message box stack embedded as a substack in your MC >stacks? That creates a conflict which acts as you describe. The easiest >way to deal with this situation is to open the stack in MC and delete >the message box substack from there. Jeffrey H. Reynolds 6620 Michaels Dr. Bethesda, MD 20817 301.469.8562 email: cteno4 at earthlink.net cteno4 at aol.com From b.xavier at internet.lu Fri Aug 6 04:54:21 2004 From: b.xavier at internet.lu (MisterX) Date: Fri, 6 Aug 2004 10:54:21 +0200 Subject: Ann: GradientsN2O In-Reply-To: <9416D586-E757-11D8-9682-000A95A09CF8@rpsystems.net> Message-ID: Well, after a cool moire program, I had all the code required for yet another cool palette in the N2O series! This cool tool creates gradients in images or across multiple buttons. You can set the direction, color and luminosity of the colors, the color type (fore, back, etc...), save the gradients (session only) and even choose which controls in your selection should be colorized... Download (a big whopping 40KBs), screenshots at http://monsieurx.com/modules.php?name=News&file=article&sid=161 Enjoy Xavier From lbrehmer at rof.net Fri Aug 6 04:49:54 2004 From: lbrehmer at rof.net (Lars Brehmer) Date: Fri, 6 Aug 2004 11:49:54 +0300 Subject: slavic languages Message-ID: <9685BD9C-E785-11D8-8810-000A9566DE9E@rof.net> Thanks Devin, but: This is the first thing I tried, but every character with a diacritical just shows up as a box. > This is determined by what language support you have installed in the > OS. In OS X, just choose the Polish input from the keyboard menu and > you should automatically be able to type Polish in a Revolution field. That's why I've been fooling around with unicode & html. Nothing works. And it's not my keyboard, because this works in all word processors. Any other solutions? Thanks Lars From tvogelaar at de-mare.nl Fri Aug 6 05:58:11 2004 From: tvogelaar at de-mare.nl (Terry Vogelaar) Date: Fri, 6 Aug 2004 11:58:11 +0200 Subject: Error message "Can't find handler" (was "Object: value is not a boolean (true or false)") In-Reply-To: <41125BB0.30209@hyperactivesw.com> Message-ID: <200CC713-E78F-11D8-8B41-000A9569E638@de-mare.nl> J. Landman Gay heeft op donderdag, 5 aug 2004 om 18:09 (Europe/Amsterdam) het volgende geschreven: > On 8/5/04 4:09 AM, Terry Vogelaar wrote: > >> I have a weird problem I can't solve. >> I get an error message "Object: value is not a boolean (true or >> false)" when calling a custom handler. The handler doesn't expect a >> boolean value; in fact it never arrives at the handler code, because >> the error occurs in the call. But the call works fine in the message >> box. > > This is a spurious error message that was being sent in version 2.2. > Upgrading to version 2.2.1 fixes the problem. > > If you are already using 2.2.1 then we'll need to troubleshoot some > more. Dar Scott heeft op donderdag, 5 aug 2004 om 18:06 (Europe/Amsterdam) het volgende geschreven: > Check it in the beta. I installed 2.2.1 and tried it in the beta. The described error is gone, but there is another one now. It says "Can't find handler" I added a test function to both stacks with the same name to see which of the two is called. To my surprise, the one in the login stack is called! At least that explains the "Can't find handler" error. That is the stack with the executed script in it, but that one is closed at the moment of the call; the other stack should be the frontmost at that time and thus it should receive messages. Or am I wrong about this? Is there a way to explicitly tell RunRev which stack should handle the call? Terry From b.xavier at internet.lu Fri Aug 6 06:43:36 2004 From: b.xavier at internet.lu (MisterX) Date: Fri, 6 Aug 2004 12:43:36 +0200 Subject: ANN: SimpleFilePreview In-Reply-To: <200CC713-E78F-11D8-8B41-000A9569E638@de-mare.nl> Message-ID: As I really dont have anything better to do, here is yet another release! This one is opensource, freeware and full of cool features! This stack serves two purposes: 1 Demonstrate how to read and write files in probably every possible way 2 Preview huge files that cannot be read in the usual text editors. (BBEdit might do it, UltraEdit requires a bit of tweaking to avoid huge delays). This stack does it in milliseconds ;) Other cool features are - the full file's information, - buffered reading forward or backwards, - a formatter that does ASCII or HEX (and a future formatter coming later that will allow other formating styles but which is not fully finished in this stack release). Download is here and is only 15KBs http://monsieurx.com/modules.php?name=Downloads&d_op=getit&lid=61 Sorry, no screenshot. Enjoy Xavier From b.xavier at internet.lu Fri Aug 6 07:13:52 2004 From: b.xavier at internet.lu (MisterX) Date: Fri, 6 Aug 2004 13:13:52 +0200 Subject: GradientsN2O In-Reply-To: Message-ID: Hello everyone, Im quite distressed. Abraham sent me a screenshot of GradientsN2O on MacOSX and it looks like as if I had been doing quite a mix of psychodelic drugs last night (could be his screengrabber did too!) ;) Two problems: 1) the menus use a backpattern is not sized to Mac's liking. I believe this is because the size of the backpattern used in the menu buttons is not the Mac "wanted" size (must by a power of 2)... 2) the left most button has a fixed size and changes its icons which are different sizes. Why does it look like the icon size overrides the buttons size? Makes you wonder why it works so nice on windows without respecting any sizes and why the mac must have these sizes or screw everything up... After the major major pain I had making those menus work as they are supposed to, Im just so discouraged to see this... I guess it will be a Windows/Linux release for the moment. I'll fix those graphics later this weekend if I muster the patience. Maybe a stupid plain backdrop for macs if there is no better solution. Too bad for the cool hilitedpattern I pained myself to do... Overide code for macs all over too... AAAARGH. Is anyone using Linux that can confirm any visual problems? Why must we limit our programming environments with such stupidity and shortsight? OK, the Mac has it's old toolbox programming limits but must we linger in these limits to deliver 21st century software? Is there no way to have a mode of sorts that overides these bad behaviors/habits/limits? Is RunRev planning to kill these limits soon? cheers Xavier > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of MisterX > Sent: Friday, August 06, 2004 10:54 > To: How to use Revolution > Subject: Ann: GradientsN2O > > > > Well, after a cool moire program, I had all the code required for yet > another cool palette in the N2O series! > > This cool tool creates gradients in images or across multiple buttons. You > can set the direction, color and luminosity of the colors, the color type > (fore, back, etc...), save the gradients (session only) and even choose > which controls in your selection should be colorized... > > Download (a big whopping 40KBs), screenshots at > http://monsieurx.com/modules.php?name=News&file=article&sid=161 > > Enjoy > Xavier > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From FlexibleLearning at aol.com Fri Aug 6 07:03:44 2004 From: FlexibleLearning at aol.com (FlexibleLearning at aol.com) Date: Fri, 6 Aug 2004 07:03:44 EDT Subject: IMPORTANT: Scripter's Scrapbook v4 Bug Message-ID: <146.30155243.2e44bf90@aol.com> The Scripter's Scrapbook v4.0 Important Bulletin If you are using the current version 4.0 of the Scripter's Scrapbook, there is an unlikely but potentially important bug in a sub-function of the File Attachments dialog window... If you use the File Attachment dialog's 'Save as' to re-create an attachment to you desktop, DO NOT select the auto-launch option that is then presented to you. The bug, now fixed for the upcoming release, can disable your Scrapbook in some situations. As a precautionary measure, all v4.0 files have been temporarily suspended on the website pending re-release. The good news is that it does not corrupt your program, there is no data loss is involved, and we can quickly fix it for you if you send your Scrapbook file to us at the address below. Our sincere apologies for any inconvenience. Hugh Senior FLCo support at flexibleLearning.com From gizmotron at earthlink.net Fri Aug 6 10:10:47 2004 From: gizmotron at earthlink.net (Mark Brownell) Date: Fri, 6 Aug 2004 07:10:47 -0700 Subject: Plea to sell Dan's book widely In-Reply-To: Message-ID: <6A241A40-E7B2-11D8-8BC2-000A95743F7A@earthlink.net> On Thursday, August 5, 2004, at 09:33 PM, Troy Rollins wrote: > Convincing a book distributor that Revolution has as much appeal to > the unwashed masses as iTunes? > > Good luck with that one. > -- > Troy Amazon.com has a small publisher section that would allow Dan / Revolution to sell his book from the Amazon website. His book would pop up for any requests for books on Runtime Revolution. Of course Dan would need to take a 50% reduction in earnings to ask for that level of exposure and the percentage of loss to him might even be greater. It might be better to advertise the existence of his book and keep selling it direct. What you are really saying is that more Revolution exposure would be nice. Advertising could handle both issues and earn enough from it to pay for the print runs. 2 From dleyanna at rtl.org Fri Aug 6 10:19:56 2004 From: dleyanna at rtl.org (Dave LeYanna) Date: Fri, 6 Aug 2004 10:19:56 -0400 Subject: Plea to sell Dan's book widely In-Reply-To: <6A241A40-E7B2-11D8-8BC2-000A95743F7A@earthlink.net> Message-ID: <20040806141556.33D5030AC3@mail.rtl.org> Is his book "self-published"?, if so I can help save some costs because I am a partner in a Printing On Demand publisher. We do ISBN and everything including a listing in "Books in Print". I'm sure that I'm cheaper than anyone else. PLUS we are on demand meaning that he doesn't have to buy any up front inventory. BTW how far has he progresses on the three vol. set? I purchased the "Pre-pub" deal (option C) and haven't heard a thing since the pre-pub of vol. one. Dave -----Original Message----- From: use-revolution-bounces at lists.runrev.com [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of Mark Brownell Sent: Friday, August 06, 2004 10:11 AM To: How to use Revolution Subject: Re: Plea to sell Dan's book widely On Thursday, August 5, 2004, at 09:33 PM, Troy Rollins wrote: > Convincing a book distributor that Revolution has as much appeal to > the unwashed masses as iTunes? > > Good luck with that one. > -- > Troy Amazon.com has a small publisher section that would allow Dan / Revolution to sell his book from the Amazon website. His book would pop up for any requests for books on Runtime Revolution. Of course Dan would need to take a 50% reduction in earnings to ask for that level of exposure and the percentage of loss to him might even be greater. It might be better to advertise the existence of his book and keep selling it direct. What you are really saying is that more Revolution exposure would be nice. Advertising could handle both issues and earn enough from it to pay for the print runs. 2 _______________________________________________ use-revolution mailing list use-revolution at lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution From b.xavier at internet.lu Fri Aug 6 10:52:28 2004 From: b.xavier at internet.lu (MisterX) Date: Fri, 6 Aug 2004 16:52:28 +0200 Subject: Plea to sell Dan's book widely In-Reply-To: <6A241A40-E7B2-11D8-8BC2-000A95743F7A@earthlink.net> Message-ID: Why not put an announcement in DDJ.com slashdot.org ? Both put in articles for books about programming and have a wide audience of ahem, geeks... Little is known or mentioned of RR or MC or hypercard anymore but Wired.com has run articles on it in the past. Surely a small article in each will draw hords to both RR and the book. Then, there is the reference to the old HC handbook... Why not use that? > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Mark > Brownell > Sent: Friday, August 06, 2004 16:11 > To: How to use Revolution > Subject: Re: Plea to sell Dan's book widely > > > > On Thursday, August 5, 2004, at 09:33 PM, Troy Rollins wrote: > > > Convincing a book distributor that Revolution has as much appeal to > > the unwashed masses as iTunes? > > > > Good luck with that one. > > -- > > Troy > > Amazon.com has a small publisher section that would allow Dan / > Revolution to sell his book from the Amazon website. His book would pop > up for any requests for books on Runtime Revolution. Of course Dan > would need to take a 50% reduction in earnings to ask for that level of > exposure and the percentage of loss to him might even be greater. It > might be better to advertise the existence of his book and keep selling > it direct. What you are really saying is that more Revolution exposure > would be nice. Advertising could handle both issues and earn enough > from it to pay for the print runs. > > > 2 > > > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From gizmotron at earthlink.net Fri Aug 6 10:38:49 2004 From: gizmotron at earthlink.net (Mark Brownell) Date: Fri, 6 Aug 2004 07:38:49 -0700 Subject: Plea to sell Dan's book widely In-Reply-To: <20040806141556.33D5030AC3@mail.rtl.org> Message-ID: <549A2F48-E7B6-11D8-8BC2-000A95743F7A@earthlink.net> On Friday, August 6, 2004, at 07:19 AM, Dave LeYanna wrote: > Is his book "self-published"? , > if so I can help save some costs because I am a > partner in a Printing On Demand publisher. We do ISBN and everything > including a listing in "Books in Print". I'm sure that I'm cheaper > than anyone else. PLUS we are on demand meaning that he doesn't have > to buy any up front inventory. > > BTW how far has he progresses on the three vol. set? > > I purchased the "Pre-pub" deal (option C) and > haven't heard a thing since the pre-pub of > vol. one. > Dave I do ISBN too. Mark From dleyanna at rtl.org Fri Aug 6 10:55:54 2004 From: dleyanna at rtl.org (Dave LeYanna) Date: Fri, 6 Aug 2004 10:55:54 -0400 Subject: Plea to sell Dan's book widely In-Reply-To: <549A2F48-E7B6-11D8-8BC2-000A95743F7A@earthlink.net> Message-ID: <20040806145154.694F030AD8@mail.rtl.org> I guess I got carried away... Before I get flamed, I withdraw any hint of profit making. Didn't mean to step on any toes here. Withdraw, withdraw, withdraw, sorry, sorry, sorry. Dave -----Original Message----- From: use-revolution-bounces at lists.runrev.com [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of Mark Brownell Sent: Friday, August 06, 2004 10:39 AM To: How to use Revolution Subject: Re: Plea to sell Dan's book widely On Friday, August 6, 2004, at 07:19 AM, Dave LeYanna wrote: > Is his book "self-published"? , > if so I can help save some costs because I am a > partner in a Printing On Demand publisher. We do ISBN and everything > including a listing in "Books in Print". I'm sure that I'm cheaper > than anyone else. PLUS we are on demand meaning that he doesn't have > to buy any up front inventory. > > BTW how far has he progresses on the three vol. set? > > I purchased the "Pre-pub" deal (option C) and > haven't heard a thing since the pre-pub of vol. one. good> Dave I do ISBN too. Mark _______________________________________________ use-revolution mailing list use-revolution at lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution From sims at ezpzapps.com Fri Aug 6 11:14:37 2004 From: sims at ezpzapps.com (sims) Date: Fri, 6 Aug 2004 17:14:37 +0200 Subject: Plea to sell Dan's book widely In-Reply-To: References: Message-ID: >Why not put an announcement in > >DDJ.com >slashdot.org >? >Both put in articles for books about programming and >have a wide audience of ahem, geeks... > >Little is known or mentioned of RR or MC or hypercard anymore >but Wired.com has run articles on it in the past. > >Surely a small article in each will draw hords to both RR >and the book. One of the benefits of pushing the EuroRevCon has been just what you are referring to...exposure of Rev to people who may have not heard about it. Marketing a product or event is not easy and is usually expensive. The Apple Developer Connection Newsletter has carried a notice about the EuroRevCon for quite a few issues. The ADC newsletter goes out to approx. 200,000 people according to Rod McCall. For several issues the ADC has carried this announcement: At 2:39 -0700 7/19/04, Apple Developer Connection wrote: > >European Revolution Conference >November 14-16 in Malta >http://www.techietours.com/Rev/ Having the EuroRevCon be a success is also important, we need a few more people to sign on. If you are considering it please get in touch with me, just as Dan SHafer did this week when he told me wants to come and will be available to speak or otherwise do what he can to promote Rev. atb sims From revdan at danshafer.com Fri Aug 6 11:05:44 2004 From: revdan at danshafer.com (Dan Shafer) Date: Fri, 6 Aug 2004 08:05:44 -0700 Subject: Plea to sell Dan's book widely In-Reply-To: References: <91F587ED-E760-11D8-A1F8-0003936A2C42@mac.com> Message-ID: <17032E33-E7BA-11D8-BD1A-000A95AE42E6@danshafer.com> I'm afraid the bookstore route is closed to us for the moment. When Dreamcard gets enough traction and the software is available in stores, we may be able to convince some specialty places like Fry's to carry it, but mainstream bookstores aren't likely to touch it unless it comes from a major publisher or through an established distributor. Which is why Kevin and I have been working on trying to set up a publishing relationship on the series rather than cranking out more books for a handful of people to buy. We're still at it. Dan On Aug 5, 2004, at 9:33 PM, Troy Rollins wrote: > > On Aug 6, 2004, at 12:24 AM, Bill Vlahos wrote: > >> For crying out loud, I just saw that someone has published a book on >> iTunes for Windows and is selling it in bookstores. >> >> Isn't there some way to get Dan's excellent book on Revolution in >> stores too? > > Convincing a book distributor that Revolution has as much appeal to > the unwashed masses as iTunes? > > Good luck with that one. > -- > Troy > RPSystems, Ltd. > http://www.rpsystems.net > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From revdan at danshafer.com Fri Aug 6 11:06:31 2004 From: revdan at danshafer.com (Dan Shafer) Date: Fri, 6 Aug 2004 08:06:31 -0700 Subject: OT - Major league cool utiltiy for Mac OSX! In-Reply-To: <411316DE.5080408@chipp.com> References: <411316DE.5080408@chipp.com> Message-ID: <331B9AF1-E7BA-11D8-BD1A-000A95AE42E6@danshafer.com> That desktop switching stuff was one of the very few features of Linux desktop I found really useful. I'm going to look at this sucker. dan On Aug 5, 2004, at 10:27 PM, Chipp Walters wrote: > I recently came across a cool new Mac utility (Panther only) which > really helps me on my Powerbook. It's at: > > http://wsmanager.sourceforge.net/index.php > > It's called Desktop Manager and it changes the way you think about > screen real estate. You can instantly switch between a number of > desktops using whatever transition you like (I prefer the 'rotating > cube). It reminds me of SWITCHER -- a very old Mac program written by > Andy Hertzfeld (if you're old enough to remember THAT one, then you > are a hardcore Mac fanatic;-) > > I also am using a new version of uControl - a key mapping utility > found at: > http://gnufoo.org/ucontrol/ucontrol.html > > which now has the cool ability to be able to emulate the mouse scroll > wheel on your trackpad. It's as easy as pressing the fn key and moving > your finger up/down to scroll a webpage or document. > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From revdan at danshafer.com Fri Aug 6 11:21:21 2004 From: revdan at danshafer.com (Dan Shafer) Date: Fri, 6 Aug 2004 08:21:21 -0700 Subject: Plea to sell Dan's book widely In-Reply-To: <20040806141556.33D5030AC3@mail.rtl.org> References: <20040806141556.33D5030AC3@mail.rtl.org> Message-ID: <456B4FB3-E7BC-11D8-BD1A-000A95AE42E6@danshafer.com> On Aug 6, 2004, at 7:19 AM, Dave LeYanna wrote: > Is his book "self-published"?, Nope. RunREv set up a publishing group to handle it. In a sense, RunRev has self-published it. I own the rights to the eBook version and Kevin and I have discussed doing a POD deal but such a relationship can confuse the issue when you're trying to line up a "real publisher." > if so I can help save some costs because I am > a partner in a Printing On Demand publisher. We do ISBN and everything > including a listing in "Books in Print". I'm sure that I'm cheaper than > anyone else. PLUS we are on demand meaning that he doesn't have to buy > any > up front inventory. > I publish another self-published book with CafePress and although I'm delighted with their service, promotion and marketing remains my problem, of course. > BTW how far has he progresses on the three vol. set? I purchased the > "Pre-pub" deal (option C) and haven't heard a thing since the pre-pub > of > vol. one. > There have been a few posts on the list about this. Kevin Miller and I decided some time ago to turn our efforts to finding a "real publisher" to handle Vol. 1 and to put together a publishing plan for Vols. 2 and 3. Meanwhile, I release occasional individual chapters (only two so far with a third in draft mode now) free to those who joined my RevPros community at the Leader level and $5 each to everyone else who is in a hurry for a particular chapter and doesn't want to wait for the other volumes to be finished en masse. I will communicate with you offlist about your membership. > Dave > > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of Mark > Brownell > Sent: Friday, August 06, 2004 10:11 AM > To: How to use Revolution > Subject: Re: Plea to sell Dan's book widely > > > On Thursday, August 5, 2004, at 09:33 PM, Troy Rollins wrote: > >> Convincing a book distributor that Revolution has as much appeal to >> the unwashed masses as iTunes? >> >> Good luck with that one. >> -- >> Troy > > Amazon.com has a small publisher section that would allow Dan / > Revolution > to sell his book from the Amazon website. His book would pop up for any > requests for books on Runtime Revolution. Of course Dan would need to > take a > 50% reduction in earnings to ask for that level of exposure and the > percentage of loss to him might even be greater. It might be better to > advertise the existence of his book and keep selling it direct. What > you are > really saying is that more Revolution exposure would be nice. > Advertising > could handle both issues and earn enough from it to pay for the print > runs. > > > 2 > > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dan Shafer, Revolutionary Author of "Revolution: Software at the Speed of Thought" http://www.revolutionpros.com for more info Available at Runtime Revolution Store (http://www.runrev.com/RevPress) From revdan at danshafer.com Fri Aug 6 11:30:14 2004 From: revdan at danshafer.com (Dan Shafer) Date: Fri, 6 Aug 2004 08:30:14 -0700 Subject: Plea to sell Dan's book widely In-Reply-To: <6A241A40-E7B2-11D8-8BC2-000A95743F7A@earthlink.net> References: <6A241A40-E7B2-11D8-8BC2-000A95743F7A@earthlink.net> Message-ID: <831C93EA-E7BD-11D8-BD1A-000A95AE42E6@danshafer.com> On Aug 6, 2004, at 7:10 AM, Mark Brownell wrote: > > On Thursday, August 5, 2004, at 09:33 PM, Troy Rollins wrote: > >> Convincing a book distributor that Revolution has as much appeal to >> the unwashed masses as iTunes? >> >> Good luck with that one. >> -- >> Troy > > Amazon.com has a small publisher section that would allow Dan / > Revolution to sell his book from the Amazon website. His book would > pop up for any requests for books on Runtime Revolution. Of course Dan > would need to take a 50% reduction in earnings to ask for that level > of exposure and the percentage of loss to him might even be greater. > It might be better to advertise the existence of his book and keep > selling it direct. What you are really saying is that more Revolution > exposure would be nice. Advertising could handle both issues and earn > enough from it to pay for the print runs. > I don't have any problem with cutting deals like this as a rule and I certainly don't have an issue with this book, which has sold remarkably few copies. There are two problems with going to amazon.com with this book. First, fulfillment is still out of Edinburgh, which drives the cost of the book very high. Second, to the extent that we enter into new contractual distribution deals we cloud the possibility of success with a traditional publisher, who is already going to be quite reluctant to work with us just based on the minuscule size of the potential audience. If it were up to me, we'd use amazon.com and a bunch of other places to try to get the word out. But it's more complicated than it seems on the surface, at least until Kevin and I have either cut a deal or given up on the idea. Dan > > 2 > > > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From gizmotron at earthlink.net Fri Aug 6 11:48:29 2004 From: gizmotron at earthlink.net (Mark Brownell) Date: Fri, 6 Aug 2004 08:48:29 -0700 Subject: Plea to sell Dan's book widely In-Reply-To: <831C93EA-E7BD-11D8-BD1A-000A95AE42E6@danshafer.com> Message-ID: <103F73E6-E7C0-11D8-898D-000A95743F7A@earthlink.net> On Friday, August 6, 2004, at 08:30 AM, Dan Shafer wrote: > First, fulfillment is still out of Edinburgh, which drives the cost of > the book very high. International shipping costs are almost a deal killer. > Second, to the extent that we enter into new contractual distribution > deals we cloud the possibility of success with a traditional > publisher, who is already going to be quite reluctant to work with us > just based on the minuscule size of the potential audience. Now I see why you went the e-Book way. Geeks already have their faces screen-burned so what's the diff. The e-book business has pretty much tanked. People want to have something to hold in their hands that is not screen related. Still these books of yours are part of the reason that some would consider using Revolution in the first place. Keep up the great work, and thanks. Mark From b.xavier at internet.lu Fri Aug 6 12:02:11 2004 From: b.xavier at internet.lu (MisterX) Date: Fri, 6 Aug 2004 18:02:11 +0200 Subject: Plea to sell Dan's book widely In-Reply-To: Message-ID: Sims, No doubt, the EuroRevCon is a great way for us to get together, and buy discounted autographed books from our favority author. ;) No kidding, I still pride my HC handbook 2.0! I got 3 HC books and Dan's the one that got the most leafing! ;) However, spending dire marketing money on the ADC is IMOHO a big waste. What is 200000 users when you can have double that with a single post in Slashdot.org (/.) alone! Oh, I almost forgot, it's free and revisitable... However RunRev has not made much talk there and there's a catchup to do if you want the book to find even more success... Separately, in RunRev's case, I dont know how much /. banner ads cost but surely their success have to worth the money more than anywhere else... Question is how does RR want to market itself and to whom... I started with Macs, dont get me wrong, but PC's are not to be undermined - at 9x% of the market... Consider that unix, linux, mac and PC users will visit /. while the ADC will get the usual 10% attention, 5% response you get from printed marketing... And /. is free... ;) If Kevin and Dan talked to /. ed. im sure they could get a sweet deal... Dan and Kevin would get an audience interested in RR and the ball start rolling not just in the Mac audience which seems still to be the mainstream RR client. Please correct me if Im wrong! my 2 eurocents Xavier > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of sims > Sent: Friday, August 06, 2004 17:15 > To: How to use Revolution > Subject: RE: Plea to sell Dan's book widely > > > >Why not put an announcement in > > > >DDJ.com > >slashdot.org > >? > >Both put in articles for books about programming and > >have a wide audience of ahem, geeks... > > > >Little is known or mentioned of RR or MC or hypercard anymore > >but Wired.com has run articles on it in the past. > > > >Surely a small article in each will draw hords to both RR > >and the book. > > One of the benefits of pushing the EuroRevCon has been just what > you are referring to...exposure of Rev to people who may have not > heard about it. Marketing a product or event is not easy and is > usually expensive. > > The Apple Developer Connection Newsletter has carried > a notice about the EuroRevCon for quite a few issues. > The ADC newsletter goes out to approx. 200,000 people > according to Rod McCall. > > For several issues the ADC has carried this announcement: > At 2:39 -0700 7/19/04, Apple Developer Connection wrote: > > > >European Revolution Conference > >November 14-16 in Malta > >http://www.techietours.com/Rev/ > > > Having the EuroRevCon be a success is also important, we need a few more > people to sign on. If you are considering it please get in touch with me, > just as Dan SHafer did this week when he told me wants to come and will > be available to speak or otherwise do what he can to promote Rev. > > atb > sims > > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From dsc at swcp.com Fri Aug 6 12:20:37 2004 From: dsc at swcp.com (Dar Scott) Date: Fri, 6 Aug 2004 10:20:37 -0600 Subject: Error message "Can't find handler" (was "Object: value is not a boolean (true or false)") In-Reply-To: <200CC713-E78F-11D8-8B41-000A9569E638@de-mare.nl> References: <200CC713-E78F-11D8-8B41-000A9569E638@de-mare.nl> Message-ID: <8CF82D73-E7C4-11D8-91DD-000A9567A3E6@swcp.com> On Aug 6, 2004, at 3:58 AM, Terry Vogelaar wrote: > I added a test function to both stacks with the same name to see which > of the two is called. To my surprise, the one in the login stack is > called! At least that explains the "Can't find handler" error. That is > the stack with the executed script in it, but that one is closed at > the moment of the call; the other stack should be the frontmost at > that time and thus it should receive messages. Or am I wrong about > this? well, assuming I understand your setup and how your are thinking about it, you are wrong about this. Ignoring shared groups (backgrounds), the message path from a button, say, for a mouseUp, goes like this: front scripts button clicked groups the button is in, if any card the button is on stack the card is in * its main stack if it is a sub stack libraries back scripts (* There is a bug. In the standalone, the libraries seem to be also here.) Frontmost does not enter into this. > Is there a way to explicitly tell RunRev which stack should handle the > call? Look at 'send', 'call' and 'value()'. Dar Scott From soapdog at mac.com Fri Aug 6 12:27:26 2004 From: soapdog at mac.com (Andre Garzia) Date: Fri, 6 Aug 2004 13:27:26 -0300 Subject: Plea to sell Dan's book widely In-Reply-To: References: Message-ID: <813D74EC-E7C5-11D8-B90F-0003936D012E@mac.com> On Aug 6, 2004, at 1:02 PM, MisterX wrote: > However, spending dire marketing money on the ADC is IMOHO a big > waste. What is 200000 users when you can have double that with > a single post in Slashdot.org (/.) alone! Oh, I almost forgot, it's > free and revisitable... However RunRev has not made much talk there > and there's a catchup to do if you want the book to find even more > success... > Xavier, can they handle being slashdoted... the page can go down... :D Andre -- Andre Alves Garzia ? 2004 ? BRAZIL http://studio.soapdog.org From sims at ezpzapps.com Fri Aug 6 12:41:39 2004 From: sims at ezpzapps.com (sims) Date: Fri, 6 Aug 2004 18:41:39 +0200 Subject: Plea to sell Dan's book widely In-Reply-To: References: Message-ID: >Sims, > >No doubt, the EuroRevCon is a great way for us to get together, and >buy discounted autographed books from our favority author. ;) > >No kidding, I still pride my HC handbook 2.0! >I got 3 HC books and Dan's the one that got the most leafing! ;) > >However, spending dire marketing money on the ADC is IMOHO a big >waste. What is 200000 users when you can have double that with >a single post in Slashdot.org (/.) alone! Oh, I almost forgot, it's >free and revisitable... However RunRev has not made much talk there >and there's a catchup to do if you want the book to find even more >success... Ummm...it cost nothing, zilch, nada for the ad in the ADC Neswletter. A marketing budget for the EuroRevCon would be an interesting concept ;-) So far it has been mostly my time & effort...I must have missed that 'marketing budget' meeting (joke there folks) ;-) Look forward to seeing you at EuroRevCon Mr X. Ciao, sims From FlexibleLearning at aol.com Fri Aug 6 12:34:29 2004 From: FlexibleLearning at aol.com (FlexibleLearning at aol.com) Date: Fri, 6 Aug 2004 12:34:29 EDT Subject: IMPORTANT: Scripter's Scrapbook v4 Bug Message-ID: <145.3028cc39.2e450d15@aol.com> The following did not appear in the Metacard Digest vol 11 issue 7, nor in the use-Revolution digest 24 which seems to have been skipped entirely... The Scripter's Scrapbook v4.0 Important Bulletin If you are using the current version 4.0 of the Scripter's Scrapbook, there is an unlikely but potentially important bug in a sub-function of the File Attachments dialog window... If you use the File Attachment dialog's 'Save as' to re-create an attachment to you desktop, DO NOT select the auto-launch option that is then presented to you. The bug, now fixed for the upcoming release, can disable your Scrapbook in some situations. As a precautionary measure, all v4.0 files have been temporarily suspended on the website pending re-release. The good news is that it does not corrupt your program, there is no data loss is involved, and we can quickly fix it for you if you send your Scrapbook file to us at the address below. Our sincere apologies for any inconvenience. Hugh Senior FLCo support at flexibleLearning.com From sims at ezpzapps.com Fri Aug 6 12:45:40 2004 From: sims at ezpzapps.com (sims) Date: Fri, 6 Aug 2004 18:45:40 +0200 Subject: Plea to sell Dan's book widely In-Reply-To: <813D74EC-E7C5-11D8-B90F-0003936D012E@mac.com> References: <813D74EC-E7C5-11D8-B90F-0003936D012E@mac.com> Message-ID: >On Aug 6, 2004, at 1:02 PM, MisterX wrote: > >>However, spending dire marketing money on the ADC is IMOHO a big >>waste. What is 200000 users when you can have double that with >>a single post in Slashdot.org (/.) alone! Oh, I almost forgot, it's >>free and revisitable... However RunRev has not made much talk there >>and there's a catchup to do if you want the book to find even more >>success... >> > >Xavier, > can they handle being slashdoted... the page can go down... :D Bandwidth costs might put Rev out of biz. Actually, if the EuroRevCon web page did get slashdoted I hope it goes down immediately as the server fees would bankrupt me. No joke there. atb sims From mpetrides at earthlink.net Fri Aug 6 12:51:22 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Fri, 6 Aug 2004 12:51:22 -0400 Subject: Plea to sell Dan's book widely In-Reply-To: References: Message-ID: Well, based on an n of 1, if it weren't for the sidebar ad on macnn (or was it macintouch?), I never would have heard of Rev. On Aug 6, 2004, at 12:02 PM, MisterX wrote: > Separately, in RunRev's case, I dont know how much /. banner ads > cost but surely their success have to worth the money more than > anywhere else... From soapdog at mac.com Fri Aug 6 12:54:52 2004 From: soapdog at mac.com (Andre Garzia) Date: Fri, 6 Aug 2004 13:54:52 -0300 Subject: OT (Re: Plea to sell Dan's book widely) In-Reply-To: References: <813D74EC-E7C5-11D8-B90F-0003936D012E@mac.com> Message-ID: <56502D3A-E7C9-11D8-B90F-0003936D012E@mac.com> On Aug 6, 2004, at 1:45 PM, sims wrote: > Actually, if the EuroRevCon web page did get slashdoted I hope > it goes down immediately as the server fees would bankrupt me. > No joke there. So I must ask CmdrTaco not to publish the note I sent ten minutes ago? *grin* :D Andre -- Andre Alves Garzia ? 2004 Soap Dog Studios - BRAZIL http://studio.soapdog.org From b.xavier at internet.lu Fri Aug 6 13:32:48 2004 From: b.xavier at internet.lu (MisterX) Date: Fri, 6 Aug 2004 19:32:48 +0200 Subject: Plea to sell Dan's book widely In-Reply-To: Message-ID: hummmm... being slashdotted is not fun... but it's a sign of power marketing... ;) besides, with a clear description, this could be avoided. I dont click on all the website links I see in slashdot. being slashdoted usually comes with having big downloads. uh... RR has them dont they ;)) Ready when you are Kevin ;) > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of sims > Sent: Friday, August 06, 2004 18:46 > To: How to use Revolution > Subject: Re: Plea to sell Dan's book widely > > > >On Aug 6, 2004, at 1:02 PM, MisterX wrote: > > > >>However, spending dire marketing money on the ADC is IMOHO a big > >>waste. What is 200000 users when you can have double that with > >>a single post in Slashdot.org (/.) alone! Oh, I almost forgot, it's > >>free and revisitable... However RunRev has not made much talk there > >>and there's a catchup to do if you want the book to find even more > >>success... > >> > > > >Xavier, > > > can they handle being slashdoted... the page can go down... :D > > Bandwidth costs might put Rev out of biz. > > Actually, if the EuroRevCon web page did get slashdoted I hope > it goes down immediately as the server fees would bankrupt me. > No joke there. > > atb > sims > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From b.xavier at internet.lu Fri Aug 6 13:32:49 2004 From: b.xavier at internet.lu (MisterX) Date: Fri, 6 Aug 2004 19:32:49 +0200 Subject: OT (Re: Plea to sell Dan's book widely) In-Reply-To: <56502D3A-E7C9-11D8-B90F-0003936D012E@mac.com> Message-ID: ROTFL ;) what is Cryptome.org or lecanardenchaine.fr going to say now ;) want more market but cant market it? ;)) Look at le canardenchained.fr... they want to sell news but I wont buy newspapers (save the trees) so they wont publish on the net, and I wont read it anymore... ;( Catch 22? > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Andre > Garzia > Sent: Friday, August 06, 2004 18:55 > To: How to use Revolution > Subject: OT (Re: Plea to sell Dan's book widely) > > > > On Aug 6, 2004, at 1:45 PM, sims wrote: > > > Actually, if the EuroRevCon web page did get slashdoted I hope > > it goes down immediately as the server fees would bankrupt me. > > No joke there. > > So I must ask CmdrTaco not to publish the note I sent ten minutes ago? > > *grin* > > :D > > Andre > > -- > Andre Alves Garzia ? 2004 > Soap Dog Studios - BRAZIL > http://studio.soapdog.org > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From nnoydb at excite.com Fri Aug 6 13:31:03 2004 From: nnoydb at excite.com (K) Date: Fri, 6 Aug 2004 13:31:03 -0400 (EDT) Subject: := Message-ID: <20040806173103.F39C53CF8@xprdmailfe4.nwk.excite.com> Is there any kind of preprocessor/macro system so I can create my own assignment operator? I would die right now for a := (since = is already used). -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely coincidental. Any resemblance between the above and my own views is non-deterministic. The question of the existence of views in the absence of anyone to hold them is left as an exercise for the reader. The question of the existence of the reader is left as an exercise for the second god coefficient. (A discussion of non-orthogonal, non-integral polytheism is beyond the scope of this article.) _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! From troy at rpsystems.net Fri Aug 6 13:36:52 2004 From: troy at rpsystems.net (Troy Rollins) Date: Fri, 6 Aug 2004 13:36:52 -0400 Subject: OT - Major league cool utiltiy for Mac OSX! In-Reply-To: <411316DE.5080408@chipp.com> References: <411316DE.5080408@chipp.com> Message-ID: <34197856-E7CF-11D8-B470-000A95A09CF8@rpsystems.net> On Aug 6, 2004, at 1:27 AM, Chipp Walters wrote: > I recently came across a cool new Mac utility (Panther only) which > really helps me on my Powerbook. It's at: > > http://wsmanager.sourceforge.net/index.php This switcher is really nice, however it discriminates by the window rather than the owner application. This means that parts of Revolution can be strewn across multiple desktops, and if you should accidentally use the doc to summon Revolution back to the screen, it doesn't bring all of it, only parts. It also doesn't deal particularly well with multiple monitors. Functionally it works, but the cool transition effects only take place on one monitor. Like you, I really want multiple desktops, as it is a good way to manage screen real estate, but it looks like I'll have to stick with Expose until someone gets it fully right. -- Troy RPSystems, Ltd. http://www.rpsystems.net From gizmotron at earthlink.net Fri Aug 6 13:43:46 2004 From: gizmotron at earthlink.net (Mark Brownell) Date: Fri, 6 Aug 2004 10:43:46 -0700 Subject: Plea to sell Dan's book widely In-Reply-To: Message-ID: <2A8D4BFC-E7D0-11D8-9C3B-000A95743F7A@earthlink.net> On Friday, August 6, 2004, at 10:32 AM, MisterX wrote: > hummmm... being slashdotted is not fun... > > but it's a sign of power marketing... ;) > > besides, with a clear description, this could be avoided. > I dont click on all the website links I see in slashdot. > > being slashdoted usually comes with having big downloads. > uh... RR has them dont they ;)) > > Ready when you are Kevin ;) So host your big downloads at : http://www.serverbeach.com/catalog/ 2000 GB Bandwidth prices from $99 to 300 per month ... and slash away. Mark From b.xavier at internet.lu Fri Aug 6 14:17:02 2004 From: b.xavier at internet.lu (MisterX) Date: Fri, 6 Aug 2004 20:17:02 +0200 Subject: := In-Reply-To: <20040806173103.F39C53CF8@xprdmailfe4.nwk.excite.com> Message-ID: K, there's contstant,global, local a=1 and put blabla into talk and preopenstack|card to do assignements but typing variables is obsolete in RR... equal is equal as they say ;) Lastly, since transcripts are precompiled, I doubt this would run on a RunRev made app... This is not your dad's C precompiler or macro assembler... > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of K > Sent: Friday, August 06, 2004 19:31 > To: use-revolution at lists.runrev.com > Subject: := > > > > > Is there any kind of preprocessor/macro system so I can create my > own assignment operator? I would die right now for a := (since = > is already used). > > > > -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- > Disclaimer: > > Any resemblance between the above views and those of my > employer, my terminal, or the view out my window are purely > coincidental. > Any resemblance between the above and my own views is non-deterministic. > > The question of the existence of views in the absence of anyone to hold > them > is left as an exercise for the reader. The question of the existence of > the reader > is left as an exercise for the second god coefficient. > (A discussion of non-orthogonal, non-integral polytheism is beyond the > scope of this article.) > > > > _______________________________________________ > Join Excite! - http://www.excite.com > The most personalized portal on the Web! > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From FlexibleLearning at aol.com Fri Aug 6 14:45:03 2004 From: FlexibleLearning at aol.com (FlexibleLearning at aol.com) Date: Fri, 6 Aug 2004 14:45:03 EDT Subject: [ANN] The Scripter's Scrapbook v4.01 Message-ID: <1ca.27d5b6d5.2e452baf@aol.com> The Scripter's Scrapbook v4.01 Released 6-AUG-2004 Version 4.01 of the free software is now on-line at www.FlexibleLearning.com/xtalk. If you are using version 4, you are stongly recommended to replace it from the "About" screen of your Scrapbook at your earliest convenience. If you experience problems, it may be due to traffic as over 800 copies have been downloaded at this time and there may be some digital congestion. If you are using a version earlier than v4, you can upgrade at any time and take advantage of all the new features, again by selecting the "About" screen. /H Hugh Senior The Flexible Learning Company Web: www.FlexibleLearning.com E: h at flexiblelearning.com From briany at qldlearning.com Fri Aug 6 15:18:38 2004 From: briany at qldlearning.com (Brian Yennie) Date: Fri, 6 Aug 2004 15:18:38 -0400 Subject: := In-Reply-To: <20040806173103.F39C53CF8@xprdmailfe4.nwk.excite.com> Message-ID: <6BB549EB-E7DD-11D8-B3FA-000393AA08D2@qldlearning.com> > Is there any kind of preprocessor/macro system so I can create my own > assignment operator? I would die right now for a := (since = is > already used). There isn't although you could conceivably write a plugin which intercepts the edit and save script messages, and modifies the script text accordingly. - Brian From capellan2000 at yahoo.com Fri Aug 6 15:19:22 2004 From: capellan2000 at yahoo.com (Alejandro Tejada) Date: Fri, 6 Aug 2004 12:19:22 -0700 (PDT) Subject: [ANN] vector to pdf In-Reply-To: <20040806160020.6A05E930124@mail.runrev.com> Message-ID: <20040806191922.64333.qmail@web40501.mail.yahoo.com> Jim Hurley wrote: >Now after your triumph with "Vector to AI" and >a "Vector to PDF," what will you do for an encore? >Maybe "Vector to IPod?" I do not have an IPod, but accept any mp3 player from the participants of this list... ;-) But, i do not feel too triumphant. This is more a scratchy start, than a problem solved. The pdf file BARELY opens in Acrobat. ;-)) >There is a problem with "line" graphics with an open >segment in the PDF converter. >For example, a line graphic with following >points: >139,109 >402,59 >476,242 >214,361 >65,244 >appears as if the open line were closed, i.e. as if >the empty line were absent. >Did I make myself clear? Ah, yes. This is an exceptional case that will require some new code to handle. Thanks for pointing this, Jim! It'll be needed to represent each segment as a new vector graphic. I'll start working on this today, with the vector figures from the stack "Rotater". If you could add this code, Jim, then please do. Probably you are working in the graphics for your book and need this now or as soon as possible. If you need more specific help, then write me off-list. I think that some custom code to save a sequence of vector animation as : file01.pdf,file02.pdf,etc could be really useful later on the road. >I should have said: it appears closed in FreeHand. >When I try to open it it Acrobat I get a error >message: "Too few operands." I suspect that Acrobat is complaining about empty lines. FreeHand uses a very relaxed interpretation of pdf files, closely related to the way the program "PackEdge" deals with pdf files, extracting only the objects useful for screen representation. Pierre Sahores wrote: >Your "vector2pdf" stack works fine there under >both Panther 10.3.4 and Suse-Linux 8.2 Pro >(MC 2.5 in both cases). >The exported PDF files opens OK under Apercu and >Acrobat Reader 6 (MacOS) and under Acrobat 5 (Linux). Good news!!! :-)) >They don't open under KGhostView 0.13.2 / KDE 3.1.1 >(Linux) and under Ghostscript 7.05.6 (Linux), witch >popups an error message saying that the file has a >corrupted "%EOF" marker or gaberage after the "%EOF". An error message! This is as valuable as gold, given that most readers do not returns useful information when they found an error. Probably there is two or more chars after "%EOF" I bet they are linefeeds. Roger.E.Eller wrote: >"Vector to DXF" would make it possible to make CAD >compatible software. Actually, i do not have CAD software to test this conversion. Is DXF written as ascii text? >I imported "vector2pdf.pdf", and PackEdge >converted the color pallette >from RGB to CMYK because this program is >designed for commercial printing. Not only changed from rgb to cmyk, but it literally rebuild the pdf around the objects. This is a great pdf fixer application! >Then I exported the file out >as "pdf2PackEdge2pdf.pdf". Thanks for sending this file. Now I have 8 different pdf files from the same set of vector graphics. Actually, i have almost solved the ascii85 encoding issue. More important is that i've found and downloaded the pdf reference 1.1, 1.2, 1.3, 1.4 and 1.5 from diverse websites. First reference manual (1.1) is a must read to understand the format. Thanks to everyone for their feedback. i'll keep you posted on fixes to this code. al ===== Visit my site: http://www.geocities.com/capellan2000/ __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail From ambassador at fourthworld.com Fri Aug 6 15:41:07 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Fri, 06 Aug 2004 15:41:07 -0400 Subject: Plea to sell Dan's book widely In-Reply-To: <17032E33-E7BA-11D8-BD1A-000A95AE42E6@danshafer.com> References: <91F587ED-E760-11D8-A1F8-0003936A2C42@mac.com> <17032E33-E7BA-11D8-BD1A-000A95AE42E6@danshafer.com> Message-ID: <4113DED3.105@fourthworld.com> Dan Shafer wrote: > I'm afraid the bookstore route is closed to us for the moment. When > Dreamcard gets enough traction and the software is available in stores, > we may be able to convince some specialty places like Fry's to carry it, > but mainstream bookstores aren't likely to touch it unless it comes from > a major publisher or through an established distributor. Why is this necessarily limited to DreamCard? There are books on many professional development tools, including Director, RealBASIC, and others, at a great many mainstream bookstores. Wouldn't the award-winning pro Rev product be worth marketing? With the higher margins I would think it would be even more so.... -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From mpetrides at earthlink.net Fri Aug 6 15:45:34 2004 From: mpetrides at earthlink.net (Marian Petrides) Date: Fri, 6 Aug 2004 15:45:34 -0400 Subject: Plea to sell Dan's book widely In-Reply-To: <4113DED3.105@fourthworld.com> References: <91F587ED-E760-11D8-A1F8-0003936A2C42@mac.com> <17032E33-E7BA-11D8-BD1A-000A95AE42E6@danshafer.com> <4113DED3.105@fourthworld.com> Message-ID: <2EA772FE-E7E1-11D8-B73D-000A959D005E@earthlink.net> My suspicion is that the key phrase in all this is "[w]hen...the software is available in stores." I wonder whether any thought has been given to marketing Rev through mail order/online shops as well as brick and mortar shops> On Aug 6, 2004, at 3:41 PM, Richard Gaskin wrote: > Dan Shafer wrote: > >> I'm afraid the bookstore route is closed to us for the moment. When >> Dreamcard gets enough traction and the software is available in >> stores, we may be able to convince some specialty places like Fry's >> to carry it, but mainstream bookstores aren't likely to touch it >> unless it comes from a major publisher or through an established >> distributor. > > Why is this necessarily limited to DreamCard? > > There are books on many professional development tools, including > Director, RealBASIC, and others, at a great many mainstream > bookstores. > > Wouldn't the award-winning pro Rev product be worth marketing? With > the higher margins I would think it would be even more so.... From Roger.E.Eller at sealedair.com Fri Aug 6 16:40:33 2004 From: Roger.E.Eller at sealedair.com (Roger.E.Eller at sealedair.com) Date: Fri, 6 Aug 2004 16:40:33 -0400 Subject: [ANN] vector to pdf Message-ID: Alejandro, > Actually, i do not have CAD software to test this > conversion. Is DXF written as ascii text? In its simplest form, DXF can be ascii only. The DXF CAD file format appears to be well documented at myfileformats.com. http://myfileformats.com/search.php?name=dxf There are numerous freeware and/or shareware CAD programs that will import DXF files that would serve well as a viewer during development. Regards, Roger Eller From alex at tweedly.net Fri Aug 6 17:54:03 2004 From: alex at tweedly.net (Alex Tweedly) Date: Fri, 06 Aug 2004 22:54:03 +0100 Subject: Plea to sell Dan's book widely In-Reply-To: References: Message-ID: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> At 18:02 06/08/2004 +0200, MisterX wrote: >However, spending dire marketing money on the ADC is IMOHO a big >waste. What is 200000 users when you can have double that with >a single post in Slashdot.org (/.) alone! Oh, I almost forgot, it's >free and revisitable... However RunRev has not made much talk there >and there's a catchup to do if you want the book to find even more >success... Well, I found RunRev through a link from /. (it might have been indirect - a /. link to someone's weblog talking about different scripting languages, and it mentioned Revolution - don't remember now). >Separately, in RunRev's case, I dont know how much /. banner ads >cost but surely their success have to worth the money more than >anywhere else... Question is how does RR want to market itself and >to whom... I started with Macs, dont get me wrong, but PC's are not >to be undermined - at 9x% of the market... I did find the Mac-orientation of Revolution a bit off-putting at first. Hypercard (and Applescript, and QT and ...) are mentioned so often, and so much discussion includes Mac mentions, that I did wonder initially just how "cross-platform" Rev would be - or whether it was really 80% a Mac application, with a token ability to run on other platforms. The apparent focus on Mac/Apple (conferences, Macworld announcements, etc.) could easily "scare" Windows (or Unix/Linux) users. I think it would be a good idea for some "balancing" if possible. [ Occasionally, I still think there's too much Mac focus - but I'll keep that argument for another day when my skin is feeling thicker :- ] -- Alex. From revdan at danshafer.com Fri Aug 6 18:44:15 2004 From: revdan at danshafer.com (Dan Shafer) Date: Fri, 6 Aug 2004 15:44:15 -0700 Subject: Plea to sell Dan's book widely In-Reply-To: <4113DED3.105@fourthworld.com> References: <91F587ED-E760-11D8-A1F8-0003936A2C42@mac.com> <17032E33-E7BA-11D8-BD1A-000A95AE42E6@danshafer.com> <4113DED3.105@fourthworld.com> Message-ID: <24B1E32C-E7FA-11D8-AEE2-000A95AE42E6@danshafer.com> Richard.... Of course if RevPro gets enough market traction (i.e., a large enough installed base) then a publisher would be interested. As of now, it seems to me that it is far more likely that Dreamcard will achieve that level of market penetration sooner because it is going to be sold in a more mainstream way rather than through narrower dev channels. Dan On Aug 6, 2004, at 12:41 PM, Richard Gaskin wrote: > Dan Shafer wrote: > >> I'm afraid the bookstore route is closed to us for the moment. When >> Dreamcard gets enough traction and the software is available in >> stores, we may be able to convince some specialty places like Fry's >> to carry it, but mainstream bookstores aren't likely to touch it >> unless it comes from a major publisher or through an established >> distributor. > > Why is this necessarily limited to DreamCard? > > There are books on many professional development tools, including > Director, RealBASIC, and others, at a great many mainstream > bookstores. > > Wouldn't the award-winning pro Rev product be worth marketing? With > the higher margins I would think it would be even more so.... > > -- > Richard Gaskin > Fourth World Media Corporation > ___________________________________________________________ > Ambassador at FourthWorld.com http://www.FourthWorld.com > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From webmaster at dreamscapesoftware.com Fri Aug 6 20:32:10 2004 From: webmaster at dreamscapesoftware.com (Derek Bump) Date: Fri, 6 Aug 2004 18:32:10 -0600 Subject: Hide Taskbar Message-ID: <001201c47c15$fb4c3710$7dd4e6cf@WorkPC> I have a stack that resizes to the screenRect(), but after that's done and the "show taskbar" command is issued, the taskbar doesn't show. Is there any way to disable Revolution from hiding the taskbar when it resizes to the screenRect()? Derek Bump Dreamscape Software ____________________________________________ Compress Images Easily with JPEGCompress http://www.dreamscapesoftware.com From chipp at chipp.com Fri Aug 6 19:46:38 2004 From: chipp at chipp.com (Chipp Walters) Date: Fri, 06 Aug 2004 18:46:38 -0500 Subject: Hide Taskbar In-Reply-To: <001201c47c15$fb4c3710$7dd4e6cf@WorkPC> References: <001201c47c15$fb4c3710$7dd4e6cf@WorkPC> Message-ID: <4114185E.8010001@chipp.com> check out the windowBoundingRect...it is correctly set in standalones (though RR's IDE resets it so it's tough to use from within the IDE) -Chipp Derek Bump wrote: > I have a stack that resizes to the screenRect(), but after that's done and the "show taskbar" command is issued, the taskbar doesn't show. > > Is there any way to disable Revolution from hiding the taskbar when it resizes to the screenRect()? > > > Derek Bump > Dreamscape Software > ____________________________________________ > Compress Images Easily with JPEGCompress > http://www.dreamscapesoftware.com > > > > ------------------------------------------------------------------------ > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From webmaster at dreamscapesoftware.com Fri Aug 6 21:01:31 2004 From: webmaster at dreamscapesoftware.com (Derek Bump) Date: Fri, 6 Aug 2004 19:01:31 -0600 Subject: Hide Taskbar References: <001201c47c15$fb4c3710$7dd4e6cf@WorkPC> <4114185E.8010001@chipp.com> Message-ID: <002701c47c1a$194b5da0$7dd4e6cf@WorkPC> > check out the windowBoundingRect...it is correctly set in standalones > (though RR's IDE resets it so it's tough to use from within the IDE) Ok, so does the windowBoundingRect adjust for the different sizes of the taskbar? Is there anything in the IDE that will return the height of the taskbar? Derek Bump Dreamscape Software ____________________________________________ Compress Images Easily with JPEGCompress http://www.dreamscapesoftware.com From troy at rpsystems.net Fri Aug 6 23:47:14 2004 From: troy at rpsystems.net (Troy Rollins) Date: Fri, 6 Aug 2004 23:47:14 -0400 Subject: Plea to sell Dan's book widely In-Reply-To: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> Message-ID: <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> On Aug 6, 2004, at 5:54 PM, Alex Tweedly wrote: > I did find the Mac-orientation of Revolution a bit off-putting at > first. Hypercard (and Applescript, and QT and ...) are mentioned so > often, and so much discussion includes Mac mentions, that I did wonder > initially just how "cross-platform" Rev would be - or whether it was > really 80% a Mac application, with a token ability to run on other > platforms. The apparent focus on Mac/Apple (conferences, Macworld > announcements, etc.) could easily "scare" Windows (or Unix/Linux) > users. I think it would be a good idea for some "balancing" if > possible. I think that this isn't an issue of Windows versus Mac, but one of Windows developers versus Mac developers. One of Rev's greatest strengths and marketable features is its inherently multi-platform nature. A feature that Windows developers generally don't give a whit about. Windows developers (typically) are not Mac savvy, and don't even consider developing anything for Mac. In fact, your initial reaction would be typical, I think. Why mess up an IDE and scripting language with all that Mac oriented rubbish? What's with this plain English programming? Mac developers, on the other hand, know well that they generally *must* develop for Windows in order for their products to be seriously marketable to the general public. Virtually all Mac developers that I know (Hypercarders excepted) develop multi-platform, and look for multi-platform tools to develop with. Windows users are not specifically looking for multi-platform tools, they are looking for the tools with the most advanced Windows features they can find. There is an argument to be had that Rev is somewhat limited in advanced Windows features because of its well-balanced multi-platform feature set. I'm not saying one approach is better or worse, each developer needs to choose that for themselves. I'm just making the point that *if* Rev's focus has any bias to Mac at all, it is because the Mac developers are very receptive to their offerings, needing such tools perhaps more than Windows developers. Windows developers are certainly not scrambling to find a HyperCard replacement, for instance. Which is a long way of saying that I assess that RunRev is trying to appeal, at least initially, to those most receptive to what they have to offer. Hypercard and Applescript are often mentioned because the languages are virtually identical to Transcript... and all three are a loooong way from VB Script. QuickTime is mentioned because it is the primary media engine on both platforms for Revolution, as it is the only truly cross-platform media solution. Marketing Revolution to Mac developers is easy. Marketing it to Windows developers (other than a certain segment) is swimming against the tide. It can be done, but it is certainly a harder road to travel. There is a lot more "education" to do, in order to get Windows developers to recognize the value... if in fact, it does have value to them over their current tools. > > [ Occasionally, I still think there's too much Mac focus - but I'll > keep that argument for another day when my skin is feeling thicker :- > ] Ah, OK. Standing-by. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net From revdan at danshafer.com Sat Aug 7 00:15:50 2004 From: revdan at danshafer.com (Dan Shafer) Date: Fri, 6 Aug 2004 21:15:50 -0700 Subject: Plea to sell Dan's book widely In-Reply-To: <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> Message-ID: <77276AE0-E828-11D8-AA91-000A95AE42E6@danshafer.com> Troy.... That is one of the best, most cogent, clear pieces of explanation of this phenomenon that I've seen. I've been saying this for a lot of years. It seems quite clear to me that you're right, but there are still people who don't see it our way! Dan From chipp at chipp.com Sat Aug 7 01:15:00 2004 From: chipp at chipp.com (Chipp Walters) Date: Sat, 07 Aug 2004 00:15:00 -0500 Subject: OT - Major league cool utiltiy for Mac OSX! In-Reply-To: <34197856-E7CF-11D8-B470-000A95A09CF8@rpsystems.net> References: <411316DE.5080408@chipp.com> <34197856-E7CF-11D8-B470-000A95A09CF8@rpsystems.net> Message-ID: <41146554.2040705@chipp.com> It's really easy to get all the windows on a single window. First, navigate to any window where RR is 'frontmost' then command-option click the desktop. This effectively minimizes all the windows for RR. Next navigate to the desktop you want all the windows on, then cmd-tab to bring up the task switcher and select RR from the icons. All the RR windows will appear together on whichever desktop is 'active.' Troy Rollins wrote: > This switcher is really nice, however it discriminates by the window > rather than the owner application. This means that parts of Revolution > can be strewn across multiple desktops, and if you should accidentally > use the doc to summon Revolution back to the screen, it doesn't bring > all of it, only parts. From troy at rpsystems.net Sat Aug 7 01:27:30 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sat, 7 Aug 2004 01:27:30 -0400 Subject: OT - Major league cool utiltiy for Mac OSX! In-Reply-To: <41146554.2040705@chipp.com> References: <411316DE.5080408@chipp.com> <34197856-E7CF-11D8-B470-000A95A09CF8@rpsystems.net> <41146554.2040705@chipp.com> Message-ID: <7A012E92-E832-11D8-B3F3-000A95A09CF8@rpsystems.net> On Aug 7, 2004, at 1:15 AM, Chipp Walters wrote: > It's really easy to get all the windows on a single window. > > First, navigate to any window where RR is 'frontmost' then > command-option click the desktop. This effectively minimizes all the > windows for RR. Next navigate to the desktop you want all the windows > on, then cmd-tab to bring up the task switcher and select RR from the > icons. All the RR windows will appear together on whichever desktop is > 'active.' Hey, not bad. Yeah, the panel manager thing becomes a "must have" functionality after a while... helps keep things better sorted out in your head as well as on the screen. I'm going to work with this one a bit more. I know there are several alternatives, but this is the most complete free one I've seen, that's for sure. -- Troy RPSystems, Ltd. http://www.rpsystems.net From b.xavier at internet.lu Sat Aug 7 01:44:02 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 07:44:02 +0200 Subject: Localizer - Transcriptlator - opinion request In-Reply-To: <77276AE0-E828-11D8-AA91-000A95AE42E6@danshafer.com> Message-ID: After much scripting on it, I'm puzzled what I should do and so would like to let you tell me what you think. I wrote a transcript translator engine for c, pascal, basic which also handles parts of fortran, php, flash, java and js. The last piece I added to this stack is a parser that finds all your local assignments and puts them into the script if missing. This script also recognizes also the locals assigned outside of the script's handlers and puts them on top of the script to avoid some conflicts when locals are used before before the local assignment. So the question is whether this last script should be made available separately in a stack from the other translators? If there is interest or need for them, I will put this or both stacks in my priority list. For your info, the translators take care of translating the basics of any language into Transcript. It's not 100 perfect naturally but it saves you about 80% of the time in translating from one language to transcript. Thanks in advance for your comments Xavier From chipp at chipp.com Sat Aug 7 01:32:28 2004 From: chipp at chipp.com (Chipp Walters) Date: Sat, 07 Aug 2004 00:32:28 -0500 Subject: OT - Major league cool utiltiy for Mac OSX! In-Reply-To: <41146554.2040705@chipp.com> References: <411316DE.5080408@chipp.com> <34197856-E7CF-11D8-B470-000A95A09CF8@rpsystems.net> <41146554.2040705@chipp.com> Message-ID: <4114696C.3020201@chipp.com> Chipp Walters wrote: > It's really easy to get all the windows on a single window. > > First, navigate to any window where RR is 'frontmost' then > command-option click the desktop. This effectively minimizes all the > windows for RR. Or another way: Navigate to the desktop you want RR on and just click on the RR icon in the doc to pull up all RR windows in the 'current' desktop Next navigate to the desktop you want all the windows > on, then cmd-tab to bring up the task switcher and select RR from the > icons. All the RR windows will appear together on whichever desktop is > 'active.' > > Troy Rollins wrote: > > >> This switcher is really nice, however it discriminates by the window >> rather than the owner application. This means that parts of Revolution >> can be strewn across multiple desktops, and if you should accidentally >> use the doc to summon Revolution back to the screen, it doesn't bring >> all of it, only parts. > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From chipp at chipp.com Sat Aug 7 01:34:33 2004 From: chipp at chipp.com (Chipp Walters) Date: Sat, 07 Aug 2004 00:34:33 -0500 Subject: vis of menuBar? Message-ID: <411469E9.8040404@chipp.com> Does anyone know how to check whether the menuBar is hidden or not? I can't seem to find it in the docs. I've tried: the vis of menubar and it won't work. TIA, Chipp From troy at rpsystems.net Sat Aug 7 01:38:36 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sat, 7 Aug 2004 01:38:36 -0400 Subject: OT - Major league cool utiltiy for Mac OSX! In-Reply-To: <4114696C.3020201@chipp.com> References: <411316DE.5080408@chipp.com> <34197856-E7CF-11D8-B470-000A95A09CF8@rpsystems.net> <41146554.2040705@chipp.com> <4114696C.3020201@chipp.com> Message-ID: <077BC414-E834-11D8-B3F3-000A95A09CF8@rpsystems.net> On Aug 7, 2004, at 1:32 AM, Chipp Walters wrote: > Or another way: Navigate to the desktop you want RR on and just click > on the RR icon in the doc to pull up all RR windows in the 'current' > desktop Yes! I just did that one "accidentally." That of course, works just fine. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net From troy at rpsystems.net Sat Aug 7 01:39:27 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sat, 7 Aug 2004 01:39:27 -0400 Subject: Localizer - Transcriptlator - opinion request In-Reply-To: References: Message-ID: <25A65DFE-E834-11D8-B3F3-000A95A09CF8@rpsystems.net> On Aug 7, 2004, at 1:44 AM, MisterX wrote: > So the question is whether this last script should be made > available separately in a stack from the other translators? Obviously, you are considering a possible good reason for these to be separate, but since I don't have a full understanding, perhaps you could humor me and tell me what it is? Why would the parts of the script which identify and include the locals be put into a separate stack? Would it have some application outside of the rest of the scripts? Maybe if I understood better, I could offer some kind of opinion. Either way, the stacks sound interesting, Xavier. -- Troy RPSystems, Ltd. http://www.rpsystems.net From yvescoppe at skynet.be Sat Aug 7 01:46:39 2004 From: yvescoppe at skynet.be (Yves COPPE) Date: Sat, 7 Aug 2004 07:46:39 +0200 Subject: image size and depth Message-ID: <2762C4B0-E835-11D8-8247-000D93677F1E@skynet.be> Hi list, I have a file which is a jpg file This img is taken with a digital camera I'd like a script which would change the size and the dpi of this img. The idea is to dim the size and set the dpi to "100" or "72" For now I use graphicConverter but I'm asking if it would be possible to make it from within Revolution ? My script begins with answer file "Where is the image ?" if it is empty then exit to top put it into filepathToImg ... ... Thank you very much. Greetings. Yves COPPE yvescoppe at skynet.be From chipp at chipp.com Sat Aug 7 02:04:23 2004 From: chipp at chipp.com (Chipp Walters) Date: Sat, 07 Aug 2004 01:04:23 -0500 Subject: image size and depth In-Reply-To: <2762C4B0-E835-11D8-8247-000D93677F1E@skynet.be> References: <2762C4B0-E835-11D8-8247-000D93677F1E@skynet.be> Message-ID: <411470E7.1040500@chipp.com> Yves, You might want to check out altResizeImgLib at http://www.altuit.com/webs/altuit2/runrev/Downloads.htm The library doesn't explicitly reset the dpi, but it will resize it, and you can check the dpi after exporting... -Chipp Yves COPPE wrote: > Hi list, > > I have a file which is a jpg file > This img is taken with a digital camera > > I'd like a script which would change the size and the dpi of this img. > The idea is to dim the size and set the dpi to "100" or "72" From chipp at chipp.com Sat Aug 7 02:15:45 2004 From: chipp at chipp.com (Chipp Walters) Date: Sat, 07 Aug 2004 01:15:45 -0500 Subject: Plea to sell Dan's book widely In-Reply-To: <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> Message-ID: <41147391.9050506@chipp.com> Troy, Good points, all. But I also believe there is too much 'Mac' centric focus in RR. The GUI is completely Mac based, and so is much of the marketing focus. Though, this does represent the 'low-hanging fruit', RR won't ever truly make inroads onto other platforms w/out a concerted marketing effort by the company. Also, we can easily see where HyperCard, SuperCard and other 'Mac-centric' authoring environments have ended up. I think it's eventually in RR's best interest to focus on other platforms, else the find themselves in the same situation as the other lanquished Mac Xtalk authoring environments. And remember, both Flash and Director found some success on PC's, and originally shipped with an Xtalk language. Your point below is quite cogent. -Chipp Troy Rollins wrote: > Marketing Revolution to Mac developers is easy. Marketing it to Windows > developers (other than a certain segment) is swimming against the tide. > It can be done, but it is certainly a harder road to travel. There is a > lot more "education" to do, in order to get Windows developers to > recognize the value... if in fact, it does have value to them over their > current tools. From b.xavier at internet.lu Sat Aug 7 02:39:51 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 08:39:51 +0200 Subject: Localizer - Transcriptlator - opinion request In-Reply-To: <25A65DFE-E834-11D8-B3F3-000A95A09CF8@rpsystems.net> Message-ID: Troy, > > So the question is whether this last script should be made > > available separately in a stack from the other translators? > > Obviously, you are considering a possible good reason for these to be > separate, but since I don't have a full understanding, perhaps you > could humor me and tell me what it is? Why would the parts of the > script which identify and include the locals be put into a separate > stack? Would it have some application outside of the rest of the > scripts? Well, for different reasons. - the translator and the localizer do different things. One does the obvious job of translating other languages. The other declares your locals to make the explicit variables feature happy. It also helps make your scripts less buggy as it allows you to see right away when you have misspelled variables. The reason both are integrated into the Trancriptolator is that the Localizer was another parser I made using the T.ptolators' functions. In addition the Localizer can be used after any translation! But Im thinking that the localizer may be needed for some while the T'ptolator may not. Im thinking of a 5 EU/$ shareware for the localizer (as a script editor plug-in) while the T'ptolator will be priced higher. Here's a few screenshots... http://monsieurx.com/modules.php?name=Sections&op=viewarticle&artid=2 > Maybe if I understood better, I could offer some kind of opinion. Clearer? > Either way, the stacks sound interesting, Xavier. Thanks! From capellan2000 at yahoo.com Sat Aug 7 02:25:54 2004 From: capellan2000 at yahoo.com (Alejandro Tejada) Date: Fri, 6 Aug 2004 23:25:54 -0700 (PDT) Subject: First update for vector to pdf In-Reply-To: <20040806214235.B777593013A@mail.runrev.com> Message-ID: <20040807062554.562.qmail@web40513.mail.yahoo.com> Hi Developers, Here is a quick fix for the problem mentioned by Jim Hurley. Replace the whole section of code for the case of Polygon with this code: Tested and works with the 3d vector graphic of the Rotater stack. Beware of linewraps introduced by this yahoo mail. case "polygon" /* To handle the special case where a polygon graphic could have segments separated by spaces, i have put in their own variable details like linesize, linecolor and fillcolor with the only purpose to reuse this data when appear a new segment in the graphic. To represent this new segment, it'll be necessary to create a new polygon graphic with the same attributes of the original vector graphic. */ -- Begin of code changed -- if the linesize of control i <> 0 then put the linesize of control i & " w" & return after zxs1 if the linesize of control i <> 0 then put the effective firstcolor of control i into wse if the number of items of wse = 1 then put ColorName2RGB(wse) into wse put colortodecimalrgb(wse) & "RG" & return after zxs1 -- the outline end if if the filled of control i is true then put the effective secondcolor of control i into wse if the number of items of wse = 1 then put ColorName2RGB(wse) into wse put colortodecimalrgb(wse) & "rg" & return after zxs1 -- the fill end if put the points of control i into mnbq replace comma with space in mnbq put zxs1 & word 1 of line 1 of mnbq && abs(the height of this stack - word 2 of line 1 of mnbq) & " m" & return after zxs delete line 1 of mnbq repeat until mnbq is empty if line 1 of mnbq is empty then -- create new graphic put zxs1 & word 1 of line 2 of mnbq && abs(the height of this stack - word 2 of line 2 of mnbq) & " m" & return after zxs delete line 2 of mnbq delete line 1 of mnbq else -- not an empty line put word 1 of line 1 of mnbq && abs(the height of this stack - (word 2 of line 1 of mnbq)) & " l" & return after zxs delete line 1 of mnbq end if end repeat put empty into zxs1 -- End of code changed -- put the points of control i into mnfd if the filled of control i is false and the linesize of control i = 0 and the last line of mnfd = the first line of mnfd then put "n" & return after zxs if the filled of control i is false and the linesize of control i = 0 and the last line of mnfd <> the first line of mnfd then put "N" & return after zxs if the filled of control i is true and the linesize of control i = 0 and the last line of mnfd = the first line of mnfd then put "f" & return after zxs if the filled of control i is true and the linesize of control i = 0 and the last line of mnfd <> the first line of mnfd then put "F" & return after zxs if the filled of control i is false and the linesize of control i <> 0 and the last line of mnfd = the first line of mnfd then put "s" & return after zxs if the filled of control i is false and the linesize of control i <> 0 and the last line of mnfd <> the first line of mnfd then put "S" & return after zxs if the filled of control i is true and the linesize of control i >= 1 and the last line of mnfd <> the first line of mnfd then put "B" & return after zxs if the filled of control i is true and the linesize of control i >= 1 and the last line of mnfd = the first line of mnfd then put "b" & return after zxs break ===== Visit my site: http://www.geocities.com/capellan2000/ __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From b.xavier at internet.lu Sat Aug 7 03:36:55 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 09:36:55 +0200 Subject: Plea to sell Dan's book widely In-Reply-To: <41147391.9050506@chipp.com> Message-ID: Chipp, > Troy, > > Good points, all. But I also believe there is too much 'Mac' centric > focus in RR. The GUI is completely Mac based, and so is much of the > marketing focus. Though, this does represent the 'low-hanging fruit', RR > won't ever truly make inroads onto other platforms w/out a concerted > marketing effort by the company. Maybe runrev is using the mac community as ginnea pigs ;) The recent cursor changes (ouch), XP appearance manager support (although it works nicely, parts of the RR GUI controls loose their features to support this sub-aqua wannabe), the externals support on PCs, and more make RR a better multiplatform tool. This is great... To win over PC users, it would be nice to have the features of flash and java... RunRev definitely has the quality look required. But performance and little things keep RR a step behind. Even compared to RealBasic, RR still has one feature above all the forementioned: the easiest and fastest way to make an application - Flash is not that easy to script! With 3D and bezier scripteable controls, RR may eat Flash for breakfast. With threading, it would have java and php for lunch! With a web player, web developpers would have no more reasons to avoid RR... And for dessert the polyphonic midi sampler/synth support ;) Anyway, if more of us make Mac AND PC (and linux of course) freewares or shareware executables, drop them into sites like gnome, downloads.com, tucows then we might get more referals or attention. We could, for example, put these tools as downloable in 2MB exe size or "RR player required" 50KB downloads. This might induce the advantages of using the player to offset app sizes made with RR. If the IDE could double as the player, we sure would not have as many stack distribution problems. Im not saying making exes is obsolete. However I'd like to point out that RR's limiting platform distributions per license types is not encouraging the crowds to deliver apps for all platforms - since most of us have a studio license, we are restricted - and the RR player would be a great solution here. But it's not in RR's licensing advantage to do so. I ask myself if RR could be painting themselves in a corner here? How much is Flash or Java which deliver on all platforms? What can RR not do that they do? Other than threading... There's always a sales volume/market's attention/profit trade-off in pricing. Just like there is a trade-off in performance/features/quality/delivery time. hope this helps our sales ;) X > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Chipp > Walters > Sent: Saturday, August 07, 2004 08:16 > To: How to use Revolution > Subject: Re: Plea to sell Dan's book widely > > From b.xavier at internet.lu Sat Aug 7 05:44:21 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 11:44:21 +0200 Subject: GradientsN2O for Mac In-Reply-To: Message-ID: After the disastrous backpattern issue, I managed to find an alternative. Alas not as nice since there is no hilite to the menus yet for macs. I have updated the download. Let me know if there are further anomalies. http://monsieurx.com/modules.php?name=News&file=article&sid=161 From heather at runrev.com Sat Aug 7 06:38:57 2004 From: heather at runrev.com (Heather Nagey) Date: Sat, 07 Aug 2004 11:38:57 +0100 Subject: User Contributions on our website Message-ID: Dear listees, We have just completed a weeding out of the user contributions page on our website. I have removed stacks known to error or that we feel are no longer relevant. Thank you all for your valued contributions! We would like to encourage the authors of the remaining contributions and new contributions to upload them to Revonline. Ultimately we intend Revonline to replace the user contributions section entirely, (and of course vastly expand and improve on it.) Revonline will be a dynamic community, which you as authors will be able to keep up to date much more easily. I will no longer be adding new contributions to this website section. As the old ones become available on Revonline they will be removed from user contributions. I'd appreciate if authors could drop me a line when they achieve upload of an existing contribution. Once again, thank you for your contributions in the past, and we look forward to seeing your new creations thriving and flourishing on Revonline! Regards, Heather -- ** For a faster response to all licensing, support, and technical issues, please now send mail to support at runrev.com ** Heather Nagey ~ heather at runrev.com ~ http://www.runrev.com/ Runtime Revolution - User-Centric Development Tools Tel +44 (0) 870 747 1165 Fax +44 (0) 845 4588487 ~~~ Check our web site for new Revolution editions & special offers ~~~ From heather at runrev.com Sat Aug 7 06:47:32 2004 From: heather at runrev.com (Heather Nagey) Date: Sat, 07 Aug 2004 11:47:32 +0100 Subject: Change of Address Message-ID: Dear list member, Runtime Revolution have moved! Due to a lack of space we have moved to bigger and better offices. Our new address is: 15-19 York Place, Edinburgh, EH1 3EB, Scotland, UK Fax and phone number remain as Tel +44 (0) 870 747 1165 Fax +44 (0) 845 4588487 All future correspondence should be sent to the new address. Warm Regards Heather -- ** For a faster response to all licensing, support, and technical issues, please now send mail to support at runrev.com ** Heather Nagey ~ heather at runrev.com ~ http://www.runrev.com/ Runtime Revolution - User-Centric Development Tools Tel +44 (0) 870 747 1165 Fax +44 (0) 845 4588487 ~~~ Check our web site for new Revolution editions & special offers ~~~ From Meitnik at aol.com Sat Aug 7 08:22:13 2004 From: Meitnik at aol.com (Meitnik at aol.com) Date: Sat, 7 Aug 2004 08:22:13 EDT Subject: translater tool, whoa Message-ID: <1a9.271900f2.2e462375@aol.com> > I wrote a transcript translator engine for c, pascal, basic > which also handles parts of fortran, php, flash, java and js. > > -- Please send me more info on it. Btw, how did you handle the pointer stuff in those languages??? Andrew From Meitnik at aol.com Sat Aug 7 08:35:40 2004 From: Meitnik at aol.com (Meitnik at aol.com) Date: Sat, 7 Aug 2004 08:35:40 EDT Subject: MDI challege Message-ID: <1de.26c4524f.2e46269c@aol.com> > There is an argument to be had that Rev is somewhat limited in advanced > Windows > features because of its well-balanced multi-platform feature set. > -- Limiting, you bet. I consider a tool cross platform when a tool handles the core features of each platform. RR simply does't, look at lack of MDI support. Ken Ray wrote a great spec whose features could have been slowly fullfilled over the 2yrs since its introduction. The code to do fake MDI in RR IDE is a hack, a working one yes, but a hack. And its not even explained to others who could even use that hack if one wanted "revMDI". I challege rr team to post a free tutorial on Menbars and MDI on revonline in the next 60days ;-) This posting would help newbies and those working strictly on Windows to make best use of RR. Andrew From alex at tweedly.net Sat Aug 7 09:23:56 2004 From: alex at tweedly.net (Alex Tweedly) Date: Sat, 07 Aug 2004 14:23:56 +0100 Subject: Plea to sell Dan's book widely In-Reply-To: <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> Message-ID: <5.1.0.14.0.20040807140406.00abbc40@mail.tweedly.net> At 23:47 06/08/2004 -0400, Troy Rollins wrote: >On Aug 6, 2004, at 5:54 PM, Alex Tweedly wrote: > >>I did find the Mac-orientation of Revolution a bit off-putting at first. >>Hypercard (and Applescript, and QT and ...) are mentioned so often, and >>so much discussion includes Mac mentions, that I did wonder initially >>just how "cross-platform" Rev would be - or whether it was really 80% a >>Mac application, with a token ability to run on other platforms. The >>apparent focus on Mac/Apple (conferences, Macworld announcements, etc.) >>could easily "scare" Windows (or Unix/Linux) users. I think it would be a >>good idea for some "balancing" if possible. > >I think that this isn't an issue of Windows versus Mac, but one of Windows >developers versus Mac developers. One of Rev's greatest strengths and >marketable features is its inherently multi-platform nature. A feature >that Windows developers generally don't give a whit about. Windows >developers (typically) are not Mac savvy, and don't even consider >developing anything for Mac. In fact, your initial reaction would be >typical, I think. Why mess up an IDE and scripting language with all that >Mac oriented rubbish? What's with this plain English programming? Troy - you present a very persuasive argument for why Mac developers are a better (or easier) target for Rev. than Windows developers. I'm worried that the Mac universe isn't big enough for a small portion of it to sustain Revolution - whereas a (much smaller) portion of the Windows users / developers would be. And to be honest I'm not so much worried about what a Windows developer / user thinks of the details (such as "plain English") as that they don't get that far. Look at the main page on www.runrev.com - Windows is mentioned once - a single word (admittedly in a prominent place). About a fifth of the screen is taken up by a row of icons of Mac awards, and another fifth of the screen is a Max OSX screenshot. Simply changing the screenshot to W-XP would help. Adding a quote (or logo/award) from a PC or Linux mag or site would help even more. >Mac developers, on the other hand, know well that they generally *must* >develop for Windows in order for their products to be seriously marketable >to the general public. Virtually all Mac developers that I know >(Hypercarders excepted) develop multi-platform, and look for >multi-platform tools to develop with. Windows users are not specifically >looking for multi-platform tools, they are looking for the tools with the >most advanced Windows features they can find. True - though there may be an opening with the extra press given to Unix/Linux to convince more Windows developers to consider other platforms. > There is an argument to be had that Rev is somewhat limited in advanced > Windows features because of its well-balanced multi-platform feature set. Presumably, the same argument applies: "There is an argument to be had that Rev is somewhat limited in advanced Macintosh features because of its well-balanced multi-platform feature set." Would you agree with that ? Which Mac features are missing ? Are they missing because of the multi-platform nature ? >Marketing Revolution to Mac developers is easy. Marketing it to Windows >developers (other than a certain segment) is swimming against the tide. It >can be done, but it is certainly a harder road to travel. There is a lot >more "education" to do, in order to get Windows developers to recognize >the value... if in fact, it does have value to them over their current tools. > >> >>[ Occasionally, I still think there's too much Mac focus - but I'll keep >>that argument for another day when my skin is feeling thicker :- ] > >Ah, OK. Standing-by. ;-) No, I'm not going to be tempted into that topic until I'm ready for it.... -- Alex. From st.king42 at ntlworld.com Sat Aug 7 09:27:03 2004 From: st.king42 at ntlworld.com (Stephen King) Date: Sat, 7 Aug 2004 14:27:03 +0100 Subject: Plea to sell Dan's book widely References: <20040807103648.58E2A930151@mail.runrev.com> Message-ID: <000e01c47c82$3a79a5a0$5602a8c0@athalon> View from a 'non-professional' Windows user- I agree wholeheartedly with Chipp and Troy. It would be interesting to understand the balance between Mac and PC (and others) on the list. As mentioned by others, I also find Mac bias a bit off putting. List answers like "get a Mac" (admittedly tongue in cheek) and that we don't need any media support as there's always QuickTime don't help the PC community. I started with Rev about 18 months ago after finding a free 1.1 disc on a PC mag. I was so impressed with it that even though it was a fully licensed product I bought another license for 2.xx, particularly as 2.xx offered more in media and speech, tables. I work with around 200 other engineers all using PCs and have spent a long time trying to 'sell' the idea of Rev to them. Unfortunately, here in the UK, the market is around 90% PC and we seem to continually find things Rev doesn't really do well on PC, media, graphs, real tables etc (and many list respondents unfortunately don't have much experience with PCs). Speech capability seems to have vanished from the PC as far as I can see and media playing is still restricted if QT is not installed. It has been mentioned many times on the list that typical users of Rev products would be teachers/schools and that these sort of people cannot install QT as they have no admin rights, but this argument seems to hit stoney ground. Maybe a solution to this would be to embed QT into the Dreamcard player, so that all users have the full range of media facilities. Is this a possibility? Anyway, I have had no luck with selling the idea of Rev to my PC colleagues who see it as too Mac driven (review citations don't help unfortunately). After a very brief flourish Rev seems to have vanished off the PC magazines and no longer appears in the programming sections (where Vb, C++, Java etc reside), the UK Mac market is very small and specialist as is Mac software so I really see no market penetration likely in the UK. And, as has been mentioned, constant references to 'mac' shows and awards just give the idea that the product is not beeing promoted in PC shows/mags (here I group Linux as well). To me it seems a missed opportunity - the UK small user market is huge - I'm not a professional, but I have sucessfully produced 3 special apps for clubs, all being used actively and appreciated, but it never seems to deliver what I need to use it for work apps or for my wifes 'teacher' needs. In many ways I love the program, but in others I feel I am missing what the Mac community can do with it. I believe Rev is a great product and from what has been written, Dreamcard may offer increased opportunities but I fear it will only really be successul if the PC market is actively developed. Steve Chipp wrote.. > Troy, > > Good points, all. But I also believe there is too much 'Mac' centric > focus in RR. The GUI is completely Mac based, and so is much of the > marketing focus. Though, this does represent the 'low-hanging fruit', RR > won't ever truly make inroads onto other platforms w/out a concerted > marketing effort by the company. > > Also, we can easily see where HyperCard, SuperCard and other > 'Mac-centric' authoring environments have ended up. I think it's > eventually in RR's best interest to focus on other platforms, else the > find themselves in the same situation as the other lanquished Mac Xtalk > authoring environments. And remember, both Flash and Director found some > success on PC's, and originally shipped with an Xtalk language. > > Your point below is quite cogent. > > -Chipp > > Troy Rollins wrote: > > > > Marketing Revolution to Mac developers is easy. Marketing it to Windows > > developers (other than a certain segment) is swimming against the tide. > > It can be done, but it is certainly a harder road to travel. There is a > > lot more "education" to do, in order to get Windows developers to > > recognize the value... if in fact, it does have value to them over their > > current tools. From jhurley at infostations.com Sat Aug 7 09:35:34 2004 From: jhurley at infostations.com (Jim Hurley) Date: Sat, 7 Aug 2004 06:35:34 -0700 Subject: First update for vector to pdf In-Reply-To: <20040807103648.58E2A930151@mail.runrev.com> References: <20040807103648.58E2A930151@mail.runrev.com> Message-ID: > >Message: 18 >Date: Fri, 6 Aug 2004 23:25:54 -0700 (PDT) >From: Alejandro Tejada >Subject: First update for vector to pdf >To: use-revolution at lists.runrev.com >Message-ID: <20040807062554.562.qmail at web40513.mail.yahoo.com> >Content-Type: text/plain; charset=us-ascii > >Hi Developers, > >Here is a quick fix for the problem mentioned >by Jim Hurley. > >Replace the whole section of code for >the case of Polygon with this code: >Tested and works with the 3d vector graphic >of the Rotater stack. >Beware of linewraps introduced by this yahoo mail. Al, Worked like a charm! Thanks you so much. I had considered a solution which did in RR what you did in the text file. Mine was much more intrusive. I tried your revised script out on a graphic which illustrates the physics of the rainbow. It consists of a single line graphic broken in over 30 places--each broken segment represents a single light ray. It translated perfectly into FreeHand. Another small point I noticed. My graphic was named "rainbow" and so the *short* name did not contain the word "graphic." So I just changed the code line: if the short name of control i contains "graphic" to if the name of control i contains "graphic" >Probably you are working on the graphics for your >book and need this now or as soon as possible. Actually the book is finished. I put up a web site for it at: http://www.jamesphurley.com/ There are a number of Run Rev graphic applications there which illustrate a few of the topics treated in the book. (These are stand-alones, but I can furnish the RR code.) Jim From ambassador at fourthworld.com Sat Aug 7 09:37:18 2004 From: ambassador at fourthworld.com (Richard Gaskin) Date: Sat, 07 Aug 2004 09:37:18 -0400 Subject: Plea to sell Dan's book widely In-Reply-To: References: Message-ID: <4114DB0E.2050004@fourthworld.com> MisterX wrote: > To win over PC users, it would be nice to have the features of flash and > java... RunRev definitely has the quality look required. But performance > and little things keep RR a step behind. Even compared to RealBasic, RR > still has one feature above all the forementioned: the easiest and fastest > way to make an application - Flash is not that easy to script! Indeed the productivity benefits are hard to match, and I've seen no reasoned argument describing something more productive. But on performance, I think you must have missed a few posts here over the last year: Everytime someone who who doesn't use Rev comes trolling in here looking to pick a fight on performance, ultimately it is the troll who goes away embarassed when Rev is demonstrated to outperform their fave, and often in fewer lines. I'm sure a more clever troll could work hard enough to identify the subset of cases where that's not true, but do date the discussions have been ostensibly about real-world needs, and the argument wasn't worth pursuing further to them at all once total development productivity is reintroduced into the discussion. This is not to suggest that Rev will beat everything all the way down to Assembler, but it's much faster than most 4GLs and some 3GLs and I don't think anyone who actually measures it considers performance to be a critical issue. In the relatively narrow subset of cases where performance of computationally-intensive routines is beyond what Rev does gracefully, as with the many-times-more-expensive Director or Toolbook products you can always just drop in an external for such specialized needs. -- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ Ambassador at FourthWorld.com http://www.FourthWorld.com From Roger.E.Eller at sealedair.com Sat Aug 7 10:03:36 2004 From: Roger.E.Eller at sealedair.com (Roger.E.Eller at sealedair.com) Date: Sat, 7 Aug 2004 10:03:36 -0400 Subject: Change of Address Message-ID: Heather wrote: > Dear list member, > > Runtime Revolution have moved! Oh my!!!!!! I hope they didn't lose the IRIX machine again during this move! 8^D Moving to a bigger building is a sign of progress and growth. GO RUNTIME!!!!! Roger Eller From JimCarwardine at OwnYourFuture-net.com Sat Aug 7 10:11:10 2004 From: JimCarwardine at OwnYourFuture-net.com (Jim Carwardine) Date: Sat, 07 Aug 2004 11:11:10 -0300 Subject: Plea to sell Dan's book widely In-Reply-To: <41147391.9050506@chipp.com> Message-ID: Ahhh... The 2 dimensional world looking for the first time at the 3 dimensional world that has existed for 20 years... Welcome. on 8/7/04 3:15 AM, Chipp Walters wrote: > Troy, > > Good points, all. But I also believe there is too much 'Mac' centric > focus in RR. The GUI is completely Mac based, and so is much of the > marketing focus. Though, this does represent the 'low-hanging fruit', RR > won't ever truly make inroads onto other platforms w/out a concerted > marketing effort by the company. > > Also, we can easily see where HyperCard, SuperCard and other > 'Mac-centric' authoring environments have ended up. I think it's > eventually in RR's best interest to focus on other platforms, else the > find themselves in the same situation as the other lanquished Mac Xtalk > authoring environments. And remember, both Flash and Director found some > success on PC's, and originally shipped with an Xtalk language. > > Your point below is quite cogent. > > -Chipp > > Troy Rollins wrote: > > >> Marketing Revolution to Mac developers is easy. Marketing it to Windows >> developers (other than a certain segment) is swimming against the tide. >> It can be done, but it is certainly a harder road to travel. There is a >> lot more "education" to do, in order to get Windows developers to >> recognize the value... if in fact, it does have value to them over their >> current tools. > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution -- OYF is... Highly resourceful people working together. Own Your Future Consulting Services Limited, 1959 Upper Water Street, Suite 407, Halifax, Nova Scotia. B3J 3N2 Info Line: 902-823-2477, Phone: 902-823-2339. Fax: 902-823-2139 From st.king42 at ntlworld.com Sat Aug 7 10:28:55 2004 From: st.king42 at ntlworld.com (Stephen King) Date: Sat, 7 Aug 2004 15:28:55 +0100 Subject: sound in revolution References: <20040806031800.ADE819300FF@mail.runrev.com> Message-ID: <001401c47c8a$deb60b60$5602a8c0@athalon> Klaus wrote.. > But i hade big success playing WAV (which is noit necessarily = WAV > ;-), AIF, AU > and MP3 as sounds and "AVI (even DivX) and MPG as video files on Windoze > without QT being installed (= NO QT ;-) Klaus, How did you manage WAVs? I am sure I have not managed to play a windows WAV file in Rev without QT being installed? To me it was a big problem as WAV is still the 'native' recording type for windows for many apps and earlier Win versions. Dar Wrote > But i also cannot understand why some pcs do not install QT, but wanna > have FULL > "multimedia" experience... OK, it is not MS... I don't think it's some, I don't think any distributors in teh Uk ship with QT installed. The main problem as I see it is: - Many users do not have the rights to install these things. I am an engineer of 25 years working with many other engineers. We all have home PCs and know how to use them but none of us can install anything at work. It has to be done through an IT team. This is the same for most organisations I believe. I think its pretty unusual now for businesses to give their workers admin rights - the risk of loading unlicensed software and penalties is just too high. I would think that assuming all users can download QT and install is no longer true. - Windows is shipped with media player, just like Mac OS is shipped with QT. So most users don't need it. So as Rev needs it for full potential- why can't Rev bundle QT with the player at source (or have as an associated install)? I've seen many other programs that ask me if I want to install QT as well (the QT licensing for individuals is really a bit cumbersome for the stack producer). Cheers Steve From yvescoppe at skynet.be Sat Aug 7 10:31:35 2004 From: yvescoppe at skynet.be (Yves COPPE) Date: Sat, 7 Aug 2004 16:31:35 +0200 Subject: image size and depth In-Reply-To: <411470E7.1040500@chipp.com> References: <2762C4B0-E835-11D8-8247-000D93677F1E@skynet.be> <411470E7.1040500@chipp.com> Message-ID: <7C555E6C-E87E-11D8-817D-000D93677F1E@skynet.be> Le 07-ao?t-04, ? 08:04, Chipp Walters a ?crit : > Yves, > You might want to check out > > altResizeImgLib > at > http://www.altuit.com/webs/altuit2/runrev/Downloads.htm > > The library doesn't explicitly reset the dpi, but it will resize it, > and you can check the dpi after exporting... > > -Chipp > > Hi Chipp, thank for the stack for resizing but, how can I change de dpi, I don't understand your tip : "and you can check the dpi after exporting..." thank you. Greetings. Yves COPPE yvescoppe at skynet.be From b.xavier at internet.lu Sat Aug 7 10:49:38 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 16:49:38 +0200 Subject: Plea to sell Dan's book widely In-Reply-To: <4114DB0E.2050004@fourthworld.com> Message-ID: Richard, As you point out, performance is not a problem in most "practical" cases. In terms of graphics, Im even quite surprised at the throughput of MoireX but given its simplicity, well, i dont think bezier moires are coming soon at least on my little portable ;) But what about the 100% cpu hogging so characteristic of Windowns seen when running a loop? This is not so savvy Im afraid to report even though it doesn't seem like RR hogs the computer - only the ... But for the most part, you're absolutely right to say that RR is a performer. I know nothing faster to develop with this level of complexity and expected output... But graphicsand hogging are the smoothest. But I'll add an FPSmeter to my next moire version ;) > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Richard > Gaskin > Sent: Saturday, August 07, 2004 15:37 > To: How to use Revolution > Subject: Re: Plea to sell Dan's book widely > > > MisterX wrote: > > > To win over PC users, it would be nice to have the features of flash and > > java... RunRev definitely has the quality look required. But performance > > and little things keep RR a step behind. Even compared to RealBasic, RR > > still has one feature above all the forementioned: the easiest > and fastest > > way to make an application - Flash is not that easy to script! > > Indeed the productivity benefits are hard to match, and I've seen no > reasoned argument describing something more productive. > > But on performance, I think you must have missed a few posts here > over the last year: > > Everytime someone who who doesn't use Rev comes trolling in here looking > to pick a fight on performance, ultimately it is the troll who goes away > embarassed when Rev is demonstrated to outperform their fave, and often > in fewer lines. > > I'm sure a more clever troll could work hard enough to identify the > subset of cases where that's not true, but do date the discussions have > been ostensibly about real-world needs, and the argument wasn't worth > pursuing further to them at all once total development productivity is > reintroduced into the discussion. > > This is not to suggest that Rev will beat everything all the way down to > Assembler, but it's much faster than most 4GLs and some 3GLs and I don't > think anyone who actually measures it considers performance to be a > critical issue. > > In the relatively narrow subset of cases where performance of > computationally-intensive routines is beyond what Rev does gracefully, > as with the many-times-more-expensive Director or Toolbook products you > can always just drop in an external for such specialized needs. > > -- > Richard Gaskin > Fourth World Media Corporation > ___________________________________________________________ > Ambassador at FourthWorld.com http://www.FourthWorld.com > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From b.xavier at internet.lu Sat Aug 7 10:49:38 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 16:49:38 +0200 Subject: Plea to sell Dan's book widely In-Reply-To: Message-ID: Maybe we've written a new chapter for Dan's book here regarding marketing your RunRev apps ;) > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Jim > Carwardine > Sent: Saturday, August 07, 2004 16:11 > To: Revolution Listserve > Subject: Re: Plea to sell Dan's book widely > > > Ahhh... The 2 dimensional world looking for the first time at the 3 > dimensional world that has existed for 20 years... Welcome. > > on 8/7/04 3:15 AM, Chipp Walters wrote: > > > Troy, > > > > Good points, all. But I also believe there is too much 'Mac' centric > > focus in RR. The GUI is completely Mac based, and so is much of the > > marketing focus. Though, this does represent the 'low-hanging fruit', RR > > won't ever truly make inroads onto other platforms w/out a concerted > > marketing effort by the company. > > > > Also, we can easily see where HyperCard, SuperCard and other > > 'Mac-centric' authoring environments have ended up. I think it's > > eventually in RR's best interest to focus on other platforms, else the > > find themselves in the same situation as the other lanquished Mac Xtalk > > authoring environments. And remember, both Flash and Director found some > > success on PC's, and originally shipped with an Xtalk language. > > > > Your point below is quite cogent. > > > > -Chipp > > > > Troy Rollins wrote: > > > > > >> Marketing Revolution to Mac developers is easy. Marketing it to Windows > >> developers (other than a certain segment) is swimming against the tide. > >> It can be done, but it is certainly a harder road to travel. There is a > >> lot more "education" to do, in order to get Windows developers to > >> recognize the value... if in fact, it does have value to them > over their > >> current tools. > > > > _______________________________________________ > > use-revolution mailing list > > use-revolution at lists.runrev.com > > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- > > OYF is... Highly resourceful people working together. > > > Own Your Future Consulting Services Limited, > 1959 Upper Water Street, Suite 407, Halifax, Nova Scotia. B3J 3N2 > Info Line: 902-823-2477, Phone: 902-823-2339. Fax: 902-823-2139 > > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From b.xavier at internet.lu Sat Aug 7 10:59:45 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 16:59:45 +0200 Subject: MDI challege In-Reply-To: <1de.26c4524f.2e46269c@aol.com> Message-ID: uh, scuze me, I just regained consciousness... what is Dreamcard and what is MDI good for? Other than DirectX or writting a DLL , I haven't found a thing done on PCs that I couldn't do with MetaCard... > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of > Meitnik at aol.com > Sent: Saturday, August 07, 2004 14:36 > To: use-revolution at lists.runrev.com > Subject: Re: MDI challege > > > > > There is an argument to be had that Rev is somewhat limited in advanced > > Windows > > features because of its well-balanced multi-platform feature set. > > > -- Limiting, you bet. I consider a tool cross platform when a > tool handles > the core features of each platform. RR simply does't, look at lack of MDI > support. Ken Ray wrote a great spec whose features could have > been slowly fullfilled > over the 2yrs since its introduction. The code to do fake MDI in > RR IDE is a > hack, a working one yes, but a hack. And its not even explained > to others who > could even use that hack if one wanted "revMDI". > I challege rr team to post a free tutorial on Menbars and MDI on > revonline in > the next 60days ;-) > This posting would help newbies and those working strictly on > Windows to make > best use of RR. > > Andrew > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From capellan2000 at yahoo.com Sat Aug 7 10:56:33 2004 From: capellan2000 at yahoo.com (Alejandro Tejada) Date: Sat, 7 Aug 2004 07:56:33 -0700 (PDT) Subject: Localizer - Transcriptlator - opinion request In-Reply-To: <20040807103648.58E2A930151@mail.runrev.com> Message-ID: <20040807145633.54974.qmail@web40513.mail.yahoo.com> on Sat, 7 Aug 2004 xavier bury wrote: > I wrote a transcript translator engine for c, > pascal, basic > which also handles parts of fortran, php, flash, > java and js. This is extraordinary! If you have a website, you could provide this service via a Rev CGI. The user enters your webpage, paste their code in a field and click on buttons to set options and send the data to your stack running in RevCGI. I have cgi running in my site, if you are interested to make this available this way. > If there is interest or need for them, I will put > this or both > stacks in my priority list. Are you going to comment on every translation? This will become like a Rosetta stone for developers. It's an exciting development tool. > For your info, the translators take care of > translating the > basics of any language into Transcript. It's not 100 > perfect > naturally but it saves you about 80% of the time in > translating > from one language to transcript. It'll be highly useful if you provide comments on the translation choices along with the translation. I'm sure that some expressions could be handled in different ways. An explanation is always welcome. So, When do we see this tool? :-)) al ===== Visit my site: http://www.geocities.com/capellan2000/ __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From alex at tweedly.net Sat Aug 7 11:05:44 2004 From: alex at tweedly.net (Alex Tweedly) Date: Sat, 07 Aug 2004 16:05:44 +0100 Subject: Plea to sell Dan's book widely In-Reply-To: <4114DB0E.2050004@fourthworld.com> References: Message-ID: <5.1.0.14.0.20040807153212.00ad6ad0@mail.tweedly.net> At 09:37 07/08/2004 -0400, Richard Gaskin wrote: >Indeed the productivity benefits are hard to match, and I've seen no >reasoned argument describing something more productive. Agreed - though I would guess that, for me, Revolution is less than half as productive than it *should* be. It's held back by - documentation (somewhat improved in 2.5B) - flaky behaviour of keyboard shortcuts (improved in 2.5B, but still quirky compared to the platform standards) - poor error reporting (getting to be less of an issue as I get used to ignoring the message itself and just inspect the code in the area) - poor script colorizer (improved but still disappointing in 2.5B) - lack of navigation features (raise/focus next window, edit indicated handler, etc.) - non-intuitive (and poorly documented) distinctions between keywords, arguments, evaluated strings, variable names, etc. - and lack of diagnostic when you get it wrong This is aggravated by lack of a good, well-organized collection of user-contributed scripts and libraries. (I can't decide whether RevOnline is going to be a step forward or a step backward here - won't be able to tell until we see it in operation). >But on performance, I think you must have missed a few posts here >over the last year: > >Everytime someone who who doesn't use Rev comes trolling in here looking >to pick a fight on performance, ultimately it is the troll who goes away >embarassed when Rev is demonstrated to outperform their fave, and often >in fewer lines. I've raised a number of performance related issues. I didn't come here deliberately trolling to find them :-) What I've found is that if I do something the *obvious* way in Rev, the performance can be appallingly poor. There is usually (maybe always) a different way to do it that is adequately fast (at least within 10 or 20% of the performance of other scripting languages), but requires a far less natural or convenient way to do it. examples ? 1. draw moderate number of rectangles: Other language - you draw a number of rectangles Revolution - you draw a single large polygon with invisible edges and rectangular markers at each vertex. (!?) The Rev way works quite nicely, only 10 or 20% slower than in the other language, but I'd never have found it without the help of this group. And I didn't find it without wasting hours (days ?) pursuing other more obvious ideas which all failed through performance. 2. Modify the size, colour or position of some of those rectangles you just drew in example 1. Other - you change the colour (shape, position) of the rectangle, and re-draw the set Revolution - you maintain a number of polygons (as lists of vertices in variables, not in the graphics themselves), representing the different combinations of colour and size needed,and then remove the required line from one polygon and add it to another, then re-draw (i.e. put the variable into the graphic) the two polygons. Oh - and if you need to deal with layering, then you need mulitple polygons per color/size/layer ... Again, it works - but it is about as self-documenting as Fortran :-) 3. Read a CSV file The simple natural way (of course) doesn't work - CSV isn't like that :-) The proper way works OK in Rev, though performance is an issue. The quick way (thanks again Richard !) works well, and has pretty decent performance; but it is 20-30 lines including a couple of non-obvious techniques - which as a beginner in the language I wouldn't have considered. And to change to a different dialect of CSV (e.g. read csv from Access rather than from Excel) would be another 20-30 lines, with a couple of subtle differences. The Python equivalent is to use a standard library - so a couple very obvious and well-documented lines instead of those 20-30; to use a different dialect is one extra phrase (dialect="Access") 4. Displaying a CSV file (re-formatted into a scrollable set of columns). I did this using a number of list-fields, and scrolling the group - I might have used the altFieldHeader had I known about it at the time). This worked "kind of OK" - did what I wanted, but was a bit slow. Didn't take long to think about it, move all the workings into variables, and finally write the variables to the fields. |mproved the performance from "iffy" up to "just fine". So again - Rev can do it with adequate performance - but I find myself having to consider performance in a way I haven't had to do for years. And there's a trade-off between performance and natural data structuring that I haven't had to deal with elsewhere. -- Alex. From klaus at major-k.de Sat Aug 7 11:24:06 2004 From: klaus at major-k.de (Klaus Major) Date: Sat, 7 Aug 2004 17:24:06 +0200 Subject: image size and depth In-Reply-To: <7C555E6C-E87E-11D8-817D-000D93677F1E@skynet.be> References: <2762C4B0-E835-11D8-8247-000D93677F1E@skynet.be> <411470E7.1040500@chipp.com> <7C555E6C-E87E-11D8-817D-000D93677F1E@skynet.be> Message-ID: Bon jour Yves, > Le 07-ao?t-04, ? 08:04, Chipp Walters a ?crit : > >> Yves, >> You might want to check out >> >> altResizeImgLib >> at >> http://www.altuit.com/webs/altuit2/runrev/Downloads.htm >> The library doesn't explicitly reset the dpi, but it will resize it, >> and you can check the dpi after exporting... >> >> -Chipp > > Hi Chipp, > > thank for the stack for resizing > but, how can I change de dpi, I don't understand your tip : "and you > can check the dpi after exporting..." i am sorry, but Rev, like many other apps that are NO image-editing apps, are not even aware of something like DPI... These app, incl. Rev, treat every image "as is", that means x pixels in width and y pixels in height but with screen-resolution = 72 dpi... You will have to do some calculations and resize your image to that amount in pixels that will fit to a given DPI, but you will have to change the DPI in an image editing app like Graphic Converter etc... Hope that helps... > thank you. > Greetings. > > Yves COPPE > yvescoppe at skynet.be Au revoir, mon ami... Klaus Major klaus at major-k.de http://www.major-k.de From mark at maseurope.net Sat Aug 7 11:23:55 2004 From: mark at maseurope.net (Mark Smith) Date: Sat, 7 Aug 2004 16:23:55 +0100 Subject: use-revolution Digest, Vol 11, Issue 27 In-Reply-To: <20040807103648.23ECB93014F@mail.runrev.com> References: <20040807103648.23ECB93014F@mail.runrev.com> Message-ID: Wasn't MetaCard originally a Unix thing? Either way, MetaCard has ended up... well...here... Cheers, Mark On 7 Aug 2004, at 11:36, use-revolution-request at lists.runrev.com wrote: > Also, we can easily see where HyperCard, SuperCard and other > 'Mac-centric' authoring environments have ended up. From klaus at major-k.de Sat Aug 7 11:33:21 2004 From: klaus at major-k.de (Klaus Major) Date: Sat, 7 Aug 2004 17:33:21 +0200 Subject: sound in revolution In-Reply-To: <001401c47c8a$deb60b60$5602a8c0@athalon> References: <20040806031800.ADE819300FF@mail.runrev.com> <001401c47c8a$deb60b60$5602a8c0@athalon> Message-ID: <1D1E975A-E887-11D8-A6CC-000A27B49A96@major-k.de> Hi Stephen, > Klaus wrote.. >> But i hade big success playing WAV (which is noit necessarily = WAV >> ;-), AIF, AU >> and MP3 as sounds and "AVI (even DivX) and MPG as video files on >> Windoze >> without QT being installed (= NO QT ;-) > > Klaus, How did you manage WAVs? I just put them into a player object and that was all :-) > I am sure I have not managed to play a > windows WAV file in Rev without QT being installed? To me it was a big > problem as WAV is still the 'native' recording type for windows for > many > apps and earlier Win versions. OK, but "WAV" is just a container for different codecs like "AVI"... Of course, i had some suprises, like a WAV that would play nicely in WinMediaPlayer and in QT-player, but not in REV, with or without QT... > Dar Wrote >> But i also cannot understand why some pcs do not install QT, but wanna >> have FULL "multimedia" experience... OK, it is not MS... > > I don't think it's some, I don't think any distributors in teh Uk ship > with > QT installed. > The main problem as I see it is: > - Many users do not have the rights to install these things. I am an > engineer of 25 years working with many other engineers. We all have > home PCs > and know how to use them but none of us can install anything at work. > It has > to be done through an IT team. This is the same for most organisations > I > believe. I think its pretty unusual now for businesses to give their > workers > admin rights - the risk of loading unlicensed software and penalties > is just > too high. I would think that assuming all users can download QT and > install > is no longer true. > - Windows is shipped with media player, just like Mac OS is shipped > with QT. > So most users don't need it. True... > So as Rev needs it for full potential- why can't Rev bundle QT with the > player at source (or have as an associated install)? Good question :-) > I've seen many other > programs that ask me if I want to install QT as well (the QT licensing > for > individuals is really a bit cumbersome for the stack producer). You just have to fill out a (two) 15 pages form and send it to Apple with 2 CD-ROMs or whatever medium you use to ship your software... Yes, it is a bit cumbersome ;-) > Cheers > Steve Regards Klaus Major klaus at major-k.de http://www.major-k.de From klaus at major-k.de Sat Aug 7 11:47:11 2004 From: klaus at major-k.de (Klaus Major) Date: Sat, 7 Aug 2004 17:47:11 +0200 Subject: use-revolution Digest, Vol 11, Issue 27 In-Reply-To: References: <20040807103648.23ECB93014F@mail.runrev.com> Message-ID: <0C2C38D5-E889-11D8-A6CC-000A27B49A96@major-k.de> Hi Mark, > Wasn't MetaCard originally a Unix thing? That is very true! After about 7 or 8 years as UNIX-only!!! the first windows!!! version came out... And the MAC version shortly after that... > Either way, MetaCard has ended up... well...here... :-) > Cheers, > > Mark Regards Klaus Major klaus at major-k.de http://www.major-k.de From b.xavier at internet.lu Sat Aug 7 12:20:35 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 18:20:35 +0200 Subject: translater tool, whoa In-Reply-To: <1a9.271900f2.2e462375@aol.com> Message-ID: Andrew, Glad you asked. Surely I need a faq to answer those... Pointers are not handled. Or they will be mishandled. I may leave a choice to convert the notations this.that and this->that as this[that] I've seen object.rect->topleft and this gets more confusing... so object[rect,topleft] is the answer but it's gets weirder the more code you see ;) Pointers can be much more complex than just simple assignment of variable addresses. Even a for loop can hard to parse for(mystruct* s->t=0; (x ? i,z)< thisfcuntion();++i) // etc... is a beast to translate... But I got some ways of doing some of these cases. Recognizing how a for loop is incremented alone means different strategies for repeat statements. Like basic's goto statements what do you do? Now, pointers... How could I translate a register barrel shifter for example? in a code like this #define SIZEOF(thisstruct) int *b=thisstruct->nextpointer where you move from struct element to another using the pointer is best done with a simple thisstruct[b,element] Some C++ or Java oriented constructs/logic must be done by hand. As I said it does the tedious translation and parsing the job. you did see the screen shots right? > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of > Meitnik at aol.com > Sent: Saturday, August 07, 2004 14:22 > To: use-revolution at lists.runrev.com > Subject: Re: translater tool, whoa > > > > > I wrote a transcript translator engine for c, pascal, basic > > which also handles parts of fortran, php, flash, java and js. > > > > -- Please send me more info on it. Btw, how did you handle the > pointer stuff > in those languages??? > > Andrew > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From b.xavier at internet.lu Sat Aug 7 12:20:36 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 18:20:36 +0200 Subject: image size and depth In-Reply-To: Message-ID: Actually it's simpler than that... a screen image is 72 dpi at the pixel level. Color printing requires 150 dpi BW printing goes from 150 draft inkjet to 2400 or more in offset printing. 1024 px /72 dpi = x inches im sure you can do the rest of the math. the higher the res, the smaller the picture, the more details. Forget about handling lpis in RR though... That's your printer's job unless you know your stuff in Photoshop. cheers Xavier > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Klaus Major > Sent: Saturday, August 07, 2004 17:24 > To: How to use Revolution > Subject: Re: image size and depth > > > Bon jour Yves, > > > Le 07-ao?t-04, ? 08:04, Chipp Walters a ?crit : > > > >> Yves, > >> You might want to check out > >> > >> altResizeImgLib > >> at > >> http://www.altuit.com/webs/altuit2/runrev/Downloads.htm > >> The library doesn't explicitly reset the dpi, but it will resize it, > >> and you can check the dpi after exporting... > >> > >> -Chipp > > > > Hi Chipp, > > > > thank for the stack for resizing > > but, how can I change de dpi, I don't understand your tip : "and you > > can check the dpi after exporting..." > > i am sorry, but Rev, like many other apps that are NO image-editing > apps, are not even aware > of something like DPI... > > These app, incl. Rev, treat every image "as is", that means x pixels in > width and y pixels in height > but with screen-resolution = 72 dpi... > > You will have to do some calculations and resize your image to that > amount in pixels that will > fit to a given DPI, but you will have to change the DPI in an image > editing app like Graphic Converter etc... > > Hope that helps... > > > thank you. > > Greetings. > > > > Yves COPPE > > yvescoppe at skynet.be > > Au revoir, mon ami... > > Klaus Major > klaus at major-k.de > http://www.major-k.de > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From revdan at danshafer.com Sat Aug 7 13:19:03 2004 From: revdan at danshafer.com (Dan Shafer) Date: Sat, 7 Aug 2004 10:19:03 -0700 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: <41147391.9050506@chipp.com> References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> <41147391.9050506@chipp.com> Message-ID: Chipp......... You knew I'd have to chime in here. :-) Not simply to be contrarian, but I do not believe RR has any serious chance of making real inroads into other platforms. Period. No matter what they do. Over the decades -- yes, decades! -- I've been in this business, I bet I've seen 100 or more development platforms, languages, and tools emerge that would have made Windows programmers more productive and efficient. Not one of them thrived. Only a few survived. Now you could go through the list and find something wrong with every one of them, I'm sure. A reason they failed. But I submit that if in all that time, no new language or tool that wasn't backed by a huge company (Microsoft in particular but also Sun and IBM and, for a while at least, Borland) ever made real inroads. My belief -- and I confess that it is only a belief, not something I can support with anything stronger than my own experiences an insights -- is that Windows developers are principally if not exclusively interested in developing for the Windows platform and that the Bandwagon Effect results in the vast majority of them using mainstream tools. Hell, Java doesn't even have significant presence among pure Windows developers; it's been shifted to the enterprise/server side of the equation and Microsoft is on the verge of dislodging even that penetration. Oh, sure, there is a minuscule number of programmers who experience a Smalltalk or a Revolution or an Objective C and say, "Wow, I can be way more productive than my competitors with this. I think I'll use it instead of C++ or C#." And some of them stick with their out-of-the-mainstream tools. But most don't. Eventually, the fact that 95% of their colleagues are using other tools with widespread library support, fellow programmers to exchange code and ideas with, and all the other components of the Bandwagon Effect drag most of them back to the mainstream tools. This is true even on the Mac. Only a minority of desktop app developers who develop for the Mac are ultimately interested in selling Windows products. (I'm not saying this *should* be the case, but it's a reality nonetheless.) CodeWarrior lets hard-core C types deliver cross-platform but they're a bit player on both sides of the fence. Apple's dev tools, esp under OS X, are awesome and powerful. Every single Mac programmer I know uses them and not Revolution despite the fact that they could use Rev and greatly expand their market. In some cases, they are working for an all-Mac customer or client base. In others, they just don't care; they'd rather build apps with all of the coolness and nuance of a Mac app and forego the Windows marketplace than compromise. In effect, this is another face of the same argument you make for why RR needs to make the product less Mac-centric: developers on those "other" platforms want to see tools that feel like those platforms. At the end of the day, RR has to find niches where cross-platform development is important or even critical. Those niches exist. But they are not mainstream programmers on either platform (and certainly not on *nix, whose developers seem to prefer Open Source tools). To delude itself into thinking it will *ever* make significant inroads into any traditional programming market would, I think, be the end of RR. I think they should focus exclusively on the folks I call Inventive Users who are not full-time professional coders, who can make a tool switch without a huge technical or social cost, and who are at least interested in if not motivated by the possibility of cross-platform development. As it happens, I think that audience is at least 10 times as large as the professional programming audience and vastly more receptive to new development tools and technologies. But reaching that audience is tricky. On Aug 6, 2004, at 11:15 PM, Chipp Walters wrote: > I also believe there is too much 'Mac' centric focus in RR. The GUI is > completely Mac based, and so is much of the marketing focus. Though, > this does represent the 'low-hanging fruit', RR won't ever truly make > inroads onto other platforms w/out a concerted marketing effort by the > company. From troy at rpsystems.net Sat Aug 7 13:39:23 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sat, 7 Aug 2004 13:39:23 -0400 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: <41147391.9050506@chipp.com> References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> <41147391.9050506@chipp.com> Message-ID: On Aug 7, 2004, at 2:15 AM, Chipp Walters wrote: > And remember, both Flash and Director found some success on PC's, and > originally shipped with an Xtalk language. This is mostly true, though Flash never really had an XTalk language, it had a unique (and very basic) scripting language which quickly evolved to a pseudo JavaScript syntax, and then to fully JS. Interestingly, Flash seems to enjoy a greater popularity on Windows, while Director developers seem to have (even today) a disproportional penchant for Mac. This could make one believe that in general, Windows based developers have less interest overall in XTalk languages. I think it could be a case of the fact that Mac users don't recognize any correlation between "ease of use" and "lack of power", while Windows users equate "hard and cryptic" with "more powerful." List members excepted, of course. -- Troy RPSystems, Ltd. http://www.rpsystems.net From jperryl at ecs.fullerton.edu Sat Aug 7 13:40:08 2004 From: jperryl at ecs.fullerton.edu (Judy Perry) Date: Sat, 7 Aug 2004 10:40:08 -0700 (PDT) Subject: Plea to sell Dan's book widely In-Reply-To: <5.1.0.14.0.20040807140406.00abbc40@mail.tweedly.net> Message-ID: The support of multiple sound channels, I've been told... Judy On Sat, 7 Aug 2004, Alex Tweedly wrote: > Would you agree with that ? Which Mac features are missing ? Are they > missing because of the multi-platform nature ? From jperryl at ecs.fullerton.edu Sat Aug 7 13:42:01 2004 From: jperryl at ecs.fullerton.edu (Judy Perry) Date: Sat, 7 Aug 2004 10:42:01 -0700 (PDT) Subject: Plea to sell Dan's book widely In-Reply-To: <000e01c47c82$3a79a5a0$5602a8c0@athalon> Message-ID: Indeed, why hasn't speech on Windows been fixed yet? Hasn't it been a year or more? Judy On Sat, 7 Aug 2004, Stephen King wrote: > Speech capability seems to have vanished from the PC as far as I can see and > media playing is still restricted if QT is not installed. From jperryl at ecs.fullerton.edu Sat Aug 7 13:44:28 2004 From: jperryl at ecs.fullerton.edu (Judy Perry) Date: Sat, 7 Aug 2004 10:44:28 -0700 (PDT) Subject: sound in revolution In-Reply-To: <001401c47c8a$deb60b60$5602a8c0@athalon> Message-ID: Is your problem with WAVs related to whether they are compressed or uncompressed? Judy On Sat, 7 Aug 2004, Stephen King wrote: > Klaus, How did you manage WAVs? I am sure I have not managed to play a > windows WAV file in Rev without QT being installed? To me it was a big > problem as WAV is still the 'native' recording type for windows for many > apps and earlier Win versions. From troy at rpsystems.net Sat Aug 7 13:55:44 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sat, 7 Aug 2004 13:55:44 -0400 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> <41147391.9050506@chipp.com> Message-ID: <00E521F2-E89B-11D8-B3F3-000A95A09CF8@rpsystems.net> On Aug 7, 2004, at 1:19 PM, Dan Shafer wrote: > At the end of the day, RR has to find niches where cross-platform > development is important or even critical. Those niches exist. But > they are not mainstream programmers on either platform (and certainly > not on *nix, whose developers seem to prefer Open Source tools). To > delude itself into thinking it will *ever* make significant inroads > into any traditional programming market would, I think, be the end of > RR. I have to say, I completely agree. In general, Windows developers are simply not seeking a tool like this. Many Mac developers are, as well as many developers who are specifically looking for X-plat capability. For me, X-plat is an absolute necessity. For one thing, I work on Macs exclusively. This is strictly my choice and preference. But my clients need Windows apps, and only occasionally a Mac version. I have to admit, I've been studying Apples XCode in the past week, if only to better understand what I am currently choosing *not* to use. So far as I can see, the only way to develop X-plat using a single code-base with XCode would be to do so in Java, and I'm not sure I'm interested in that route. The package is VERY compelling though... -- Troy RPSystems, Ltd. http://www.rpsystems.net From revdan at danshafer.com Sat Aug 7 14:18:30 2004 From: revdan at danshafer.com (Dan Shafer) Date: Sat, 7 Aug 2004 11:18:30 -0700 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: <00E521F2-E89B-11D8-B3F3-000A95A09CF8@rpsystems.net> References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> <41147391.9050506@chipp.com> <00E521F2-E89B-11D8-B3F3-000A95A09CF8@rpsystems.net> Message-ID: <2F9BBEE0-E89E-11D8-AC61-000A95AE42E6@danshafer.com> Troy..... On Aug 7, 2004, at 10:55 AM, Troy Rollins wrote: > So far as I can see, the only way to develop X-plat using a single > code-base with XCode would be to do so in Java, and I'm not sure I'm > interested in that route. Don't get caught in THAT trap. I have several friends who are serious Java programmers. They maintain that Java's "write once, run anywhere" promise has NEVER been fulfilled and that they find it doesn't even come up to the standard of "write once, debug everywhere." They're using Java almost exclusively for server-side stuff these days; very few new apps are being written in pure Java for xplat deployment. Further proof, I think, that the demand for cross-platform development tools is small and largely Mac-focused. BTW, in my earlier too-long contribution to this dialog, I neglected to say that if I were writing apps for OS X only, I'd probably be inclined to learn and use Objective C and XCode. For me, the one big failing in Revolution is and always will be its lack of object orientation. But I remain willing to forego that lack in return for the ability to develop Windows apps without having to use Windows all day to do it. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dan Shafer, Revolutionary Author of "Revolution: Software at the Speed of Thought" http://www.revolutionpros.com for more info Available at Runtime Revolution Store (http://www.runrev.com/RevPress) From warren at howsoft.com Sat Aug 7 14:32:26 2004 From: warren at howsoft.com (Bob Warren) Date: Sat, 7 Aug 2004 15:32:26 -0300 Subject: Program Testing and Persistent Properties Message-ID: <004e01c47cad$2f7ec4c0$0301a8c0@john> I have only ever "dabbled" in RunRev and I have left it alone for the major part of the last 2 years when I first made contact with RunRev. Since then, I have been waiting for it to turn into a product truly describable as "decent" in comparison with VB that I am much more used to. Not long ago, after breaking contact with the RunRev IDE for a very long time and forgetting even the one or two little things I learned in the first place, I tried making a variation of the "Hello World!" project and testing it before making a standalone. I documented this attempt at testing the project and recorded my confusions in an article at http://www.howsoft.com/runrev/article.htm . If anyone has the patience to read through this illustrated story, would they please enlighten me as to the "higher purpose" of "persistent properties" when test-running a Rev project! (The meaning or "persistent properties" is abundantly clear in the article.) Thanks. From troy at rpsystems.net Sat Aug 7 14:36:39 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sat, 7 Aug 2004 14:36:39 -0400 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: <2F9BBEE0-E89E-11D8-AC61-000A95AE42E6@danshafer.com> References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> <41147391.9050506@chipp.com> <00E521F2-E89B-11D8-B3F3-000A95A09CF8@rpsystems.net> <2F9BBEE0-E89E-11D8-AC61-000A95AE42E6@danshafer.com> Message-ID: On Aug 7, 2004, at 2:18 PM, Dan Shafer wrote: > BTW, in my earlier too-long contribution to this dialog, I neglected > to say that if I were writing apps for OS X only, I'd probably be > inclined to learn and use Objective C and XCode. XCode is *almost* enough to make me want to be a Mac-only developer... and then I remember that I have bills to pay. ;-) Naw. I'm not heading the Java route. Not productive enough. Today's choices for X-plat application development, (rather than multimedia where Director still reigns supreme) are RealBasic and Revolution. They both have their advantages. Currently, Revolution is in the lead for me as it is more generally versatile, can be extremely productive and offers more delivery techniques in addition to being more truly X-plat coding. If that could be strengthened with more graphics functionality (both 2D and 3D) I probably wouldn't bother looking around, or needing to constantly switch tools based on project requirements. -- Troy RPSystems, Ltd. http://www.rpsystems.net From b.xavier at internet.lu Sat Aug 7 14:51:57 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 20:51:57 +0200 Subject: Localizer - Transcriptlator - opinion request In-Reply-To: <20040807145633.54974.qmail@web40513.mail.yahoo.com> Message-ID: > > I wrote a transcript translator engine for c, > > pascal, basic > > which also handles parts of fortran, php, flash, > > java and js. > > This is extraordinary! Not really but a lot of work scripting and debugging... > If you have a website, you could > provide this service via a Rev CGI. > The user enters your webpage, paste their > code in a field and click on buttons to > set options and send the data to your > stack running in RevCGI. > > I have cgi running in my site, if you are > interested to make this available this way. hmmm... Unfortunately you cant print a big "sample" philigram across code... I'll see what I can do about a demo... My plan nowadays is to make publisheable applications. But I had this stack nearly ready after some more c and basic translations I did for primes computing. > > If there is interest or need for them, I will put > > this or both stacks in my priority list. > > Are you going to comment on every translation? I havent thought about that yet ;) But the original comments are left as they are. I dont recommend this exercise for novices though. > This will become like a Rosetta stone for > developers. It's an exciting development tool. It doens't do cunieform or hiperogliphicscripts yets though ;) Transcript translation to the other languages is also dubious in use. And by the time humanity reaches Mars as a vacation spot, Transcript surely will be obsolete ;) > > For your info, the translators take care of > > translating the > > basics of any language into Transcript. It's not 100 > > perfect > > naturally but it saves you about 80% of the time in > > translating > > from one language to transcript. > > It'll be highly useful if you provide > comments on the translation choices > along with the translation. I dont see much the use of it though... It wont translate complex stuff, so the script is as explanatory as the stuff it changes... Some of the parsed structures could be commented for possible errors. But I'll consider the cases when possible. > I'm sure that some expressions could be > handled in different ways. An explanation > is always welcome. Maybe comments to warn you that you have to do the pointer's array translation yourself! ;) I'll start writing a faq as questions pour in. No one has answered my question yet... > So, When do we see this tool? :-)) Here's a few screenshots... http://monsieurx.com/modules.php?name=Sections&op=viewarticle&artid=2 From Cubist at aol.com Sat Aug 7 14:39:29 2004 From: Cubist at aol.com (Cubist at aol.com) Date: Sat, 7 Aug 2004 14:39:29 EDT Subject: Is Rev too "Mac focused"? Message-ID: <88.1109f362.2e467be1@aol.com> Well, well, well. So some of the guys on the PC side of the fence find Rev alien to their usual habits/expectations? They wonder why Rev doesn't court *them* assiduously enough? They can't figure out why *their* platform-of-choice is largely ignored? Heh! I'm a Mac user of long standing, and I got one thing to say to those PC users: Welcome to *our* world, baby. Think about it. Okay, whatever substance there may be to complaints of an "excess" of Mac focus, the above mini-rant doesn't do squat to address them... but after years and years of seeing the PC boys act, not just like the Universe *does* around them, but that the Universe *can, should, and MUST* revolve around them? All I can say is that it's *great* fun to see the shoe on the *other* foot, for once. This doesn't make me a paragon of tolerance, to be sure, but I'm only human, you know? I believe our German friends have a very relevant word -- "schadenfreude" (which I may or may not have spelled correctly)... Now that I've got that out of my system: What things do you PC boys find lacking in the PC implementation of Rev? Let's see if we can't assemble a list of 'weak points'. Once we've got that list, we can maybe discover which of those 'holes' is something the good folk of RunRev can reasonably do something about, which ones you're stuck with until Microsoft gets its act together, and yada yada yada. I'll start: Text-to-speech. It's my understanding (gained from past posts to this mailing list) that TTS is pretty much broken on the PC side, and it's going to *stay* broken until Microsoft gets its act together and *fixes* it. From b.xavier at internet.lu Sat Aug 7 15:02:03 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 21:02:03 +0200 Subject: Plea to sell Dan's book widely In-Reply-To: Message-ID: I've heard it work but never tried. I think directx is required and as usual those who use it for example in games prefer samples... Anyway, making Fruityloops talk is too much fun, you can twist the sound so much it can sound like your Mac is talking! It actually reminds me of macintalk! Did speech recognition continue on the mac btw? > -----Original Message----- > From: use-revolution-bounces at lists.runrev.com > [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Judy Perry > Sent: Saturday, August 07, 2004 19:42 > To: How to use Revolution > Subject: Re: Plea to sell Dan's book widely > > > Indeed, why hasn't speech on Windows been fixed yet? Hasn't it been a year > or more? > > Judy > > On Sat, 7 Aug 2004, Stephen King wrote: > > > Speech capability seems to have vanished from the PC as far as > I can see and > > media playing is still restricted if QT is not installed. > > > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution From troy at rpsystems.net Sat Aug 7 14:49:46 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sat, 7 Aug 2004 14:49:46 -0400 Subject: Program Testing and Persistent Properties In-Reply-To: <004e01c47cad$2f7ec4c0$0301a8c0@john> References: <004e01c47cad$2f7ec4c0$0301a8c0@john> Message-ID: <8DB65A58-E8A2-11D8-B3F3-000A95A09CF8@rpsystems.net> On Aug 7, 2004, at 2:32 PM, Bob Warren wrote: > I documented this attempt at testing the project and recorded my > confusions > in an article at http://www.howsoft.com/runrev/article.htm . > If anyone has the patience to read through this illustrated story, > would > they please enlighten me as to the "higher purpose" of "persistent > properties" when test-running a Rev project! (The meaning or > "persistent > properties" is abundantly clear in the article.) The "higher purpose" is that it makes it extremely easy to save a users input values, drawings, data, etc. simply by saving the stack. It is basically a shifting of how you think about programming. The concept that it shouldn't be hard to save a user's input and data is one of the driving forces behind this. To correct this, all Bob needed to do was place scripts like - on openCard put EMPTY into Field "Field 1" end openCard This would clear the field each time the card was opened. -- Troy RPSystems, Ltd. http://www.rpsystems.net From psahores at easynet.fr Sat Aug 7 14:52:16 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Sat, 7 Aug 2004 20:52:16 +0200 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> <41147391.9050506@chipp.com> Message-ID: Thanks for this debate, Dan and Chipp, Best Regards, Pierre Le 7 ao?t 04, ? 19:19, Dan Shafer a ?crit : > Chipp......... > > You knew I'd have to chime in here. :-) > > Not simply to be contrarian, but I do not believe RR has any serious > chance of making real inroads into other platforms. Period. No matter > what they do. Over the decades -- yes, decades! -- I've been in this > business, I bet I've seen 100 or more development platforms, > languages, and tools emerge that would have made Windows programmers > more productive and efficient. Not one of them thrived. Only a few > survived. > > Now you could go through the list and find something wrong with every > one of them, I'm sure. A reason they failed. But I submit that if in > all that time, no new language or tool that wasn't backed by a huge > company (Microsoft in particular but also Sun and IBM and, for a while > at least, Borland) ever made real inroads. My belief -- and I confess > that it is only a belief, not something I can support with anything > stronger than my own experiences an insights -- is that Windows > developers are principally if not exclusively interested in developing > for the Windows platform and that the Bandwagon Effect results in the > vast majority of them using mainstream tools. Hell, Java doesn't even > have significant presence among pure Windows developers; it's been > shifted to the enterprise/server side of the equation and Microsoft is > on the verge of dislodging even that penetration. > > Oh, sure, there is a minuscule number of programmers who experience a > Smalltalk or a Revolution or an Objective C and say, "Wow, I can be > way more productive than my competitors with this. I think I'll use it > instead of C++ or C#." And some of them stick with their > out-of-the-mainstream tools. But most don't. Eventually, the fact that > 95% of their colleagues are using other tools with widespread library > support, fellow programmers to exchange code and ideas with, and all > the other components of the Bandwagon Effect drag most of them back to > the mainstream tools. > > This is true even on the Mac. Only a minority of desktop app > developers who develop for the Mac are ultimately interested in > selling Windows products. (I'm not saying this *should* be the case, > but it's a reality nonetheless.) CodeWarrior lets hard-core C types > deliver cross-platform but they're a bit player on both sides of the > fence. Apple's dev tools, esp under OS X, are awesome and powerful. > Every single Mac programmer I know uses them and not Revolution > despite the fact that they could use Rev and greatly expand their > market. In some cases, they are working for an all-Mac customer or > client base. In others, they just don't care; they'd rather build > apps with all of the coolness and nuance of a Mac app and forego the > Windows marketplace than compromise. In effect, this is another face > of the same argument you make for why RR needs to make the product > less Mac-centric: developers on those "other" platforms want to see > tools that feel like those platforms. > > At the end of the day, RR has to find niches where cross-platform > development is important or even critical. Those niches exist. But > they are not mainstream programmers on either platform (and certainly > not on *nix, whose developers seem to prefer Open Source tools). To > delude itself into thinking it will *ever* make significant inroads > into any traditional programming market would, I think, be the end of > RR. I think they should focus exclusively on the folks I call > Inventive Users who are not full-time professional coders, who can > make a tool switch without a huge technical or social cost, and who > are at least interested in if not motivated by the possibility of > cross-platform development. > > As it happens, I think that audience is at least 10 times as large as > the professional programming audience and vastly more receptive to new > development tools and technologies. But reaching that audience is > tricky. > > On Aug 6, 2004, at 11:15 PM, Chipp Walters wrote: > >> I also believe there is too much 'Mac' centric focus in RR. The GUI >> is completely Mac based, and so is much of the marketing focus. >> Though, this does represent the 'low-hanging fruit', RR won't ever >> truly make inroads onto other platforms w/out a concerted marketing >> effort by the company. > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > From b.xavier at internet.lu Sat Aug 7 15:12:12 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 21:12:12 +0200 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: Message-ID: Troy, > coding. If that could be strengthened with more graphics functionality > (both 2D and 3D) I probably wouldn't bother looking around, or needing > to constantly switch tools based on project requirements. While looking at some graphic functions theory and how to translate, Actionscript, java to TS, I noticed that the 3D in Flash is simply anymations made in Swivel3D. The rest is just smart line handling. I plan to do some 3D again soon... It's hard but result is always fun to watch... One nice feature of RR to implement this will be the irregular polygon which with a matrix set of operations converts 2D to easy 3D... Here's a nice Flash tutorial I found... http://www.codylindley.com/Tutorials/trigonometry/index.htm cheers Xavier From b.xavier at internet.lu Sat Aug 7 15:12:12 2004 From: b.xavier at internet.lu (MisterX) Date: Sat, 7 Aug 2004 21:12:12 +0200 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: <2F9BBEE0-E89E-11D8-AC61-000A95AE42E6@danshafer.com> Message-ID: > [snip] For me, the one big failing in > Revolution is and always will be its lack of object orientation. But I > remain willing to forego that lack in return for the ability to develop > Windows apps without having to use Windows all day to do it. Dan, That's just a matter of algorithmic and smart parsing/variable passing. between handling [snip] newclient = &new client.id++; [snip] and go to stack clients create card I choose the later! OOP is a phylosophy or a point of view... And with database handling in RR (which I havent tested mind you) you dont have to do hoops to manage/navigate the info. Smart stack design gives you easily relational databases and if you really need OOP in your stack, you can do a little C++ external as Richard always suggests ;) cheers Xavier From troy at rpsystems.net Sat Aug 7 15:07:41 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sat, 7 Aug 2004 15:07:41 -0400 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: References: Message-ID: <0E370E8E-E8A5-11D8-B3F3-000A95A09CF8@rpsystems.net> On Aug 7, 2004, at 3:12 PM, MisterX wrote: > While looking at some graphic functions theory and how to translate, > Actionscript, java to TS, I noticed that the 3D in Flash is simply > anymations > made in Swivel3D. The rest is just smart line handling. This is true, Flash is not much of a 3D environment... well, actually it doesn't have one at all. I've done some 3D in Flash (with swift3D) and I've used exporter tools from 3D apps which generate "rendered" vectors of 3D scenes, but it isn't the same, since the user cannot change camera angles, etc. I'd like to see a true 3D layer in Rev, probably based on openGL. Director has this, as does RealBasic, and it is one of the areas that Rev is behind. An antialiased 2D library is missing as well. Fast bitmap manipulation like Director has with "Imaging lingo" is another. Graphically, Rev is a long way behind in pretty much every way, and I'm hoping to see that change. -- Troy RPSystems, Ltd. http://www.rpsystems.net From psahores at easynet.fr Sat Aug 7 15:16:30 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Sat, 7 Aug 2004 21:16:30 +0200 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: <2F9BBEE0-E89E-11D8-AC61-000A95AE42E6@danshafer.com> References: <5.1.0.14.0.20040806224630.00ad67c0@mail.tweedly.net> <78662436-E824-11D8-B3F3-000A95A09CF8@rpsystems.net> <41147391.9050506@chipp.com> <00E521F2-E89B-11D8-B3F3-000A95A09CF8@rpsystems.net> <2F9BBEE0-E89E-11D8-AC61-000A95AE42E6@danshafer.com> Message-ID: <495EFCE3-E8A6-11D8-9202-000A95C61E96@easynet.fr> Le 7 ao?t 04, ? 20:18, Dan Shafer a ?crit : > They're using Java almost exclusively for server-side stuff these > days; very few new apps are being written in pure Java for xplat > deployment. And on the server-side, Java is only usable to code WEB / EAI applications servers, mainly not as is in core Java but in using lots of different frameworks and components to be set-up together witch means : Java is mainly used by teams in sharing/storing the work via CVS servers, not persons working alone from the begining to the end of the life-cycle of a product. Java is mainly a low-level development paradigm, even if because the framworks and J2EE platforms about marketing, all is done to let us expect something more usefull and different. The "best thing" with Java is that this language is usable by the low-level developers the computing and consulting compagnies are prospecting for low costs all over the world, in India, Pakinstan, China or Maroco. In about Desktop apps, Java is just not the tool to use. Too slow, even in replacing the Swing libraries by the Eclipse's SWT ones... Regards, Pierre > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Dan Shafer, Revolutionary > Author of "Revolution: Software at the Speed of Thought" > http://www.revolutionpros.com for more info > Available at Runtime Revolution Store (http://www.runrev.com/RevPress) > > _______________________________________________ > use-revolution mailing list > use-revolution at lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > -- Bien cordialement, Pierre Sahores 100, rue de Paris F - 77140 Nemours psahores+ at +easynet.fr GSM: +33 6 03 95 77 70 Pro: +33 1 64 45 05 33 Fax: +33 1 64 45 05 33 WEB/EAI services & ACID DB over IP "Mutualiser les deltas de productivit?" From jperryl at ecs.fullerton.edu Sat Aug 7 15:24:43 2004 From: jperryl at ecs.fullerton.edu (Judy Perry) Date: Sat, 7 Aug 2004 12:24:43 -0700 (PDT) Subject: Is Rev too "Mac focused"? In-Reply-To: <88.1109f362.2e467be1@aol.com> Message-ID: I thought the problem was that MS changed its TTS right around the time that Rev implemented it for the previous TTS system and that Rev was going to fix it on the Rev side to be compliant with MS's TTS kit. Am I wrong? Judy On Sat, 7 Aug 2004 Cubist at aol.com wrote: > Text-to-speech. It's my understanding (gained from past posts to this > mailing list) that TTS is pretty much broken on the PC side, and it's going to > *stay* broken until Microsoft gets its act together and *fixes* it. From psahores at easynet.fr Sat Aug 7 15:36:59 2004 From: psahores at easynet.fr (Pierre Sahores) Date: Sat, 7 Aug 2004 21:36:59 +0200 Subject: Rev 2.2.1 for Linux very impressive ! Message-ID: <25E830C2-E8A9-11D8-9202-000A95C61E96@easynet.fr> Just to share that i discovered that Rev 2.2.1 is realy impressive under Linux x86. Works yet just as expected : i can go head with it under the linux platform too. Cool, cool, cool ;) Best Regards, Pierre From FlexibleLearning at aol.com Sat Aug 7 16:22:09 2004 From: FlexibleLearning at aol.com (FlexibleLearning at aol.com) Date: Sat, 7 Aug 2004 16:22:09 EDT Subject: image size and depth Message-ID: Import a gif at double the dimensions. Scale in Rev to 50%. Print at 144dpi. Or its jpgs... one does, the other doesn't. /H > These app, incl. Rev, treat every image "as is", that means x pixels in > width and y pixels in height but with screen-resolution = 72 dpi... From gizmotron at earthlink.net Sat Aug 7 16:42:57 2004 From: gizmotron at earthlink.net (Mark Brownell) Date: Sat, 7 Aug 2004 13:42:57 -0700 Subject: Rev's Mac-Centricity (Was: Plea to sell Dan's book widely) In-Reply-To: Message-ID: <5D738418-E8B2-11D8-B39D-000A95743F7A@earthlink.net> On Saturday, August 7, 2004, at 10:19 AM, Dan Shafer wrote: > Chipp......... > > You knew I'd have to chime in here. :-) > > Not simply to be contrarian, but I do not believe RR has any serious > chance of making real inroads into other platforms. ... Brilliant! Mark From st.king42 at ntlworld.com Sat Aug 7 16:52:34 2004 From: st.king42 at ntlworld.com (Stephen King) Date: Sat, 7 Aug 2004 21:52:34 +0100 Subject: Is Rev too "Mac focused"? References: <20040807185534.EDA2F9301C3@mail.runrev.com> Message-ID: <000c01c47cc0$774a7570$5602a8c0@athalon> Hi Cubist wrote... > I'm a Mac user of long standing, and I got one thing to say to those PC > users: > Welcome to *our* world, baby. Think about it. Don't get me wrong, I was only saying that for Rev to get into the big market (here in the UK), they need to show the program is PC orientated as well which doesn't appear to come across. The UK Mac market appears to be tiny. If REV is intended primarily as a tool for mac users to produce apps for the wider market, then fine. I wouldn't want to get into the argument about which platform is better. The discussion was more about marketting I think. Of course, Dan may be right and niche markets may be the target anyway. > > Text-to-speech. It's my understanding (gained from past posts to this > mailing list) that TTS is pretty much broken on the PC side, and it's going to > *stay* broken until Microsoft gets its act together and *fixes* it. > Back last year when 2.xx first came out, the problem was identified as Rev not working with SAPI5, but it did work with SAPI 4. Unfortunately, Win XP uses SAPI5 and was not a new OS at that time and even my Win 98 (released 1997/98 but free upgrades to about 2002) uses SAPI 5. In July 2003 REV said that they were fixing so it worked with SAPI 5. I don't think anything has been heard since. As far as I know, Windows hasn't changed, but I could be mistaken. For me, reliance on 3rd party QT is a *big* issue. Cheers Steve From st.king42 at ntlworld.com Sat Aug 7 17:02:23 2004 From: st.king42 at ntlworld.com (Stephen King) Date: Sat, 7 Aug 2004 22:02:23 +0100 Subject: sound in revolution References: <20040807185534.EDA2F9301C3@mail.runrev.com> Message-ID: <001301c47cc1$d60b8cb0$5602a8c0@athalon> Hi Judy, Judy wrote.. >Is your problem with WAVs related to whether they are compressed or >uncompressed? >Judy Dunno, How do I tell? From memory I am sure I just used windows recorder to record a Wav file. I know newer recorder can also do MP3 but I have a number of older Windows WAV files to use. Does it work one way or the other? I normally test across 2 PCs - I have one with QT on and the other does not have QT. I know my target (school PCs) do not have QT. Cheers Steve On Sat, 7 Aug 2004, Stephen King wrote: > Klaus, How did you manage WAVs? I am sure I have not managed to play a > windows WAV file in Rev without QT being installed? To me it was a big > problem as WAV is still the 'native' recording type for windows for many > apps and earlier Win versions. From troy at rpsystems.net Sat Aug 7 17:18:39 2004 From: troy at rpsystems.net (Troy Rollins) Date: Sat, 7 Aug 2004 17:18:39 -0400 Subject: Is Rev too "Mac focused"? In-Reply-To: <000c01c47cc0$774a7570$5602a8c0@athalon> References: <20040807185534.EDA2F9301C3@mail.runrev.com> <000c01c47cc0$774a7570$5602a8c0@athalon> Message-ID: <5A461AAE-E8B7-11D8-B3F3-000A95A09CF8@rpsystems.net> On Aug 7, 2004, at 4:52 PM, Stephen King wrote: > For me, reliance on 3rd party QT is a *big* issue. This is true, and frequently heard with all tools that use multimedia - from the Windows side of things. It is a non-issue on Mac, and wouldn't even qualify as "third party." Consider that, for cross-platform compatibility, RealBasic and Director both rely on QuickTime as well. QuickTime is the only multimedia "enabling technology" which endeavors to provide full cross platform parity. Writing an equivalent independent library is a HUGE non-trivial task considering the shear amount of media types which must be supported. Virtually all authoring environments rely on QT for good reason - it puts the costs, tasks and responsibility for maintaining this entire segment of functionality on Apple. I'm sure if Microsoft were to bother itself with providing such a technology for both platforms, with an identical feature set, it would be something which could be considered. But they don't, and aren't likely to. Out of curiosity, what functionality specifically do you need which then requires QuickTime? Rev can obviously run happily without it, and some basic media types are even supported in that case - but beyond that, QuickTime is required to do the heavy lifting. And, I take it that one of the issues is that the Rev installer doesn't invoke the QuickTime installer? That should seem to be resolvable... -- Troy RPSystems, Ltd. http://www.rpsystems.net From kray at sonsothunder.com Sat Aug 7 17:25:18 2004 From: kray at sonsothunder.com (Ken Ray) Date: Sat, 07 Aug 2004 16:25:18 -0500 Subject: Is Rev too "Mac focused"? In-Reply-To: <88.1109f362.2e467be1@aol.com> Message-ID: On 8/7/04 1:39 PM, "Cubist at aol.com" wrote: > Now that I've got that out of my system: What things do you PC boys find > lacking in the PC implementation of Rev? Here's a couple of goodies: 1) Inability to use ActiveX or COM controls (although with Chipp's altBrowser you can use them in a web browser, but that's different). 2) Inability to call the Windows API (something which almost every PC-based development environment is able to do - RealBasic, VB, etc.). 3) Inability to call "normal" (i.e. not developed specifically for Rev) DLLs. Until a couple of these items are addressed (specifically the API calls), Rev really can't swim in the "big pond". There are other more "niggly" items I can think of, but if these three were implemented, we could use those avenues to deal with those situations. For example: - Displaying notification icons (the ballooon in the system tray) - Being able to create new registry keys in the Windows registry - Ability to call VBScript as easily as AppleScript ("do