Search the web
Sign In
New User? Sign Up
VoiceCoder · Forum for discussing using VR for the pu
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3534 - 3563 of 5996   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3534
This is hard to say... If you are using Dragon for the fun of it and because you generally enjoy voice recognition software, probably not. If you rely on the...
Matthew Vermilion
mvvermilion
Offline Send Email
Feb 1, 2005
12:52 pm
3535
I bought a copy of JBuilder 2005 a couple of months ago to replace a much older version, mainly because I hoped it would work better with DNS. Not exactly. I...
Jonathan Sachs
jsachs177
Offline Send Email
Feb 1, 2005
5:15 pm
3536
That was the kind of distinction that I was looking for. Currently I am recovering from RSI and I'm looking for technologies to better my usage when and if I...
sorehand@...
pepegsay
Offline Send Email
Feb 1, 2005
6:28 pm
3537
Hi Jonathan, I do all of my Java development using jEdit It basically starts out just like Notepad, but then you can add in plug-ins to make it a IDE It's free...
Miles Georgi
mileshnpp
Offline Send Email
Feb 1, 2005
7:59 pm
3538
I use Intellij Idea, and it's a great IDE. I've never used JBuilder so I can't compare the two. I'm using NaturallySpeaking 6.1 and it works as expected...
Dana Bergen
danabergen
Online Now Send Email
Feb 2, 2005
4:38 am
3539
I forgot to mention, you can download a 30-day free trial, or at least you could last I checked. Dana ... From: "Dana Bergen" <danabergen@...> To:...
Dana Bergen
danabergen
Online Now Send Email
Feb 2, 2005
4:42 am
3540
That's a pretty slick looking IDE, I think I will give it the 30-day trial...
Miles Georgi
mileshnpp
Offline Send Email
Feb 2, 2005
7:28 am
3541
FYI...
Jonathan Epstein
jaepstein_63
Offline Send Email
Feb 2, 2005
2:14 pm
3542
Since the poll results indicated support of opening the archives by a ratio of 2:1, I have now done so. The archives are accessible from the VoiceCoder home...
Jonathan Epstein
jaepstein_63
Offline Send Email
Feb 2, 2005
2:19 pm
3543
As it happens, I checked out the IntelliJ free trial last summer. At the time I was looking for something that interfaced with Dragon better than my very old...
jsachs177@...
jsachs177
Offline Send Email
Feb 2, 2005
9:48 pm
3544
All, I am new to the group and did not find anything in the archive based on my search that answered my question(s). Does anyone use a VR software product that...
cweinandt2000
Offline Send Email
Feb 2, 2005
10:05 pm
3545
Greetings All! Is there a way to edit the [start scrolling down] command that is used within Internet Explorer 6? I am able to search for the command using the...
John Paul Mays
dojpaul
Offline Send Email
Feb 4, 2005
9:13 pm
3546
As I recall, you can say 'faster' (or perhaps 'move faster') once the scrolling is already in progress. You can probably write your own macro which invokes...
Jonathan Epstein
jaepstein_63
Offline Send Email
Feb 4, 2005
10:14 pm
3547
I use Dragon NaturallySpeaking Professional with Microsoft Access -- mostly for entering data, occasionally for programming. It's better than wearing out my...
ra_schneiderman
Offline Send Email
Feb 7, 2005
8:29 pm
3548
Is there any simple way to maintain state in Vocola or Natlink? I need to write a series of voice commands that will let me less painfully navigate a web...
ra_schneiderman
Offline Send Email
Feb 7, 2005
8:46 pm
3549
If you're comfortable writing code and don't mind learning some python this would be easy to do in NatLink. Vocola has no state as such, but you could do it...
Rick Mohr
lookatyourmap
Offline Send Email
Feb 7, 2005
10:28 pm
3550
I would like to try out a simple Natlink extension. I am having trouble getting Natlink to import. I have installed the latest Natlink using the .msi...
brutt@...
benjamin_rutt
Offline Send Email
Feb 7, 2005
10:37 pm
3551
hi all, I have recently started using NatLink/Vocola 1.1.0 with DNS 8 Pro. I installed two of the sample scripts (_sample1.py and _sample2.py) and they work...
Ross Canning
rosscanning2004
Offline Send Email
Feb 8, 2005
12:39 am
3552
That is an excellent suggestion from Rick. If you plan on using this command frequently, you may want to use a more direct method for writing to the .vch...
jpm2244
Offline Send Email
Feb 8, 2005
1:40 am
3553
... Short answer: that's just the way HeardWord works and it was my mistake to suggest the other way. Longer answer: if you are using HeardWord to match a...
Rick Mohr
lookatyourmap
Offline Send Email
Feb 8, 2005
1:58 am
3554
Hello Ross, You misinterpreted this. "Continuous" commands, also-not completely correct-called recursive commands, are only possible inside a grammar. If you...
Quintijn Hoogenboom
quintijn1951
Offline Send Email
Feb 8, 2005
11:29 am
3555
I don't have Natlink/vocola (so I'm not on the natlink list), but I was having a quick look at the weekend, and I remember reading that there was an option you...
hin2000x
Offline Send Email
Feb 8, 2005
12:04 pm
3556
Natlink grammars can have optional words and repetitions. Recognition of these things appeared to be worst in version 7 in comparison with version 5. But a...
Quintijn Hoogenboom
quintijn1951
Offline Send Email
Feb 8, 2005
1:19 pm
3557
... python ... Thanks Rick and and John for the great suggestions on how to do this in Vocola! Rick, I did a little work in Python a long time ago so I'm sure...
ra_schneiderman
Offline Send Email
Feb 8, 2005
7:40 pm
3558
Hi Anders, Your Python variables do retain state in between invocations, unlike standard DNS commands. Patrik's Window Switcher is a good starting point: ...
Jonathan Epstein
jaepstein_63
Offline Send Email
Feb 8, 2005
7:49 pm
3559
I have a quick question regarding the usage of the _switchwindow.py script... I realize that it requires the use of Win32all (for which there is a link from...
John Paul Mays
dojpaul
Offline Send Email
Feb 8, 2005
11:31 pm
3560
Hi John, The distribution shouldn't matter. Just download the version which corresponds to your version of Python, e.g. 2.2, 2.3 or 2.4. It looks as though...
Jonathan Epstein
jaepstein_63
Offline Send Email
Feb 9, 2005
11:14 am
3561
... just a quick question for now: when I add "->\arrow" using the vocabulary builder, should I also be deleting the normal word for "arrow"? I just ask this...
brutt@...
benjamin_rutt
Offline Send Email
Feb 11, 2005
9:08 pm
3562
Hi Benjamin, You do not have to delete "arrow". When correcting misinterpretations you can get the "pick order" of "->\arrow" higher each time. IN CONTEXT with...
Quintijn Hoogenboom
quintijn1951
Offline Send Email
Feb 13, 2005
12:37 pm
3563
Hi everyone! Quick question regarding the usage of the "_switchwindow.py" command... exactly how does this command work? I ask because I'm experiencing some ...
John Paul Mays
dojpaul
Offline Send Email
Feb 13, 2005
7:37 pm
Messages 3534 - 3563 of 5996   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help