Splash screen / startup audio

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Splash screen / startup audio

talios@gmail.com
One thing that's been bugging me for ages is the annoying as hell splash
screen and startup wave file whenever I open dolphin, can I kill that
somewhere?


Reply | Threaded
Open this post in threaded view
|

Re: Splash screen / startup audio

Sean Malloy-6
"Mark Derricutt" <[hidden email]> wrote in message
news:codtb1$[hidden email]...
> One thing that's been bugging me for ages is the annoying as hell splash
> screen and startup wave file whenever I open dolphin, can I kill that
> somewhere?

SmalltalkSystem>>aboutDolphin

remove the body.

done


Reply | Threaded
Open this post in threaded view
|

Re: Splash screen / startup audio

Ian Bartholomew-19
"Sean Malloy" <[hidden email]> wrote in message
news:[hidden email]...

> SmalltalkSystem>>aboutDolphin
>
> remove the body.

.... or add /nosplash to the command line when you start Dolphin

--
Ian

Use the Reply-To address to contact me.
Mail sent to the From address is ignored.


Reply | Threaded
Open this post in threaded view
|

Re: Splash screen / startup audio

talios@gmail.com
Ian Bartholomew wrote:

>..... or add /nosplash to the command line when you start Dolphin
>  
>
Sounds a better plan - only I can't seem to find where you add command
line params for double clicking on a .img in explorer ( I could it a
blessing I've forgotten how to do alot of things in windows, the less I
use it the better ).  Changing
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Applications\Dolphin.exe\shell\Open\command
doesn't seem to work.  Oh well, I'll look at in the morning...


Reply | Threaded
Open this post in threaded view
|

Re: Splash screen / startup audio

Ian Bartholomew-19
Mark,

> Sounds a better plan - only I can't seem to find where you add command
> line params for double clicking on a .img in explorer

I don't think you can,  I always create shortcuts and add the arguments
there.  For example, my working image shortcut is ...

"C:\Program Files\Object Arts\Dolphin Smalltalk 5.1\Dolphin.exe"
"Working.img"  /nosplash

> Oh well, I'll look at in the morning...

G'night

--
Ian

Use the Reply-To address to contact me.
Mail sent to the From address is ignored.


Reply | Threaded
Open this post in threaded view
|

Re: Splash screen / startup audio

Sean Malloy-5
In reply to this post by Ian Bartholomew-19
> .... or add /nosplash to the command line when you start Dolphin

But thats easy!