Hi Edgar,

on Sun, 29 Jun 2008 14:45:09 +0200, you wrote:

I proud announce the alpha version is ready at
http://ftp.squeak.org/various_images/SqueakLight/SqueakLightII.7188.zip

I'm trying to make a project doc .image based on SqueakLightII.7188, for people exchanging .pr files; two things:

- copying (alt-c) a blue (linked) text which I selected in your workspace, creates DNU :( see log below.

- have advice for me loading Connectors into SqueakLightII.7188, thank you in advance !

/Klaus

------------
MessageNotUnderstood: ByteString>>utf8ToSqueak
9 July 2008 12:08:44 pm

VM: Win32 - a SmalltalkImage
Image: SqueakLight|II [latest update: #7188]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir ...\SqueakDev
Trusted Dir ...\SqueakDev\kWitzel
Untrusted Dir ...\kWitzel

ByteString(Object)>>doesNotUnderstand: #utf8ToSqueak
Receiver: 'http://ftp.squeak.org/various_images/SqueakLight/SqueakLightII.7188.zip'
        Arguments and temporary variables:
                aMessage:       utf8ToSqueak
        Receiver's instance variables:
'http://ftp.squeak.org/various_images/SqueakLight/SqueakLightII.7188.zip'

UTF8ClipboardInterpreter>>fromSystemClipboard:
        Receiver: an UTF8ClipboardInterpreter
        Arguments and temporary variables:
aString: 'http://ftp.squeak.org/various_images/SqueakLight/SqueakLightII.7188.z...etc...
        Receiver's instance variables:
an UTF8ClipboardInterpreter

Clipboard>>clipboardText
        Receiver: a Clipboard
        Arguments and temporary variables:
string: 'http://ftp.squeak.org/various_images/SqueakLight/SqueakLightII.7188.zi...etc...
                decodedString:  nil
        Receiver's instance variables:
                contents:       a Text for 'slUpdates'
recent: an OrderedCollection(a Text for 'slUpdates' a Text for 'Utilities slUpd...etc...
                interpreter:    an UTF8ClipboardInterpreter

Clipboard class>>clipboardText
        Receiver: Clipboard
        Arguments and temporary variables:

        Receiver's instance variables:
                superclass:     Object
methodDict: a MethodDictionary(#chooseRecentClipping->a CompiledMethod (1940) #...etc...
                format:         136
                instanceVariables:      #('contents' 'recent' 'interpreter')
organization: ('accessing' chooseRecentClipping clearInterpreter clipboardText ...etc...
                subclasses:     nil
                name:   #Clipboard
                classPool:      a Dictionary(#Default->a Clipboard )
                sharedPools:    nil
                environment:    a SystemDictionary(lots of globals)
                category:       #'ST80-Kernel-Remnants'


--- The full stack ---
ByteString(Object)>>doesNotUnderstand: #utf8ToSqueak
UTF8ClipboardInterpreter>>fromSystemClipboard:
Clipboard>>clipboardText
Clipboard class>>clipboardText
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TextMorphEditor(ParagraphEditor)>>clipboardText
TextMorphEditor(ParagraphEditor)>>copySelection
[] in PluggableTextMorph>>copySelection {[textMorph editor copySelection]}
[] in PluggableTextMorph>>handleEdit: {[result := editBlock value]}
TextMorphForEditView(TextMorph)>>handleEdit:
PluggableTextMorph>>handleEdit:
PluggableTextMorph>>copySelection
UndefinedObject(Object)>>perform:orSendTo:
[] in MenuItemMorph>>invokeWithEvent: {[(selArgCount := selector numArgs) = 0 ifTrue: [target perform: selector] ...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear: {[ActiveHand := self. ActiveEvent := anEvent. result := focusHolder han...]}
[] in PasteUpMorph>>becomeActiveDuring: {[aBlock value]}
BlockContext>>on:do:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor: {[:h | ActiveHand := h. h processEvents. capturingGesture := capturingGest...]}
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
WorldState>>doOneSubCycleFor:
PasteUpMorph>>doOneSubCycle
MenuMorph>>invokeModalAt:in:allowKeyboard:
MenuMorph>>invokeModal:
MenuMorph>>invokeModal
PluggableTextMorph>>yellowButtonActivity:
TextMorphForEditView>>mouseDown:
TextMorphForEditView(Morph)>>handleMouseDown:
MouseButtonEvent>>sentTo:
TextMorphForEditView(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchMouseDown:with:
MorphicEventDispatcher>>dispatchEvent:with:
TextMorphForEditView(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchMouseDown:with:
...etc...

_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to