Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread xOr
On Sun, Jan 06, 2002 at 09:44:50PM -0500, Jason 'vanRijn' Kasper wrote: > * [01/06/02 21:23] Of all the gin joints in all the towns in all the world, > * Sean 'Shaleh' Perry <[EMAIL PROTECTED]> walks into mine and says: > > > > > On 07-Jan-2002 Jason 'vanRijn' Kasper wrote: > > > Hm thrice. Th

Re: Can click to focus only on title bar or border!

2002-01-06 Thread Tomas Capdevila
scott wrote: > > Did you turn off all Lock keys (Numlock, Capslock, Scrolllock) ? > It's a "feature" that blackbox will only do ALT+Click behaviour > when all the lock keys are off. > > There was a patch for 0.61.x that would kill that behaviour, > did you have the patch compiled into your previ

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Scott Moynes
* Jason 'vanRijn' Kasper ([EMAIL PROTECTED]) wrote: > That's because you're using "XGetInputFocus(display, &w, &revert);" every > time you do something with a window. bbkeys uses a ClientMessage from > blackbox to know what the currently focus'd window is. This was done by > design as an example

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Jason 'vanRijn' Kasper
That's because you're using "XGetInputFocus(display, &w, &revert);" every time you do something with a window. bbkeys uses a ClientMessage from blackbox to know what the currently focus'd window is. This was done by design as an example of correct ICCM interaction, etc., etc. * [01/06/02 22:24]

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Scott Moynes
* Milan Roubal ([EMAIL PROTECTED]) wrote: > Hi, > I am using bbkeys, when I pressed keys for maximilization of window, it is all right. > But when I make icon from any window and then press keys for maximilization of > window, window maximizes and X restart and I need to login back. > in log is: >

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Milan Roubal
The same problem is with MaximizeVertical a MaximizeHorizontal. Milan Roubal - Original Message - From: "Milan Roubal" <[EMAIL PROTECTED]> To: "Jason 'vanRijn' Kasper" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 3:53 AM Subject: Re: Bug in Blackbox 0.61.1

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Milan Roubal
what about same simple patch to 0.61.1? there the structure flags is unknown. Milan Roubal - Original Message - From: "Jason 'vanRijn' Kasper" <[EMAIL PROTECTED]> To: "blackbox mailing list" <[EMAIL PROTECTED]>; "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 3

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Jason 'vanRijn' Kasper
* [01/06/02 21:23] Of all the gin joints in all the towns in all the world, * Sean 'Shaleh' Perry <[EMAIL PROTECTED]> walks into mine and says: > > On 07-Jan-2002 Jason 'vanRijn' Kasper wrote: > > Hm thrice. The problem here is that blackbox is trying to perform a > > maximize operation on a w

Re: Can click to focus only on title bar or border!

2002-01-06 Thread Chris Menzel
> Did you turn off all Lock keys (Numlock, Capslock, Scrolllock) ? > It's a "feature" that blackbox will only do ALT+Click behaviour > when all the lock keys are off. Aha! I love simple solutions. Numlock was on. > There was a patch for 0.61.x that would kill that behaviour, > did you have th

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Sean 'Shaleh' Perry
On 07-Jan-2002 Jason 'vanRijn' Kasper wrote: > Hm thrice. The problem here is that blackbox is trying to perform a > maximize operation on a window that's not visible. I believe that the > correct fix is to add a simple check to the top of > BlackboxWindow::maximize to see whether the window we'

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Jason 'vanRijn' Kasper
Hm thrice. The problem here is that blackbox is trying to perform a maximize operation on a window that's not visible. I believe that the correct fix is to add a simple check to the top of BlackboxWindow::maximize to see whether the window we're performing this operation on is even visible. It'

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Milan Roubal
my gdb: Program received signal SIGSERV, segmentation fault. 0x806a198 in Workspace::raiseWindow (this=0x0, w=0x80909c8) at Workspace.cc:261 261: screen->updateNetizenWindowReise(win->getClientWindow()); Milan Roubal [EMAIL PROTECTED] - Original Message - From: "Jason 'vanRijn' Kaspe

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Jason 'vanRijn' Kasper
Hm again. Good news and bad news... Good news is that this bug exists in blackbox 61.1 proper. Bad news is that this bug exists in blackbox 61.1 proper. =:\ On Sun, 2002-01-06 at 20:22, Milan Roubal wrote: > Hi, > I am using bbkeys, when I pressed keys for maximilization of window, it is all ri

