Menu madness

2006-08-16 Thread Chris Carroll-Davis
Hello everyone - I'm hoping someone can help me with a problem with menus. I have a set of three menus (as one menubar) repeated on several cards. In the menu Builder I have "set as menu bar on Mac OS" selected. Whenever I navigate from one card to another the height of my stack shrinks!

Message strangeness in 2.7.3

2006-08-15 Thread Chris Carroll-Davis
Hello all - I have a weird issue that *seems* to have started since upgrading to 2.7.3. On a project that I am working on, if I double-click on the file to open project and launch Rev at the same time, preopenstack, openstack, preopencard and opencard (of the 1st card) are not sent.

Export PNG weirdness

2006-08-11 Thread Chris Carroll-Davis
Hello everyone. Can anybody help with this ... I am exporting PNGs from fields, using this syntax: export snapshot from field fname to file imgPath as PNG This works just fine on about 30 or so fields, but when I come to one particular field it fails with error message: export: can't

Re: Export PNG weirdness

2006-08-09 Thread Chris Carroll-Davis
, in my opinion - since the ability to output images from specific controls was one of the features of 2.7.2 I believe. I've never used bugzilla before (!) is it simple to do? Unhappy Chris On 9 Aug 2006, at 15:28, Chris Carroll-Davis wrote: Update: I can of course make this

Re: Export PNG weirdness

2006-08-09 Thread Chris Carroll-Davis
risky as I can't guarantee that there will be nothing on top of the field (e.g. floating palette) or that the field will completely contained on screen. Chris On 9 Aug 2006, at 14:59, Chris Carroll-Davis wrote: Hello everyone. Can anybody help with this ... I am exporting PNGs

Export PNG weirdness

2006-08-09 Thread Chris Carroll-Davis
Hello everyone. Can anybody help with this ... I am exporting PNGs from fields, using this syntax: export snapshot from field fname to file imgPath as PNG This works just fine on about 30 or so fields, but when I come to one particular field it fails with error message: export: can'

Re: Font Menu

2006-07-07 Thread Chris Carroll-Davis
Erhm. Ignore this. (*embarrassed cough*) Realised it is only 3 lines of code. :-) Chris On 7 Jul 2006, at 13:27, Chris Carroll-Davis wrote: Hello again. Is there a simple way of implementing a font/size menu? I'm *sure* this must have been asked before, but I can'

Font Menu

2006-07-07 Thread Chris Carroll-Davis
Hello again. Is there a simple way of implementing a font/size menu? I'm *sure* this must have been asked before, but I can't find any references to it. I was hoping that it might be able to create it automatically like the File, Edit and Help options in the Menu Builder. (I can dream ca

Re: Exporting transparent PNGs (again)

2006-07-05 Thread Chris Carroll-Davis
imagedata of image "A1"/4) repeat with n = 1 to it/10 repeat with n = 1 to it/5 repeat with n = 1 to it/4 repeat with n = 1 to it/2 repeat with n = 1 to it/1 Jim Ault Las Vegas On 7/4/06 2:33 PM, "Chris Carroll-Davis" <[EMAIL PROTECTED]> wrote: Dave - Thanks so much

Re: Exporting transparent PNGs (again)

2006-07-04 Thread Chris Carroll-Davis
Dave - Thanks so much! Yes, your routine is much faster than mine... though I'm not sure why!! Here is my code: on mouseUp put alphadata of image "black" into temp put the milliseconds into tStart ## for speed calc repeat with n = 1 to number of chars in imagedata of image "A1"/4

Re: Exporting transparent PNGs (again)

2006-07-04 Thread Chris Carroll-Davis
arted with a 300 x 300 graphic, but of course for AlphaData that is 300x300 bytes = 90,000 repeats. Yuk! There must be a better way Is there any lightning fast way of manipulating the binary data without resorting to a repeat loop? Help! Chris On 4 Jul 2006, at 12:54, Chris Car

Exporting transparent PNGs (again)

2006-07-04 Thread Chris Carroll-Davis
Hello again folks. I recently posted a question about Rev's weird behaviour when exporting transparent PNGs from fields with Japanese text. No-one (understandably) was able to offer any help so, as is often the case, I think I'll be looking for a workaround... ... Exporting non-transpare

export PNG weirdness

2006-06-27 Thread Chris Carroll-Davis
Hello all. I want to output a transparent PNG of formatted text in a field. Fine. I use the following script that acts on a non-opaque field: on mouseUp put "/Users/chris/Desktop/transtext.png" into fPath export snapshot from field "transText" to file fPath as PNG end mouseUp Works fine

Re: Front Row/Remote

2006-04-22 Thread Chris Carroll-Davis
t It may rely on another app if I read the code right but this is doable and also I found some control scripts at Sailing CLicker's forums too. Check it out and see if you can extract from it. TOm On Apr 22, 2006, at 12:33 PM, Chris Carroll-Davis wrote: Tom - Good suggestion - I rus

Re: Front Row/Remote

2006-04-22 Thread Chris Carroll-Davis
u can arrange them and control them from within Rev. HTH - Let us know, Tom On Apr 22, 2006, at 10:13 AM, Chris Carroll-Davis wrote: Hello all - Anyone have any suggestions on how I might be able to intercept input from the Apple remote control? I have to say I am mightily unimpressed

Front Row/Remote

2006-04-22 Thread Chris Carroll-Davis
Hello all - Anyone have any suggestions on how I might be able to intercept input from the Apple remote control? I have to say I am mightily unimpressed with Front Row. After you get past the initial wow factor of the whizz-bang carousel effect, the rest of the interface (i think) is ver

Re: Weird Idle behavior

2006-03-28 Thread Chris Carroll-Davis
ng mouse drag of objects). Thanks again. Chris * Am holding copy of complete adventures of Rocky and Bulwinkle in right hand and hereby swear to *never* use idle again in my whole life. Ever. OK? :-) On 27 Mar 2006, at 22:17, J. Landman Gay wrote: Chris Carroll-Davis wrote: Hello folks -

Re: Weird Idle behavior

2006-03-27 Thread Chris Carroll-Davis
Yep - Richard, "idle" *is* being sent. After 45 seconds, the timer pings and that's that. Rev just refuses to update the graphic on idle! C On 27 Mar 2006, at 20:54, Richard Gaskin wrote: Chris Carroll-Davis wrote: Richard - Thanks. Ha! Yes, I saw that - but I'm a

Re: Weird Idle behavior

2006-03-27 Thread Chris Carroll-Davis
loop. But If try the same thing with the timed message, it is sending thousands of "updateTimer in 10 ticks" messages, which seems to swamp it. I guess I'm missing something really obvious. But well, I'm a bit thick! Chris On 27 Mar 2006, at 20:41, Chris Carroll-Da

Re: Weird Idle behavior

2006-03-27 Thread Chris Carroll-Davis
Richard - Thanks. Ha! Yes, I saw that - but I'm an old SC dinosaur so I tend to stick with what I know! I suppose I'll have to make the switch to timed messages. But do you agree that my script *ought* to work? One of the great things about rev is the ability to use a variety of appro

Re: Weird Idle behavior

2006-03-27 Thread Chris Carroll-Davis
t have you checked out the idleRate property in the docs? Best, Mark On 27 Mar 2006, at 19:25, Chris Carroll-Davis wrote: Hello folks - here's a weird one... I'm updating a timer on idle: On idle global StartTicks if StartTicks = "" then exit idle updateTimer wa

Weird Idle behavior

2006-03-27 Thread Chris Carroll-Davis
Hello folks - here's a weird one... I'm updating a timer on idle: On idle global StartTicks if StartTicks = "" then exit idle updateTimer wait 1 millisecond with messages -- attempt at kludge! end idle which just draws an arc graphic to give visual feedback On updateTimer global Sta

Re: White Flash

