What would be the way to open a Systemwindow containing just a column view in spec?
the column view is for aligning text that is one or two lines. No editing just displaying. thanks, Norbert |
You can take a look at ComposableModel>>#ScrollSyncExample
Try: ScrollSyncExample new openWithSpec I guess that's what you need. cheers Nacho
Nacho
Smalltalker apprentice.
Buenos Aires, Argentina.
|
> Am 04.11.2013 um 14:50 schrieb nacho <[hidden email]>: > > You can take a look at ComposableModel>>#ScrollSyncExample > > Try: > > ScrollSyncExample new openWithSpec > > I guess that's what you need. > Is spec usable in 2.0? Norbert > cheers > Nacho > > > > > -- > View this message in context: http://forum.world.st/Multicolumn-text-view-with-spec-tp4719050p4719129.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > |
Yes I'm referring to Pharo 3, try with the latest image. It should be there...if you can't find it let me know. cheers Lic. Ignacio Sniechowski, MBA On Mon, Nov 4, 2013 at 2:43 PM, Norbert Hartl <[hidden email]> wrote:
test.tiff (462K) Download Attachment
Nacho
Smalltalker apprentice.
Buenos Aires, Argentina.
|
An old version of spec is usable in 2.0
The 3.0 version is _far_ better.
You may want to use MultiColumnListModel (it’s the widget used in the senders/implementors UI) Otherwise, you can indeed use the scroll sync example to sync to lists together. Ben On 04 Nov 2013, at 18:59, Ignacio Matías Sniechowski <[hidden email]> wrote:
|
Of course :) But I like to do things I can use in production. So for people like me the newest is only an option if I do prototyping. Norbert
|
I think MultiColumnList was already supported in 2.0 :)
Ben On 05 Nov 2013, at 00:06, Norbert Hartl <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |