Re: QT Movie NoteTaker

2006-04-18 Thread Jerry Daniels
Good job, Josh! Jerry Voice: 512.879.6286 Skype: jerry.daniels ALWAYS TRY TO BE MODEST, AND BE PROUD OF IT! On Apr 17, 2006, at 9:26 PM, Josh Mellicker wrote: -- Noob releases first Revolution project -- Thanks to all of your help, I have released a beta (alpha?) of my first Rev

Re: an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-18 Thread Vikram Singh
' been looking forward to this, Trevor cheers, vikram On Apr 15, 2006, at 10:11 PM, Trevor DeVore wrote: On Apr 13, 2006, at 2:51 PM, Josh Mellicker wrote: Hope this is useful to someone (until Trevor adds export settings to the external!) Hi Josh, I do have a rough version of this

[ANN] STS/MLXEditor 2.0.1 Available

2006-04-18 Thread Ken Ray
Sorry, discovered a couple of last minute bugs that didn't get squashed. Version 2.0.1 has the following changes: - Fixed bug where clickign the Debug button in the error dialog would open the text editor and not the built-in script editor for debugging - Fixed bug where the checkbox on the

Re: flashing using deep mask

2006-04-18 Thread Scott Rossi
Recently, Peter T. Evensen wrote: I have a stack whose windowShape is set to the ID of a png with a transparent background (i.e., alpha mask). This lets me change the mask without the stack window flashing; however, I now get flashing when I display a .png over the backgound png, and it

Re: QT Movie NoteTaker

2006-04-18 Thread Chipp Walters
Hi Josh, Great idea, and nice first version! Here's a tutorial which may help you design and add an icon to your app (if you have Photoshop): http://www.altuit.com/webs/altuit2/StandaloneBuilderTutorial/BuildingIconsforMacOSXandWindowsXP.htm Also, You might check out these video tutoials on

Re: Neat LinkClicked tip...

2006-04-18 Thread Chipp Walters
??? Jerry Daniels wrote: Chipp, Sorry i'm late with this comment, but I said the textStyle of the clickChunk or clickCharChunk. If you've used clickCharChunk earlier in the handler, i believe you have to use something like mouseCharChunk or mouseChunk. Not sure I understand. The

Re: Neat LinkClicked tip...

2006-04-18 Thread Jerry Daniels
You can't get the textStyle of the clickText as you have in the second line. On Apr 18, 2006, at 1:51 AM, Chipp Walters wrote: ??? Jerry Daniels wrote: Chipp, Sorry i'm late with this comment, but I said the textStyle of the clickChunk or clickCharChunk. If you've used clickCharChunk

[Beta] Scripture Solitaire

2006-04-18 Thread Curry
I've ported (remade) a Mac version of the game Scripture Solitaire, originally for Windows by Inspired Idea. This is a beta: http://curryk.com/ScriptureSolitaire09.dmg It's pretty complete--no ReadMe yet, but full help is available inside the game. I'll look forward to any comments, and

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread David Burgun
Hi, The problem with that is if you have groups or nested groups, you then have to loop thru until you find the card or stack. All the Best Dave On 15 Apr 2006, at 13:07, Mark Smith wrote: Well, you could try using 'the owner of'. I haven't experimented with it much, so I don't know how

Re: videograbber sound encoding preferences

2006-04-18 Thread paolo mazza
Hi Richard and Trevor I tryed RevSetVideoGrabAudio on MACOSX ... it looks like it does not work. It is a pity because all other feautures of the video capture stack (from tutorials) work grate but unfortunately the size of the files are very big (i guess because of the uncompressed Audio

Re: Neat LinkClicked tip...

2006-04-18 Thread Chipp Walters
Yep, you can. Have you tried it? -Chipp Jerry Daniels wrote: You can't get the textStyle of the clickText as you have in the second line. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

mySQL not working in 2.7 Standalone

2006-04-18 Thread Ton Kuypers
Hi gang, I recall reading something about databases not working when creating a standalone with RR 2.7, but I can't find the original post nor the answers... I am using a mySQL database, everything is working fine in the IDE, but when creating a standalone, I get the message revdberr,

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread Mark Smith
I see what you mean. Maybe what's needed is a library of functions to deal with this sort of thing. Mark On 18 Apr 2006, at 10:34, David Burgun wrote: Hi, The problem with that is if you have groups or nested groups, you then have to loop thru until you find the card or stack. All the

Problem with Edit/Preference Menu Item

2006-04-18 Thread David Burgun
Hi All, I have a Stack that creates a Menu Bar and then Populates the Buttons and Items within the Buttons. This works fine except that he preferences menu item doesn't seem to be being moved to the App Menu correctly. When I look at the menubar, the edit menu still has the

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread David Burgun
Hi, I was really just after some speed. The problem is that this quite a common thing to want to do, you can do it, but it means parsing a string, which although the solution provided by the wonderful people on this list is pretty fast, it's still slow for doing something like this,

MP3 ? - Closing thread

2006-04-18 Thread Francis Nugent Dixon
Hi Scott, Hi Garrett, Thanks for the info - I obviously didn't look far enough ! Is there a way to play external MP3 files in Rev ? I can't find any references to this in the doc (Rev 2.6.1 Build 152). -Francis Nothing should ever be done for the first time !

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread Mark Smith
Well, since function stackIsOpen pLongID return (the short name of pLongID is among the lines of the openstacks) end stackIsOpen was, by my measurement, 4 times slower than function stackIsOpen pLongID set the itemDelimiter to / return (char 1 to -6 of item -1 of pLongID) is among the

BZ 2147 - non-appearing text editing cursor

2006-04-18 Thread Martin Blackman
I'm not sure if I'm experiencing bug 2147 here (although under Windows v2.6.1, not Mac as listed against that bug), but I have a reproducible problem which sounds similar. I have a group of fields laid out on screen in 5 'rows'. The fields all have traversalon true and locktext false. Also in

Re: QT Movie NoteTaker

2006-04-18 Thread Thomas McGrath III
Josh, Great work, Nice release. Find a need and fix it. Great idea. Tom On Apr 17, 2006, at 10:26 PM, Josh Mellicker wrote: -- Noob releases first Revolution project -- Thanks to all of your help, I have released a beta (alpha?) of my first Rev project, a freeware utility called QT

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread David Burgun
Hi, I tried this: function stackIsOpen1 pLongID return (the short name of pLongID is among the lines of the openstacks) end stackIsOpen was, by my measurement, 4 times slower than function stackIsOpen2 pLongID set the itemDelimiter to / return (char 1 to -6 of item -1 of pLongID) is

Re: videograbber sound encoding preferences

2006-04-18 Thread Trevor DeVore
On Apr 18, 2006, at 3:42 AM, paolo mazza wrote: Hi Richard and Trevor I tryed RevSetVideoGrabAudio on MACOSX ... it looks like it does not work. It is a pity because all other feautures of the video capture stack (from tutorials) work grate but unfortunately the size of the files are

Re: mySQL not working in 2.7 Standalone

2006-04-18 Thread Trevor DeVore
On Apr 18, 2006, at 5:07 AM, Ton Kuypers wrote: Hi gang, I recall reading something about databases not working when creating a standalone with RR 2.7, but I can't find the original post nor the answers... I am using a mySQL database, everything is working fine in the IDE, but when

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread Mark Smith
stackIsOpen2 takes the long id of an object, gets the short name of the stack the object is in, and then checks whether or not it's among the lines of the openStacks - which is a list of the short names of all currently open stacks, not their file names. It seems to work perfectly well,

Re: keyDown message weirdness

2006-04-18 Thread Devin Asay
On Apr 17, 2006, at 6:45 PM, J. Landman Gay wrote: Devin Asay wrote: Can anyone confirm this for me? I have discovered that when entering non-Latin (or maybe non-MacRoman) characters into a field that no keyDown or rawKeyDown message gets sent. I'd like others to confirm before I

Re: How do I specify the mouse button (mousebuttonNumber) in a script?

2006-04-18 Thread Devin Asay
On Apr 17, 2006, at 11:44 PM, Dr. Robert E. Ball wrote: To Ken, Devin, and Jacqueline Landman Gay -- thank you very much for helping me out here. After you showed me how to correctly script the mouse button, I still couldn't get the script to compile. I thought there was a bug in Rev 2.7.

Looping

2006-04-18 Thread Jeff Honken
Thanks to all of those that helped me out on the adding one hour to a variable. Now I'm moving on further and I need to loop my times. Looping one item is confusing to me so looping two is really tough. Here's what I'm trying to do. I'm getting five inputs from fields and buttons. 1. If it's

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread David Burgun
Hi, I have a stack called s1.rev, the short name of the stack is untitled 1. If I run this: on mouseUp local myStackName set the itemDelimiter to / put (char 1 to -6 of item -1 of the long id of me) into myStackName, end mouseUp and step thru it in the debugger, then myStackName is

Re: Looping

2006-04-18 Thread David Burgun
Hi, In general, you just create a number of loops! Like so: repeat with myLineCount = 1 to the number of lines in myList -- -- LineCount will now be set to 1, 2, 3, etc. until the end of the list is reached, so -- put line myLineCount of myList into myLineText -- -- Will put the text

Re: Neat LinkClicked tip...

2006-04-18 Thread Jerry Daniels
I have to say I haven't tried it. Will now... Surprise, surprise...the test for the textStyle of the clickText DID work (miraculously) as you predicted! I must say I don't know why. That doesn't make sense to me. ClickText is supposed to be text, not style info, I thought. I stand (sit)

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread Mark Smith
Ah, I see what you mean. I made the assumption (when will I learn?) that the file name would be a superset of the stack name. Which is a shame, where speed matters, as getting the short name from the engine is quite a bit slower than simply parsing the file name. Best, Mark On 18 Apr 2006,

Re: Looping

2006-04-18 Thread Alex Tweedly
Jeff Honken wrote: Thanks to all of those that helped me out on the adding one hour to a variable. Now I'm moving on further and I need to loop my times. Looping one item is confusing to me so looping two is really tough. Here's what I'm trying to do. I'm getting five inputs from fields

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread David Burgun
Yeah! How do you time things? For instance, how long does a: put the short name of this stack into myStackName take? Since I wouldn't have thought that a: put the short name of the stack of me into myStackName wouldn't take a lot longer (if it were possible!). Since (again I assume) when

Re: flashing using deep mask

2006-04-18 Thread Peter T. Evensen
This happens both on 2.6.1 and 2.7 on Windows XP. I haven't tried it on Mac yet. I have a background png that the player is on top of. The mask png is on a different card that is not displayed. I went with a deep mask so I could switch between two masks without the window being closed and

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread Rob Cozens
Hi Dave, Then myStackName is set to Untitled 1 and so it finds it ok in the list returned by openStacks. Do you get the same results? I'm running RunRev 2.6.6 MacOS 10.4.6 That's what I would expect after reading Rev Dictionary: The long id of an object includes information about its

Re: Problem with Edit/Preference Menu Item

2006-04-18 Thread David Burgun
Hi, I meant to say that the Apple Menu and the Help Menu are handled ok and work just fine, it's just the preference item that is causing problems. I've been looking at this on and off for over 5 hours now and I just can't seem to make this work as documented. All the Best Dave On 18

RE: Installing and Using Revolution as a CGI on Tierra.Net(was Dreamhost)

2006-04-18 Thread Lynn Fredricks
I just switched my domain over to jaguarpc.net this morning and got rev cgi working in almost no time! If anyone has experience with setting up Rev as a CGI with hosts and can document how to do it in a way that Phil did with Dreamhost, it would be great if you could post it to the CGI

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread Mark Smith
I time things like this by putting them in a loop: put the millisecs into stTime repeat 1 -- for example put the short name of this stack into myStackName end repeat put the millisecs - stTime on my machine, this takes 11 millsecs. But where the engine seemed slower than string slicing,

XML on a Mac doesn't handle ![CDATA[]]?

2006-04-18 Thread Peter T. Evensen
I have a XML file that contains the following: TextGelatin desserts, such as JELL-O![CDATA[supreg;/sup]], will not become firm and jelly-like if prepared with fresh pineapple. However, this problem can be solved by using canned pineapple instead. Using your knowledge of enzymes, explain

Windowshade control updated, ready to test

2006-04-18 Thread Geoff Canyon
There was a bug in the windowshade control I made available a week ago. There is a new version available to try out that should fix the problem. To test, run this in the message box: go url http://www.inspiredlogic.com/windowshade/windowshade2.rev; I still don't know exactly what the bug

Re: mySQL not working in 2.7 Standalone, bug or not?

2006-04-18 Thread Ton Kuypers
Great, will try this this evening. But is this a bug? Warm regards, Ton Kuypers Digital Media Partners bvba Tel. +32 (0)477 / 739 530 Fax +32 (0)14 / 71 03 04 http://www.dmp-int.com On 18-apr-06, at 16:06, Trevor DeVore wrote: On Apr 18, 2006, at 5:07 AM, Ton Kuypers wrote: Hi gang, I

Re: QT Movie NoteTaker

2006-04-18 Thread jeffrey reynolds
Josh, He great little app! I am about to start an exhibit project and we will be creating a whole bunch of small videos (in dv) for the exhibit over the course of a year and the video editor is on the opposite coast, so this will really come in handy! I love little apps like this that

Re: XML on a Mac doesn't handle ![CDATA[]]?

2006-04-18 Thread Ken Ray
On 4/18/06 10:35 AM, Peter T. Evensen [EMAIL PROTECTED] wrote: I have a XML file that contains the following: TextGelatin desserts, such as JELL-O![CDATA[supreg;/sup]], will not become firm and jelly-like if prepared with fresh pineapple. However, this problem can be solved by using canned

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread David Burgun
On 18 Apr 2006, at 16:29, Mark Smith wrote: I time things like this by putting them in a loop: put the millisecs into stTime repeat 1 -- for example put the short name of this stack into myStackName end repeat put the millisecs - stTime on my machine, this takes 11 millsecs. But

Re: Problem with Edit/Preference Menu Item

2006-04-18 Thread J. Landman Gay
David Burgun wrote: Hi, I meant to say that the Apple Menu and the Help Menu are handled ok and work just fine, it's just the preference item that is causing problems. I've been looking at this on and off for over 5 hours now and I just can't seem to make this work as documented.

Re: Installing and Using Revolution as a CGI on Tierra.Net(was Dreamhost)

2006-04-18 Thread J. Landman Gay
Lynn Fredricks wrote: I just switched my domain over to jaguarpc.net this morning and got rev cgi working in almost no time! If anyone has experience with setting up Rev as a CGI with hosts and can document how to do it in a way that Phil did with Dreamhost, it would be great if you could

Save As... not working

2006-04-18 Thread Preston Shea
The Save As... function on my Rev. 2.7 running under XP home has ceased to operate. Has anyone else experienced this anomaly? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: FTP and SocketTime Out?

2006-04-18 Thread John Patten
Thanks for tips Alex... I went ahead and ping'd the servers. By IP the pings are all good times (3ms). However, FTP clients are also very slow in their initial connecion too. I do have access to another Mac FTP server. I noticed when I connect by domain name, it errors out with a 500

Re: FTP and SocketTime Out?

2006-04-18 Thread Andre Garzia
John, Hi there! :-) Maybe switching from passive connection to active connection will help, some server behaves better using active connections. Try inserting this before any FTP command in your script LibURLSetFTPMode active get back to us after that! :D Cheers andre On Apr 18,

Re: Installing and Using Revolution as a CGI on Tierra.Net(was Dreamhost)

2006-04-18 Thread Phil Davis
J. Landman Gay wrote: Lynn Fredricks wrote: If anyone has experience with setting up Rev as a CGI with hosts and can document how to do it in a way that Phil did with Dreamhost, it would be great if you could post it to the CGI forum. Id like to get a couple of polished versions up, that we can

Re: When does a Stack Actually Die in the IDE???

2006-04-18 Thread Mark Smith
I guess we just don't know how the engine does these things...but it's interesting to know that getting the short name from the fileName is much quicker than from the long ID. Best, Mark On 18 Apr 2006, at 17:02, David Burgun wrote: On 18 Apr 2006, at 16:29, Mark Smith wrote: I time

Filling data fields from a multiple choice list

2006-04-18 Thread Francis Nugent Dixon
Hi from Paris, I have a multi-card stack containing data fields that I must fill in. I have a list of standard texts, one of which must be selected to be put into my fields. At the moment, I use an on mouseUp handler in the text field to go to card 1 and display a text list. This text list has

Re: Filling data fields from a multiple choice list

2006-04-18 Thread William de Smet
Hi frances, Something like this: on mouseUp put field test into button menu end mouseUp - - button menu on menuPick pWhich put pWhich into field test2 end menuPick William de Smet 2006/4/18, Francis Nugent Dixon [EMAIL PROTECTED]: Hi from Paris, I have a multi-card stack containing

