Status: New
Owner: ----
CC: tudor.girba
Labels: Type-Defect Priority-Medium
New issue 489 by jfabry: Glamour: action list without the dropdown
http://code.google.com/p/moose-technology/issues/detail?id=489
I have a Glamour pane that is an actionList where I do 5
populate:on:entitled:with: so that the pane has 5 buttons. Now what happens
is that the pane also has a dropdown menu, with the same actions as the
buttons. This menu should not be there according to Doru ...
Updates:
Summary: Menssana does not understand set reference value...
Comment #2 on issue 760 by usman.bh...(a)gmail.com: Menssana does not
understand set reference value...
http://code.google.com/p/moose-technology/issues/detail?id=760
UndefinedObject(Object)>>doesNotUnderstand: #attributeKeyFrom:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Hapao Component-Mondrian
New issue 600 by alexandr...(a)gmail.com: Popup does not work properly
http://code.google.com/p/moose-technology/issues/detail?id=600
It takes times to appear and does not always appears.
I am not sure where the problem comes from. Probably Mondrian. The popup
has problems probably because the visualization takes time to render.
Classes in Hapao are nested within a very large node. This prevent classes
to be catched as a bitmap.
Tested on Pharo 1.3.
Thanks Laurent & Patrick
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-EyeSee
New issue 759 by tu...(a)tudorgirba.com: EyeSee window should provide export
options
http://code.google.com/p/moose-technology/issues/detail?id=759
We should be able to easily export a chart to file.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 751 by stephane...(a)gmail.com: Problem with isPrime
http://code.google.com/p/moose-technology/issues/detail?id=751
Describe the problem: what do you get? what do you expect?
How to reproduce the problem: step by step if necessary
Additional information: platform, context which may impact the problem
Please fill in the labels with the following information:
* Type-Defect, Type-Enhancement, Type-Engineering, Type-Review, Type-Other
* Component-XXX
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 750 by usman.bh...(a)gmail.com:
GLMTextModel(Object)>>doesNotUnderstand: #highlightSmalltalk:
http://code.google.com/p/moose-technology/issues/detail?id=750
In Menssana, when clicking on various reports, we get this error.
- Import a model in moose
- Launch detailed dashboard in menssana -> top ten lint rules -> browse
classes and then we get this error.
I may be missing some extensions of glamour in my image?
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 743 by usman.bh...(a)gmail.com: This is strange that we have to
systematically specify the class of the importer
http://code.google.com/p/moose-technology/issues/detail?id=743
a typical sript to import a model is
MooseSqueakClassPackageImporterTask new
importerClass: SmalltalkImporter;
model: model;
addFromPackageNamed: #'Moose-TestResources-LAN';
run;
yourself
But it is rare that we should change the importerClass (it was useful when
we had to import FAMIX2 and FAMIX3 side by side).
I suggest that we introduce a default and that we initialize the
importerClass to SmalltalkImporter.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Platform-Pharo Component-EyeSee
New issue 738 by alexandr...(a)gmail.com: bugs in EyeSee
http://code.google.com/p/moose-technology/issues/detail?id=738
I played with the matrix in EyeSee in a Pharo image. I found some problems:
- #new:withAll: and #new: seems to raise an emergency debugger, whatever
the value we provide
- Many references are made that do not belong to EyeSee. For example
#zero that refers to MalMatrixCoercion
I also found other problems (e.g., hash).
I added some tests for those.
I produced version 0.9.2
Cheers,
Alexandre