TextInputFieldModel Scrollbars

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

TextInputFieldModel Scrollbars

Sean P. DeNigris
Administrator
My Spec UI has a TextInputFieldModel, which at one point had text that was much too large to show at once. I expected scroll bars, but none appeared. Is there a way to turn them on? Ideally they'd appear automatically when necessary... Thanks!
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: TextInputFieldModel Scrollbars

Benjamin Van Ryseghem (Pharo)
I think that TextInputField does not support scrollbar on purpose since it's design for one line text.
Here it's clearly a Morphic issue, but on the other hand I am not convinced it's really an issue :)

Ben

On Apr 19, 2013, at 6:10 AM, Sean P. DeNigris <[hidden email]> wrote:

My Spec UI has a TextInputFieldModel, which at one point had text that was
much too large to show at once. I expected scroll bars, but none appeared.
Is there a way to turn them on? Ideally they'd appear automatically when
necessary... Thanks!



-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/TextInputFieldModel-Scrollbars-tp4682447.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.


Reply | Threaded
Open this post in threaded view
|

Re: TextInputFieldModel Scrollbars

Sean P. DeNigris
Administrator
TextInputField... design for one line text

Aha, after our other conversations, I thought that TextInputFieldModel was just a better TextModel, but now it sounds like TextModel is forultiole lines and TextInputFieldModel is for single lines. Is that right? Are there comments about all this? I didn't see any in my investigations...
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: TextInputFieldModel Scrollbars

Benjamin Van Ryseghem (Pharo)
This is, at least, the way I understood (and used) it.

Comments ? in Morphic ? Mouahahah :)
;)
Ben

On Apr 19, 2013, at 6:39 PM, Sean P. DeNigris <[hidden email]> wrote:

TextInputField... design for one line text

Aha, after our other conversations, I thought that TextInputFieldModel was just a better TextModel, but now it sounds like TextModel is forultiole lines and TextInputFieldModel is for single lines. Is that right? Are there comments about all this? I didn't see any in my investigations...
Cheers,
Sean


View this message in context: Re: TextInputFieldModel Scrollbars
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: TextInputFieldModel Scrollbars

Stephan Eggermont-3
In reply to this post by Sean P. DeNigris
Ben wrote:

>Comments ? in Morphic ? Mouahahah :)
>;)


((PackageOrganizer default packages select: [ :package |package packageName  beginsWith: 'Morphic' ]) collect: [ :package | package methods collect: [ :meth | meth compiledMethod comment  ] ] )flatten asSet size 2169

Stephan :)
Reply | Threaded
Open this post in threaded view
|

Re: TextInputFieldModel Scrollbars

Sean P. DeNigris
Administrator
In reply to this post by Benjamin Van Ryseghem (Pharo)
Benjamin Van Ryseghem-2 wrote
Comments ?
Two slices in respective inboxes:
3.0: 10335 Spec: Document difference between TextModel and TextInputFieldModel
2.0: 10336 Port 2.0...
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: TextInputFieldModel Scrollbars

Benjamin Van Ryseghem (Pharo)
Thank you very much :)

Ben

On Apr 20, 2013, at 5:15 AM, "Sean P. DeNigris" <[hidden email]> wrote:

Benjamin Van Ryseghem-2 wrote
Comments ?

Two slices in respective inboxes:
3.0: 10335 Spec: Document difference between TextModel and
TextInputFieldModel
2.0: 10336 Port 2.0...



-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/TextInputFieldModel-Scrollbars-tp4682447p4682676.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.