[ANN] Scripter's Scrapbook 5.28 Update

2007-01-13 Thread FlexibleLearning
www.FlexibleLearning.com/ssbk or www.ssBk.co.uk UPDATE AVAILABLE Thanks to feedback, an incremental update has been uploaded and is now available that fixes some recent bugs and improves the 'interface experience'. 5.28 Update released 13-JAN-2007 - Interface: The hyperlink cursor now disp

Re: BUG: importing image files crash rev 2.7.5

2007-01-13 Thread Mark Schonewille
Hi Andre, Whenever I imported an image with transparency, either PNG or GIF, Rev 2.7.5 beta 1 crashed (this version should equal 2.7.5-dp-2). Images without transparency would sometimes import correctly and sometimes not. Best, Mark -- Economy-x-Talk Consultancy and Software Engineerin

Re: Force interrupt

2007-01-13 Thread Richard Miller
Jim, I believe you gave me the clues I needed. It looks like the way we used the Send command in a few places was the problem. Thanks! Richard On Jan 12, 2007, at 4:13 PM, Jim Ault wrote: On 1/12/07 11:17 AM, "Richard Miller" <[EMAIL PROTECTED]> wrote: I wish it was a repeat loop, but

Properties not locking in

2007-01-13 Thread Brad Sampson
On a project I'm currently working on, I have a script that sets the fileName of a player, then runs some script that resizes the player for optimal quality. However, the formattedHeight and formattedWidth of the player don't appear to be "locked in" when it trys to set them. They both appear as

Some thoughts on testings...

2007-01-13 Thread Andrew Meit
I recently had been forced to move all my files to my ibook and make it my main computer while I figure out what to do with my old iMac G4 LCD dying...while doing so, I came across a file I saved and thought it important to post on the list in light of the open beta of 2.7.5...read slowly:

Re: Properties not locking in

2007-01-13 Thread Mark Swindell
Would a simple lock/unlock screen solution work? Mark On Jan 13, 2007, at 6:49 AM, Brad Sampson wrote: On a project I'm currently working on, I have a script that sets the fileName of a player, then runs some script that resizes the player for optimal quality. However, the formattedHeight and

Re: Properties not locking in

2007-01-13 Thread sims
On Jan 13, 2007, at 6:49 AM, Brad Sampson wrote: On a project I'm currently working on, I have a script that sets the fileName of a player, then runs some script that resizes the player for optimal quality. However, the formattedHeight and formattedWidth of the player don't appear to be "locked

Need to hide the Acrobat tools via scripting in AltBrowser on PC

2007-01-13 Thread Roger . E . Eller
I am using altBrowser on a PC in Win2k & XP. Is it possible to instruct altBrowser to display the PDF alone, without the tools that are invoked by the Adobe Reader plugin? Roger Eller <[EMAIL PROTECTED]> ___ use-revolution mailing list use-revolution@

Visible Problems

2007-01-13 Thread Charles Szasz
I am using Klaus Major's excellent script to create four graphs based on data entered by the user. With the help of Klaus, I have the graphs working. However, I have encountered a problem with the visible property of two graphics used in the fourth graph. Although the Inspector shows that h

Re: Properties not locking in

2007-01-13 Thread J. Landman Gay
Brad Sampson wrote: On a project I'm currently working on, I have a script that sets the fileName of a player, then runs some script that resizes the player for optimal quality. However, the formattedHeight and formattedWidth of the player don't appear to be "locked in" when it trys to set them.

Re: Some thoughts on testings...

2007-01-13 Thread J. Landman Gay
Andrew Meit wrote: I recently had been forced to move all my files to my ibook and make it my main computer while I figure out what to do with my old iMac G4 LCD dying...while doing so, I came across a file I saved and thought it important to post on the list in light of the open beta of 2.7.5.

Re: Visible Problems

2007-01-13 Thread Mark Smith
Could it be that something is in front of the graphics (a background graphic or field, maybe)? If so, setting the layer of the graphics to "top" should do it. One other thought is that in very dense line graphics, if the antialiased of them is set to true, they can sometimes antialias the

Re: Properties not locking in

