EwDragAndDropSession>>#calculateOperation in this method we get sometimes this walkback. UndefinedObject(Object)>>#doesNotUnderstand:
receiver = nil
arg1 = Message (#detect:ifNone:, ([] in
EwDragAndDropSession>>#calculateOperation [] in
EwDragAndDropSession>>#calculateOperation))
EwDragAndDropSession>>#calculateOperation
receiver = an EwDragAndDropSession
EwDragAndDropSession>>#dragOver
receiver = an EwDragAndDropSession
EwDragAndDropSession>>#dragMotion
receiver = an EwDragAndDropSession it seems, that " self sourceVote " will be nil and we have to add " ifNotNil: [ ... ] ifNil: [ XmILLEGAL. ]. "
-- You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Thanks Norbert,
-- I agree with the change. Opened Case 63957: Walkback causes by sourceVote being nil in EwDragAndDropSession>>#calculateOperation which we will get fixed - Seth On Monday, August 20, 2018 at 6:13:41 AM UTC-4, Norbert Schlemmer wrote:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Thanks!
-- Am Mittwoch, 22. August 2018 22:21:46 UTC+2 schrieb Seth Berman:
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at https://groups.google.com/group/va-smalltalk. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |