Hi guys
We will organize at Lille the 29 and 30 of January PharoDays.
Now to help us building a budget I would like to know if you already
know that you plan to attend the conference.
Could you fill up the doodle
http://doodle.com/icxtazwfq76caxf8
Stef
Hi guys
here is a list of package in VWMoose that could be interesting to get ported to MoosePharo.
Do you have some wishes (not sure that I will have the time).
I put a star infront of the ones I would be interested
LinearAlgebra (*)
ArrayMatrix
Vector
ColumMatrix
SparseMatrix
this comes with tests
BooleanVector
MappedMatrix
NameMapping
Clustering (*)
CorrelationSquare
Dendogram
ClusterEngine
TimeWarpingEngine
InformationRetrieval
Stemmer
HapaxVectorSpace
HapaxSemantic
HapaxTrendDetection
FormalConceptAnalysis (*)
EMOF
Stef
doru et al.
did you experience the following with glamour
we have three panes
select an item in pane 1
update pane 2
update pane 3
mouse over pane 3
scrolling fast the pane 3
change the selection in pane 1
Stef
Hello,
To FlowLayout users, I am modifying RTAbstractFlowLayout and subclasses for
Roassal2 and I would appreciate to hear your opinions on some modifications:
First I changed the Flow layout maxWith value at the initialization to take
account of the global area of elements and gapsize. (see screen1, RTObject
https://www.dropbox.com/s/7hlsmiklqefb7cn/screen1.png?dl=0 )
Then I fixed the align Bottom, so the elements do not collide each others.
The only remaining difference is the first line is the less filled. It is
due to creating the layout from bottom to up. (The order of elements still
remain the same from the left top corner to the right down.) (see screen2
https://www.dropbox.com/s/7kr3gy4e3gwvvgl/screen2.png?dl=0) Does this
difference have any importance ?
Finally i am adding a HorizontalFlow layout. (right queued or left queued,
using align bottom) See the screen3 (
https://www.dropbox.com/s/nmgq8cg0f4p3m6u/screen3.png?dl=0), the alignement
is vertical, do you think it’s usefull ? Should I make a horizontal
alignement (In that case it would only be a increasement of maxWidth…) ?
Thank you !
Pierre Chanson
Hi,
We are quite actively working on GT.
First of all, thanks everyone for the feedback. We take it quite seriously
and we do our best to take it into account. Please keep the discussions
flowing.
I summarized some of the things that happened recently in the playground
and inspector here:
http://www.humane-assessment.com/blog/gt-developments-endless-playground-me…
Let us know what you think.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
This is just to let you know that the ConfigurationOfMoose 5.0-baseline
(and OfGlamour) no longer loads Roassal1.
There are still red tests, but the vast majority of the code is now cleaned
of Roassal1 dependencies. It would be useful if you could give a hand in
identifying the last problems.
Please keep the communication through the mailing list.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi,
I am *finally* playing around with the GT toolkit to implement the presentations for my objects.
By looking at examples here and there I managed to create a couple of presentations, but I have a question.
Suppose I have a GLMRoassal2Presentation with a ring chart visualization and a table (GLMTablePresentation) in two separate inspector panes. Is there a way to have them in the same pane, i.e., an overview with both the table and the roassal view?
Since a picture is worth a thousand words, here is my situation:
https://dl.dropboxusercontent.com/u/6281855/merge-presentations.pdf
Moreover, when it comes to Glamour, Yuriy (in cc) and me have troubles to understand the Glamourous magic behind it..
We are wondering if, in addition to the PBE 2 book, there is additional documentation.
Cheers and thanks in advance,
Roberto