Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Roassal
New issue 1107 by alexandr...(a)gmail.com: problem with centring the view on
the elements
https://code.google.com/p/moose-technology/issues/detail?id=1107
I have to manually press the center button. Would be great to have this
automatically.
From Andrei Chis:
Right now Glamour does not offer a solution for sending notifications when
a morph is added to another morph, as the actual adding of a morph is done
in morphic. However morphic calls #noteNewOwner: on the TRMorph the first
time it has been added to a new morph (or when the owner of a morph
changes). Implementing TRMorph>>noteNewOwner: like below would
automatically shrink and center the canvas to the available space of the
parent every time TRMorph is added to a new morph. Though I'm not sure this
is something you might want all the time. I could add an option in glamour
that could be set then on TRMorph.
noteNewOwner: aMorph
self trachelCanvas focusOnCenterScaled. self signalUpdate
--
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-Roassal
New issue 956 by usman.bh...(a)gmail.com: Problem of focus with GLM-Roassal
http://code.google.com/p/moose-technology/issues/detail?id=956
The focus is not correct in visualizations created with GLM-Roassal: The
focus is centered on the lower right part of the diagram. So zooming-in
hides the upper-left part of the diagram.
To reproduce:
Moose Finder -> a-Moose-Model -> all packages -> visualize -> Dependencies
(cycles) -> zoom-in.
--
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: ----
CC: alexandr...(a)gmail.com
Labels: Type-Enhancement Priority-Medium Component-Roassal Milestone-5.0
New issue 1004 by tu...(a)tudorgirba.com: Roassal should offer circular
treemaps
http://code.google.com/p/moose-technology/issues/detail?id=1004
Rectangle treemaps are nice, but the still make it difficult to understand
deep nesting. Circular treemaps do a better job there.
It should not be hard to extend the TreeMapBuilder to support this.
See here:
http://lip.sourceforge.net/ctreemap.html
--
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 have slightly improved the composite shape to enable text to be inserted in an ellipse. I am surprised to have wait for so long before adding this.
This fixes Issue 915 (https://code.google.com/p/moose-technology/issues/detail?id=915)
-=-=-=-=-=-=-=-=-=-=-=-=
v := RTView new.
s := RTEllipse new + (RTLabel new text: #name).
s allOfSameSize.
es := s elementsOn: Collection withAllSubclasses.
es @ RTDraggable.
RTEdgeBuilder new
view: v;
elements: es;
connectFrom: #superclass.
v addAll: es.
RTClusterLayout on: es.
v
-=-=-=-=-=-=-=-=-=-=-=-=
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 915 by cunningh...(a)gmail.com: Roassal Mondrian - Circle with Text
obscures text
http://code.google.com/p/moose-technology/issues/detail?id=915
I want to draw a node in the diagram with a circle (actually, an ellipse)
around it, which works. However, the circle obscures part of the text. If
the text is multi-line, it obscures quite a bit, in fact.
File in the attached extension to ROMondrianExmaple, then run:
ROMondrianExample new labeledCircle
You should see the issue.
Latest Moose Suite 4.7, windows platform.
Labels: Type-Enhancement
Labels: Component-Roassal
Attachments:
LabeledCircle.1.cs 582 bytes
--
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
Dear pharoers,
this year Pharo consortium (and community) is going to take part in a
Google Summer of Code event[1] as a standalone organization. This is
an opportunity to promote Pharo, get some job done and have students
paid.
Currently we are at the most important stage as we are preparing the
organization application, and hoping that we will be accepted and
granted decent amount of project slots. Everyone can help with
application by submitting ideas for student projects.
Current list can be found at:
https://github.com/pharo-project/pharo-project-proposals/blob/master/Topics…
It is in STON format, and result is being generated at: http://gsoc.pharo.org/
Please add your ideas following the format of existing projects and
open a pull request with them (you will need a github account).
Preferably submit ideas with possible mentors, but if none are
available at the moment ideas without mentors are also welcome.
The template to submit projects is :
PharoTopic new
title: 'The name of your project;
contact: 'email address';
supervisors: 'Supervisors names';
keywords: 'keywords separated by spaces;
context: 'a description of the context of the project';
goal: 'description of the goal';
level: 'Beginner or Intermediate or Advanced';
yourself.
We will need a lot of projects/idea before February 20th 2015, the
deadline for applying to GSOC 2015.
Do not hesitate to ask questions. Administrators of this year’s
application are Serge Stinckwich <serge.stinckwich(a)gmail.com> and
Yuriy Tymchuk <yuriy.tymchuk(a)me.com>
If you don't know how to edit the list, please send your project
following the template to the administrators.
[1]: https://www.google-melange.com/gsoc/homepage/google/gsoc2015
Cheers,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/
Hi!
I am doing some experiment to get object-centric debugging.
How can I add a new menu entry in this menu:
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
is it possible to embed (any) editable text field inside Roassal?
I managed to add the editor morph inside Trachel's athens canvas, however
there is no way I can access it... my guess is that TRMorph takes all the
events, or drawing the morph on the canvas destroys something.
I tried it with PluggableTextFieldMorph (shows the border of the edit
field, but no text), and TxTextEditorMorph (shows text).
Is there any way around this? Adding the morph inside AthensWrapMorph works
correctly, so my guess is that TRMorph must be doing something... perhaps I
should also add it as a submorph of TRMorph somehow?
My testing code follows:
------------------------------------------------
"opening the canvas and adding custom shape"
trCanvas := TRCanvas new.
text := SBEditableTextShape new.
trCanvas addShape: text.
trCanvas open.
------------------------------------------------
------------------------------------------------
"content of SBEditableTextShape - same as the attachement"
'From Pharo4.0 of 18 March 2013 [Latest update: #40470] on 1 February 2015
at 10:13:04.069249 pm'!
TRShape subclass: #SBEditableTextShape
instanceVariableNames: 'txMorph txModel wrapMorph textMorph'
classVariableNames: ''
poolDictionaries: ''
category: '_Sandbox'!
!SBEditableTextShape methodsFor: 'drawing' stamp: 'PeterUhnak 2/1/2015
22:10'!
drawOn: aCanvas
" aCanvas fullDrawMorph: textMorph."
aCanvas fullDrawMorph: txMorph.! !
!SBEditableTextShape methodsFor: 'initialization' stamp: 'PeterUhnak
2/1/2015 22:07'!
initialize
| string |
super initialize.
string := 'quick brown fox jumps over the lazy dog'.
txModel := string asTxModel.
txMorph := TxTextEditorMorph text: txModel.
txMorph extent: 150 @ 50.
textMorph := PluggableTextFieldMorph new.
textMorph extent: 150 @ 50.
textMorph setText: string.
textMorph ghostText: 'ghost text'.! !
------------------------------------------------
Any help is appreciated,
Peter
Hi!
Yesterday I have downloaded the last version of Moose, and I was surprised to see what I feel are functionality regression.
- If I open a Playground, and I type 3 times the key “[“ then I end up with "[ [ [ ] ] ]” whereas I would expect to have “[[[]]]”. Since I often use the playground to edit pillar code, this is not cool.
- When I use spotter, and started to type something, when the spotter window is refreshed, the selection goes at the first item, which is not great if I started to move down the selection bar and I get a refresh.
Am I the only one to see this?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi, at the moment border width is absolute (or constant), so if scale the picture border width remains the same. Is it possible to have a border width that scales? I.e. if you have a box of size 20 and border of size 2 then when box is zoomed to 10px the border will have the width of 1px?
Uko