Hi Doug, Look for the email on Finder Update and related subject. Someone posted an applescript that updates a finder window so if you modify it a bit I bet...
David Flanders
DFlan@...
Sep 2, 2008 9:38 pm
44119
Thanks Dave, Thanks for the ideas. Got that part worked out thanks to Lisa and a little experimentation. Check out the topic in the forum. Doug...
Hi, I want to copy the text of a variable into the clipboard. How can I do it from a script? I need to replace the commented line below with the right syntax....
hi Harold, you can use applescript: repeat with x =1 to 20 get random (999999999) put it &CR after t end repeat get script(do,applescript,merge("set the...
Hi Haroldo, ... do it from a script? you also can do it with SuperTalk alone, via an off-screen field, and the copy command: on mouseUp put "Some Text" into...
Hi Harold, ... -- First create a phantom field offscreen (invisible or out of screen range) -- Name it "PhantomField" -- Let's assume it is a bg fld -- Then: ...
... Thanks for answering. I've previously done what you're suggesting, but I was hoping I could just copy the text stored in the variable, which would be a lot...
Hi, this dumps ( deletes ) the invisible field when done - ( so if you have a handler that does field counting it does not get hung up on the extra leftover...
David Flanders
DFlan@...
Sep 5, 2008 10:45 pm
44126
Hi David, Do you really have to create a field? Could you not just gather your required text into a variable? Dave Francis davefrancis@......
What I mean is - you already have the text in variable 'myFoundText'. Is there no way to copy a variable directly to the clipboard, or can the clipboard only...
I'm wondering if John's post to this thread got eaten by Yahoo -- I saw it as the first response, but maybe not everyone got it? He gave the applescript code...
Hi group. I have a couple of projects I would like to prepare for the market, but I need a SuperCard aficionado to assist me. This must be a person located in...
Now it makes sense. That explains why Dan Kelleher's answer started "you also can do it with SuperTalk alone". I couldn't figure out what would be the other...
Hi Lisa, ... I was kinda wondering why no one was referring to it. I think perhaps John's preliminary code may have been a bit confusing and non-essential,...
Howdy, What will it take to have embedded universal Flash MP3 player and a Flash video player on our site to where I can post and update playlists. Click an...
Hi Ken, Lots of good flash mp3 and video players out there. I've used dew player for mp3s and like it: <http://www.alsacreations.fr/?dewplayer> Built my own...
... Info on th site says we have to convert it to something ... not sure what that's about. Looks like it uses one player with multiple file refs. I guess it...
Hi Ken, ... don't know, I don't think you need to do that, the link i posted to our jukebox plays as many mp3s as I can upload with one wee swf (flash file)...
Hi John, Used every param combination, just like in the xtend discription ??? David Flanders ... DFlan@... ... Environment: MacBook Pro Intel, Core...
David Flanders
DFlan@...
Sep 11, 2008 11:03 pm
44145
Dave, I played with QTRecordSound briefly, to try to get some snd resources into usable sound files. I used a script like the following, in a button to act as...
Hi, The AppleScript is good but what about styled text? What if the desired result is to have styled text in the clipboard besides. Can the AppleScript...
David Flanders
DFlan@...
Sep 12, 2008 12:16 am
44147
No. You'd have to select the text and copy it to get styled text on the clipboard....