Rob Burns | 1 Aug 2005 07:59
Picon

[bug #14004] when deleting a tab with objects on it, the objects aren't handled


URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14004>

                 Summary: when deleting a tab with objects on it, the objects
aren't handled
                 Project: GNUstep
            Submitted by: rburns
            Submitted on: Mon 08/01/2005 at 05:59
                Category: Gorm
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

If I have a tab with a tableview on it, that is connected to its data source
and delegate, and I delete that tab (without first deleteing the tableView),
the gorm will become unloadable. I get this error. 

2005-07-31 22:40:03.000 Popup[31957] Exception occured while loading model:
Data Source doesn't respond to numberOfRowsInTableView:

which happens specifically, because I deleted those methods from the data
source. As I have deleted the tab, with the tableView on it, I can't get to
(Continue reading)

Rob Burns | 1 Aug 2005 17:38
Picon

[bug #9608] can't drag to an empty NSTableView


Follow-up Comment #2, bug #9608 (project gnustep):

I've used this patch for a week or more without ill effect.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9608>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Rob Burns | 1 Aug 2005 17:50
Picon

[bug #14008] setExcludedFromWindowsMenu doesn't work


URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14008>

                 Summary: setExcludedFromWindowsMenu doesn't work
                 Project: GNUstep
            Submitted by: rburns
            Submitted on: Mon 08/01/2005 at 15:50
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

when called from awakeFromNib, the target window still appears in the Windows
menu. There is a test program attached.

    _______________________________________________________

File Attachments:

-------------------------------------------------------
Date: Mon 08/01/2005 at 15:50  Name: WindowsMenuTest.tar  Size: 20KB   By:
rburns
(Continue reading)

Rob Burns | 1 Aug 2005 18:59
Picon

tableView redrawing

historyView is an NSTableView in a gorm file. I have

  	[historyView setAutoresizesAllColumnsToFit: YES];
   	[historyView setNeedsDisplay: YES];

in awakeFromNib. If I comment the second line out, the columns will 
not be resized until I resize the window. Meaning, that you have to 
manually set the columms to the perfect size in gorm in order to have 
the table look correct when the window is first displayed. Is that a 
bug or a feature?

Thanks
Rob
Yen-Ju Chen | 1 Aug 2005 22:08
Picon

[bug #14010] Unable to compile SQLClient on Mac OS 10.4


URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14010>

                 Summary: Unable to compile SQLClient on Mac OS 10.4
                 Project: GNUstep
            Submitted by: yjchen
            Submitted on: Mon 08/01/2005 at 20:08
                Category: Libraries
                Severity: 3 - Normal
              Item Group: Installation
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

I was trying to compile SQLClient on Mac OS 10.4.
First, I installed GNUstep as addition (GNUstepBase).
Then, SQLClient failed to compile SQLClient.m because of GNUstep.h.
I attached a patch for this one.
When it tried to complie WebServer.m, it failed again
because it cannot find [NSFileHandle +sslClass] and some other methods
like -socketLocalAddress.
I guess it is the problem of GNUstepBase.
Since I probably don't need WebServer,
an alternative solution is to have a choice in configure to disable
(Continue reading)

Richard Frith-Macdonald | 2 Aug 2005 16:55
Picon

[bug #14010] Unable to compile SQLClient on Mac OS 10.4


Update of bug #14010 (project gnustep):

                  Status:                    None => Ready For Test         

    _______________________________________________________

Follow-up Comment #1:

I've tried to update the build procedure for SQLClient to work for MacOS-X
tiger with the apple runtime/foundation ... but it needs testing.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14010>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Jeremy Bettis | 2 Aug 2005 18:55

Re: [patch #4206] libobjc: Extend protocol hack to all gcc versions

More Information:

the libobjc in gcc's CVS server doesn't have any implementation in 
thr-win32.c and doesn't build as a dll. (Actually I can't figure how to get 
it to build at all w/o building all of gcc.)

I can't send in the thr-win32.c implementation from gnustep because it's not 
mine.

I can't solve this problem, please commit my patch to gnustep-libobjc, so 
that at least windows users can use Protocols.

----- Original Message ----- 
From: "Richard Frith-Macdonald" <richard <at> brainstorm.co.uk>
To: "Jeremy Bettis" <jeremy <at> deadbeef.com>
Cc: "Andrew Pinski" <pinskia <at> physics.uc.edu>; <bug-gnustep <at> gnu.org>
Sent: Wednesday, July 27, 2005 11:03 AM
Subject: Re: [patch #4206] libobjc: Extend protocol hack to all gcc versions

> On 2005-07-27 13:48:48 +0100 Jeremy Bettis <jeremy <at> deadbeef.com> wrote:
>
>> Why is this my problem.
>>
>> Look at 
>> http://wwwmain.gnustep.org/resources/downloads.php?site=http%3A%2F%2Fftpmain.gnustep.org%2Fpub%2Fgnustep%2F
>> Notice how it has listed libobjc as prereq on windows.
>> See the link to 
>> http://ftpmain.gnustep.org/pub/gnustep/libs/gnustep-objc-1.3.0.tar.gz
>> Notice how that is NOT GCC's libobjc.
>> See my patch to that code.
(Continue reading)

Yen-Ju Chen | 3 Aug 2005 00:48
Picon

[bug #14010] Unable to compile SQLClient on Mac OS 10.4


Follow-up Comment #2, bug #14010 (project gnustep):

It basically fixes the problem.
I attach patches to make it work better (without warning).
    _______________________________________________________

Additional Item Attachment:

File name: SQLClient_patch.tar.gz         Size:0 KB

<http://savannah.gnu.org/bugs/download.php?item_id=14010&item_file_id=2778>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14010>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Rob Burns | 1 Aug 2005 21:35
Picon

[bug #9426] NSTableView redraw error


Follow-up Comment #4, bug #9426 (project gnustep):

should this be marked as fixed, just for the sake of being thorough?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9426>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Rob Burns | 1 Aug 2005 21:38
Picon

[bug #4998] NSTableView redraw problems


Follow-up Comment #3, bug #4998 (project gnustep):

should this one also be marked as 'fixed'?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=4998>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/

Gmane