Re: call for help -- need Java programmers

2002-07-12 Thread Sean 'Shaleh' Perry
On 12-Jul-2002 Ben Jansens wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Friday 12 July 2002 11:35 am, Sean 'Shaleh' Perry wrote: >> Let me parse this for everyone, so they can understand my frustration. >> >> > 0x28000a9: fallback configure (0, 18) w: 1012, h: 783 > > Does twm

Re: call for help -- need Java programmers

2002-07-12 Thread Ben Jansens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 12 July 2002 11:35 am, Sean 'Shaleh' Perry wrote: > Let me parse this for everyone, so they can understand my frustration. > > > 0x28000a9: fallback configure (0, 18) w: 1012, h: 783 Does twm not pass this along? It'd be interesting to knwo

Re: call for help -- need Java programmers

2002-07-12 Thread Sean 'Shaleh' Perry
Let me parse this for everyone, so they can understand my frustration. > > 0x28000a9: fallback configure (0, 18) w: 1012, h: 783 we received a configure notify BEFORE we had managed the window, so we blindly applied it. The numbers printed are the ones from the configure event, no tweaking. >

Re: call for help -- need Java programmers

2002-07-12 Thread Chris Grossmann
Once more, with feeling: This doesn't look right at all.. I'll try again later when I have some more time. _BLACKBOX_ATTRIBUTES(_BLACKBOX_ATTRIBUTES) = 0x50, 0x0, 0x3, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0 WM_STATE(WM_STATE): window state: Normal icon window

Re: call for help -- need Java programmers

2002-07-12 Thread Sean 'Shaleh' Perry
I expect the output to look this (non Java app) 0xe048ec: before manage (259, 172) w: 800, h: 600 0xe048ec: initial (259, 172) w: 800, h: 600 0xe048ec: after hints (259, 172) w: 800, h: 600 0xe048ec: sizes reflect the frame from now on 0xe048ec: after upsize (0, 0) w: 802, h: 619 0xe048ec: after

Re: call for help -- need Java programmers

2002-07-12 Thread Roy Wood
>I have JBuilder 6 Personal and don't see the problems. Will install 7 & >see what's up. Sun has lots of sample programs, I can do some hacking on >this tonight. Really? Weird-- I'm definitely saeeing it with Jbuilder6, Enterprise Edition. -Roy

Re: call for help -- need Java programmers

2002-07-12 Thread Chris Grossmann
Sorry, I'm halfway lazy, halfway under-rested. The window consistently comes up as 127x1. WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified location: 5, 100 program specified size: 127 by 1 window gravity: NorthWest On a subsequent run, the "bef

Re: call for help -- need Java programmers

2002-07-12 Thread Chris Grossmann
Well, my 1x1 window has turned into a 6x119 window, but here are the appropriate lines out of the output. This is current CVS, Sean's patch, and --enable-debug BlackboxWindow::buttonPressEvent() for 0x3a7 Blackbox::process_event(): MapRequest for 0x30001f4 0x30001f4: before manage (5, 100) w

Re: call for help -- need Java programmers

2002-07-11 Thread Sean 'Shaleh' Perry
On 12-Jul-2002 Jamin W. Collins wrote: > On Thu, 11 Jul 2002 20:39:32 -0700 (PDT) > "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: > >> On 12-Jul-2002 Jamin W. Collins wrote: >> >> > Grrr I thought I'd gotten all of those. Should have use the F&R >> > function rather than eyeballing it. =

Re: call for help -- need Java programmers

2002-07-11 Thread Jamin W . Collins
On Thu, 11 Jul 2002 20:39:32 -0700 (PDT) "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: > On 12-Jul-2002 Jamin W. Collins wrote: > > > Grrr I thought I'd gotten all of those. Should have use the F&R > > function rather than eyeballing it. =( If it would help I can rerun > > the tests. >

Re: call for help -- need Java programmers

2002-07-11 Thread Sean 'Shaleh' Perry
On 12-Jul-2002 Jamin W. Collins wrote: > On Thu, 11 Jul 2002 19:25:46 -0700 (PDT) > "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: > >> as I commented on the other thread, my second patch has a small problem. >> >> s/xmaprequest.parent/xmaprequest.window/; > > > Grrr I thought I'd gotte

Re: call for help -- need Java programmers

2002-07-11 Thread Jamin W . Collins
On Thu, 11 Jul 2002 19:25:46 -0700 (PDT) "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: > as I commented on the other thread, my second patch has a small problem. > > s/xmaprequest.parent/xmaprequest.window/; Grrr I thought I'd gotten all of those. Should have use the F&R function rathe

Re: call for help -- need Java programmers

2002-07-11 Thread Sean 'Shaleh' Perry
> >> We are receiving reports of odd sized windows. Transients, main >> windows, all of them. Simple programs which open and modify windows >> sizes AND demonstrate this bug would be VERY helpful. > > Attached is a simple GUI java app which can reproduce the problem ~ 1 in 5 > times under Bl

Re: call for help -- need Java programmers

2002-07-11 Thread Jamin W . Collins
On Thu, 11 Jul 2002 10:40:24 -0700 (PDT) "Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> wrote: > Have you or a friend recently been through a college programming course > where they forced you to learn Java? Now is your chance to use this > knowledge to help the blackbox community. Hmmm no real coll

Re: call for help -- need Java programmers

2002-07-11 Thread paul
Sean 'Shaleh' Perry declaimed: > Have you or a friend recently been through a college programming course where > they forced you to learn Java? Now is your chance to use this knowledge to > help the blackbox community. > > We are receiving reports of odd sized windows. Transients, main windows,

call for help -- need Java programmers

2002-07-11 Thread Sean 'Shaleh' Perry
Have you or a friend recently been through a college programming course where they forced you to learn Java? Now is your chance to use this knowledge to help the blackbox community. We are receiving reports of odd sized windows. Transients, main windows, all of them. Simple programs which open