[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is it possible to turn off GUI in bp++?



> > Even better, though, is it possible to only instantiate windows for
> > the objects you want to, like a graph log, without the overhead of the
> > rest of the windows?

the default is to create a window for every object, but you can then
remove these windows by closing (removing) the View object.  so, for a
graph log, you can remove the graphlogview and just have the graphlog
-- if you want to see the window, just do "view window" on that object
from the project .logs menu (or double click in the project viewer on
that icon), and it will automatically create a view if one doesn't
already exist.  note, however, that any customization of the view
settings will be lost when you remove the view object itself, whereas
these are preserved when the window is merely iconified.

				- Randy