On 10 October 2011 14:25, Igor Stasenko <[email protected]> wrote: > > > On 10 October 2011 09:54, Tudor Girba <[email protected]> wrote: >> >> Any ideas? :) >> Doru > > Have one. > A PluggableTextMorph (and text morphs in general) using 0-based coordinates > in their bounds. > But they are usually wrapped by scroll pane / transform morph which doing > local/global coordinate transformation for submorphs, > therefore a submorphs positions could be in non-global coordinate system. >
You can see #boundInWorld implementation and follow it, to see how to obtain global coordinates from local ones. > > -- > Best regards, > Igor Stasenko. > -- Best regards, Igor Stasenko.
