Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Haddood

Pages: 1 [2] 3 4 ... 46
16
Bug Reports / Re: 2.2.1.9 Trial Version Warning
« on: June 13, 2016, 09:49:10 AM »
Yes you can use RegEdit.  Remove HKEY_CURRENT_USER\Software\JitterSoft\VoxCommando\Registration

If your machine is registered on the activation server, it will attempt to autoactivate when you start VC.  If not, then the machine was deactivated for some reason, usually by request when you hit the 3 machines already activated limit.
James,
I found 2 entries in the registration .... I deleted the whole thing and the machine reactivated ...
I exported the registration folder, before I deleted it and after recreation, if you want I can send them to you, if they are of any help. in my case the problem appeared after I reset-ed the windows 10 machine (using windows reset this machine recovery) then upgrading from 2.217 to 2.219 ...

17
Bug Reports / Re: 2.2.1.9 Trial Version Warning
« on: June 12, 2016, 02:37:51 PM »
is there a way to deactivate and reactivate ? to see if the problem persist?

18
Bug Reports / Re: 2.2.1.9 Trial Version Warning
« on: June 12, 2016, 01:59:27 AM »
Ditto

19
Feature Requests / Re: Windows 10 Notification
« on: June 08, 2016, 06:21:08 PM »
Basic notification has been included in 2.2.1.9 which I just uploaded.

The new action is VcAdvanced.Notify

awesome .... like always James ... unparalleled support for users

is there a way to send it to multiple PCs ? I receive insteON alerts on multiple PCs
I also noticed that the notification do not stay in Action Center (win10) unless I open the action center while the notification displayed ...

20
Feature Requests / Re: Windows 10 Notification
« on: May 27, 2016, 12:33:43 AM »
niiiiiiiceeeeee :)

21
Feature Requests / Windows 10 Notification
« on: May 25, 2016, 01:24:37 PM »
recently I upgraded my VC PC to windows 10, as well as all other PCs I own. from other apps I am finding windows 10 notification is more and more useful. at this point it would be great if I can send windows 10 notifications from VC, to keep track of certain type of Events

22
my approach is I call VC on skype .... I switch the input/output of VC to connect to skype input/output using virtual cables ... then I talk to it ... when call ends ... VC switch the audio back to its standard config.
it works for non-android users :)

23
VoxCommando Basics and Core Features / Re: Arabic TTS and Al-Jazeera
« on: April 27, 2016, 12:19:49 AM »
can someone post the final commands into the xml exchange ? then I will add it to the gems

24
acapela does not have tts for windows, have just for android. no problem.

they do for developers not end users ... try to see if you can automate one of these 2 software, maybe you can make them speak what is in the clipboard, by simulating hotkeys or mouse clicks..
http://nextup.com/download.html
http://www.naturalreaders.com/priceorder.html


25
XML Exchange / Re: Control Netflix.com using RoboBrowser
« on: April 10, 2016, 10:59:19 PM »
impressive ... love the cast thing ...

26
Haddood's Gems / Telling Jokes and Stories
« on: April 10, 2016, 10:56:09 PM »
here is a thread that help you setup VC  to tell jokes and/or stories
http://voxcommando.com/forum/index.php?topic=665.0

Chuck Norris Facts !!!
http://voxcommando.com/forum/index.php?topic=2563.0

27
XML Exchange / Chuck Norris Facts (VC tellling jokes)
« on: April 10, 2016, 10:48:42 PM »
there is an old thread about VC telling jokes (http://voxcommando.com/forum/index.php?topic=665.15). the only issue was, one must populate it with jokes....

here is another command that retrieve a Chuck Norris fact from the internet. it avoids telling the joke twice ...
it is a bit rough, but have lot of potential .. (i.e. you can use replace to replace "Chuck Norris" with a name of a friend !). the db offer few options as well ...
and if someone know how to set up a similar DB online, maybe we can populate it with jocks so all vc users can access it ...

enjoy, and report bugs so we send them to Chuck Norris !!!!

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.2.1.7-->
<command id="824" name="Chuck Norris Facts" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="{ &quot;type&quot;: &quot;success&quot;, &quot;value&quot;: { &quot;id&quot;: 302, &quot;joke&quot;: &quot;Chuck Norris doesn't go on the internet, he has every internet site stored in his memory. He refreshes webpages by blinking.&quot;, &quot;categories&quot;: [] } }&#xD;&#xA;">
  <action>
    <cmdType>Map.CreateTable</cmdType>
    <params>
      <param>ChuckNorrisFacts</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Scrape</cmdType>
    <params>
      <param>http://api.icndb.com/jokes/random?limitTo=[nerdy]</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <action>
    <cmdType>Results.RegEx</cmdType>
    <params>
      <param>"type":\s"(.*?)".*?"id":\s(.*?),.*?"joke":\s"(.*?)".*?"categories":\s\[(.*?)\] </param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <if ifBlockDisabled="False" ifNot="True">
    <ifType>(A)==(B)</ifType>
    <ifParams>{Match.1.1}&amp;&amp;success</ifParams>
    <then>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <params>
          <param>oops I forgot it !</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>VC.StopMacro</cmdType>
        <params />
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else />
  </if>
  <action>
    <cmdType>Map.Get</cmdType>
    <params>
      <param>ChuckNorrisFacts</param>
      <param>{Match.1.2}</param>
    </params>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <if ifBlockDisabled="False" ifNot="False">
    <ifType>LastActionSuccess</ifType>
    <ifParams>&amp;&amp;</ifParams>
    <then>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <params>
          <param>hmm, I think I told you this one. let me think of another.</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>VC.Pause</cmdType>
        <params>
          <param>1000</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <params>
          <param>here is another one ...</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>VC.TriggerEvent</cmdType>
        <params>
          <param>ChuckNorrisFacts</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>VC.StopMacro</cmdType>
        <params />
        <cmdRepeat>1</cmdRepeat>
      </action>
    </then>
    <else>
      <action>
        <cmdType>TTS.Speak</cmdType>
        <params>
          <param>{Match.1.3}</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
      <action>
        <cmdType>Map.Set</cmdType>
        <params>
          <param>ChuckNorrisFacts</param>
          <param>{Match.1.2}</param>
          <param>{ShortDate}</param>
          <param>True</param>
        </params>
        <cmdRepeat>1</cmdRepeat>
      </action>
    </else>
  </if>
  <phrase>tell me, tell us</phrase>
  <phrase optional="true">a</phrase>
  <phrase>Chuck Norris</phrase>
  <phrase>fact, joke</phrase>
  <event>ChuckNorrisFacts</event>
</command>

28
that what always scares me with IoT ... ultimately someone has the kill switch :(

29
Feature Requests / Re: storing errors in a variable
« on: April 03, 2016, 06:39:03 PM »
James, u r the real terminator !!! ... Never cease giving best support ever !!!
Tx

30
Feature Requests / Re: storing errors in a variable
« on: March 31, 2016, 10:28:59 PM »
Based on the quick example you described the existing tools are sufficient.

Anyway this is a reasonable request and can probably be implemented without too many tears.

that is great news ... now I will ask in help on how to use the current tools :)

Pages: 1 [2] 3 4 ... 46