You are correct although I haven't used it for some time now. Possibly I
need to re-visit that program again soon. I am curious about Scaba's last
post although I haven't made any progress with it yet, of course it is
Saturday. 
David Ferrin
Always be yourself because the people that matter don't mind, and the ones
that mind don't matter.
-----Original Message-----
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Mike B.
Sent: Saturday, June 08, 2013 9:29 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Auto Sizer

Hi David & Donnie,

I tried AutoSizers latest version on my Widows7 64 bit system & it didn't
work well at all but, it works just fine on my Widows7 32 bit system.  On my
64 bit system I use Max Monkey & I haven't had any problems with this
program.  The price of Max Monkey is somewhere between $10 & $20.  Check it
out:

http://www.monkeyjob.com/MaxMonk.html


Take care.
Mike
This email was sent from my, iBarstool.

----- Original Message -----
From: David Ferrin
To: jaws-users-list@jaws-users.com
Sent: Saturday, June 08, 2013 3:58 AM
Subject: Re: [JAWS-Users] Auto Sizer


Since you mentioned the first script line go in the auto start event
function for maximizing a message window it seemed reasonable to figure you
are referring to an email client. Since at this time the only client I have
at my disposal is outlook 2007 I checked and mine at least does not have an
auto start event. Obviously I can create such an animal but before I do
please clarify the program you meant.

Actually my inbox and messages always come up maximized so there is no
problem here with that kind of stuff at all so far anyway.

If memory serves Donnie's original question was directed at IE specifically
at a certain web page which I have not had a chance to look at as of yet.
Unfortunately I do not have the original message that started this thread so
Donnie if you would be so kind as to send the address again.

I am going to test your code out, of that you can rest assured as it looks
interesting to me at least. It reminds me of my mainframe days on the old
IBM 3090 but that is another story.
David Ferrin
A complex system that does not work is invariably found to have evolved from
a simpler system that worked perfectly.

-----Original Message-----
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of David Ferrin
Sent: Saturday, June 08, 2013 6:36 AM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Auto Sizer

I will have to test this code out and see if it works for me or not. It does
seem a bit complicated but manageable.

I do always appreciate any contributions to my collection of scripts either
to the web site or for my personal stockpile so to speak.

Donnie you might need further help so something will get worked out if that
is the case.
David Ferrin
A complex system that does not work is invariably found to have evolved from
a simpler system that worked perfectly.


-----Original Message-----
From: JAWS-Users-List [mailto:jaws-users-list-boun...@jaws-users.com] On
Behalf Of Csaba Godo
Sent: Friday, June 07, 2013 11:12 PM
To: jaws-users-list@jaws-users.com
Subject: Re: [JAWS-Users] Auto Sizer

Hi David & Don,

I think I could suggest you two other methods to maximize a window.

1. Use SendMessage function. Insert this line in the AutoStart event:
SendMessage(GetAppMainWindow(GetFocus()), 274, 61488, 0). It will maximize
the active window.

2. Use some workaround. It is a simpler method. It needs some refining,
because I write it down from memory. This script toggles window state
between maximized and normal. But you can extend it so, that it supports
only maximized and minimized state.
This script works in all windows having system menu. The menu you can call
with Alt+Space.
Script ToggleRestoreWindow ()
;This script make notepad maximize or restore Var String sName, String
sShortname ;Get the name of currently open file SpeechOff () TypeKey
{Alt+space} If GetControlAttributes (false)==4 then ;the Restore option is
unavailable TypeKey {x} ;send letter x to current application Let
sName=FormatString (Maximize_l, GetAppTitle ()) Let sShortname=FormatString
(Maximize_s, GetAppTitle ()) Else ;windows is currently maximize EnterKey ()
Let sName=FormatString (restore_l, GetAppTitle ()) Let
sShortname=FormatString (restore_s, GetAppTitle ()) EndIf Pause () SpeechOn
() SayFormattedMessage (ot_message, sName, sShortName) EndScript HTH

Csaba

For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/ 
For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/


For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/

Reply via email to