2007-01-13 Thread Mark Smith
You could simply put a fixed wait in, say 10 or 20 millisecs (not enough fro the user to notice, but enough for the player to sort itself out, you'll have to experiment to see what works well), or do a send in time that keeps going until the player is ready: on checkPlayer wait 10 millisec

Re: Force interrupt

2007-01-13 Thread Jim Ault
On 1/13/07 6:10 AM, "Richard Miller" <[EMAIL PROTECTED]> wrote: > I believe you gave me the clues I needed. It looks like the way we > used the Send command in a few places was the problem. > > Thanks! > Richard > Glad that you found the culprit. The asynchronous bugs are the most difficult to

Visibility Problem

2007-01-13 Thread Charles Szasz
I am using Klaus Major's excellent script to create four graphs based on data entered by the user. With the help of Klaus, I have the graphs working. However, I have encountered a problem with the visible property of two graphics used in the fourth graph. Although the Inspector shows that h

Re: Visibility Problem

2007-01-13 Thread Roger . E . Eller
> I tried the Message Box to see what was going on. > When I entered the command: Show graphic "g9" and press return, it > does not show the graphic. Sometimes, when referencing objects by name, I see this behavior when there are (accidentally created) duplicates with the same name. Try using

Testing . . .

2007-01-13 Thread Marty Knapp
Testing 1223 I haven't been getting anything from the user list for a while - I have emailed Runrev a couple of times with no response . . . Marty Knapp ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscri

Re: Visibility Problem

2007-01-13 Thread Joe Lewis Wilkins
Charles, How about the layer in which the graph is drawn? Any chance it is behind something else? Joe Wilkins On Jan 13, 2007, at 12:53 PM, Charles Szasz wrote: I am using Klaus Major's excellent script to create four graphs based on data entered by the user. With the help of Klaus, I hav

Cron job w/ Rev CGI

2007-01-13 Thread Bill Marriott
Does anyone know how to run a cron job with Rev CGI for Linux? I would like to set up a script to execute every 15 minutes. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage you

Appearance of buttons in OS X

2007-01-13 Thread Mark Swindell
In creating a standalone for OS X, buttons are losing their OS X appearance... shadings and textures. They are flat 2D outlines, more similar to a Windows look. I can't see a preference to get these to look right . An earlier build looks perfect, but I don't know what I've changed. Rev

Re: Cron job w/ Rev CGI

2007-01-13 Thread Pierre Sahores
Bill, If i had to design, test and debug such a task, i would do it in using the CronniX freeware under the Mac OS X platform before installing the end result under Linux... Best Regards, PS: little bug report : When lauching Rev 2.1.2 under the Solaris 10 Sun 5.10 x86 platform (last ver

Re: Appearance of buttons in OS X

2007-01-13 Thread Sarah Reichelt
On 1/14/07, Mark Swindell <[EMAIL PROTECTED]> wrote: In creating a standalone for OS X, buttons are losing their OS X appearance... shadings and textures. They are flat 2D outlines, more similar to a Windows look. I can't see a preference to get these to look right . An earlier build looks pe

export in v2.7?

2007-01-13 Thread Richard Gaskin
In the olden days the export command worked only on the screen buffer, which meant that you couldn't export anything that was offscreen, and anything overlapping the window you wanted to export from was included in the exported image. I have a vague recollection somewhere that v2.7's new buffe

Re: export in v2.7?

2007-01-13 Thread Scott Rossi
Recently, Richard Gaskin wrote: > I have a vague recollection somewhere that v2.7's new buffer management > has altered this to allow exporting portions of a specified window > without regard for anything overlapping it. > > Am I dreaming? If not, what is the syntax to make this happen? If I un

Re: Visibility Problem

2007-01-13 Thread Chipp Walters
Couple of thoughts. Try asking explicitly if the grc are visible..iow don't take the App browser's word for it. It sometimes has a difficult time updating. try in the message box: put the visible of grc "myGrc" also, to make sure you have only one grc with the name you're looking for. So try: r

Re: Cron job w/ Rev CGI

2007-01-13 Thread Bill Marriott
Well, I have a little Rev CGI script that works exactly the way I want it to when I summon it from the address bar using a web browser... I just want it to do its thing every 15 minutes now. I don't even know the syntax/procedure for that. "Pierre Sahores" <[EMAIL PROTECTED]> wrote in message

Re: Appearance of buttons in OS X

2007-01-13 Thread Mark Swindell
Thanks Sarah. Isn't this something the Standalone builder should do automatically, though? Mark On Jan 13, 2007, at 3:47 PM, Sarah Reichelt wrote: On 1/14/07, Mark Swindell <[EMAIL PROTECTED]> wrote: In creating a standalone for OS X, buttons are losing their OS X appearance... shadings and

Re: Cron job w/ Rev CGI

2007-01-13 Thread Dave Cragg
On 14 Jan 2007, at 00:32, Bill Marriott wrote: Well, I have a little Rev CGI script that works exactly the way I want it to when I summon it from the address bar using a web browser... I just want it to do its thing every 15 minutes now. I don't even know the syntax/ procedure for that.

Re: Cron job w/ Rev CGI

2007-01-13 Thread Bill Marriott
Got it working... The tricks were: 1) path to my script was ./sitename/cgi-bin/script 2) I have to use the full pathname to the engine, e.g.: #!./sitename/cgi-bin/revolution at the start of my scripts The only remaining problem is that the server emails me every time it runs: Could not open

Visibility Problem

2007-01-13 Thread Charles Szasz
Mark, I tried both of your suggestions - setting antialiased to false and moving the graphic to top but no success. Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscri

Re: OMG!!!! Steve Jobs is launching the iPhone and it runs MacOS X.

2007-01-13 Thread [EMAIL PROTECTED]
Yer a crazy GNUt!!! [EMAIL PROTECTED] wrote: Now that there is a 'smaller' version of OS X , I wonder if the releases will be named something like: Tabby, Calico, and Persian. :-) Or, with the new company name change, the new releases could be different varieties of apple. I'm looking forwa

Re: Appearance of buttons in OS X

2007-01-13 Thread Sarah Reichelt
Yes, and in 2.7.5 beta 1 & 2 this was fixed, but in 2.7.4 it was still a problem. Cheers, Sarah On 1/14/07, Mark Swindell <[EMAIL PROTECTED]> wrote: Thanks Sarah. Isn't this something the Standalone builder should do automatically, though? Mark On Jan 13, 2007, at 3:47 PM, Sarah Reichelt wro