rubric in glamour

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

rubric in glamour

Tudor Girba-2
Hi,

I started to integrate Rubric in Glamour.

At the moment, only the basic text widget is integrated, and it is integrated with a different factory method (rubricText instead of text). The longer term idea is to replace the rendering of the existing TextPresentation. Once TxText will be adopted we will move again.

Furthermore, the interface is basic, but given that Rubric offers a couple of nice features (such as decorations and wrapping), we should adopt that as well in the interface.

An example:
wrapper := GLMCompositePresentation new.
wrapper with: [ :w |
        w show: [ :a | a rubricText ] ].
wrapper openOn: 'text'

Cheers,
Doru

--
www.tudorgirba.com

"Things happen when they happen,
not when you talk about them happening."


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: rubric in glamour

Usman Bhatti
tx Doru.

I'll soon have a look.

usman


On Mon, Jun 3, 2013 at 10:07 PM, Tudor Girba <[hidden email]> wrote:
Hi,

I started to integrate Rubric in Glamour.

At the moment, only the basic text widget is integrated, and it is integrated with a different factory method (rubricText instead of text). The longer term idea is to replace the rendering of the existing TextPresentation. Once TxText will be adopted we will move again.

Furthermore, the interface is basic, but given that Rubric offers a couple of nice features (such as decorations and wrapping), we should adopt that as well in the interface.

An example:
wrapper := GLMCompositePresentation new.
wrapper with: [ :w |
        w show: [ :a | a rubricText ] ].
wrapper openOn: 'text'

Cheers,
Doru

--
www.tudorgirba.com

"Things happen when they happen,
not when you talk about them happening."


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev