|
[Date Index]
[Thread Index]
[Author Index]
Re: Starting Sound in Mathematica for Windows
- To: mathgroup at smc.vnet.net
- Subject: [mg13148] Re: Starting Sound in Mathematica for Windows
- From: "P.J. Hinton" <paulh>
- Date: Mon, 13 Jul 1998 07:42:00 -0400
- Organization: Wolfram Research, Inc.
- References: <6nsld6$feo@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
On 7 Jul 1998, Frank Loewenthal wrote:
> Starting Mathematica on a PC, the programm makes a noisy sound. Is it
> possible to force Mathematica to start without sound? Up to now I did
> not found any options in the menu to stop this.
Using a kernel command in a notebook:
SetOptions[$FrontEnd, StartupSound -> False]
Via the front end Option Inspector dialog:
1) Click on the menu sequence Edit -> Preferences...
2) Set the scope popup to "global" if it is set to something like
"notebook", "selection", or "selection's style".
3) Enter the word "StartupSound" in the Lookup line. Press the Lookup
button if necessary. This will expand the dialog menu to the option
listing.
4) Set the StartupSound option value from True to False.
--
P.J. Hinton
Mathematica Programming Group paulh at wolfram.com Wolfram
Research, Inc. http://www.wolfram.com/~paulh/
Prev by Date:
Limit doesn't work properly
Next by Date:
Re: Problems with interpolating
Previous by thread:
Re: Starting Sound in Mathematica for Windows
Next by thread:
Re: Starting Sound in Mathematica for Windows
|