I am trying to load the slice from the PharoInbox in Monticello  but
it doesn't let me.

Clicking on the slice on the left pane gives me the list on the right,
which then goes back to the full list after like 2 seconds. That's
weird. Image 20522.

Typing 70529 in the right side search box lets me play.

But this is a strange behavior.

Thanks for the fix.

I saw that you removed the feature showing the class comment in the about box.
Maybe this is used by tools that do not use a model or something.

Phil

2013/2/18 Sean P. DeNigris <[email protected]>:
> philippeback wrote
>> Ideas?
>
> I created a hook. You can load the slice for Issue 7529: [ENH]: Spec "About"
> window text. Then override #aboutText in your ComposableModel subclass
>
> Or, for now, this hack works, but I don't know if there are other
> consequences...
>     MyCoolUI class>>open
>
>         | instance windowModel |
>         instance := self new.
>         windowModel := instance openWithSpec.
>         windowModel
>                 extent: 500@300.
>         windowModel window model: instance.
>         ^ windowModel.
>
> And then you would write the about text in MyCoolUI class comment...
>
> HTH,
> Sean
>
>
>
> --
> View this message in context: 
> http://forum.world.st/Spec-question-how-to-set-the-About-contents-for-the-window-opened-with-openWithSpec-tp4670435p4670459.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>

Reply via email to