Paul, Paul Miller wrote: > If you have a pointer to the dock then this should work: > > // make sure it's actually visible (ie. not previously closed) > dock->show(); > // make sure it's on top > dock->raise(); That's it! Thanks a lot Paul. regards Lars