gano sus vacaciones gratis en un crucero!!!

2003-01-29 Thread Vacations Tours
Usted y su familia ganaron sus vacaciones "GRATIS" 8 dias y 7 noches en un crucero por el caribe Reclame su premio, su numero de confirmacion es 055 LLAME YA Llame gratis desde los Estados Unidos y Puerto Rico 1800-806-3646 Desde del exterior 001-305-379-8877 ___

Re: [PATCH] gnustep-gui cleanups

2003-01-29 Thread Nicola Pero
> > NSTextView.m:2084: warning: incomplete implementation of class > > `NSTextView' NSTextView.m:2084: warning: method definition for > > `-selectedRange' not found NSTextView.m:2084: warning: class > > `NSTextView' does not fully implement the `NST extInput' protocol > > At the moment, NSTextVie

Re: [PATCH] gnustep-gui cleanups

2003-01-29 Thread Nicola Pero
> I've started with resolve some text system problems, but end up with > this patch :) > > Preparing to upcoming 0.8.5 release it might be useful to have clean > compiling of gui. The following patch is a fix of some compiler warnings > (WARNINGS attach). Thanks! :-) Yes - we shouldn't have al

Re: NSPopUpButton related new patches

2003-01-29 Thread Nicola Pero
> NP> > Another question is: when item has key equivalent and selected > NP> > (displaying NSPopUpButton image on the right side (i don't know > NP> > how it named) after mouse button up). In OpenStep it isn't. Is it > NP> > responsibility of application or AppKit to remove key equivalent > NP> >

Re: Some small fixes to NSScroller and NSScrollView

2003-01-29 Thread Nicola Pero
> NSScrollView: > -reflectScrolledClipView: update rulers > -_doScroll: do not redraw headers and rulers, as they will be updated by > reflectScrolledClipView:, called by clipview's scrollToPoint: Thanks - nice patch - applied :-) ___ Bug-gnustep mai

Re: [PATCH] gnustep-gui cleanups

2003-01-29 Thread Alexander Malmberg
Serg Stoyan wrote: > > Hi, > > I've started with resolve some text system problems, but end up with > this patch :) > > Preparing to upcoming 0.8.5 release it might be useful to have clean > compiling of gui. The following patch is a fix of some compiler warnings > (WARNINGS attach). [snip] > N

[PATCH] gnustep-gui cleanups

2003-01-29 Thread Serg Stoyan
Hi, I've started with resolve some text system problems, but end up with this patch :) Preparing to upcoming 0.8.5 release it might be useful to have clean compiling of gui. The following patch is a fix of some compiler warnings (WARNINGS attach). Some warnings left and I don't know how to fix t

Re: NSTextField problems

2003-01-29 Thread Serg Stoyan
Hello Alexander, AM> > Take a look at following pictures please: [snip] AM> > On the pictures 1 and 3 bottom of the text is lower bottom side of AM> > textfield. Isn't it a reason of exceptions? I'll look at code AM> > probably tommorow. AM> AM> I don't think this has anything to do with the pr

Re: NSTextField problems

2003-01-29 Thread Alexander Malmberg
Enrico Sersale wrote: [snip] > I'm not sure that this is the explication, because: > 1) if I click in the field the text dishappears. > 2) now, if I press leftArrow *only a time*, the first character appears at > the right side of the field. > > This means that the text is not centered at 1500, bu

Re: NSTextField problems

2003-01-29 Thread Enrico Sersale
On Wed, 29 Jan 2003, Alexander Malmberg wrote: > Enrico Sersale wrote: > > > > > ... > > > > > > By the way, exceptions and NSLog messages are gone while typing. Text > > > is visible if text fits into textfield. Thanks Alexander. > > > > > > GWorkspace textfield's text still disappears after cli

Re: NSTextField problems

2003-01-29 Thread Alexander Malmberg
Serg Stoyan wrote: [snip] > Take a look at following pictures please: > > 1. http://stepmaker.sourceforge.net/stepmaker/TF1.jpg - textfield is in > focus, cursor is inside. > > 2. http://stepmaker.sourceforge.net/stepmaker/TF2.jpg - textfield is out of focus. > > 3. http://stepmaker.sourceforge.

Re: NSTextField problems

2003-01-29 Thread Alexander Malmberg
Enrico Sersale wrote: > > > ... > > > > By the way, exceptions and NSLog messages are gone while typing. Text > > is visible if text fits into textfield. Thanks Alexander. > > > > GWorkspace textfield's text still disappears after clicking on file name > > (textfield is set editable). > > This ha