Updates:
Labels: -Milestone-4.2
Comment #4 on issue 228 by tudor.gi...(a)gmail.com: Nested browsers do not
take "when", or "display" into account
http://code.google.com/p/moose-technology/issues/detail?id=228
(No comment was entered for this change.)
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1056 by v.blonde...(a)gmail.com: Can't export as PNG with Roassal
export button
http://code.google.com/p/moose-technology/issues/detail?id=1056
Describe the problem: what do you get? what do you expect?
When you add the export button, on a Roassal view and you select PNG
export, you get:
MessageNotUnderstood: ROAthensImageExporter class>>subclassRespondibility
How to reproduce the problem: step by step if necessary
ROMondrianViewBuilder new exportButton ; open.
Clic on Export and Export as PNG.
Additional information: platform, context which may impact the problem
Moose 5.0 - W7
Please fill in the labels with the following information:
* Type-Defect
* Component-Roassal
--
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
Updates:
Summary: Roassal does not export the full PNG / SVG
Comment #6 on issue 995 by tu...(a)tudorgirba.com: Roassal does not export
the full PNG / SVG
http://code.google.com/p/moose-technology/issues/detail?id=995
(No comment was entered for this change.)
--
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
New issue 1067 by james.fo...(a)gemtalksystems.com: MoosePanel panes showing
group should be sorted
http://code.google.com/p/moose-technology/issues/detail?id=1067
I can resort them by executing a Smalltalk expression, but the default
order should be meaningful rather than random.
* Type-Enhancement
* Component-MoosePanel
--
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
New issue 1069 by v.blonde...(a)gmail.com: Use self notExistentMetricValue
instead of -1 in some metrics of MooseEntities
http://code.google.com/p/moose-technology/issues/detail?id=1069
Describe the problem: what do you get? what do you expect?
FAMIXBehaviouralEntity, FAMIXType, FAMIXFileAnchor and
FAMIXSourceTextAnchor define metrics where -1 is used instead of self
notExistentMetricValue.
Additional information: platform, context which may impact the problem
Moose 5.0
Please fill in the labels with the following information:
* Type-Enhancement
* Component-Moose-Core
--
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
New issue 1071 by leo.per...(a)gmail.com: font size in playground
http://code.google.com/p/moose-technology/issues/detail?id=1071
When I change the size of the source code font in the settings it does not
have any impact in the playground on the last image (06/04/2014).
I'm on Ubuntu 13.10
--
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
New issue 1039 by ssadams....(a)gmail.com: Glamour layout clipping bug
http://code.google.com/p/moose-technology/issues/detail?id=1039
When sizing a presentation row, I noticed the bottom pane extends below the
top window bounds and is clipped.
browser := GLMTabulator new.
browser row:#textField size:30;
row: #listField.
browser transmit to:#textField; andShow:[:a| a text
display:[:x| 'Hello Doru!']].
browser transmit to:#listField; andShow:[:a| a list
display:[:x| 1to:200]].
browser openOn: 123
Additional information: platform, context which may impact the problem
Pharo 2.0
ConfigurationOfGlamour-TudorGirba.123
* Type-Defect
* Component-Glamour
--
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-Glamour
New issue 757 by tudor.gi...(a)gmail.com: Smalltalk completion appears at
absolute coordinates, instead of relative ones in Finder
http://code.google.com/p/moose-technology/issues/detail?id=757
Try this:
GLMFinder new
show: [:a |
a smalltalkCode ];
openOn: ''.
and then type "1 as".
You will see that the completion appears in the top right of the world,
instead of the top right of the text pane. This only happens in the finder,
and it is likely due to some problems of transforming coordinates.
Hi,
I'm not sure it is but I think I have found a bug where elements share the
same instance of a shape.
Here an example:
view := RTView new.
els := (RTBox new size: 20) elementsOn: (1 to: 10).
view addAll: els.
els do: [ :e |
e on: TRMouseClick do: [ :event |
e shape color: Color random. e update. els atRandom update. view
signalUpdate ]
].
RTHorizontalLineLayout on: els.
view open
It should only change the color of one element but it doesn't.
So I don't know if it is wanted or not.
--
Cheers,
Leo Perard
University of Lille 1