Re: Problem with Edit/Preference Menu Item

2006-04-18 Thread David Burgun
Hi, Tried it but it made no difference, the other special menu items work ok, one of the differences is that (according to the docs) with the Edit/Preferences item, it checks for the item starting Preferences, I am wondering if it's comparing incorrectly. I cut and pasted the

Wasted Space .......

2006-04-18 Thread Francis Nugent Dixon
Hi from Paris, I'm sorry but ... Congratulations you guys - you reached an indent of 11. Do you REALIZE that we have to plough through all this ?? -Francis Nothing should ever be done for the first time ! This is just a TINY snippet Mark Smith wrote: I just had

Re: mySQL not working in 2.7 Standalone, bug or not?

2006-04-18 Thread Trevor DeVore
On Apr 18, 2006, at 8:36 AM, Ton Kuypers wrote: Great, will try this this evening. But is this a bug? I would think so. -- Trevor DeVore Blue Mango Learning Systems - www.bluemangolearning.com [EMAIL PROTECTED] ___ use-revolution mailing list

Re: Wasted Space .......

2006-04-18 Thread Mark Smith
Francis, you're quite right. I've complained about exactly this kind of thing in the past, and now here I am, doing the same thing. Apologies to all. Best, Mark On 18 Apr 2006, at 18:06, Francis Nugent Dixon wrote: Hi from Paris, I'm sorry but ... Congratulations you guys - you

Re: mySQL not working in 2.7 Standalone

2006-04-18 Thread Karen
Ton, There are a couple of places to check - although mySQL is supported as standard and therefore shouldn't be problematic. I use altSQLite and have the drivers in my My Revolution Studio/Externals directory - but you don't need this. The drivers should also appear in your application

(no subject)

2006-04-18 Thread garnik virabyan
no no no no no no no no no no on ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Shao Sean Calendar Object Question

2006-04-18 Thread Jeff Honken
Is anyone using Shao Sean's Calendar Object ? I've downloaded it but in the stack I keep getting a Can't find handler Error when I change months. It's for the object calendarNextMonth. Is there something I'm missing? I can't find a doc file for the stack so I'm slightly in the dark.

Re: Save As... not working

2006-04-18 Thread David Burgun
Yes, I have had it do this Under 2.6.6 on Mac, I got around by reinstalling RunRev. I don't tend to use it now, I find it easier to dupe the file in the finder, guess it's different on Windows? All the Best Dave On 18 Apr 2006, at 17:16, Preston Shea wrote: The Save As... function on my

Re: Save As... not working

2006-04-18 Thread Rob Cozens
Hi Preston, The Save As... function on my Rev. 2.7 running under XP home has ceased to operate. Has anyone else experienced this anomaly? Do you mean the save doesn't happen or the menuItem is disabled? If the former: * I'm having no problem here [Win XP TPC Edition, RRv2.7]. * Are you

Re: Shao Sean Calendar Object Question

2006-04-18 Thread sims
Is anyone using Shao Sean's Calendar Object ? I've downloaded it but in the stack I keep getting a Can't find handler Error when I change months. It's for the object calendarNextMonth. Is there something I'm missing? I can't find a doc file for the stack so I'm slightly in the dark.

Re: Installing and Using Revolution as a CGI on Tierra.Net(was Dreamhost)

2006-04-18 Thread Mark Wieder
Lynn- Tuesday, April 18, 2006, 8:24:48 AM, you wrote: If anyone has experience with setting up Rev as a CGI with hosts and can document how to do it in a way that Phil did with Dreamhost, it would be great if you could post it to the CGI forum. Id like to get a couple of polished versions

Re: FTP asnd SocketTime Out?

2006-04-18 Thread John Patten
Hi Andre... I added the LibURLSetFTPMode active in front of the ftp calls, but no luck. The process was working fine until Friday afternoon, that's when our network people began installing the new server. I also remember a Microsoft Update that happened Friday too. I guess it could be one of

