Issue 943 in moose-technology: Integrate Rubric in Glamour

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

Issue 943 in moose-technology: Integrate Rubric in Glamour

moose-technology
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.8

New issue 943 by [hidden email]: Integrate Rubric in Glamour
http://code.google.com/p/moose-technology/issues/detail?id=943

Rubric can be found at:

Gofer new
  url: 'http://www.smalltalkhub.com/mc/AlainPlantec/Rubric/main';
  package: 'Rubric';
  load.

In particular, we should integrate RubScrolledTextMorph and  
RubTextFieldMorph.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 943 in moose-technology: Integrate Rubric in Glamour

moose-technology

Comment #1 on issue 943 by [hidden email]: Integrate Rubric in Glamour
http://code.google.com/p/moose-technology/issues/detail?id=943

A first integration of RubScrolledTextMorph can be found in  
Glamour-Rubric-Presentations.

An example:
x := 'before'.
wrapper := GLMCompositePresentation new
wrapper with: [ :w |
        w show: [ :a | a rubricText display: [ x ] ] ].
wrapper openOn: 42.
x := 'after'.
wrapper update

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 943 in moose-technology: Integrate Rubric in Glamour

moose-technology

Comment #2 on issue 943 by [hidden email]: Integrate Rubric in Glamour
http://code.google.com/p/moose-technology/issues/detail?id=943

A rudimentary integration of a smalltalk pane also exists now.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 943 in moose-technology: Integrate Rubric in Glamour

moose-technology
Updates:
        Status: Fixed
        Labels: -Type-Defect Type-Enhancement

Comment #3 on issue 943 by [hidden email]: Integrate Rubric in Glamour
http://code.google.com/p/moose-technology/issues/detail?id=943

This is enough to start with. The rest will happen in 5.0.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev