eyesee: config and renamings
by Tudor Girba
Hi (Andre),
I went over EyeSee and:
- renamed the packages by dropping the VWPort prefix (from the VW Port)
- renamed the classes by dropping the VWP prefix
- created ConfigurationOfEyeSee
- added ConfigurationOfEyeSee to ConfigurationOfMoose
Cheers,
Doru
--
www.tudorgirba.com
"Every successful trip needs a suitable vehicle."
12 years, 8 months
Issue 571 in moose-technology: EyeSee grid lines are not drawn with the specified color
by moose-technology@googlecode.com
Status: New
Owner: ----
CC: andreho...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-EyeSee Milestone-4.4
New issue 571 by tudor.gi...(a)gmail.com: EyeSee grid lines are not drawn
with the specified color
http://code.google.com/p/moose-technology/issues/detail?id=571
If you do the following:
ESExamples new verticalBarDiagram6
the grid lines are black, while they should be white. It looks like setting
the color in the ESDiagramGraphicsContextWrapper does not affect the actual
rendering.
The corresponding code is found here:
ESRegularGridLineDecorator>>drawOverlapingTickAt: aPoint on:
aGraphicsContext ofLength: aNumber
...
tick displayStrokedOn: (aGraphicsContext paint: Color white)
12 years, 8 months
Fwd: [Pharo-project] A lil simplification of MorphTreeNodeMorph
by Stéphane Ducasse
Begin forwarded message:
> From: Igor Stasenko <siguctua(a)gmail.com>
> Date: April 5, 2011 8:08:42 PM GMT+02:00
> To: Pharo Development <Pharo-project(a)lists.gforge.inria.fr>
> Subject: [Pharo-project] A lil simplification of MorphTreeNodeMorph
> Reply-To: Pharo-project(a)lists.gforge.inria.fr
>
> Cut out some code and extra morphs.
> It speeds up rendering to 60% of original.
>
> @Benjamin
> Please verify if it positioning stuff correctly. Because in my image
> Settings are now OK.
>
> @all
> I need your feedback to know if it works correctly in other places,
> where tree morph used.
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>
12 years, 8 months
error in EyeSee examples
by Tudor Girba
Hi Andre,
When I run:
VWPESExamples new scatterPlot2
I get a DNU (see the attached PharoDebug.log)
VWPESTextDataObject>>adaptToNumber:andSend:
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow."
12 years, 8 months