VOICE Home Page: http://www.os2voice.org |
November 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.
I had a need recently to retrieve one file from the mozilla install program (17 megs). zip would not unpack it.. I asked Mike Kaply and got this little tidbit that needs to be spread as you can't read the readme if its in the installer...."That's not normally an installer thing. I can tell you how to do it easy though. Run the installer with /U - that just unpacks the files. Each of the XPI files is just another ZIP file that contains the files we install."
Not the easiest way to get one file but still... It would allow me to retrieve and accidently deleted mozilla.exe file.
I had no HELP from Agent. Then Cary Renquist suggested that if you copied WINHLP32.EXE from the Win98 c:\Windows directory into j:\Odin\System32 that HELP would appear in the application.Sure enough... that worked.
Command line length is subject to two factors: the length of the command tail that the operating system supports passing to applications, and the length of the command line that the command interpreter supports dealing with in the first place. OS/2 has an operating system limit of 64KiB on the combined length of the environment strings and the command tail(s) passed to a process.Long before one hits this limit, however, one will hit the limits imposed by several of the various command interpreters. Some command interpreters impose draconian limitations of their own, for no good reason, even though the underlying operating system is in fact quite generous. IBM's 16-bit CMD has a hardwired limit, on the length of a command line that can physically be entered, of 299 characters. JP Software's 4OS2 and TCOS2 both have a similar limit of 1023 characters; although after variable, alias, and function expansion the length limit on a command line internally is 4095 characters. Short of buying the source code to the command interpreters off the respective companies and recompiling it, these limits aren't modifiable in any of them.
However, one will hit OS/2's limit before hitting the limits imposed by other command interpreters. The 32-bit CMD doesn't use fixed-length buffers for command-line input and processing. Its command line length limitation is the amount of virtual memory that is available to the command interpreter process.
The type of storage used by a camera doesn't have anything to do with it. The problem with SM is that the dirty block handling has to be done by the device/driver and is not done by the media like in a CF card. But as the type of storage of a MSD device is transparent to the system. I.e. all you see is a storage of size X from which you can read 512 byte sized sectors. So all this needs to be handled by a MSD readers firmware, so what type of storage a camera uses doesn't matter.
Please add/change the following three lines in the Mozilla prefs.js file. See the FAQ if you have more prefs.js. You have to change "H:\\temp\\mr2ice.cmd" with your path to mr2ice.cmdThen Steven Levine added:
user_pref("applications.mailto", "H:\\temp\\mr2ice.cmd");
user_pref("applications.mailto.parameters", "\"%url%\"");
user_pref("network.protocol-handler.external.mailto", true);
This will work fine. My setup is similar:
user_pref("applications.mailto.parameters", "%url%"); I haven't found the need for the quotes you use, yet.
I do suggest putting this in user.js. user.js is never modified by Mozilla.
The .cmd looks like:
so that mr2iu runs from the ICE home directory.d:
cd \mr2i
mr2iu /e%1
exitIf we can convince Nick to enhance mr2i to support sentto: links the integration would be even better.
:-)
Edit -> Preferences In left hand pane: Advanced -> Scripts & Plugins There's a box titled "Allow scripts to:" with a series of checkboxes allowing you to turn off permission to do various things, like open new windows, move or resize windows, raise or lower windows, and so on. Uncheck the ones that you want to stop... those three being the ones that I killed. :)
had the same problem and Ian Manners gave me the tip. Deinstall with the install utility - then go and delete the directory and all of the files that are left in there, reboot and then do a clean install.Worked for me.
Cheers/2
Ed.
Frank told me about a tip that Mike Kaply gave him in the Mozilla newsgroup. Frank wasn't able to open local files in Mozilla via DDE. All that happened was that Mozilla opened an empty window, if it had not been running before, or it opened a new window with the file, if it was already running. Mike posted the following:========I have done so myself and everything is working fine now.
Incidentally, this is a cross platform bug and there is an easy
workaround.Basically, the Mozilla command line parser assumes every command line
option has a parameters.So use
and it should work then./dde nothing
==========
[Feature Index]
editor@os2voice.org
[Previous Page] [Newsletter Index] [Next Page]
VOICE Home Page: http://www.os2voice.org