Re: [Pharo-users] TextModel arrows controls

2014-11-25 Thread Mark Rizun
> > TextModel new text:'hello' ; openWithSpec > > This opens a window with the text 'hello' and I can move the cursor with > the > arrow keys (os: windows 7). > You are right, it works. > Can you give a minimal example that does not work for you. > I use TextModel as a base class for my own tex

Re: [Pharo-users] TextModel arrows controls

2014-11-24 Thread Nicolai Hess
2014-11-24 18:29 GMT+01:00 Mark Rizun : > Hello! > > I stumbled on a strange problem, when was using TextModel widget. > The problem is that I can't control I-beam pointer with arrow keys inside > of > TextModel. > They just do not work. Maybe I have to set some methods? > No other methods are ne