Go to the FreeLists Home Page Home Signup Help Login
 



Browse jawsscripts: This Month's ArchiveMain Archive PageRelated postsPrevious by DateNext by Date

[jawsscripts] Re: weird behavior with Jaws 9 getting backed up

  • From: "GianniP46" <giannip46@xxxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Mon, 17 Dec 2007 12:10:14 -0500
Hey Denis,
Neither ActiveItemChangedEvent or ValueChangedEvent fire on up arrow or 
downarrow.
  ----- Original Message ----- 
  From: Dennis Brown 
  To: jawsscripts@xxxxxxxxxxxxx 
  Sent: Monday, December 17, 2007 8:52 AM
  Subject: [jawsscripts] Re: weird behavior with Jaws 9 getting backed up


  Hi,
  Add a SayInteger(99) to ActiveItemChangedEvent, and a SayInteger(88) to 
  ValueChangedEvent and see which fires when the down arrow is pressed in that 
  list.
  This may allow you to filter down the amount of speech while navigating the 
  list, even if it doesn't reset focus.
  Also, don't forget the focused rectangle functions, and the 
  lvGetFocusedItem, and other lv-related functions.
  When apps have a single control id, handle, and class, then you may need to 
  use events to do the text rendering.
  For example, the Messenger apps are like this--where GetFocus and such are 
  sometimes useless because it refers to the entire application window, and 
  events tend to be the best approach on determining which data to announce.
  One of the first things I do is go into HomeRow (Insert+Space), then hit 
  Alt+F9 to get a list of objects (if any), and try to use those with the 
  GetObjectInfoByName to retrieve the object's value, rather than 
  NewTextEvent/SayHighlightedText route.

  Thanks,
  Dennis Brown
  ----- Original Message ----- 
  From: "Jackie McBride" <abletec@xxxxxxxxx>
  To: <jawsscripts@xxxxxxxxxxxxx>
  Sent: Monday, December 17, 2007 8:14 AM
  Subject: [jawsscripts] Re: weird behavior with Jaws 9 getting backed up


  > Gian:
  >
  > This is a hard thing because, obviously, it requires a piece of
  > hardware that I don't have, so the comments I'm gonna make are
  > general. There are several ways to get around this Jaws 8 focus
  > problem. 1 is to get the handle of the focused window, move the arrow
  > key, then say set focus to that previous window. Another is to move
  > the invisible down first & then route pc to it, if indeed the pc
  > cursor can be moved. a 3rd way is to do a get next item in treeview or
  > listview is those classifications apply.
  >
  > I have 2 apps I need to do this for--1 loses focus like yours--the
  > other, believe it or not, actually opens an item when it's cursored
  > to--not a great thing when you're just arrowing thru a treeview.
  >
  > U could try in jaws 9 doing a pause/refresh window sequence everytime
  > u do a down arrow & see if that works. U may also need to increase
  > your text out delay (only for that app, of course).
  >
  > On 12/17/07, GianniP46 <giannip46@xxxxxxxxxxxxx> wrote:
  >> Hey Guys,
  >>
  >> Well most of you know that I am scripting an app called ScratchLive for
  >> D.Jing with mp3s on a laptop.  Everything is working pretty well, except 
  >> for
  >> when
  >> I have the interface connected and am actually trying to mix music.  Jaws
  >> seams to get really bogged down and can't keep up with the app.  What I 
  >> mean
  >> is that all of the messages that Jaws should be reading get really backed 
  >> up
  >> and Jaws is non responsive.  The app doesn't lock up though.  ScratchLive
  >> will respond to the mouse and the keyboard, but Jaws is totally lost. 
  >> For
  >> example, if I am down arrowing through a list of songs, ScratchLive will
  >> respond
  >> to the down arrow and the focus will move down from song to song, but 
  >> jaws
  >> will keep repeating the first song that I was on.  Another example is 
  >> that I
  >> opened the script manager to look at some of my code, and when I closed 
  >> the
  >> script file and was back in ScratchLive, Jaws kept behaving like the 
  >> script
  >> manager was still open.  If I would use the arrow keys, jaws would read 
  >> the
  >> text from the script file, but the script file was actually closed.  This
  >> did
  >> not happen in the latest version of Jaws 8.  I am running the Latest 
  >> version
  >> of Jaws 9 on Windows xp Pro SP2.  Is there anything that I can do to fix
  >> this
  >> problem?  or is it a Jaws bug.  The App is totally un usable in Jaws 9
  >> because of this issue.  I am also having another problem in Jaws 8 with
  >> ScratchLive.
  >> See the next message on Screen Focus.  Please help.
  >>
  >>
  >> Gian Carlo Pedulla
  >> GianniP46@xxxxxxxxxxxxx
  >>
  >> LETS! GO! METS!
  >
  >
  > -- 
  > Jackie McBride
  > Please join my fight against breast cancer
  > <http://teamacs.acsevents.org/site/TR?px=1790196&pg=personal&fr_id=3489>
  > & Check out my homepage at:
  > www.abletec.serverheaven.net
  > __________
  > View the list's information and change your settings at
  > http://www.freelists.org/list/jawsscripts
  >
  > 

  __________ 
  View the list's information and change your settings at 
  http://www.freelists.org/list/jawsscripts



  -- 
  No virus found in this incoming message.
  Checked by AVG Free Edition. 
  Version: 7.5.503 / Virus Database: 269.17.4/1187 - Release Date: 12/16/2007 
11:36 AM

Other related posts:

  • [jawsscripts] weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up
  • [jawsscripts] Re: weird behavior with Jaws 9 getting backed up




  • [ Home | Signup | Help | Login | Archives | Lists ]

    All trademarks and copyrights within the FreeLists archives are owned by their respective owners.
    Everything else ©2008 Avenir Technologies, LLC.