Issue 1013 in moose-technology: Eye line diagrams do not allow changing line width

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

Issue 1013 in moose-technology: Eye line diagrams do not allow changing line width

moose-technology
Status: New
Owner: ----
CC: [hidden email]
Labels: Type-Defect Priority-Medium Component-EyeSee

New issue 1013 by [hidden email]: Eye line diagrams do not allow  
changing line width
http://code.google.com/p/moose-technology/issues/detail?id=1013

Changing lineWidth: block in the example lineDiagram2 does not have an  
effect on the line width. To reproduce, have a look on this example:

ESExamples new lineDiagram2



--
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 1013 in moose-technology: Eye line diagrams do not allow changing line width

moose-technology

Comment #1 on issue 1013 by [hidden email]: Eye line diagrams do not  
allow changing line width
http://code.google.com/p/moose-technology/issues/detail?id=1013

Is anyone still interested in maintaining EyeSee? Andre?

--
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 1013 in moose-technology: Eye line diagrams do not allow changing line width

moose-technology

Comment #2 on issue 1013 by [hidden email]: Eye line diagrams do not  
allow changing line width
http://code.google.com/p/moose-technology/issues/detail?id=1013

I'll have a look in this specific issue, but currently I have no time to  
give more.. :|

--
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 1013 in moose-technology: Eye line diagrams do not allow changing line width

moose-technology

Comment #3 on issue 1013 by [hidden email]: Eye line diagrams do not  
allow changing line width
http://code.google.com/p/moose-technology/issues/detail?id=1013

In class ESDiagramGraphicsContextWrapper, make these changes.  This is what  
allowed line width setting/usage for me.

displayLineFrom: aPoint1 to: aPoint2
        self context
                line: (self transform: aPoint1)
                to: (self transform: aPoint2)
                width: self lineWidth
                color: self color.

lineWidth
        ^lineWidth ifNil: [ lineWidth := 1 ]

lineWidth: width
        lineWidth := width

--
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 1013 in moose-technology: Eye line diagrams do not allow changing line width

moose-technology
Updates:
        Status: WontFix

Comment #4 on issue 1013 by [hidden email]: Eye line diagrams do not  
allow changing line width
http://code.google.com/p/moose-technology/issues/detail?id=1013

We will focus on Graph-ET. It starts to be good enough.

--
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