I jave been banging my head for the best part of last week against the
drag and drop stuff in the jake branch. It is looking better and
better with the introduction of CPDragServer and the new CPTextField -
congratulations to everyone involved.
I have come across a possible typo in the CPDragServer source.
At line 313 I guess it should probably be:
- _draggingOffset = _CGSizeMakerZero();
+ _draggingOffset = _CGSizeMakeZero();
Hope this helps.
Regards. Bruno
> --
>
> You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
> To post to this group, send email to objec...@googlegroups.com.
> To unsubscribe from this group, send email to objectivej+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/objectivej?hl=en.
>
>