[jawsscripts] Re: Which lines do i need?
- From: "Martin Slack" <m.g.slack@xxxxxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Sun, 30 Nov 2008 10:29:20 -0000
You might not need any of those lines. The procedure I would recommend is:
1 Write your scripts.
2 Tinker with them until they compile.
3 Tinker with them some more until they do what you want.
4 Delete the lines at the head of the file one at a time, recompiling after
each one is deleted. The compiler will complain if you need the one you
have just deleted.
hth
Martin
----- Original Message -----
From: "Mark" <torgersonenator@xxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Sunday, November 30, 2008 8:49 AM
Subject: [jawsscripts] Which lines do i need?
> Hi
> From my previous scripting I recall that I need to include some of the
> following lines at the top of my new script file. The program I am making
> scripts for has no scripts so I am starting from scratch. The following
> lines are copied from the Windows mail scripts.
>
>
>
> include "hjconst.jsh"
>
> include "hjglobal.jsh"
>
> include "Windows Mail.jsm"
>
> include "Windows Mail.jsh"
>
> include "OutlookCustomSettings.jsm"
>
> include "OutlookCustomSettings.jsh"
>
> include "HjHelp.jsh"
>
> include "common.jsm"
>
> use "OutlookCustomSettings.jsb"
>
> include "oluo.jsm"
>
> use "olUserOptions.jsb"
>
> GLOBALS
>
> string gs_PrevBuffer
>
>
>
> Which of the above lines do I need to include in my scripte and which
> can I delete?
>
> I appreciate everyone's insights.
>
>
>
> God bless,
>
> Mark
>
> --
> Currently in Pendleton, Eastern Oregon Regional At Pendleton, Oregon
> Clear, 50.0°F Wind:Calm
> Trust your own instinct. Your mistakes might as well be your own,
> instead of someone else's.
> Created by Weather Signature v1.20 • http://www.weathersig.com
> God loves you!
> http://www.homebusinessxpert.net/
> www.donorschoose.org
>
>
> __________
> Visit and contribute to The JAWS Script Repository http://jawsscripts.com
>
> View the list's information and change your settings at
> http://www.freelists.org/list/jawsscripts
>
>
__________
Visit and contribute to The JAWS Script Repository http://jawsscripts.com
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
Other related posts: