Finale SmartMusic
  Home | Log In | Register | Search | Help
   
MakeMusic Forum > Public Forums > Finale - Macintosh - FORUM HAS MOVED! > AppleScript for searching the Mac forum  Forum Quick Jump
 
You cannot post new topics in this forum. You cannot reply to topics in this forum. Printable Version
[ << Previous Thread | Next Thread >> | Show Newest Post First ]

Laine
Registered Member

Email Address Not AvailablePersonal Homepage Not AvailableSend a Private Message to LaineAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Apr 2013
Total Posts : 15
 
   Posted 11/29/2016 8:45 PM (GMT -6)    Quote This PostAlert An Admin About This Post.
I don't know if anybody has posted something like this for a while. Save it as a script or script application using Applescript Editor (script Editor on some systems). Then when you want to search the Mac Forum here, run the script and enter search terms separated by spaces when prompted. It may not be perfect but it seems to work.


--begin script
--Search MakeMusic (Finale) Forum.scpt

repeat
display dialog "Enter search terms separated by spaces:" default answer "search terms separated by spaces go here..." buttons {"Cancel", "Go!"} default button 2
set this_URL to text returned of the result
set this_URL to replace_chars(this_URL, space, "+")
set this_URL to "https://www.google.com/search?sclient=psy-ab&site=&source=hp&q=site:forum.makemusic.com+%2B+" & this_URL
if this_URL is not "" then exit repeat
end repeat

ignoring application responses
open location this_URL
end ignoring

on replace_chars(this_text, bahad, goohood)
set Applescript's text item delimiters to the bahad
set the item_list to every text item of this_text
set Applescript's text item delimiters to the goohood as string
set this_text to the item_list as string
set Applescript's text item delimiters to ""
return this_text
end replace_chars
--end script

Post Edited (Laine) : 11/29/2016 7:52:27 PM (GMT-6)

Back to Top

Mike Rosen
himself



Email Address Not AvailableClick to visit Mike Rosen's website.Send a Private Message to Mike RosenAIM Not AvailableICQ Not AvailableY! Not AvailableMSN Not Available
Date Joined Feb 2006
Total Posts : 14146
 
   Posted 11/29/2016 10:20 PM (GMT -6)    Quote This PostAlert An Admin About This Post.
Or you could just search Google, including <forum:makemusic> in the string...



Mike Rosen
www.specialmillwork.com

Bass with Choir of the Sound www.choirofthesound.org
Volunteer copyist (The Gang of Twelve) for the Barbershop Harmony Society
FINALE TIPS at www.specialmillwork.com/finale-tips-and-tricks/index.html

Finale 2014.5 on El Capitan
Simple Entry, QWERTY keyboard, numberpad. That's my system, and I'm stickin' to it.

"As a musician, he's a damn fine woodworker."

Back to Top
You cannot post new topics in this forum. You cannot reply to topics in this forum. Printable Version
   
Forum Information
Currently it is Tuesday, December 19, 2023 6:12 PM (GMT -6)
There are a total of 403,820 posts in 58,165 threads.
In the last 3 days there were 0 new threads and 0 reply posts. View Active Threads