On 06-Jan-2002 Johan Ronstr�m wrote: > Hello > > I use the the bbpager and averything works fine. I just have a small problem: > > When I maximize a window it resizes down to the top of the toolbar (bottom > centre) and then it covers half the pager. > What I need is either: > to higher the toolbar to the size of the pager (I cannot make the pager > smallor > and still see the windows in it.). I've tried to resize the font in the > toolbar > and that works but it's SO ugly! > Or: > to find the place where the program gets the info about their maximized > coordinates (or something like that) and change it. >
you would have to find the window named bbpager and then ask for its height and then find a way to make maximize handle this. It would be a complete mess. Sorry, not really possible. I have been having a good bit of fun trying to get maximization to mind the slit. > > I also would like to include bbdate next to the clock in the toolbar. How do > I > do that? > you can't really, sorry. The clock can show the date too though. It uses strftime's settings (just look at the strftime man page). Mine looks like this: Sun Jan 6 11:44 AM PST
