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

Attachment: gorm.patch
Description: Binary data

_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to