Hi all, these additions to SCTextField fix dragging functionality for
the view object:
+ SCTextField {
defaultGetDrag {
^this.string
}
defaultCanReceiveDrag {
^currentDrag.isString
}
defaultReceiveDrag {
this.valueAction = currentDrag;
}
}
can someone add these please?
thanks,
x