Even making the Ballon much bigger doesn't help...�SimpleBalloonMorph class >> getVertices: bounds^(bounds expandBy: 50) corners atAll: #(1 4 3 2)
Haven't got time to look into CharacterScanner and word wrapping.�
On 25 April 2012 23:45, Francisco Garau <francisco.garau@gmail.com> wrote:The following code demonstrates the problem:EllipseMorph new�setBalloonText: 'hello world';openInWorld�It's always the same behaviour regardless the text (even adding an extra space at the end computes a box which is too big...)It happens in 1.4 and 2.0. I would like to try in previous Pharos, but can't get hold of 1.3 or 1.2. Are those images available somewhere?I am looking in BaloonMorph >> popUpForHand:- FranciscoPS: sorry for the previous message on the wrong threadOn 25 April 2012 23:10, Gary Chambers <gazzaguru2@btinternet.com> wrote:
More like word wrapping got broken sometime on CharacterScanner cleanups...
Regards, Gary
Sent from my iPad
> <Screen shot 2012-04-25 at 22.58.07.png>
On 25 Apr 2012, at 23:02, Francisco Garau <francisco.garau@gmail.com> wrote:
> Hi - the bounding rectangle of the flyover help is not big enough and always causing the last letter to show on a second line.
>
> If nobody has reported it, I'll try to fix it.
>
> Any pointers are appreciated.
>
> - Francisco