VOICE Home Page: http://www.os2voice.org |
[Previous Page] [Next Page] [Features Index] |
Editor's note: these tips are from OS/2 users and in some cases can not be verified
by myself. Please heed this as a warning that if you are not sure about something,
don't do it.
Alt-LeftCursorArrow = Go Back
Alt-RightCursorArrow = Go Forward
On some sound cards (like the DSC PCI sound card), there's no way to tell which
way the plug goes on since there's no slotted connector holder. However, if you
look at the female connector, you'll see the gold terminal ends on one side of the
connector and the slot on the other side. Just make sure the gold terminal ends
are facing you (the open side of the computer) and the slot is on the backside.
If you plug it in wrong, you'll get system sound but no CD sound.
This page has some nice tips for Communicator 4.x. http://www.silverlink.net/~jensenba/rom2/tipsntricks.html
http://www.os2forum.or.at/TeamOS2/English/Special/Throbbers/throbbers_archive.html
I use a device driver which comes with the Graham Utilities called 'Cleanup.sys'
which allows you to put a line in CONFIG.SYS to remove any file you list on the
DEVICE= line; in this case CHKDSK.LOG. I don't remove FOUNDx directories since there
may actually be something there I want.
The version I was working with last year, could handle up to ~32 GB, which is
the max possible with the IDE interface. I used it with a 16 GB drive. At that
time, we couldn't get Windows 95 or NT past 8 GB.
The IDE LS-120 was dirty slow here too, until I got the idea of disabling all
of the IDE harddisk settings in the bios, from auto to disabled, indeed, in respect
to the proper IDE controller and device.
This action speeded up the LS-120 considerably: from being about twice as slow
as a genuine floppy drive to a little bit faster as the floppy drive. Far away from
the "3,5 times faster as a floppy" yet, but it's nicely working now. It's
working so well now, I'm thinking of replacing my "genuine" floppy drive
by an LS-120 (A: =the genuine, B: = LS-120).
I noticed too, each time the (Award)bios has an upgrade, the settings are put
back to auto. Hence, something to look after.
For those of you that may have a Actiontec PCI modem the Initialization String
that works best for me is: ATE0Q0&C1&D2&K3V1X4S0=0B15. I was using the
recommended (Actiontec)init. string and notice the my old ISA 33.6 Acer was faster
than the Actiontec. After calling Actiontec and getting two more recommended strings
( one was no help and the other crashed the TCPIP dialer) I decided to do my own.
When I began the Actiontec was checked at 14.4K and with the above string at 46K.
Hope this helps someone.
Here's how it works:
First of all, you don't have to close all VIO windows except one; you can change
the VIO window settings at any time, using any open VIO window.
There are two pieces of data stored in the OS2.INI file that deal with the default
size of VIO windows; they are both stores under the "Shield" application
name.
The first is "fMaximized", which is a 0/1 (false/true) toggle that
determines whether or not VIO windows are to be opened in a Maximized state (if
this key value does not exist in the INI file, the window is opened non-maximized;
in Warp 4 and beyond, this value is initialized to 1 in the INI file, so VIO windows
are opened maximized by default).
The second is sInitialShape, which is a coordinate-rectangle that determines
the size and position of the VIO window on the screen (if this key value does not
exist, which by default it does not, then the windows are positioned by the shell
in a cascading arrangement with standard window size). Normally, only the window-size
is used, and the position of the window is still in the cascaded fashion; however,
if the fMaximized flag is turned on (as is default on Warp 4 and above), then the
initial window position information will be used as well. In addition, if you hold
down the SHIFT key while the VIO window is opened, this will also cause the window-position
information to be used, regardless of the state of the fMaximized flag.
To change the value of the fMaximized flag in the INI file (aside from modifying
the INI file entry directly), hold down the SHIFT key while maximizing or un-maximizing
a VIO window (click on the maximize/restore button, or double-click the title bar).
The system will store away the last state that you set while holding the SHIFT key.
To set the size/position (sInitialShape) information, hold down the SHIFT key
while adjusting the size or position of the window (dragging a sizing border, dragging
the window from the titlebar, or even just left-clicking on the titlebar will do).
And here's the most obscure part of all of this: if you press the SHIFT key while
adjusting the size or position of the window, but release the SHIFT key before completing
the adjustment (i.e. Press SHIFT, press left mouse button down over titlebar, release
SHIFT key, release mouse button), this will cause the sInitialShape information
to be removed, so the system will go back to the shell determining the size and
position of the VIO window.
Long-winded, I know.... but I figured your readers should have all of the facts.
This is a known issue with IBM Software Installer; it gets confused when different versions of itself exist on the system from various products. You're half done with the epfi*dll files, you also need to resolve the epfi*.exe files and make sure they aren't being loaded first. Also, instead of Netscape being first in your libpath/path, you should have the current directory first.And Felmon Davis who started the thread about this chimed in with the following:
The trick was to put the ".;" code at the head of the LIBPATH and PATH statements.
On the OS/2 List, Willard E. Fullam III offered the following:
Open or highlight your mail database (server based version if you replicate).
Select Create/Agents. Give your new agent a name. Tell it to run "If New Mail
Has Arrived". Select "Simple Action" in the 'what should agent run'
area and click on the "Add Action" button. Select "Send Mail Message";
add address(es); check "Include copy of document". chose a title/subject
like "Forwarded Mail from Office" or whatever. Save this. You are done.
If your Admins permit, you could request your Person doc be edited to include
a Forwarding Address, but this is an Admin headache. Let your managers and the Admins
for Notes know that they should be looking at working out a system wide option for
mail forwarding. There are a number of ways they could approach incorporating this
into the basic Notes setup.
And on TEAMOS2-List, Stewart Pelegan, had this response:
Glad you asked. I was able to do this with an Agent....kinda/sorta. I'm using
Notes 4.52 and if you look in the left hand frame, near the bottom, there should
be an "Agent" listing. Click on it. Then, click on "Create/Agent..."
on the menu bar on top. In the new window, enter some name in the "Name"
field. In the "When should this agent run?" field, pick "If New Mail
Has Arrived" from the drop-down menu. In the big "What should this agent
do?" field, select "Formula" and the following is one of the formulas
I tried:
@MailSend("your_forward@address.com";"";"";Subject;"";@DocFields)
I haven't tried it in a while, but I believe it forwards everything...except
the message body. According to the help screen for @MailSend:
...you cannot send the contents of a rich-text field as one of the bodyfields.
If you must send rich text, write an agent formula instead...
Yep, the message body field is of rich-text type. I remember posting a question
on one of the Notes newsgroups about this about 2-3 months ago, only I never checked
back. Your note makes me curious. I'll check the deja news site and see if anyone
replied. If you do find out outside of this mail server, could you post the solution
here? Thanks.
99% of the time, this is caused by the video driver not initializing properly.
It could be a problem with the driver or the video card; I'm not sure why it would
be intermittent, though. You could try updating the driver, but if it's a hardware
problem with the video card you might be out of luck.
Actually, SINGLEQ$ is the device driver that handles input-device interrupts
on behalf of Presentation Manager, and it requires that the video subsystem has
already been loaded and initialized properly before it can do anything; otherwise,
it abends (as you have seen).
EST5EDT = Eastern Std Time, normally 5 hours behind GST, EasternI changed mine to SET TZ=EST5EDT,4,1,0,7200,10,-1,0,7200,3600 and World Clock has been happy ever since.
Daylight Time
3 = March
10 = October
-1,0 = last Sunday of month
7200 = 2 AM (in seconds)
3600 = 1 hour difference (in seconds)
Check out http://developer.netscape.com/docs/manuals/deploymt/jsprefs.htm
for other config tips.
http://www.keysolutions.com/NotesFAQ/is46.html
I was finally able to get the RSJ software working with my CRW8424S by doing
the following:
1) ensuring that the CDWFS directory was present in the C: partition (I place most
non-operating system directories on my D: (SYSTEM) drive, just in case I have to
reinstall the Operating System)
2) Booting the system twice after installation (the "failed to register RSJ
CD-Writer WPS extensions" error box disappears)
3) Added a CRW8424S definition to the CDDRV.INF file, based on the one listed for
the Yamaha CRW4416S drive.
4) Added a -i:"CRW8424S" parameter to the LOCKCDR.FLT line in CONFIG.SYS.
The drive is now recognized as Drive Z: for the session, and appears in the Drives
folder, after attaching the CD using CD Writer Control. I found the instructions
were helpful in the documentation, but had to be read carefully to determine what
needed to be done. Also, as the entries seem to be space sensistive, copying a similar
entry to the one you need which is already present in the CDDRV.INF file, and pasting
below a previous entry, then editing the new line seemed to be the best way to proceed.
Look at the following page:
http://support.3com.com/infodeli/tools/nic/3c905c.htm
You'll likely need only the 3C90XX2.EXE file which has the OS/2 NDIS driver on
it. This worked like a charm for me.
If you use the "type" command to output the contents of SYSLEVEL.FPK
in your OS2\INSTALL
directory, you should see the version number of the installed fixpack in among the
rest of the text (a little shortcut to avoid waiting for SYSLEVEL to search all
of your files).
Just thought I'd let the interested people know that MYOB premier V2.x despite
being touted at 32bit is in fact a 16 bit app and works fine under OS/2. The '32
bit' part is the installer only, and so it does unfortunately need to be installed
from win32 (or perhaps ODIN, I've not tried yet). Seems to work real good except
the help which is in a different format to that understood by win/os2.
I didnt even have to add the C:\windows path to autoexec (OS/2 on d:\ here).
Best regards,
Craig
PS - I found this out by first running it on NT, it shows up in the task manager
as running in a VDM.
I have a truetype font called "Banana Split" installed in Win-OS2.
Win-OS2 has two files in the x:os2\mdos\winos2\system folder "BANANASP.TTF"
which is 69,308 bytes and "BANANASP.FOT" which is 1,325 bytes.
Now, I go to the system setup folder, click on the font palette object, select
"edit fonts" and click on "ADD".
Then I specify the x:\os2\mdos\winos2\system directory in the box and OS/2 shows
me all of the truetype fonts that are in that directory.
Now, I select Banana Split and OS/2 copies the "BANANASP.TTF" file
into the x:\PSFONTS folder and now allows me to use the Banana Split font in every
native OS/2 application as a drop-down selection under fonts, for example the word
processor in the Bonus Pack.
As for quality, I have printed truetype fonts under Win-OS2 and under OS/2 and
the final print quality is exactly the same. The onscreen rendering of fonts under
OS/2 is a little grainier than under Win-OS2 but this is true of all fonts, not
just truetype fonts.
Are you perhaps using Styler/2 v1.20? If so, this is a known issue and a fix
has been released:
In Styler/2 version 1.2 winOS2 sessions were not
closed properly. This caused various problems like
unability to start another winOS2 program, system
hangs and unability to properly shutdown the system.
To fix this you can download smw121.zip (49 KB) from:
* the incoming directory
(ftp://hobbes.nmsu.edu/pub/incoming/smw121.zip)
* or later the new directory of hobbes
(ftp://hobbes.nmsu.edu/pub/new/smw121.zip)
* or from my web site at ghostbbs
(ftp://ftp.ghostbbs.cx/pub/os2/os2team/alcant/smw121.zip)
* or at tin.it
(http://space.tin.it/scienza/acantato/files/smw121.zip)
Use the DSKXTRCT.EXE utility to expand the diskette images to a directory on your
hard drive.
The csf141 fixtool will apply the fix from the hard drive if you set the CSFCDROMDIR
environment variable to point to the directory the fixpack is in.
1) Place the CSF 141 fix tool in a directory like \FIXTOOL
2) use dskxtrct to expand the diskette images to \FIXTCP
3) set csfcdromdir=\FIXTCP
4) run the SERVICE program from the \FIXTOOL directory