Status: New
Owner:
[hidden email]
Labels: Type-Defect Priority-Critical Component-Roassal
New issue 827 by
[hidden email]: Strange popupView in Roassal
http://code.google.com/p/moose-technology/issues/detail?id=827The popupView: behaves oddly. Consider the following script:
| view |
view := ROMondrianViewBuilder new.
view interaction popupView: [ :el :myView |
myView shape rectangle fillColor: Color yellow.
myView node: 20 forIt: [
myView shape rectangle fillColor: Color blue.
myView node: 30
].
myView horizontalLineLayout.
myView applyLayout
].
view shape rectangle size: 40.
view node: 10.
view open
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev