>
> I'm making some progress with DockingBarMorph, but I can't find how to
> delete a particular bar and "World deleteDockingBars." deletes also the
> windows taskbar. So there is a way to selective delete a docking bar or if
> not to relaunch the only the windows taskbar at the bottom?
>

If you still have the reference to it (i.e. d := DockingBarMorph new.),
then you can simply delete it (d delete.)

If you do not have the reference, you can iterate over World dockingBars
and find yours, and then delete it (e.g. World dockingBars first delete).

Also if you just want to delete it by hand, you can shift+middle mouse
click on the docking bar to open halos and close it there.

Peter

Reply via email to