Milonic Menu

A forum for topics relating to the Milonic Solutions Website, Milonic products, polls and anything else relating to Milonic.
Locked
sri.vedantham
Beginner
Beginner
Posts: 9
Joined: Tue Apr 25, 2006 2:44 pm
Location: India

Milonic Menu

Post by sri.vedantham »

Hi

I am from SumTotal Systems using Milonic Menus for our product. We would like to know whether your menu has support for JAWS screen reader.

We would appreciate if there is a work around solution you can suggest.

Thanks
Vedantham
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

If we could get hold of JAWS for testing, we would definately support it.

Unfortunately, we've asked the people that make JAWS for a testing version and they completely ignored us, we've tried several times and failed several times too.

If you can put pressure on them as a customer to provide us with a test version of their software we may have a little more leverage.

Regards,
Andy
sri.vedantham
Beginner
Beginner
Posts: 9
Joined: Tue Apr 25, 2006 2:44 pm
Location: India

Post by sri.vedantham »

Hi Andy,

Did you mean, you need JAWS software. I have a 40-day trial version. Do you want me to send it to you.

Regards,
Vedantham
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Yes the software itself - Can I download the trial from their website?

I'm sure I tried before but couldn't do it .

Also, the 40 day trial is OK but if we support JAWS we'll need another trial version if we need to fix bugs etc.
sri.vedantham
Beginner
Beginner
Posts: 9
Joined: Tue Apr 25, 2006 2:44 pm
Location: India

Post by sri.vedantham »

I am not sure if you can download the trial version from website. But surely I can provide you. Can I send it to "forumadmin@milonic.com".

You can re-install the software once trial period is over to continue your work.

You may visit this: http://www.freedomscientific.com/fs_downloads/jaws.asp
Vedantham
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Yes, send it to the admin address, I should be able to pick it up
sri.vedantham
Beginner
Beginner
Posts: 9
Joined: Tue Apr 25, 2006 2:44 pm
Location: India

Post by sri.vedantham »

Please find the software sent to "forumadmin@milonic.com" address.

Hope to get a reply from you at the earliest as you test it.

Thanks
Vedantham
sri.vedantham
Beginner
Beginner
Posts: 9
Joined: Tue Apr 25, 2006 2:44 pm
Location: India

Post by sri.vedantham »

Click the following link to download the software

http://s58.yousendit.com/d.aspx?id=0RE3 ... LSJG28NOEI
Vedantham
sri.vedantham
Beginner
Beginner
Posts: 9
Joined: Tue Apr 25, 2006 2:44 pm
Location: India

Post by sri.vedantham »

Is 508 Section (rules) supported by your menu?
Vedantham
sri.vedantham
Beginner
Beginner
Posts: 9
Joined: Tue Apr 25, 2006 2:44 pm
Location: India

Post by sri.vedantham »

Hi Andy,

Hope you have received the software. Can I have feedback of your testing.

Thanks
Vedantham
sri.vedantham
Beginner
Beginner
Posts: 9
Joined: Tue Apr 25, 2006 2:44 pm
Location: India

Post by sri.vedantham »

Hi Andy,

Let me explain the problem I am facing right now when using JAWS.

Currently we are using the F2 function key to access milonic menu from keyboard (keypress.js file). It works fine. But when JAWS is launched, pressing F2 will only highlight the menu item and thereafter it becomes dumb. No navigation is made possible.

Kindly let me know if you are facing the same.

Thanks
Vedantham
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Looks like JAWS is hijacking the keypress event from the browser, as it's a Windows application it has more power and more control over the browser.

At the moment, there doesn't appear to be anything we can do about this, note that this will affect all menus not just the Milonic menu
sri.vedantham
Beginner
Beginner
Posts: 9
Joined: Tue Apr 25, 2006 2:44 pm
Location: India

Post by sri.vedantham »

Hi,

Upon investigation I found that when Forms Mode is ON it is able to get into the menu and works fine. But Forms Mode cannot be turned ON when focus is on a control/element which is not editable/selectable (such as edit box or combo box). This is JAWS restriction.

:) A work around for this is add a new script into default.jss that is attached to some keypress (say Ctrl+1) to explicitly enable FORMS mode ON.

Script TurnFormsModeON()
; the following is a built-in function in JAWS
TurnONFormsMode();
; Announce it
SayString("Forms Mode ON");
EndScript

Before accessing the menu we can use the key to turn ON and then navigate thru the menu. However, JAWS automatically turns OFF the forms mode when a new page is loaded on the browser. Alternately, JAWS provides Numpad + to turn OFF forms mode.

This is working fine for now and hope it helps all your menus.

But I suggest you may find a better solution.
Vedantham
Locked