Hi all,
For the moment this is just and idea and I really don't have any
implementation details, but there are a large institutions (say a City
Hall or a government entity, a large enterprise) with lots of
information that could be visualized, be queried and be understand as a
complex system in a similar fashion to what Moose does to helping to
understand complex software systems. As far as I know, nobody has used
Moose in this context, but I would like to know your opinions and views
on this matter and if you know a more specific tool for that with the
same level of flexibility, integration and interactivity of Moose.
Cheers,
Offray
Hi Nicolas,
Your latest changes produced some errors in tests.
The troubled seems to be triggered by you removing some methods from FAMIXClassGroup, like abstractness.
Could you take a look?
Cheers,
Doru
--
www.tudorgirba.com
"What is more important: To be happy, or to make happy?"
Hi,
Working with Glamour requires a slightly different mindset than when working with a generic user interface framework. Because this seems to generate confusion, I wrote down a small post that explains the differences.
http://www.humane-assessment.com/blog/browsers-vs-guis
Still issues? Just shoot, and I will try my best to answer them.
Cheers,
Doru
--
www.tudorgirba.com
"Live like you mean it."
> 09:30 Norbert Hartl, Take a small REST. Simple approaches for REST in smalltalk
> 10:00 Stephane Ducasse, Marcus Denker, The next steps for the Pharo Vision
>
I checked for trains... the *first* train from Lille arrives 9:45 in
Bruessels Midi Sundays.
I don't feel like booking a Hotel in Bruessels, I have to admit.
--
Marcus Denker -- denker(a)acm.org
http://www.marcusdenker.de
Not sure if this is a bug or just personal perference.
In Moose Suite 4.6 Development > World Menu > Moose Panel > ST Importer
the [Initial list] tab is sorted such that SUnit sorts before
ScriptLoader13.
I would generally consider sorted lists to be case insensitive.
cheers, Ben
Where do you log bugs for Moose? I got one for you :)
1. Unzipped Moose Suite 4.6 Development
2. Ran Moose.app\Contents\Windows\Squeak.exe
3. WorldMenu > Moose > Moose Panel
4. Clicked the ST downarrow icon. (btw, you might think about giving
the dialog that pops up a title)
5. In the [Initial list] tab selected the nine "AST-*" entries and
clicked the three-right-arrows.
6. In the [Selection] tab, selected "AST-Semantic" and clicked the
three-left-arrows.
The row below that - "AST-Semantic-Binding" - is now highlighted as
selected.
7. Try to get rid of the selection highlighting on "AST-Semantic-Binding"
cheers, Ben
Hi,
I'm running the following script:
| browser |
browser := GLMTabulator new.
browser
row: [ :r | r column: #columnA; column: #columnB ].
browser transmit to: #columnA; andShow: [ :a |
a list display: [" :model | "#('Value 1' 'Value 2' 'Value 3' 'Value 1') ]
].
browser transmit from: #columnA; to: #columnB; andShow: [ :a |
a list titleIcon: GLMUIThemeExtraIcons glamorousBrowse; display:#('data A'
'data B' 'data C').
a text titleIcon: GLMUIThemeExtraIcons glamorousAccept; display:'something'.
a text titleIcon: GLMUIThemeExtraIcons glamorousAdd; display:'add
something'.
].
browser openOn: MooseModel root allModels anyOne.
The problem is that after selecting a value in columnA the columnB is
opened in the last tab (the one with the glamorousAdd icon). I want the
first tab (the one with the glamorousBrowse icon) to be opened instead. How
can I do that?
Thanks in advance.
Cheers,
Santiago
--
Santiago Vidal
I trying to learn FAME from looking at [1] and RPGDragon/Hero/Treasure
in Moose Suite 4.5. Is a UML diagram of the relationships between these
classes available to check my understanding of the example.
[1] http://www.moosetechnology.org/docs/famix/extendingFamix and the
cheers, Ben
Hi all,
Sometimes when i'm browsing several blueprint complexity diagram at the
same time for a REALLY ugly system i get lost.
Is it possible to add a label to the blueprint complexity diagram?
Something like
Blueprint Complexity: All model classes
or
Blueprint Complexity: 'com::xxxxx::xxxx::xxxx::engine::platform'
Otherwise, i would grab each window and change the label by hand.
How do you manage this situation?
Thanks