> If anybody knows a simpler solution to the first part please
let me
> know.
hi Glenn,
do you use GestureLaunch or DashBoard? then you can route
selected text to TTS by using script like this:
local t := GetHilitedTextItems();
if t <> nil
then
foreach item in t do PlaySound(item);
else
begin
PlaySound("Duh, select some text first.");
end;
..or something alike. than you can use gesture (or letter
launcher in DB) to recite the selected text from anywhere.
Michael Vacik
mici_at_mac.com
-- This is the Newtontalk mailinglist - http://www.newtontalk.net To unsubscribe or manage: visit the above link or mailto:newtontalk-request_at_newtontalk.net?Subject=unsubscribe
This archive was generated by hypermail 2.1.2 : Sun Sep 09 2001 - 19:49:26 EDT