Fwd: Undocumented tricks in NC/2

Autor: Przemysław Pawełczyk (warpman_at_friko5.onet.pl)
Data: Wed 30 Sep 1998 - 10:39:33 MET DST


==================BEGIN FORWARDED MESSAGE==================

These are from Mike Kaply whose corespondence with the os/2 community
deserve three giant HIP HIP HOORAY's

HIP HIP HOORAY
HIP HIP HOORAY
HIP HIP HOORAY

Sorry about the spacing as for some reason ProNews screwed it up when
saving. I tried to put some back in but did not spend much time with
it.
You could go look this up with the information here and get the right
spacing...

It does include a switch to TURN OFF File Name mangling. Jeese, Just
because billy boy is too stupid to provide the masses a real
file
system....

Path:
netra-news.ntrnet.net!newshost.cyberramp.net!newspump.monmouth.com!newsp
eer.monmouth.com!logbridge.uoregon.edu!newsfeed.netscape.com!pixie.mcom.
com!not-for-mail
From: Michael Kaply <pspmikek_at_aol.com>
Newsgroups: comp.os.os2.beta
Subject: COMM/2 READ ME FIRST!
Date: Tue, 29 Sep 1998 17:46:15 -0400
Organization: Netscape Communications Corporation
Lines: 146
Message-ID: <36115527.C419BF6A_at_aol.com>
NNTP-Posting-Host: 207.1.149.146
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.04 [en] (OS/2; I) <------------------------
!!!!!
Xref: netra-news.ntrnet.net comp.os.os2.beta:65390

Hi there.

Now that I have your attention, welcome to the unofficial Netscape
Communicator for OS/2 Warp informational post.

By the time you read this, or soon after, the GA version of COMM/2
should
be up there.

I have promised everyone some undocumented features, and this post
lists
them.

It also lists some workarounds that are NOT in the README.
ITEM NUMBER 1 IS THE ONLY SUPPORTED THING IN THIS POST
Please read this post!

1. Lines in images

Some machines might still experience white lines in images, even after
following the FixPak 6 instructions in the README. If you do, use the
following REXX CMD to add another entry to your INI File: /* */
call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
call SysLoadFuncs
call SysIni 'USER', 'FixPak', 'Shift','2'
If you still have the problem, try changing the '2' to '1'

2. Viewing source in an editor, using AIM, Host On-Demand, or Netcaster

OK, the following CMD file is a catch all for all of the above. First
the
CMD file:

/* IniName points to the location of your NSCP.INI */
/* Change NSDir to the directory where NS40 is installed */
/* Change InstallDrive to the drive where NS40 is installed */ /*
Change
en to be the two character identifier for your browser */ IniName =
'C:\OS2\NSCP.INI'
InstallDrive = 'C:'
NSDir = InstallDrive||'\NS40BETA'
InstallDir = NSDir'\Program'
NSVersion = '4.04 (en)'
call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
call SysLoadFuncs
/* Add ini entries for Netcaster */
call SysIni IniName, 'Netcaster', 'CurrentVersion', NSVersion call
SysIni
IniName, 'Netcaster-'||NSVersion, 'Install Directory', NSDir'\Netcast'
/* Add ini entries for Host On-Demand */
call SysIni IniName, '3270', 'CurrentVersion', NSVersion
call SysIni IniName, '3270-'||NSVersion, 'Install Directory',
NSDir'\3270'
/* Add ini entries for AOL Instant Messenger */
call SysIni IniName, 'AIM', 'CurrentVersion', NSVersion
call SysIni IniName, 'AIM-'||NSVersion, 'Install Directory',
NSDir'\AIM'
/* Add Registry entries for View Source */
call SysIni IniName, 'Registry',
'\HKEY_CLASSES_ROOT\viewsource','URL:View Source'
call SysIni IniName, 'Registry',
'\HKEY_CLASSES_ROOT\viewsource\shell',0
call SysIni IniName, 'Registry',
'\HKEY_CLASSES_ROOT\viewsource\shell\open',0
call SysIni IniName, 'Registry',
'\HKEY_CLASSES_ROOT\viewsource\shell\open\command','C:\OS2\E.EXE'

Now how to use it:

Install Netscape on windows, copy the contents of NETCAST, 3270, and
AIM
directories to the appropriately named directories under where you
installed NETSCAPE:

NETSCAPE\PROGRAM
NETSCAPE\3270
NETSCAPE\NETCAST
NETSCAPE\AIM

Note that these three products are NOT supported, but feel free to try.
Note that the AOL pulldown will just launch AIM.EXE in the AIM
directory,
so you can put anything there.
Once you have added the View Source entry, you can modify the settings
for
it in the Preferences->Applications.

3. Misc undocumented OS/2 features:

All these are entries you can add to your PREFS.JS file to do various
things. Have fun experimenting:

If we see a web page with Arial, Helvetica, we pick Helvetica if this
preference is true
user_pref("os2.arial_pref", false|true);

Specify a wave file for new mail sound. REMEMBER double backslashes!
user_pref("os2.mail.sound", "C:\\MMOS2\\SOUNDS\\GOTMAIL.WAV");

Prevents ALL filename mangling when downloading (dots and extension) if
set to false
user_pref("os2.replace_dots", true|false );

Turns off URL bar completion if set to false
user_pref("os2.url_completion", true|false );

Causes User Defined Encoding to use default codepage of OS/2 if set to
true.

On Russian systems, this allows you to see 866 web pages.
On default OS/2 systems, you can see 850 pages.
user_pref("os2.use_oem_charset", true|false );

4. Other notables:

Viewing any language web page in Communicator

If you use Times Roman MT 30 as your font for ALL encodings, you will
be
able to see stuff in any language.

Chinese and Korean only work on FP 5 or later (I think)

Causing helpers to be launched by the WPS:

If you check the application radio button when EDITING (not creating) a
helper, but leave the application entry field blank, the item simply
gets
passed to the Workplace Shell. This can be used to launch Windows
helpers
with proper settings, as well as just letting the WPS handle all misc
types.

5. Apologies

Sorry all the drag drop still isn't there. It is our number one
priority
for the next version.

As far as the click on load goes, Netscape deliberately broke that
because
of other bugs. We tried to fix it, but couldn't get it in in time. Next
time.

As far as the Collabra problems go, we couldn't get them to reproduce
in
the latest drivers. We hope they are fixed.

Hope y'all enjoy the product!

Mike Kaply
Technical Lead
Netscape Communicator for OS/2

P.S. Notice what browser I am using to post this :)

--
=================================================================
"It's not about, 'Where do you want to go today?' "
"It's more like, 'Where am I allowed to go today?'"
(What an IT Admin said about NT in a lantimes article)
=================================================================
David Eckard
===================END FORWARDED MESSAGE===================
============================= OS/2 WARP 4ever
Przemysław Pawełczyk (Warpman)    Freelance journalist
Os. Centrum B 1/89                   Phone +48 12 642-13-00
31-927 Kraków                 mailto:warpman_at_friko5.onet.pl
Poland                             http://friko5.onet.pl/kr/warpman/
=============================================


To archiwum zostało wygenerowane przez hypermail 2.1.7 : Tue 18 May 2004 - 15:18:18 MET DST