VOICE Home Page: http://www.os2voice.org |
August 2002
[Newsletter Index]
|
We scan the Web, Usenet and the OS/2 mailing lists looking for these gems. Have you run across an interesting bit of information about OS/2 or eComStation recently? Please share it with all our readers. Send your tips to tips@os2voice.org. If you are interested in joining a particular OS/2 mailing list, check out the VOICE Mailing List page for subscribing instructions for a large variety of existing lists - http://www.os2voice.org/mailinglists.html.
Editor's note: these tips are from OS/2-eComStation 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.
FYI updated url too:http://service.real.com/help/faq/rp8/configrp8win.html#netscape6
If you want to use the same search path for OS/2 and Odin, try:
SET WINDOWSPATH=%PATH%You could use this either in your config.sys or in a cmd file you manually run.
1) ALT+SHIFT+TAB (gives focus to the desktop)
2) CTRL+\ (deselects everything on the desktop)
3) SHIFT+F10 (brings up the context menu)
Have a look at http://uabar.mozdev.org. This adds a bar to change the user agent in the fly. It includes 12 different user agents (four browsers with three different versions or platforms each), and, you can enter your own. If none of the included ones are suitable, you may be able to work out the one you need by looking at these.
A while back someone mentioned that the end drag was missing. I had the same problem and have finally found the fix. An entry in the hidden \mmos2\mmpm.ini file was missing. The following Rexx cmd fixes it. Make the appropriate changes to lines 2-4. The number after the "end drag" description I believe is the volume. Change the volume variable to "" if you use the "same volume" option. The entry will show up in the sound list of all schemes right away but will not actually take effect until an IPL.
/* Fix missing drop sound at end of drag in sound schemes */
soundFile = 'O:\mmos2\sounds\doink.wav'
volume = '#50'
ini = SysBootDrive() || '\mmos2\mmpm.ini'if sysini(ini,'MMPM2_AlarmSounds', '6', ,
soundFile || '#End drag' || volume || '00'x) == '' then
say ini 'successfully updated, re-ipl required'
else say 'update for' ini 'failed
Rename the *.ISO images to *.TRK and open the CD Recorder in 'CDView' in the RSJ folder on your desktop. Drop them on, burn and then finalise.
A work-around is to add a % to the end of the parameters in the 'XWorkplace User Guide' program object properties. The problem is caused by the name of the current directory being appended to the filename passed into view.exe.
FWIW, I run JDictionary with:And on comp.os.os2.apps Michael DeBusk offers a different take on how to run JDictionary:javaw -Duser.home=d:\Home -jar jdictionary.jarThis gets rid of the console window and keeps the plugin files out of the Java directory tree.
Here's the CMD file I use to start JDictionary, which is a nice little toy. I'm looking forward to more plugins for it. Put this CMD file in the same directory as the jar.set path=c:\java13\jre\bin;%path%I use similar CMD files to start all Java apps that require version 1.13 or better. The first two lines, edited to match the paths on your system, are what make the system use Java 1.3 instead of 1.18.
set beginlibpath=c:\java13\jre\dll;
java -jar jdictionary.jar
[Feature Index]
editor@os2voice.org
[Previous Page] [Newsletter Index] [Next Page]
VOICE Home Page: http://www.os2voice.org