Re: Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Jason 'vanRijn' Kasper
Hm. I can confirm this. Iconize a window, then immediately do a keybinding that tells blackbox to maximize a window. Core dump. Backtrace below, running 62.0pre2 (gdb) bt #0 0x401c5911 in kill () from /lib/libc.so.6 #1 0x401c55f4 in raise () from /lib/libc.so.6 #2 0x401c6d71 in abort () fro

Re: Can click to focus only on title bar or border!

2002-01-06 Thread Sean 'Shaleh' Perry
> > Did you turn off all Lock keys (Numlock, Capslock, Scrolllock) ? > It's a "feature" that blackbox will only do ALT+Click behaviour > when all the lock keys are off. > > There was a patch for 0.61.x that would kill that behaviour, > did you have the patch compiled into your previous BB, > and

Re: Where are the docs?

2002-01-06 Thread Sean 'Shaleh' Perry
On 06-Jan-2002 Nexist Xenda'ths wrote: > Hello: > > I am running .61 and am trying to fing the documentation. The link to Themes > is broken. Can anyone help? > all of the docs you need are in the source. bb.classic.themes.org gets you to an easy to navigate version of themes.org.

Bug in Blackbox 0.61.1 with blackbox 0.61.1 icon patch V9

2002-01-06 Thread Milan Roubal
Hi, I am using bbkeys, when I pressed keys for maximilization of window, it is all right. But when I make icon from any window and then press keys for maximilization of window, window maximizes and X restart and I need to login back. in log is: /usr/local/bin/blackbox: signal 11 caught shutt

Re: Code Commenting

2002-01-06 Thread scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 06 January 2002 13:31, Jamin W. Collins wrote: > How do you folks feel about someone commenting the BB code? > > I'm thinking of rather heavy descriptive commenting for every section, > to help explain what's being done in each area. Par

Re: Can click to focus only on title bar or border!

