|
Re: World when: #aboutToEnterWorld send:to:: msg#00070lang.smalltalk.squeak.beginners
Best way to find it out is to browse implementors of #when:send:to: Then follow the messages chain: - you see the "doIt" is stored as a WeakMessageSend - which is sent to Object>>#when:evaluate: - Object>>#setActionSequence:forEvent: - Morph>>#updateableActionMap - Morph>>#valueOfProperty: Then you should be able to World inspect. or: World explore. select extensions, then otherProperties and search therein... Now that you know where the WeakMessageSend is stored, you still have to figure out how it is triggered. You'll have to inquire about actionSequence you saw above... I wish you a good browsing. Note this usefull shortcut: you can select name of a message or a class and hit ALT+b. Nicolas Doug Edmunds a écrit : I was trying a tutorial at
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | World when: #aboutToEnterWorld send:to:, Doug Edmunds |
|---|---|
| Next by Date: | Re: World when: #aboutToEnterWorld send:to:, nicolas cellier |
| Previous by Thread: | World when: #aboutToEnterWorld send:to:, Doug Edmunds |
| Next by Thread: | Re: World when: #aboutToEnterWorld send:to:, nicolas cellier |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |