Hi,
I'm playing around with Glamour and accordion presentation, however there
are couple things I'm struggling with.
I have a simple presentation:
```
| browser data|
data := {
'First' -> #(1 2 3).
'Second' -> #(a b c).
'Third' -> #(A B C).
'Fourth' -> #(! @ #'#').
}.
browser := GLMTabulator new.
browser column: #accordion.
browser transmit to: #accordion; andShow: [ :a |
a accordionArrangement.
a title: 'Accordion'.
data do: [ :pair |
a fastList
title: pair key;
display: pair value
].
a list.
].
browser openOn: #().
```
* Is it possible to tell the accordion to not take more space than is
needed? E.g. after item 3, and after item $c there's lot of empty space.
* Is it possible to close accordions upwards? I have added an empty list at
the end to consume extra white space, but it is insufficient (see point
above) and ugly.
* Is it possible to control which accordions are opened/closed by default?
* Is it possible to connect all the lists so only one item can be selected
at any time? Currently I can select independently in the lists.
* Is it possible to build the lists from the input data (=openOn: XXX)? I
can fill the data, but if I am making multiple lists then I am lost.
(I could use tree to fix most of the problems, but Accordion looks much
nicer :))
Any pointers appreciated,
Peter
Hi Usman and others,
I am trying to visualize an UML diagram using a XMI file in Moose. The
attached file contains some updates to load properly using the latest
XML-Parser in Moose 6:
XMLDOMVisitor -> XMLNodeVisitor
#visit: -> #visitDocument:
Feel free to integrate into your repo if you like.
Cheers,
Hernán
Hi,
If you want to download the last image from MooseTechnology, on a linux, the associated VM is not the right one, so there is an issue when you open the Metabrowser. The issue is solved when you download the T60 VM. Can someone well packaged the image or just change the link on MooseTechnology?
Thanks in advance
Anne
Hi,
I am happy to announce that there is a Moose image that is now built for x64 VMs.
It allows to increase the memory limitation to load the models for Moose.
Almost all the tests are passing, but there are some random seg faults that occurred during some previous builds... So it is not yet stable.
All is here: https://ci.inria.fr/moose/job/moose-6.1-x64/. Of course, you need the x64 VM to run the image;)
I consequently added a x64 slave to run the jobs.
Others jobs should be restricted to x32 images (label "32") (I migrated almost all of them):
[cid:image004.png@01D2E389.622AC300]
Have fun!
Cheers,
Vincent
!!!*************************************************************************************
"Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir imm?diatement l'exp?diteur et de le d?truire. L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la responsabilit? de Worldline ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.!!!"
Hi all,
I started a new visualisation project using the latest moose image and
Pharo 6.0. Unfortunately, I have been experiencing a lot of crashes in
RTMondrian after importing CSV files with neocsv.
They are Windows 10 crashes, where Windows tells you that pharo has
crashed, sometimes when I run a program, sometimes when I return to the
Pharo vm after browsing a web page. I have started over my project image a
few times already, since I suspect the corruption of memory remains in the
VM.
I'm wondering how to find out more information about why the crash is
occurring, so I can provide info to the Pharo or Moose teams. The debug log
that I found in the folder where I have the images just refers to errors in
my Pharo code. How can I find more information about the crashes?
What environment is most stable for Pharo 6? OSX, Linux? I wondered since
there are no 64-bit VMs for Windows.
I tried to go back to Pharo 5, but neocsv complains it was not tested for
it, so I didn't pursue that option.
I like the new dark look!
Cheers,
C. Fuhrman
Hi,
Take a look at this script:
http://ws.stfx.eu/54G9IO1XX4R2
It produces this. The issue is that instead of aligning the top left, it kind of centers the entities from the same layer:
This used to work properly, and the tree algorithm did not change. So something must have changed not too long ago related to translations. Does anyone have a better idea of where this could come from?
Cheers,
Doru
--
www.tudorgirba.comwww.feenk.com
"From an abstract enough point of view, any two things are similar."