2002-01-06 Thread scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 06 January 2002 19:41, Chris Menzel wrote: > Howdy. Hate to break up all the 0.62 design/development/web page > discussions with a mundane user question (that's the *question* that's > mundane -- I like to think of myself as rather scintill

Where are the docs?

2002-01-06 Thread Nexist Xenda'ths
Hello: I am running .61 and am trying to fing the documentation. The link to Themes is broken. Can anyone help? Sincerely, Douglas

Can click to focus only on title bar or border!

2002-01-06 Thread Chris Menzel
Howdy. Hate to break up all the 0.62 design/development/web page discussions with a mundane user question (that's the *question* that's mundane -- I like to think of myself as rather scintillating ;-). I upgraded my system to Mandrake 8.1, which installed bb 0.61.1, which is what I'd been using.

Re: Arrows to scroll BB menu?

2002-01-06 Thread Sean 'Shaleh' Perry
On 06-Jan-2002 ray wrote: > I'm guessing I can use bbkeys to pop-up the blackbox menu (have not looked > yet) but I'm wondering if it is possible to use the arrow keys on a keyboard > to cycle through the mouse-2 click BB menu options instead of using the mouse > pointer. > no, the menu is mouse

Re: bbpager and toolbar height

2002-01-06 Thread Sean 'Shaleh' Perry
>> >> The idea has merit, the implementation needs looking at. Perhaps a later >> 0.62.x, perhaps 0.70. Will see. > > > You where talking about making a common blackbox class that all the bb tools > could share, couldn't this class have a mechanism for dealing with this kind > of > stuff (pro

Arrows to scroll BB menu?

2002-01-06 Thread ray
I'm guessing I can use bbkeys to pop-up the blackbox menu (have not looked yet) but I'm wondering if it is possible to use the arrow keys on a keyboard to cycle through the mouse-2 click BB menu options instead of using the mouse pointer. Thats all -Ray

Re: bbpager and toolbar height

2002-01-06 Thread Geir Torstein Kristiansen
On Sun, 06 Jan 2002 12:26:43 -0800 (PST) "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: > > > > Another option, and it was a request that was made already, is to be > > able to specify the area of the screen that windows will fill when > > maximizing. > > something like: > > session.screen0.ma

Re: bbpager and toolbar height

2002-01-06 Thread Sean 'Shaleh' Perry
> > Another option, and it was a request that was made already, is to be > able to specify the area of the screen that windows will fill when > maximizing. > something like: > session.screen0.maxmize.left = 0 > session.screen0.maxmize.top = 0 > session.screen0.maxmize.right = -40 > session.screen

Re: bbpager and toolbar height

2002-01-06 Thread xOr
On Sun, Jan 06, 2002 at 07:31:00PM +, 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 e

Re: bbpager and toolbar height

2002-01-06 Thread Sean 'Shaleh' Perry
> > I just don't understand why resizing the toolbar font can change the toolbar > height and I cannot. > frame.height = style->font->ascent + style->font->descent; frame.height is the height of the toolbar. As you can see, it is calculated based on the font specified and not by a setting

Re: bbpager and toolbar height

2002-01-06 Thread Johan Ronström
--- Sean 'Shaleh' Perry <[EMAIL PROTECTED]> wrote: > 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

Re: bbpager and toolbar height

2002-01-06 Thread Jamin W. Collins
On Sun, 2002-01-06 at 13:44, Sean 'Shaleh' Perry wrote: > 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 g

Re: bbpager and toolbar height

2002-01-06 Thread Sean 'Shaleh' Perry
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 tool

Re: Code Commenting

2002-01-06 Thread Sean 'Shaleh' Perry
On 06-Jan-2002 Jamin W. Collins wrote: > On Sun, 2002-01-06 at 13:11, Sean 'Shaleh' Perry wrote: >> On 06-Jan-2002 Jamin W. Collins wrote: >> > How do you folks feel about someone commenting the BB code? >> >> xOr has done this a bit for the Window.{cc,hh} files. I agree there should >> be >>

bbpager and toolbar height

2002-01-06 Thread Johan Ronström
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

Re: Code Commenting

2002-01-06 Thread Roman Neuhauser
> Date: Sun, 06 Jan 2002 11:11:52 -0800 (PST) > From: "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> > To: "Jamin W. Collins" <[EMAIL PROTECTED]> > Subject: Re: Code Commenting > Cc: [EMAIL PROTECTED] > > On 06-Jan-2002 Jamin W. Collins wrote: > > How do you folks feel about someone commenting the BB

Re: Code Commenting

2002-01-06 Thread Jamin W. Collins
On Sun, 2002-01-06 at 13:11, Sean 'Shaleh' Perry wrote: > On 06-Jan-2002 Jamin W. Collins wrote: > > How do you folks feel about someone commenting the BB code? > > xOr has done this a bit for the Window.{cc,hh} files. I agree there should be > more comments. Howevever the code will changing

Re: Code Commenting

2002-01-06 Thread Sean 'Shaleh' Perry
On 06-Jan-2002 Jamin W. Collins wrote: > How do you folks feel about someone commenting the BB code? > > I'm thinking of rather heavy descriptive commenting for every section, > to help explain what's being done in each area. Partially for my own > understanding but also for future maintenance

Re: 0.62pre2 bugs

2002-01-06 Thread Sean 'Shaleh' Perry
> > This reminds me, if you switch between blackbox and wmaker, none of them will > put dockapps in the slit (blackbox) or dock (wmaker) and you get lots of > dockapps in odd positions. I don't know if this is even possible? > the dock or slit works because the windows set their state to withdr

Re: 0.62pre2 bugs

2002-01-06 Thread Sean 'Shaleh' Perry
> > A quick check reveals that styles that work OK are: Artwiz, Cthulhain, Nyz, > Operation, Outcomes, Rancor, Results, Spiff, TDF, Twice > and styles that don't: Flux, Rampage, Shade > > The behaviour seems stable, i.e. styles that hide the started rxvt window do > that always. > thanks Wilbe

Code Commenting

2002-01-06 Thread Jamin W. Collins
How do you folks feel about someone commenting the BB code? I'm thinking of rather heavy descriptive commenting for every section, to help explain what's being done in each area. Partially for my own understanding but also for future maintenance. I know this somewhat goes hand in hand with th

Re: 0.62pre2 bugs

2002-01-06 Thread Geir Torstein Kristiansen
On Sun, 6 Jan 2002 06:58:14 +0100 Wilbert Berendsen <[EMAIL PROTECTED]> wrote: > On Sun, 06 Jan 2002 00:55:50 +0100 > Jesper Ljungberg <[EMAIL PROTECTED]> wrote: > > > isn't this better? > > # cat ~/.xinitrc > > sleep 1 && rxvt -sl & > > exec blackbox > > > > Thnk so.. ;) > > Yes, but Blac