RE: JAWS Developer Tools or Developer Resources for C# WFP XAML

2015-07-06 Thread Micciolo, Matthew via Jfw
Thanks for the reply.

Ill browse around that site.

Seems like the Windows SDK has quite a few tools that could be useful, I'll 
give it a try.

~Matt

-Original Message-
From: Jfw [mailto:jfw-boun...@lists.the-jdh.com] On Behalf Of Soronel Haetir 
via Jfw
Sent: Monday, July 6, 2015 12:50 PM
To: The Jaws for Windows support list.
Cc: Soronel Haetir
Subject: Re: JAWS Developer Tools or Developer Resources for C# WFP XAML

I know that http://msdn.microsoft.com/library has a great deal of
information on this unfortunately I am so tired today that I can't
really think of where on the site you need to look and it is simply
huge.

I do know there is
https://msdn.microsoft.com/en-us/library/cc165614%28v=vs.100%29.aspx

Also, if you are willing to install or already have the windows SDK it
includes a tool called Visual UIA Verifier that does an excellent job
of letting you know what information your program actually exposes to
accessibility programs like jaws. In most cases simply making the
information is enough and jaws will do the rest from there.

On 7/6/15, Micciolo, Matthew via Jfw jfw@lists.the-jdh.com wrote:
 Hi all,

 I am in search of more resources for application developers.

 I am currently helping with accessibility for an application my team is
 using.

 The application is an excel plugin using C# and WFP XAML for the UI.

 I haven't been able to find many resources on making applications JAWS
 compliant.

 Under the WFP XAML API I have been mostly interfacing with the
 AutomationProperties class to make different objects readable, etc.

 For the most part it has been working well.

 Does anyone have any documentation or links to any good information?

 Thanks,

 Matt

 SAP America Custom Development
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20150706/581a83e0/attachment.html
 ___
 Jfw mailing list
 Jfw@lists.the-jdh.com
 http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com



-- 
Soronel Haetir
soronel.hae...@gmail.com

___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com

___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com


Re: using 2 sound cardss

2015-07-06 Thread Soronel Haetir via Jfw
No, drivers should not get uninstalled without specific user action.
All that might happen is that the operating system will be set to use
the new sound card as the default audio output but the old one should
still be there.

For example, when I was heavily into using virtual machines I
sometimes had two or even three USB headsets to the box, with one
dedicated to main system sound and the others each carrying audio for
a specific virtual machine. This in addition to speakers plugged in to
the on-board audio that I used for music. and the like.

On 7/6/15, Mario via Jfw jfw@lists.the-jdh.com wrote:
 oh so it's the onboard sound card that needs to be reenabled after
 an internal sound card is installed, right? but doesn't the driver for
 the onboard sound card get automatically uninstalled when the driver for
 an internal sound card gets installed?


 On 7/5/2015 5:46 PM, Soronel Haetir via Jfw wrote:
 Umm, the bios shouldn't have anything to do with an expansion card
 being enabled or not. It may well be that the on-board audio can be
 disabled in the bios and for what you want yes it would need to be
 enabled. I have done the sort of setup you are talking about (using
 on-board audio and a USB headset rather than on-board and expansion
 card) and it works fine. Jaws is limited to using just one output for
 all purposes but that shouldn't matter for what you are talking about.

 If both were enabled before the re-install I don't see why the repair
 shop would have changed that at all.

 On 7/5/15, Mario via Jfw jfw@lists.the-jdh.com wrote:
 I recently had Windows 7 reinstalled because of some issues. and I want
 to have JAWS talk thru the motherboard sound card while playing
 music/podcasts thru the sound blaster that's set as the default sound
 card. I realize the drivers need to be installed, but doesn't both sound
 cards have to be enabled in the BIOS?

 how do I convince the repair shop tech that it is possible to have both
 sound cards enabled in the BIOS, what do I tell them?

 I know how to switch JAWS to use the onboard sound card.

 ___
 Jfw mailing list
 Jfw@lists.the-jdh.com
 http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com




 ___
 Jfw mailing list
 Jfw@lists.the-jdh.com
 http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com



-- 
Soronel Haetir
soronel.hae...@gmail.com

___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com


Re: JAWS Developer Tools or Developer Resources for C# WFP XAML

2015-07-06 Thread Soronel Haetir via Jfw
I know that http://msdn.microsoft.com/library has a great deal of
information on this unfortunately I am so tired today that I can't
really think of where on the site you need to look and it is simply
huge.

I do know there is
https://msdn.microsoft.com/en-us/library/cc165614%28v=vs.100%29.aspx

Also, if you are willing to install or already have the windows SDK it
includes a tool called Visual UIA Verifier that does an excellent job
of letting you know what information your program actually exposes to
accessibility programs like jaws. In most cases simply making the
information is enough and jaws will do the rest from there.

