Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1049 by alexandr...(a)gmail.com: topleft pane is oddly filled
http://code.google.com/p/moose-technology/issues/detail?id=1049
Describe the problem: what do you get? what do you expect?
How to reproduce the problem: step by step if necessary
- open a meta browser from the WorldMenu/Moose
- select a box in the roassal visualization, and the top left pane is not
properly filled. It seems like many items are at the same position
Additional information: platform, context which may impact the problem
- the last successful artifact, loaded today.
Please fill in the labels with the following information:
* Type-Defect, Type-Enhancement, Type-Engineering, Type-Review, Type-Other
* Component-XXX
--
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
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-EyeSee Milestone-5.0
New issue 1024 by tu...(a)tudorgirba.com: EyeSee Editor crashes by default
http://code.google.com/p/moose-technology/issues/detail?id=1024
Just open an EyeSee Editor and press Cmd+s. The diagram is not initialized.
--
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,
As you probably know, the latest Athens entails a bug that scrambles text.
For the time being, to work around it, you have to load older versions of
Athens packages. To make it easier, I added a utility in the
Moose-Development-Tools
Please note that this is not a solution. Just a workaround until we manage
to find a solution in Pharo.
See the comments below:
Name: Moose-Development-Tools-TudorGirba.67
Author: TudorGirba
Time: 26 February 2014, 5:34:12.97393 pm
UUID: a2943f1b-a12a-c847-9a91-ce52d016110e
Ancestors: Moose-Development-Tools-TudorGirba.66
added utility for loading older athens packages to correct the font caching
problem described here:
https://pharo.fogbugz.com/f/cases/12777/Athens-font-cacheing-bug
Do:
MooseImageSetupCommandLineHandler new
loadOlderAthensPackagesToCorrectTheFontCachingProblem
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi everybody,
I'm currently trying to programatically copy a Moose model
What happens is that only the message isInterface returns nil, when the
original Moose model has this information. All the other "is*" messages
return something or false. I have no problem copying other information from
the model whatsoever.
Looking at the code, this variable is directly set on
FAMIXClass>>#isInterface: and the other ones use the
FAMIXNamedEntity>>modifierSet:for: message (lazy attribution I guess)
So, why this specific information is not set? Can we change this?
Cheers,
--
Gustavo Santos
Hi,
On March 4, we will organize a Moose Dojo at the University of Bern. So
far, it looks we will have some 16-20 people joining. The main focus of the
dojo will be on users rather than core code.
If you have a specific issue you want to see addressed (a problem, a
question, etc), please send an email to this mailing list with a short
note. The idea is to prepare a list of issues before the event so that we
can maximize the effectiveness of the interactions. This is particularly
important given that there will be many people around.
More details below.
---------- Forwarded message ----------
From: Mircea Filip Lungu <mircea.lungu(a)gmail.com>
Date: Wed, Feb 26, 2014 at 8:57 AM
Subject: Moose Dojo
To: "SCG (staff)" <scg-staff(a)iam.unibe.ch>, "SCG (all)" <
scg-all(a)iam.unibe.ch>, Andrea Mocci <andrea.mocci(a)usi.ch>, Tommaso <
tommaso.dalsasso(a)gmail.com>, Yuriy Tymchuk <yuriy.tymchuk(a)me.com>, Roberto
Minelli <roberto.minelli(a)usi.ch>, Pattamon.Thamsukati(a)unibe.ch, Roger
Stebler <roger.stebler(a)students.unibe.ch>, cedric.reginster(a)gmail.com,
michu.baertschi(a)students.unibe.ch, christoph.reinhart(a)students.unibe.ch,
dominic.sinu(a)gmx.ch
Cc: Oscar Nierstrasz <oscar(a)iam.unibe.ch>, Tudor Girba <tudor(a)tudorgirba.com>,
Michele Lanza <michele.lanza(a)usi.ch>, Iris Keller <keller(a)iam.unibe.ch>
Hi Folks,
This is a reminder that we are hosting a Moose Dojo at SCG in Bern on
Tuesday, March 4. The start is officially at 10:15 but the informal meeting
starts even earlier.
A tentative program of the day can be found at:
http://scg.unibe.ch/wiki/events/Moose-event-march-4
See you there,
M.
--
www.tudorgirba.com
"Every thing has its own flow"
Hello everyone,
Under the latest version of Moose, I am confronted to some problems of
text displaying with Roassal. The text letters are not in the same font.
A first example :
A second example :
And if I zoom in or out, the text is correctly displayed...
That's strange..
I am on Ubuntu x64 and I have the same issue on W7.
Cheers,
Vincent
Hi!
It would be great to have an historic and managing variables.
Maybe having some button, clickable within the playground.
Cmd-o opens a new pane. Maybe we could have Cmd-O reexcuting the last expression that has been executed?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
It would be great to have a default view.
If I open a playground, and type:
| v s |
v := RTView new.
s := String newFrom: ($A to: $Z), ($a to: $z), ($0 to: $9).
v add: (RTLabel elementOn: s).
v
Cmd-o, then I have the tab ‘State’ selected. Obviously, I want to have ‘View’
How can tab be added? I would like to have an ‘Example’ tab
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Shouldn’t "GTPlayground registerToolsOn: Smalltalk tools” be in the initialize class method?
I’ve just downloaded the last successful moose image, and opening a workspace does not bring the playground.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Now I am back from holidays, I am catching up with what happens during that February.
My first surprise is GTPlayground, packaged with the Moose image.
This is really cool stuff. I have never thought that the workspace could be such a primitive tool. GTPlayground greatly enhances my workflow when I am in a workspace. Managing variables is still missing apparently, but this is clearly a great match with my dream of a cool Pharo.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.