2006-03-23 Thread Chris Carroll-Davis
k in those prehistoric days, the white flash lasted a lot longer than it does today. That external saved my bacon on a number of projects! Think I'm going to just have to live with this one. All the best, Chris On 23 Mar 2006, at 19:11, Scott Rossi wrote: Recently, Chris Carroll-Davi

Re: White Flash

2006-03-23 Thread Chris Carroll-Davis
seful technique for future projects - it could "hide" a multitude of sins! C On 23 Mar 2006, at 18:21, Chris Carroll-Davis wrote: Ah! Now Jonathan, this would definitely work! Great lateral thinking. If I get time, I will have a go at this and let you know the results. Chris

Re: White Flash

2006-03-23 Thread Chris Carroll-Davis
Ah! Now Jonathan, this would definitely work! Great lateral thinking. If I get time, I will have a go at this and let you know the results. Chris You can get even fancier, by creating a new stack whose rect is the screen rect, containing an image of the screen, then change your stack

Re: White Flash

2006-03-23 Thread Chris Carroll-Davis
Jonathan - No. Good suggestion, but it seems that if the window is visible on the screen (whether screen is locked or not) you get the flash. :-( And now tried it on Windows - which gives it's own flavour of flash. I think I'm right in saying that "lock screen" only works within the wind

White Flash

2006-03-23 Thread Chris Carroll-Davis
Hello all Does anyone know a cunning way to prevent a window briefly painting white when changing the window decorations?? I'm allowing user to toggle between a "full screen mode" (kiosk-type - with black backdrop, hidden menubar and plain centred window) and a "standard" (draggable, min

Re: Windows Dunce Question (probably OT)

2006-03-22 Thread Chris Carroll-Davis
one! Thanks for the suggestion, C On 22 Mar 2006, at 18:02, Tariel Gogoberidze wrote: On Mar 22, 2006, at 10:20 AM, Chris Carroll-Davis wrote: Date: Wed, 22 Mar 2006 15:12:37 + From: Chris Carroll-Davis <[EMAIL PROTECTED]> Hello folks. Question here from complete Windows do

Windows Dunce Question (probably OT)

2006-03-22 Thread Chris Carroll-Davis
Hello folks. Question here from complete Windows dope. What am I doing wrong? I've installed Rev on PC to test and tweak stuff I've written on Mac. But... any .rev files I see have the wrong icon. Presumably the file association is wrong on my system. I have tried going to "properties"

Re: Render Images

2006-03-14 Thread Chris Carroll-Davis
On 14 Mar 2006, at 13:43, Chris Carroll-Davis wrote: Ian - Thanks so much - that's perfect! I am writing a multimedia app that needs to display text in many, many languages. Whilst Unicode goes a long to help, it is not a panacea - e.g. can you display Cambodian and Thai on your m

Re: Render Images

2006-03-14 Thread Chris Carroll-Davis
docs and User guide pdf but couldn't find any reference to it... Thanks again! Chris On 14 Mar 2006, at 13:09, Ian Wood wrote: On 14 Mar 2006, at 12:35, Chris Carroll-Davis wrote: A question: the release blurb for 2.7 says: "Render an image from any object on-screen, pres

Render Images

2006-03-14 Thread Chris Carroll-Davis
Hello all - I've been away for a few months and lo! when I get back to Rev (just when I thought I was starting to get the hang of it) they go and release a new version... :-) A question: the release blurb for 2.7 says: "Render an image from any object on-screen, preserving the alpha ch

JPEG comments

2005-09-27 Thread Chris Carroll-Davis
Hello all - does anyone know of a way to write jpeg comments to an existing file? I think these are similar to the EXIF data written to files by digital cameras. I am working on MAc OS X. "Preview" can read and write these keywords - but it isn't scriptable! Regards, Chris __

TEST - please ignore!

2005-09-21 Thread Chris Carroll-Davis
I said ignore it! :-) ___ 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

Re: Displaying PDF - Help! Urgent!!

2005-09-14 Thread Chris Carroll-Davis
Thanks for the help on this. Gordon - your code seems to work beautifully! And Ken's point about the web link is also satisfied because if there is no app to display the PDF, Windows brings up a prompt to d/l software anyway. Thanks again - a real life-saver!! Chris On 13 Sep 2005, at 1

Displaying PDF - Help! Urgent!!

2005-09-13 Thread Chris Carroll-Davis
Hello folks - I'm doing a quick 'n' dirty menu front-end for a CD and need to be able to display a multi-page PDF document. On Mac I'll just open it with "Preview" - but I need to know what is equivalent on PC. (I am a Windows dunce...) I have to do this tonight!! Gulp! Chris

Re: Rev won't paste

2005-07-22 Thread Chris Carroll-Davis
Ah! So I'm not going mad. I've seen this weird behaviour and never got to the bottom of the mystery. But try Ctrl+SHIFT+V...?? Mystery. Chris - Original Message - From: "Leston Drake" <[EMAIL PROTECTED]> To: Sent: Friday, July 22, 2005 7:12 PM Subject: Rev won't paste Hi all

Re: Folder size

2005-07-13 Thread Chris Carroll-Davis
repeat get resultList & filesList sort lines of it return word 1 to -1 of it -- strip empty lines end AllFiles -- function MyURLEncode what put URLEncode(what) into what replace "%2F" with "/" in what return what end MyURLEncode Le 13 juil. 05 à 10:15, Chris C

Re: Folder size

2005-07-13 Thread Chris Carroll-Davis
Xavier - Thanks for the tip. Iit's for both Mac & PC really - but mainly mac at the moment. Since posting, I've found that I can get the info I need with applescript - "Tell application "Finder" ... return physical size of folder "Folderpath" ... End tell", but of course that's no good f

Folder size

2005-07-12 Thread Chris Carroll-Davis
Hello folks - Anyone know if there is an easy way in Rev of getting the size of a folder (together with all it's sub-folders). I know I can do a loop using "detailed files" and "detailed folders" but that seems a bit long-winded, and I'm sure I'd be re-inventing the wheel! Is there anot

Re: RevCon: Keynote is up and running

2005-06-18 Thread Chris Carroll-Davis
Alex - BT reckon 7th November 05 for your exchange. Perhaps you could rope in a few friends to dig a 400 yard trench for new cable! I sympathise with you - I had real battle to get broadband too (I'm in stix in Suffolk). Chris On 18 Jun 2005, at 12:19, Alex Tweedly wrote: [EMAIL PROT

Re: Video from RevCon

2005-06-17 Thread Chris Carroll-Davis
Presumably they'll be a *bit* longer ! ;-) Chris On 17 Jun 2005, at 17:07, Klaus Major wrote: Hi Jon, On Jun 17, 2005, at 8:57 AM, Jon wrote: How large is this file? I am connected over a modem... They will be huge. I estimate 200 MB in size for each keynote. -Mark Talluto but

Re: Drag reordering in list

2005-06-10 Thread Chris Carroll-Davis
Scott, Eric - both of these are fantastic! Just what I need. Thanks so much. Chris On 10 Jun 2005, at 16:17, Scott Rossi wrote: Recently, Chris Carroll-Davis wrote: I need to display a list of 10-50 items and allow the user to easily arrange the list so that the top 10 items are in

Drag reordering in list

2005-06-10 Thread Chris Carroll-Davis
Hello folks - Any suggestions on this... I need to display a list of 10-50 items and allow the user to easily arrange the list so that the top 10 items are in the order they want. It seems to me that a sensible way to do this would be for them to drag and drop the lines in a list in the s

Re: core image visual effects stack - does it work?

2005-06-08 Thread Chris Carroll-Davis
Work beautifully here. Er... you are on Tiger yes? What machine are you on? Widget effects don't work on my old G3 PB, so graphics card might be an issue if older machine... Chris On 8 Jun 2005, at 23:01, Chris Sheffield wrote: Has anyone been able to get the effects in this stack to

Re: File name of stack weirdness

2005-06-08 Thread Chris Carroll-Davis
Devin, Sarah - Thanks for clearing that up for me! You are both right - that was the problem. Now I know what is causing it and what to expect I can work around it easily (with help from Klaus too) Thanks again, Chris On 7 Jun 2005, at 19:18, Devin Asay wrote: In my experience this

Re: File name of stack weirdness

2005-06-07 Thread Chris Carroll-Davis
Good suggestion Klaus! Thanks for the tip. BTW, I've not checked this on Windows yet. Eventually I'll want this app to run on PC. I suppose I might also have to put in a check there too? Chris On 7 Jun 2005, at 13:03, Klaus Major wrote: Hi Chris, Klaus - Thanks for looking at thi

Re: Revolution 2.6 Tiger Unleashed

2005-06-07 Thread Chris Carroll-Davis
The cool translucent windows work on WIndows too, I believe... Chris On 7 Jun 2005, at 12:32, Alex Tweedly wrote: Jon wrote: I'm a little confused: is "The Tiger Release" useful for those of us on Windows? Yes - just the ability to see arrays in the debugger window should make it wor

Re: File name of stack weirdness

2005-06-07 Thread Chris Carroll-Davis
Klaus - Thanks for looking at this. The problem I have is not the end of the string (bundle path) but the beginning! On my G5 it correctly returns "/Volumes/Hard_Disk_Name/...", but on G3 it starts with the application root, i.e. it doesn't return the full path to the HD root. The app h

File name of stack weirdness

2005-06-07 Thread Chris Carroll-Davis
Hello all - don't want to distract anyone from the serious business of playing with translucent windows, (well done Runtime on 2.6) but could anyone shed any light on this???: If I do: "get the filename of this stack" on my G5(Tiger) it returns "/Volumes/Starfish Internal 250/Scripter/fi

Re: Help - defaultFolder path

2005-05-10 Thread Chris Carroll-Davis
Ah yes, this is true. On OS X, the application root is it's position in the bundle. An OS X application is actually a sort of folder. If you select the app in the finder with the control key down you can "Show Package Contents" to see what I mean... C On 10 May 2005, at 09:51, Nicolas Cu

Re: Help - defaultFolder path

2005-05-10 Thread Chris Carroll-Davis
You can use the function "the platform" to get the OS. the platform platform() the platform if the platform is "MacOS" then set the activatePalettes to true The platform function returns one of the following strings: MacOS any Mac OS, OS X, or Darwin system Linux

Re: RE disk image formerly Folder list order

2005-05-06 Thread Chris Carroll-Davis
This sounds perfect. I'll have a look! Thanks, Chris On 6 May 2005, at 19:11, MisterX wrote: CHECK OUT Dragon Burn for Mac (they also make NTI CD & DVD - Maker 7 for PC...-I never used it). From their site: "Supports virtually all popular image file formats: .bin, .cue, .cdr, .dmg, .iso, and .ncd

Re: QT Applescript. Bit OT (was Tiger problems...)

2005-05-06 Thread Chris Carroll-Davis
This is a bit of a killer for us.) I'm pretty sure they have also changed the way in which QTPlayer applescript stores internal references to open movies (but I might be wrong here, memory going in old age) Chris On 6 May 2005, at 16:31, Richard Gaskin wrote: Chris Carroll-Davis wr

Re: Folder list order

2005-05-06 Thread Chris Carroll-Davis
mdisk if you can lock the write access can do the job even faster too. The sorting issue seems bizarre indeed! cheers Xav -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Carroll-Davis Sent: Friday, May 06, 2005 12:40 To: How to use Revolution Subject:

Folder list order

2005-05-06 Thread Chris Carroll-Davis
Hello folks - just thought you might like to know about a weird issue I came across the other day. Not a bug in Rev, but weird behaviour on Windows that cost me hours (probably days) and about 20 CD-Rs... If you get a list of folders (using "the folders" ) on WIndows running from HD the lis

Re: Tiger problems...

2005-05-06 Thread Chris Carroll-Davis
We have a bunch of Applescripts that we fire from from SC that are broken under Tiger. These are all to control and manipulate movies with QTPlayer. Apple actually seem to have changed the syntax for scripting with QTPlayer. Ughhh. I suppose this is a QT7 issue rather than Applescript pe

Re: Anyone using Tiger Yet?

2005-05-03 Thread Chris Carroll-Davis
stuff like repairing permissions... Thanks again, Chris p.s. OT again, Photoshop CS2 tryout looks pretty good... On 3 May 2005, at 09:38, Pierre Sahores wrote: Le 3 mai 05, à 10:34, Chris Carroll-Davis a écrit : Hello all. Not seen any problems with Rev yet, but the driver for my wireless ca

Re: Anyone using Tiger Yet?

2005-05-03 Thread Chris Carroll-Davis
Hello all. Not seen any problems with Rev yet, but the driver for my wireless card is now broken and Photoshop won't open a dragged or double- clicked file. Other than that ok. Anyone else got any reports? Chris On 2 May 2005, at 06:34, Roger Guay wrote: Been using it for 2 days . . . no probl

Re: Printing Transparent Bitmap Images

2005-04-22 Thread Chris Carroll-Davis
Fred - I got caught out with this recently too. Not good news I'm afraid. Rev will only print images that have an alpha channel (transparent) in low resolution. (Presumably that is 72 dpi?) I'm not aware of any effective workaround for this, but perhaps more experienced Revolutionaries might

Re: Record Sound

2005-04-18 Thread Chris Carroll-Davis
Ron - I have had some experience with recording sound. On the Mac it worked fine, but I came across problems on Windows that were apparently caused by QuickTime bugs on Windows. (Rev uses QT for sound recording) I was given some kind help to get recording working properly on Windows by using

Re: ANN Getting Nine digit zip codes

2005-04-13 Thread Chris Carroll-Davis
29 seconds on my 2mb ADSL (UK) Chris On 13 Apr 2005, at 13:55, Jim Hurley wrote: This is not yet ready for prime time, but I would like to know how this works for those with broadband access to the Web. The program takes data from a DB and goes--one address at a time--to the US Post Office web

Re: export jpeg frustration

2005-04-13 Thread Chris Carroll-Davis
he long ID of graphic "PFrame") into tRect -- ∆ export snapshot from rect tRect to file tFile as JPEG Le 13 avr. 05, à 13:16, Chris Carroll-Davis a écrit : Eric - Thanks so much! I'm pleased I wasn't doing something daft. Your function does the trick beautifully. Regards, Ch

