I'll take a look at the patch and let you know if it makes sense. Thanks, GC
On Tue, Sep 22, 2009 at 6:43 AM, Wolfgang Lux <[email protected]> wrote: > Gregory, > > I noticed last weekend that the current version of Gorm (r28721) does not > allow making connection whose target is an NSProgressIndicator (or an > NSBox). I'm not sure whether this was possible in earlier versions or > whether I just converted an OS X nib last time I needed such a connection. > > After a bit of testing I found that the problem can be fixed by changing > the -draggingEntered: and related methods in GormViewWithSubviewsEditor.m. > At present, the code for GormLinkPboardType forwards the respective messages > to the parent of the view, which strikes me as odd. Forwarding the messages > to super instead fixes the problem. However, I'm not that familiar with > Gorm's internals and so I may be getting things wrong here; hence I just > post the patch below. > > Wolfgang > > > _______________________________________________ > Discuss-gnustep mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/discuss-gnustep > > -- Gregory Casamento Open Logic Corporation, Principal Consultant ## GNUstep Chief Maintainer yahoo/skype: greg_casamento, aol: gjcasa (240)274-9630 (Cell), (301)362-9640 (Home) _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
