Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 689 by patrick....(a)gmail.com: DNU in Dependency Brower on an
verveineJ MSE
http://code.google.com/p/moose-technology/issues/detail?id=689
In the Dependency Browser I choose a package and see a correct map of
providers but when I click on the Map of clients tab I get a debug window
with FAMIXParameterizedType(Object)>>doesNotUnderstand:
#potentialReferencingNamespaces.
Expected : Map should update with clients info.
Steps :
Download latest verveineJ and latest Moose.
verveinej.sh on a java source.
Launch moose, import generated MSE.
Select «All model classes», top right menu «Browse > Code with Dependencies»
Dependency Browser open, click Map of clients tab and navigate package tree.
Some entries trigger reported DNU.
May be dependent on generated MSE or Java source parsed ?
Debug log attached.
Attachments:
Debug.log 33.7 KB
Status: Accepted
Owner: damien.c...(a)gmail.com
CC: tudor.gi...(a)gmail.com
Labels: Type-Enhancement Priority-Low Component-Glamour
New issue 687 by damien.c...(a)gmail.com: Presentation choice flag
http://code.google.com/p/moose-technology/issues/detail?id=687
A presentation flag could offer presentation parametrization in the
rendering. The parametrization icons would appear vertically on the right
side. For example, a code browser could have two flags on the methods pane:
- show inherited methods (yes/no)
- show traits methods (yes/no)
Hi,
It would be so cool if someone would implement LDA in Pharo. Or at least provide a binding to a library.
And if we are at it, it would also be cool if we would have LSI again.
Anyone? :)
Cheers,
Doru
--
www.tudorgirba.com
"Presenting is storytelling."
Hi,
in the following example, I would like that the transmission from pane
#one to pane #two be triggered when the browser opens. Is it possible?
Thanks
|browser |
browser := GLMTabulator new.
browser row: #one size: 30; row: #two.
browser transmit to: #one; andShow: [:a |
a dropDownList
display: [:x | (1 to: x) + 10 ];
selectedIndex: 2 ].
browser transmit from: #one; to: #two; andShow: [:a |
a list
display: [:x | 1 to: x ]].
browser openOn: 5
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry
Hello,
Is there any news about rendering mondrian visualizations using some
javaScript libraries ? (I just remember some examples I saw in the mailing
list, which were cool by the way :))
Status: New
Owner: ----
CC: cy.delau...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Merlin Milestone-4.6
New issue 677 by tu...(a)tudorgirba.com: Merlin should not force round corners
http://code.google.com/p/moose-technology/issues/detail?id=677
Currently, Merlin specifies rounded corners for most morphs. This does not
work well with Pharo UI Themes that specify straight corners, such as the
GLMUITheme used in Moose.
Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium RPackage
New issue 619 by stephane...(a)gmail.com: RPackage should deal with unknown
extensions
http://code.google.com/p/moose-technology/issues/detail?id=619
In MC we have
- AST-Core
- AST-Semantic
but no
- AST-Compiler- whatever
so when we get *AST-Compiler-Overrides..... clearly this is a problem.
We should create a new package with the extension names.
Hello Doru,
How can I create a "history model" using the Hismo meta-model. Lets say that
I have different models (versions) loaded in Moose and I want to create a
Hismo model representing these models (versions).
Is there some automatic way to do that?
thanks!
--
Andre Hora