[UI] how to find button action target?

Herbert König herbertkoenig at gmx.net
Fri Apr 11 09:35:07 UTC 2008


Hello Ken,


KGB> I've found how to update them if I could find the open ChangeSorters...
open some ChangeSorters and other windows then in a Workspace
World submorphs explore.

Then dig into the SystemWindows and look up the model of each.

So it will need something like
World submorphs select: [:each | (each respondsTo: #model) and:
                                 [each model class = ChangeSorter]]


Cheers,

Herbert   



More information about the UI mailing list