Re: NSPopUpButton bug

2006-07-28 Thread Fred Kiefer
Most likely you are refering to your bug report #15902. There never was a patch attched to this bug report. If you have some code that used to fix this, either add it to the report or send it to the list. If you manage to do so today, I may find the time to have a look. Cheers Fred Sheldon Gill

Re: NSPopUpButton bug

2006-07-27 Thread Sheldon Gill
Marc Brünink wrote: On 2006-07-26 13:58:41 +0200 Marc Brünink [EMAIL PROTECTED] wrote: [...] So If you do not have this problem: Do you ever have had it? Was this fixed in cvs recently? I fixed this bug some time ago in my codebase but when I came to check it in there were a number of

NSPopUpButton bug

2006-07-26 Thread Marc Brünink
Hi All, could someone please confirm this bug: If you stuff so many items in a NSPopUpButton that the height of the button is greater than your screen height you are in trouble. Anyone working on it? Thanks Marc ___ Discuss-gnustep mailing list

Re: NSPopUpButton bug

2006-07-26 Thread Chris Vetter
On 2006-07-26 12:59:04 +0200 Marc Brünink [EMAIL PROTECTED] wrote: could someone please confirm this bug: If you stuff so many items in a NSPopUpButton that the height of the button is greater than your screen height you are in trouble. If, for example, you take a look at GNUMail's Font

Re: NSPopUpButton bug

2006-07-26 Thread Marc Brünink
On Mittwoch, Jul 26, 2006, at 13:05 Europe/Berlin, Chris Vetter wrote: On 2006-07-26 12:59:04 +0200 Marc Brünink [EMAIL PROTECTED] wrote: could someone please confirm this bug: If you stuff so many items in a NSPopUpButton that the height of the button is greater than your screen height you

Re: NSPopUpButton bug

2006-07-26 Thread Chris Vetter
On 2006-07-26 13:58:41 +0200 Marc Brünink [EMAIL PROTECTED] wrote: [...] So If you do not have this problem: Do you ever have had it? Was this fixed in cvs recently? I see what you mean. When I try to select a font 'higher up', the list is more or less properly scrolled. However, when I stop

Re: NSPopUpButton bug

2006-07-26 Thread Marc Brünink
On Mittwoch, Jul 26, 2006, at 14:12 Europe/Berlin, Chris Vetter wrote: On 2006-07-26 13:58:41 +0200 Marc Brünink [EMAIL PROTECTED] wrote: [...] So If you do not have this problem: Do you ever have had it? Was this fixed in cvs recently? I see what you mean. When I try to select a font

Re: NSPopUpButton bug

2006-07-26 Thread Gregory John Casamento
Marc, A little more than "you are in trouble" might be helpful. What actually happens when you do this? As a side note, I would also say that, if you have a popup button like that, you may want to consider using something else to display the list of choices to the user. :) GJC--Gregory John

Re: NSPopUpButton bug

2006-07-26 Thread Chris Vetter
On 2006-07-26 16:04:23 +0200 Gregory John Casamento [EMAIL PROTECTED] wrote: A little more than you are in trouble might be helpful. What actually happens when you do this? See later mails ;-) As a side note, I would also say that, if you have a popup button like that, you may want to

Re: NSPopUpButton bug

2006-07-26 Thread Marc Brünink
A little more than you are in trouble might be helpful.   What actually happens when you do this? It's hard to explain. Just give it a try. Trouble refers to the fact, that you are not able to select the first entry in the list anymore. If I go to the top of the list the popup trys to select the

Re: NSPopUpButton bug

2006-07-26 Thread Gregory John Casamento
All, I noticed that the problem was expounded upon later. Yes, thank you Chris, I realize what widgets people use is out of our hands. Thanks for that. :) First and foremost, if this is happening it is, without and doubt, a bug in NSPopUpButton. That's not what I was saying earlier. :) What