Re: Installing and Using Revolution as a CGI on Tierra.Net(was Dreamhost)

2006-04-18 Thread Mark Smith
I'll second that... Mark On 18 Apr 2006, at 17:32, Phil Davis wrote: http://hyperactivesw.com/cgitutorial/index.html And regarding the subject at hand... forget sliced bread, Jacque's tutorial is about the best thing since the wheel! Phil Davis

DreamHost CGI not working...

2006-04-18 Thread Todd Geist
Posted this on the forum... but kind of in a hurry I tried to follow the directions posted on the forum for setting up a Dreamhost account for Rev CGI, but I am getting an 500 Internal Server Error. I placed both the engine and the very simple hello world script in a folder called

[OT] Small Hardware Networking Project

2006-04-18 Thread Rob Cozens
Hi All, I am seeking professional assistance in physically configuring a Netgear FWG114P router and a Lucent Technologies Pipeline 75 ISDN modem to work in tandem. I have two issues: 1. Both the modem and the router include setup instructions saying that device's IP address should be

Does revCopyFile delete existing files of the same name?

2006-04-18 Thread Howard Bornstein
I'm using revCopyFile to backup some files but if the file already exists in the destination folder, revCopyFile (and revCopyFolder, it turns out) returns an execution error. Has anyone been able to make this work without using something else like a shell script? Bug 2298 says: - Additional

Re: DreamHost CGI not working...

2006-04-18 Thread Mark Wieder
Todd- Tuesday, April 18, 2006, 11:02:43 AM, you wrote: I tried to follow the directions posted on the forum for setting up a Dreamhost account for Rev CGI, but I am getting an 500 Internal Server Error. This is almost probably a script error. I was getting 500 errors until I changed the

Re: [OT] Small Hardware Networking Project

2006-04-18 Thread Mark Wieder
Rob- Tuesday, April 18, 2006, 11:05:29 AM, you wrote: only configuration that even partially works is the ZTERM app via the serial port on my original G3 PowerBook. This is the only configuration that draws a response from the modem to a request for it's setup menu...but the response is

Re: Problem with Edit/Preference Menu Item

2006-04-18 Thread J. Landman Gay
David Burgun wrote: Hi, Tried it but it made no difference, the other special menu items work ok, one of the differences is that (according to the docs) with the Edit/Preferences item, it checks for the item starting Preferences, I am wondering if it's comparing incorrectly. I cut and

Re: Shao Sean Calendar Object Question

2006-04-18 Thread Karen
On 18 Apr 2006, at 18:00, Jeff Honken wrote: Message: 6 Date: Tue, 18 Apr 2006 10:33:39 -0700 From: Jeff Honken [EMAIL PROTECTED] Subject: Shao Sean Calendar Object Question Is anyone using Shao Sean's Calendar Object ? I've downloaded it but in the stack I keep getting a Can't find handler

Re: Problems with revcopyfile

2006-04-18 Thread David Burgun
Try doing this: if it is empty then exit mouseUp put it / into filePath IOW, add a / to the end of the file path. I think that should make it work. All the Best Dave On 30 Mar 2006, at 21:36, Jonathan Kotthoff wrote: This does not seem like it should be this hard...I must be missing

Re: Problem with Edit/Preference Menu Item

2006-04-18 Thread David Burgun
Hi Again, I've been at this at least 7 hours now and I just can't think of anything else to try. There really isn't much that can go wrong script wise. As far as I can tell this just plain doesn't work! If the docs told you a little more it might be possible to try to track the problem

How to manage memory load in standalone substacks?

2006-04-18 Thread Ben Bock
I have to build a standalone, and I'm now working on the splash screen and management scripts for the 10 substacks. Some of the substacks are ~75 MB, and one has 5 different videoclip players.I don't want to use up all RAM, and don't understand the ins and outs of the substacks in a

Re: Problems with revcopyfile

2006-04-18 Thread David Burgun
Opps! That won't work either, I think that should do it tho: ask file Save File As: if it = empty then exit mouseUp put it into myFilePathName set the itemDelimiter to / put item -1 of myFilePathName into myFileName put myFilePathName into myFolderPathName put empty into item -1 of

Re: How to manage memory load in standalone substacks?

