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.
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 <sean@clipperadams.com> 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.
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: http://forum.world.st/TextInputFieldModel-Scrollbars-tp4682447p4682612.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
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 <sean@clipperadams.com> 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.
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.
Thank you very much :) Ben On Apr 20, 2013, at 5:15 AM, "Sean P. DeNigris" <sean@clipperadams.com> 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.
participants (2)
-
Benjamin -
Sean P. DeNigris