Re: export jpeg frustration

2005-04-13 Thread Chris Carroll-Davis
stack end GlobalObjRect Best regards, Le 13 avr. 05, à 13:01, Chris Carroll-Davis a écrit : Hello folks. Can anyone shed any light on this? I'm having problems with the export syntax. I am trying to export an area of a window... The snippet below works fine, happily creating a jpeg in the

export jpeg frustration

2005-04-13 Thread Chris Carroll-Davis
Hello folks. Can anyone shed any light on this? I'm having problems with the export syntax. I am trying to export an area of a window... The snippet below works fine, happily creating a jpeg in the default folder, but using screen coords (which I don't want) put the ticks & "temp.jpg"

Re: QT player question

2005-04-04 Thread Chris Carroll-Davis
Thanks Klaus! your solution works fine, but you were beaten off-list. >> use: the paused of player x doh! as simple as that I *hate* missing simple stuff! Thanks again, Chris On 4 Apr 2005, at 15:25, Klaus Major wrote: Hi Chris, Hello all - I expect this is an easy question, but I can't seem

Re: Edit standalone

2005-04-04 Thread Chris Carroll-Davis
FWI, I just tried here too and it didn't work for me either. Chris On 4 Apr 2005, at 15:17, Thomas McGrath III wrote: I just tried this again and the rev file in the bundle is now showing up as a pc file and changing it to a .rev does not work. I wonder if it was just the os9 ones that worked