2006-04-18 Thread David Burgun
Hi, I think you'd be better off holder the video clips in a separate file and loading them dynamically when you need them. Apart from anything else it will be hard to ship a 75+ MB Stack File! I can give you some pointers if you need them. All the Best Dave On 18 Apr 2006, at 19:49, Ben

Re: DreamHost CGI not working...

2006-04-18 Thread Alex Tweedly
Mark Wieder wrote: Todd- Tuesday, April 18, 2006, 11:02:43 AM, you wrote: I tried to follow the directions posted on the forum for setting up a Dreamhost account for Rev CGI, but I am getting an 500 Internal Server Error. This is almost probably a script error. I was getting 500

Clarifying RevCon West Dates, Deadlines

2006-04-18 Thread Dan Shafer
An astute reader sent me an email last night and pointed out that the RevCon West 2006 Web site had some contradictory dates on it. So just to clarify: Pre-Conference Tutorial is June 14-15 Kickoff Jazz Party (no-host bar) June 15 evening Main Conference June 16-17 Post Conference In-Depth

Re: DreamHost CGI not working...

2006-04-18 Thread Todd Geist
Thanks Mark But everything I know how to test tells me that the line endings are Line Feeds, ASC13. and I ams till getting an error. Todd On Apr 18, 2006, at 11:09 AM, Mark Wieder wrote: Todd- Tuesday, April 18, 2006, 11:02:43 AM, you wrote: I tried to follow the directions posted on

Re: DreamHost CGI not working...

2006-04-18 Thread Alex Tweedly
Alex Tweedly wrote: Mark Wieder wrote: This is almost probably a script error. I was getting 500 errors until I changed the line endings in my script file, then it suddenly started working. I'm also having the same problem (or at least the same symptoms) as Todd. Can you specify *how*

Re: [OT] Cringely on BootCamp's future

2006-04-18 Thread Dan Shafer
Ah, but Chipp, the fly in your ointment (oooh, ugly metaphor) is the word just. The premium buys you (in the best scenario): * more secure Vista * more stable Vista * OS X and all its charms (BTW, I blogged this one at http://www.danshafer.com/onemind/?q=node/98 On 4/17/06, Chipp Walters

quicktime sizes

2006-04-18 Thread Wally Rodriguez
I have an emergency request that I need to implement right away and I was wondering if anyone here might have a quick fix. I need to be able to find out the height and width of a quicktime movie in order to generate an html shell to display such movie. Is there a quick way to get this

Re: DreamHost CGI not working...

2006-04-18 Thread Mark Wieder
Todd- Tuesday, April 18, 2006, 12:39:19 PM, you wrote: But everything I know how to test tells me that the line endings are Line Feeds, ASC13. and I ams till getting an error. There you go. Looks like Alex managed to get things working, but if I were you I'd replace NumToChar(13) with

Re: DreamHost CGI not working...

2006-04-18 Thread Mark Wieder
Alex- Tuesday, April 18, 2006, 12:28:59 PM, you wrote: Can you specify *how* you changed the line endings in your script file ? Or how I can verify if they are correct ? I used EditPlus for Windows text editing. It's got a menu item for changing this. I'm assuming this isn't a problem from

Re: DreamHost CGI not working...

2006-04-18 Thread J. Landman Gay
Mark Wieder wrote: Alex- Tuesday, April 18, 2006, 12:28:59 PM, you wrote: Can you specify *how* you changed the line endings in your script file ? Or how I can verify if they are correct ? I used EditPlus for Windows text editing. It's got a menu item for changing this. I'm assuming this

Re: DreamHost CGI not working...

2006-04-18 Thread J. Landman Gay
Alex Tweedly wrote: [fig]$ cp revolution.x86 revolution [fig]$ ./revolution test1.cgi Could not open libgdk-x11-2.0.so: libgobject-2.0.so: cannot open shared object f ile: No such file or directory This looks like one of the famous missing libraries issues. Not all ISPs install the older

Re: quicktime sizes

2006-04-18 Thread Thierry Arbellot
not tested, but open the movie in a player and try the formattedHeight and formattedWidth properties. hope it helps Thierry On 2006, Apr 18, , at 22:06, Wally Rodriguez wrote: I have an emergency request that I need to implement right away and I was wondering if anyone here might have a

Re: DreamHost CGI not working...

2006-04-18 Thread Todd Geist
This turns out to be it. I guess I missed this part. On Apr 18, 2006, at 12:58 PM, Alex Tweedly wrote: Jacque's instructions said to name the engine revolution, so I tried that I changed the name of the engine to revolution and it now works. Also Tuesday, April 18, 2006, 12:39:19 PM,

Calendar fix, etc

2006-04-18 Thread Marty Knapp
I just fixed a couple of bugs in my calendar stack and uploaded to my user space (MartyKnapp). While I was at it I uploaded a new version my my custom slider stack. It has a few refinements and a new gear shift knob icon. If you need to roll your own sliders, either for look or functionality,

Re: DreamHost CGI not working...

2006-04-18 Thread Richard Gaskin
Todd Geist wrote: On Apr 18, 2006, at 12:58 PM, Alex Tweedly wrote: Jacque's instructions said to name the engine revolution, so I tried that I changed the name of the engine to revolution and it now works. Why would the engine care what its name is? -- Richard Gaskin Managing Editor,

Re: DreamHost CGI not working...

2006-04-18 Thread Todd Geist
On Apr 18, 2006, at 1:54 PM, Richard Gaskin wrote: Todd Geist wrote: On Apr 18, 2006, at 12:58 PM, Alex Tweedly wrote: Jacque's instructions said to name the engine revolution, so I tried that I changed the name of the engine to revolution and it now works. Why would the engine care

Re: DreamHost CGI not working...

2006-04-18 Thread Alex Tweedly
Richard Gaskin wrote: Todd Geist wrote: On Apr 18, 2006, at 12:58 PM, Alex Tweedly wrote: Jacque's instructions said to name the engine revolution, so I tried that I changed the name of the engine to revolution and it now works. Why would the engine care what its name is? I'm

Re: FTP and SocketTime Out?

2006-04-18 Thread John Patten
Update... FWIW... The long delay required in making the inital FTP connetion from the Windows XP appears to be related to the Windows OS only. I tried the same thing from a Mac and the stack connected within 2-4 seconds. Thanks! John Patten SUSD --

Re: quicktime sizes

2006-04-18 Thread Trevor DeVore
On Apr 18, 2006, at 1:06 PM, Wally Rodriguez wrote: I have an emergency request that I need to implement right away and I was wondering if anyone here might have a quick fix. I need to be able to find out the height and width of a quicktime movie in order to generate an html shell to

Whitespace

2006-04-18 Thread Mark Wieder
All- Getting frustrated trying to program in Transc... er... Revolution? Try your hand programming in Whitespace. http://compsoc.dur.ac.uk/whitespace/ -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-18 Thread Josh Mellicker
Trevor, How about reading the timecode track from a QT movie? Josh On Apr 15, 2006, at 10:11 PM, Trevor DeVore wrote: On Apr 13, 2006, at 2:51 PM, Josh Mellicker wrote: Hope this is useful to someone (until Trevor adds export settings to the external!) Hi Josh, I do have a rough

Re: an app that will transcode a bunch of QT movies from one codec to another (and place them in certain relative folders

2006-04-18 Thread Trevor DeVore
On Apr 18, 2006, at 3:49 PM, Josh Mellicker wrote: Trevor, How about reading the timecode track from a QT movie? Use the qtGetCurrentTimeCode() function. Entry from the docs: function qtGetCurrentTimeCode (MovieControllerID) QT Version: 3 Description: Returns the current time code

Re: Whitespace

2006-04-18 Thread Garrett Hylltun
Mark Wieder wrote: All- Getting frustrated trying to program in Transc... er... Revolution? Try your hand programming in Whitespace. http://compsoc.dur.ac.uk/whitespace/ Or if that doesn't tickle your fancy, try programming in Cow. http://www.bigzaphod.org/cow/ Seriously! It's a very

Re: Installing and Using Revolution as a CGI on Tierra.Net(was Dreamhost)

2006-04-18 Thread Richard Gaskin
Lynn Fredricks wrote: If anyone has experience with setting up Rev as a CGI with hosts and can document how to do it in a way that Phil did with Dreamhost, it would be great if you could post it to the CGI forum. Id like to get a couple of polished versions up, that we can sticky. I noticed

  1   2   >