Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 993 by chisvasi...(a)gmail.com: Update the zero conf scripts for
Moose 5.0
http://code.google.com/p/moose-technology/issues/detail?id=993
The scripts are in the attached filed.
I removed the ones for Glamour and PetitParser as I'm not sure how to
update the version numbers.
Attachments:
MooseZeroConf.zip 26.2 KB
--
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
Hi,
I'm having problem with roassal rendering rectangles with text:
| view |
view := ROMondrianViewBuilder new.
view shape rectangle withText: 'Hello'.
view node: #1.
view open.
this will generate the shape in wrong_rendering attachement
[image: Immagine in linea 1]
while I would expect the same rendering as:
| view |
view := ROMondrianViewBuilder new.
view shape rectangle.
view
node: #1
forIt: [
view shape label text: 'Hello'.
view node: #1].
view open
see attachement correct_rendering.png
[image: Immagine in linea 2]
What I want is a rectangle with a inside label (or a label with borders,
depends from the point of view :) ).
Am I misusing roassal shapes or it is a bug?
Using latest Moose.
Thanks in advance,
Fabrizio
Hi everyone.
Does anybody has a suggestion of how to work with objects which classes do not subclass Moose entity? For example I need a Date as one of the properties. Is there a common solution for that?
Cheers
Uko
Status: New
Owner: ----
Labels: Type-Defect Priority-High Milestone-5.0
New issue 994 by tu...(a)tudorgirba.com: Navigating in Moose Finder is slow
http://code.google.com/p/moose-technology/issues/detail?id=994
It's just that. Navigating in the Moose Finder is slow for some reason.
--
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
Hi,
Today I looked at getting Glamour and Torch working in Pharo 3.0
- ConfigurationOfMondrian refers to a stable version of ProfStef, which isn't defined for 3.0
- GLMUITheme has UThemeWatery2 as ancestor, which is removed. UIThemeWatery works fine
- RectangleMorph behavior was moved to BorderedMorph, so GLMPaneScroller needs a different
ancestor
- old version of Grease-Pharo-Core is loaded, using BlockContext (refering to squeaksource instead
of smalltalkhub)
With those changes, most browsers work. GLMBasicExamples open works, most examples work.
Action List -> Inspect has a problem.
(ConfigurationOfTorch project version: '1.4') load
misses AST-Semantic
should refer to smalltalkhub
refers to an older version of ConfigurationOfGlamour
AST changes seem to be substantial. Changes needed in TCParser?
Stephan
Hi everyone!
I have this issue:
- I have a moose metamodel model;
- I need to get data from the remote location
- I’d like to generate model based on metadescription and serialise it to MSE on remote location
- and then load it into the moose to do analysis
I don’t want to put all Moose at the remote location just to generate a model and serialise it.
Any ideas?
Uko
Hello,
I know that Hapax possibly isn't fully ported to Pharo, but running
the Hapax tests causes my Moose 4.5 image to hang (I've loaded
everything in the SqS Hapax repository). What image and package
loading order should one use to load Hapax? I'm interested in the
information retrieval part for natural language analysis, could that
part be repackaged in its own package?
Cheers,
Hernán
Hi everyone,
I want to integrate Hismo into my model. I’ve checked Modeling History to Understand Software Evolution and looked inside a Moose image, but it will be still nice to see some guide about integrating Hismo into your model. If you have some knowledge - please let me know.
Cheers.
Uko