QT player question

2005-04-04 Thread Chris Carroll-Davis
Hello all - I expect this is an easy question, but I can't seem to see how to do it!How do I see if a player is playing? The playrate property always returns 1 (I want to play movies at normal speed) I had thought it might return "0" if the movie was not playing. The movie() function only

Re: Speech in standalone - FIXED!

2005-04-01 Thread Chris Carroll-Davis
help on this! Chris On 1 Apr 2005, at 11:57, Chris Carroll-Davis wrote: Still doesn't work! Arghh. You were correct, the externals folder in the bundle was empty, but copying the revSpeech bundle there didn't solve it. Neither did altering "enableLibraries" path to point to it

Re: Speech in standalone - help!

2005-04-01 Thread Chris Carroll-Davis
with this! Chris p.s. I think I *am* on latest version of Rev. It says 2.5B1 in "About" box, but 2.6.2.77 with "Get info"... On 1 Apr 2005, at 09:18, Chris Carroll-Davis wrote: Sarah - thanks for this tip. I'll try this and let you know! Chris On 1 Apr 2005, a

Re: Speech in standalone - help!

2005-04-01 Thread Chris Carroll-Davis
Sarah - thanks for this tip. I'll try this and let you know! Chris On 1 Apr 2005, at 04:58, Sarah Reichelt wrote: I need some advice on how to get speech working in a standalone app. I'm working on a (for me) big video script-writing utility that I want to feature a preview facility using text-

Re: Speech in standalone - help!

2005-03-31 Thread Chris Carroll-Davis
AM, Chris Carroll-Davis wrote: Now... speech works easily in development version running with Rev, but when I build a standalone, it fails. ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-

Speech in standalone - help!

2005-03-31 Thread Chris Carroll-Davis
Hello all - Has anyone got experience with using text-to-speech? I need some advice on how to get speech working in a standalone app. I'm working on a (for me) big video script-writing utility that I want to feature a preview facility using text-to-speech. (OS X only) Now... speech works easil

Re: Empty image pattern IGNORE!!

2005-03-30 Thread Chris Carroll-Davis
Sorry - fixed... use "none" not "empty" Chris On 30 Mar 2005, at 12:14, Chris Carroll-Davis wrote: Hello folks. Real newbie question here... If I create an image it's empty. Fine, that's what I want. I can put a picture in it. Fine. But how do I get back to the

Empty image pattern

2005-03-30 Thread Chris Carroll-Davis
Hello folks. Real newbie question here... If I create an image it's empty. Fine, that's what I want. I can put a picture in it. Fine. But how do I get back to the clear image box again!!?? If I set the filename to empty I get a checkerboard pattern that I can only get rid of by setting an

Re: RevCopyFile (and hello)

2005-03-17 Thread Chris Carroll-Davis
Joy! I can't believe it, but I've never noticed the shortcut reference before!! I wonder how many other obvious things I've been missing... On 17 Mar 2005, at 18:39, J. Landman Gay wrote: Cmd-Shift-C (on Windows: Control-Shift-C) For the stack script: Cmd-Shift-S (on Windows: Control-Shift-S) F

Re: RevCopyFile (and hello)

2005-03-17 Thread Chris Carroll-Davis
Klaus - thanks for the tips If the files are not too big, read if they may fit into memory, you can: ... put url("binfile:MyHD/Myfolder/slickimage.psd") into url("binfile:MyHD/anotherfolder/copy of slickimage.psd") This would be perfect for me. I'd had a quick fiddle with this type of approach,

RevCopyFile (and hello)

2005-03-17 Thread Chris Carroll-Davis
Hello folks - Firstly, I'd better say "hello". I've been subscribed to this list for quite a long time but never really posted to it, but that's about to change! Over the last few months I've been getting into Rev after a lifetime with SC. So although I'm reasonably experienced at scripting