TextInputField in Spec size issue 12915 (was: dynamic example for spec)
April 30, 2014
1:19 p.m.
I can set the font in MorphicTextInputFieldAdapter adapt: aModel super adapt: aModel. aModel whenBuiltDo: [ :w | w widget color: Color white. w widget widget textMorph setTextStyle: TextStyle default ] but then still have the wrong cursor size and position. Stephan
April 30, 2014
2:53 p.m.
New subject: TextInputField in Spec size issue 12915 (was: dynamic example for spec)
try using 'self font:'? MorphicTextAdaptor supports this protocol. On 30 April 2014 15:19, Stephan Eggermont <stephan@stack.nl> wrote:
I can set the font in MorphicTextInputFieldAdapter
adapt: aModel
super adapt: aModel. aModel whenBuiltDo: [ :w | w widget color: Color white. w widget widget textMorph setTextStyle: TextStyle default ]
but then still have the wrong cursor size and position.
Stephan
-- Best regards, Igor Stasenko.
4474
Age (days ago)
4474
Last active (days ago)
1 comments
2 participants
participants (2)
-
Igor Stasenko -
Stephan Eggermont