On 7/6/15, Micciolo, Matthew via Jfw jfw@lists.the-jdh.com wrote:
 Hi all,

 I am in search of more resources for application developers.

 I am currently helping with accessibility for an application my team is
 using.

 The application is an excel plugin using C# and WFP XAML for the UI.

 I haven't been able to find many resources on making applications JAWS
 compliant.

 Under the WFP XAML API I have been mostly interfacing with the
 AutomationProperties class to make different objects readable, etc.

 For the most part it has been working well.

 Does anyone have any documentation or links to any good information?

 Thanks,

 Matt

 SAP America Custom Development
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20150706/581a83e0/attachment.html
 ___
 Jfw mailing list
 Jfw@lists.the-jdh.com
 http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com



-- 
Soronel Haetir
soronel.hae...@gmail.com

___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com


envelopes in word 2013

2015-07-06 Thread Kimsan via Jfw
What luck do folks here have with addressing an envelope using word 2013.

 

I do alt m followed by e and it places me in an edit field but jaws does not
state what the edit field is.  Also, when I tab, nothing.

-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20150706/b5f6229c/attachment.html
___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com


Can an Apple USB Disc Drive be used on a Windows laptop?

2015-07-06 Thread Kramlinger, Keith G., M.D. via Jfw
Hi,

I think I know the answer is a No, but wanted to check.

I'm in need of using a USB Disc Drive on my laptop for a short while, and the 
only one I have access to is one my wife uses for her Mac. It is an Apple USB 
Disc Drive.

Is there any chance this would work on a Windows machine? I'm hesitant to just 
try it in case either implodes when hooked up!

Thanks, Keith

___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com


Re: Can an Apple USB Disc Drive be used on a Windows laptop?

2015-07-06 Thread Matthew Bullis via Jfw
In researching this very thing on a drive called the Superdrive, it can be 
done, but you need to download drivers for the disc drive. Then after install 
and reboot, the drive should show up in Windows Explorer.
Matthew
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20150706/1e950e48/attachment.html
___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com


Re: Can an Apple USB Disc Drive be used on a Windows laptop?

2015-07-06 Thread David G. Carlson Via iPhone via Jfw
I would just give it a try. If after you plug it in it ask you if you want to 
format the drive, then of course disconnect it.

Dave Carlson
Sent from my iPhone using the handwriting feature.

On Jul 6, 2015, at 17:06, Kramlinger, Keith G., M.D. via Jfw 
jfw@lists.the-jdh.com wrote:

Hi,

I think I know the answer is a No, but wanted to check.

I'm in need of using a USB Disc Drive on my laptop for a short while, and the 
only one I have access to is one my wife uses for her Mac. It is an Apple USB 
Disc Drive.

Is there any chance this would work on a Windows machine? I'm hesitant to just 
try it in case either implodes when hooked up!

Thanks, Keith

___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com

___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com


Re: using 2 sound cardss

2015-07-06 Thread Mario via Jfw
oh so it's the onboard sound card that needs to be reenabled after 
an internal sound card is installed, right? but doesn't the driver for 
the onboard sound card get automatically uninstalled when the driver for 
an internal sound card gets installed?



On 7/5/2015 5:46 PM, Soronel Haetir via Jfw wrote:

Umm, the bios shouldn't have anything to do with an expansion card
being enabled or not. It may well be that the on-board audio can be
disabled in the bios and for what you want yes it would need to be
enabled. I have done the sort of setup you are talking about (using
on-board audio and a USB headset rather than on-board and expansion
card) and it works fine. Jaws is limited to using just one output for
all purposes but that shouldn't matter for what you are talking about.

If both were enabled before the re-install I don't see why the repair
shop would have changed that at all.

On 7/5/15, Mario via Jfw jfw@lists.the-jdh.com wrote:

I recently had Windows 7 reinstalled because of some issues. and I want
to have JAWS talk thru the motherboard sound card while playing
music/podcasts thru the sound blaster that's set as the default sound
card. I realize the drivers need to be installed, but doesn't both sound
cards have to be enabled in the BIOS?

how do I convince the repair shop tech that it is possible to have both
sound cards enabled in the BIOS, what do I tell them?

I know how to switch JAWS to use the onboard sound card.

___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com






___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com


JAWS Developer Tools or Developer Resources for C# WFP XAML

2015-07-06 Thread Micciolo, Matthew via Jfw
Hi all,

I am in search of more resources for application developers.

I am currently helping with accessibility for an application my team is using.

The application is an excel plugin using C# and WFP XAML for the UI.

I haven't been able to find many resources on making applications JAWS 
compliant.

Under the WFP XAML API I have been mostly interfacing with the 
AutomationProperties class to make different objects readable, etc.

For the most part it has been working well.

Does anyone have any documentation or links to any good information?

Thanks,

Matt

SAP America Custom Development
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20150706/581a83e0/attachment.html
___
Jfw mailing list
Jfw@lists.the-jdh.com
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com