Hi,
I'm Cyrille Delaunay, working in Stephane Ducasses team in Lille, France and
I will do a lot of things for moose during the next two years :)
The first thing I've made is an interface that enable the user to open a
moose finder by specifying:
- image packages that he want to import
- the importing context
- merging or not class and metaclass
I just save that in the moose squeaksource repository.
Two packages are concerned :
- Moose-Finder with three new classes
- MooseImportInterface : the main class (just evaluate
'MooseImportInterface new open')
- PackageSelector
- ContextFrame
- Moose-GenericImporter :
- Some missing methods added in the class ImportingContext
Hi Eduardo,
Great to hear that you are using Moose. I would suggest to send
technical questions to the moose-dev mailing list. You can subscribe
here:
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Which version of Moose are you using?
If you are using the VisualWorks version, then:
- to zoom, you have to click on the + button
- to export, you right click on the canvas and choose export to PNG
Also, I would be curious to learn more about the context in which you
use Moose. Could you tell us more details?
Cheers,
Doru
On 15 Oct 2009, at 16:07, Eduardo Guerra wrote:
> Hi!
>
> My name is Eduardo Guerra and in my PhD Thesis I'm using polimetric
> views to evaluate the design of applications that uses different kinds
> of framework.
>
> I read the book Object-oriented Metrics in Practice and I want to use
> Moose for the generation of the views.
>
> I had two questions:
>
> - I'm using small case studies and the generated views are too small.
> Can I zoom them?
> - I need to export the view to include in my papers and in my thesis.
> How can I export a generated view?
>
> Thanks a lot!
>
> Eduardo Guerra
> _______________________________________________
> Moose mailing list
> Moose(a)iam.unibe.ch
> https://www.iam.unibe.ch/mailman/listinfo/moose
--
www.tudorgirba.com
"Obvious things are difficult to teach."
Hi Doru,
In Glamour,
I would like to update a pane when I add new items in the entry
collection.
For example:
===
"self new test openOn: myCollection"
|browser |
browser := GLMTableLayoutBrowser new.
browser column: #one.
browser showOn: #one; using: [
browser list
display: [:x | x];
act: [:each | myCollection add: each] entitled: 'duplicate';
].
===
In the browser, I need an action which update display when I change
the input.
Here, I have an action which add an entity in "myCollection".
How can I update display ?
I tried to use update:on:entitled:with: but it does not work.
Have you a solution ?
Cheers
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
Hi!
Apparently, Moose cannot be loaded with the last version of Gofer.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Apparently, there is something not okay in the way isPublic and
isPrivate are computed.
The screenshot says everything.
Do I use the wrong method or something?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
A problem with IdentityDictionary.
Some references are not available.
I don't know why...
Cheers
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---
A problem with IdentityDictionary.
Some references are not available.
I don't know why...
Cheers
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.euhttp://rmod.lille.inria.fr
---