Time to consider CORTANA ?

Time to consider CORTANA ?

Postby TimStone » Wed Nov 04, 2015 5:00 pm

Cortana is expanding and will soon be available everywhere. Introduced in Windows Phones, it is now integral to Windows 10. There is availability on Android, and iOS testing will begin soon.

Cortana can interact with apps and can be our true voice control in our projects. For clients who want voice driven applications, Cortana will be universally available, and may well be the perfect solution.

With this in mind, perhaps some of the people who are great at bringing new capabilities to FWH might want to explore this as a new feature for development.
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
User avatar
TimStone
 
Posts: 2897
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA

Re: Time to consider CORTANA ?

Postby nageswaragunupudi » Wed Nov 04, 2015 9:05 pm

At the moment the API is available for development of Universal Apps and not for Desptop Apps
Let us wait and see.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10206
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Time to consider CORTANA ?

Postby Otto » Fri Feb 16, 2018 6:54 pm

Dear Mr. Rao,
any news on this.
Thank you in advance and best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5993
Joined: Fri Oct 07, 2005 7:07 pm

Re: Time to consider CORTANA ?

Postby Antonio Linares » Fri Feb 16, 2018 9:16 pm

Code: Select all  Expand view
#include "FiveWin.ch"

function Main()

   ShellExecute( 0, "open", "ms-cortana://StartMode=Reactive&ListeningMode=True&QuerySource=VoiceShortcutKey&Positioner=desktop&SpeechTextInputHeight=40&ColorPrevalenceEnabled=true&PersonaOnlySupported=true&TaskbarOrientation=3&SearchBoxInTaskbar=false&AppsUseLightTheme=false&HideFileExtensions=false" )

return nil
 


ms-cortana://Coobe
ms-cortana://home
ms-cortana://NoNavigate
ms-cortana://Reactive
ms-cortana://Proactive
ms-cortana://Reminders
ms-cortana://SearchResults
ms-cortana://Settings
ms-cortana://StartMode=Coobe
ms-cortana://StartMode=MyStuff
ms-cortana://StartMode=NamePronunciation
ms-cortana://StartMode=NoNavigate
ms-cortana://StartMode=Notebook
ms-cortana://StartMode=Proactive
ms-cortana://StartMode=QuietHours
ms-cortana://StartMode=Reactive
ms-cortana://StartMode=Reminders
ms-cortana://StartMode=SearchResults
ms-cortana://StartMode=Settings
ms-cortana://home/?QuerySource=
ms-cortana://StartMode=Settings&QuerySource=Settings
ms-cortana://StartMode=QuietHours&QuerySource=ActionCenter

Cortana icon:
Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41205
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Time to consider CORTANA ?

Postby Antonio Linares » Fri Feb 16, 2018 9:39 pm

I appreciate your feedback testing this one:

ShellExecute( 0, "open", "ms-cortana://search/?q=What's the weather like today" )
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41205
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Time to consider CORTANA ?

Postby Antonio Linares » Fri Feb 16, 2018 9:43 pm

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41205
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Time to consider CORTANA ?

Postby Otto » Sat Feb 17, 2018 8:12 am

appreciate your feedback testing this one:

ShellExecute( 0, "open", "ms-cortana://search/?q=What's the weather like today" )


Dear Antonio,
This is working fine.
Can wie do something like this:

What would be the ms_cortana command and how to store the text into a variable?
cText := ShellExecute( 0, "open", "ms-cortana://search/?q=What's the weather like today" )

Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5993
Joined: Fri Oct 07, 2005 7:07 pm

Re: Time to consider CORTANA ?

Postby Antonio Linares » Sat Feb 17, 2018 8:24 am

Dear Otto,

Please post a screenshot here with what you get when you run:

ShellExecute( 0, "open", "ms-cortana://search/?q=What's the weather like today" )

many thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41205
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Time to consider CORTANA ?

Postby Silvio.Falconi » Sat Feb 17, 2018 8:31 am

Image
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6716
Joined: Thu Oct 18, 2012 7:17 pm

Re: Time to consider CORTANA ?

Postby Otto » Sat Feb 17, 2018 8:33 am

Dear Antonio,
this is what I get:
Thank you and best regards,
Otto
Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5993
Joined: Fri Oct 07, 2005 7:07 pm

Re: Time to consider CORTANA ?

Postby Silvio.Falconi » Sat Feb 17, 2018 8:34 am

Antonio,
How make this from fwh:

Create a calendar event
You can quickly create a new calendar event by typing create calendar in the search box of Cortana.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6716
Joined: Thu Oct 18, 2012 7:17 pm

Re: Time to consider CORTANA ?

Postby Otto » Sat Feb 17, 2018 3:50 pm

Hello Antonio,
I’ve found a project for Windows Office: Dictate
an add-in for Microsoft Office.
This is a Microsoft garage project.
This is using Cortana not SpeechText with works much better.
But I found no other programs.
Maybe I could open from Fivewin WORD then dictate close and import the docx-file to the Fivewin program.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5993
Joined: Fri Oct 07, 2005 7:07 pm

Re: Time to consider CORTANA ?

Postby nageswaragunupudi » Sat Feb 17, 2018 4:31 pm

I wish dictate feature for FivEdit
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10206
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Time to consider CORTANA ?

Postby Antonio Linares » Mon Feb 19, 2018 10:50 am

Getting closer to Cortana...

Code: Select all  Expand view
#include "FiveWin.ch"

function Main()

   ShellExecute( 0, "open", "ms-cortana://Reminders" )
 
   MsgInfo( FindWindow( 0, "Cortana" ) )

return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41205
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Time to consider CORTANA ?

Postby Otto » Tue Feb 20, 2018 10:24 pm

Dear Antonio,
Cortana is opening and asking "What can I do more". Also a MsgInfo with a number (661620) pops up.
On SERVER 2012 with no Cortana installed the number is 0.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5993
Joined: Fri Oct 07, 2005 7:07 pm

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 12 guests