Hi Mathieu,
I have seen we have a ROBezierCurve and RORadialBezierCurve. What are the difference between the both? They produce a slightly different rendering.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
and not just the moose people :)
take into account that all those project has been migrated to smalltalkhub, under the moose team:
http://smalltalkhub.com/#!/~Moose
for the moose guys:
what about promote the right configurations to MetaRepoForPharo20? (I know there are a lot of cool stuff in that team that can be shared :P)
(yeah, I know... I'm annoying with this "configurations" stuff, but someone has to remember it, otherwise it will be wrongly empty :)
Esteban
On May 17, 2013, at 8:44 AM, stephane ducasse <stephane.ducasse(a)free.fr> wrote:
> ****ALL*** the moose people are using PetitParser and it loads in 20.
> so where you took the code from?
>
> The official repositories are on SmalltalkHub/Moose
>
> Stef
>
> On May 16, 2013, at 8:27 PM, Alain Busser <alain.busser(a)gmail.com> wrote:
>
>> Hi,
>>
>> I have a similar problem with PetitParser (loads well under Pharo 1.4, not as well under Pharo 2.0)
>>
>> Alain
>>
>>
>> On Thu, May 16, 2013 at 8:56 PM, Camille Teruel <camille.teruel(a)gmail.com> wrote:
>>
>> On 16 mai 2013, at 17:59, stephane ducasse wrote:
>>
>>> yes normally the moose people.
>>> This is strange because eyesee is in Moose and we load it daily in 2.0.
>>
>> Maybe the smalltalk hub repo is more up to date?
>>
>>>
>>> Stef
>>>
>>>> Thanks for your answer Camille!
>>>>
>>>> I tried it.
>>>> It loads well on 1.4 but in 2.0 shows warining about a non satisfied blockclosure class.
>>>>
>>>> Then when I run the test there is a faliure with the anouncements, which also accured when I tried the examples.
>>>>
>>>> Is someone maintaining this?
>>>>
>>>> Thanks again,
>>>> Juan
>>>>
>>>>
>>>> On Thu, May 16, 2013 at 11:27 AM, Camille Teruel <camille.teruel(a)gmail.com> wrote:
>>>> Hi Juan,
>>>>
>>>> You can have a look to eyeSee:
>>>>
>>>> Gofer it
>>>> squeaksource: 'EyeSee';
>>>> package: 'ConfigurationOfEyeSee';
>>>> load.
>>>> (Smalltalk at: #ConfigurationOfEyeSee) loadDefault
>>>>
>>>>
>>>> On 16 mai 2013, at 16:03, Juan Ignacio Vaccarezza wrote:
>>>>
>>>>> Hi all,
>>>>>
>>>>> Does anybody know a chart framework? Im looking fo something like jfreechart (java chart framework).
>>>>> I need bar graph, pie chart, and line chart.
>>>>>
>>>>> Thanks,
>>>>> Juan
>>>>
>>>>
>>>
>>
>>
>
Hi,
Until we get a proper configuration working and accepted, here is a script
to make Roassal work with Athens:
MooseImageSetupCommandLineHandler new installFonts. "this depends on a
Moose image"
Gofer new
smalltalkhubUser: 'Pharo' project: 'Athens';
package: 'ConfigurationOfAthens';
load.
(Smalltalk at: #ConfigurationOfAthens) loadVersion: '2.1'.
Gofer new
smalltalkhubUser: 'ObjectProfile' project: 'Roassal';
package: 'RoassalAthens';
load.
ROPlatform setCurrent: 'athens'.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
On Tue, May 7, 2013 at 3:00 PM, Tran Thi Nhu HOA (etudiante) <
ttnhoa(a)ifi.edu.vn> wrote:
> On 05/07/2013 08:00 PM, Tran Thi Nhu HOA (etudiante) wrote:
>
>
> Good evening Usman Bhatti,
>
> Thanks to your help. I have look at GLMExamples class in glamour, most of
> the scenarios with examples. But i don't find any solution of my problem.
>
> The workflow is some panes: (as image below)
> + one to select a model ( the first panel),
>
> + two, three, four to visualize a model (Equations, Parameters,
> Compartment),
>
> + the last one to be able to visualize some graphical (Sample bar chart)
>
> simulation of a model.
>
> Until now, i have displayed data on Glamour Pharo (as image below) and
> graph by EyeSee
>
> but i can't update data (change the parameters on panel "Value of
> parameters" et "Value of compartments" and change the equations --> update
> and store the parameters ---> create an instance of a class (a model) with
> the parameters --> display result as a graph(update graph))
> How to store the value of parameters and call an instance of a model and
> update on EyeSee?
>
>
you'll have to look how Transmissions and Ports work in Glamour.
The link here is an excellent resource, but its down.
http://themoosebook.org/
You can also have a look at the book chapter:
http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/Glamour.pdf
> I look at the example but don't exist like this.
>
> I don't know how to update data, can you show me? Is Glamour Seaside able
> to do like this?
>
> I haven't used glamour-seaside and I dont know about its capabilities.
> Thanks in avance,
>
> Sincerely,
>
> ttnhoa
>
> PS: I want to discuss on the topic on Moose -dev, however i don't find how
> to post an image of description (the fonction on my computer not run ). I
> will post the discussion after. Thanks.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On 05/07/2013 05:35 PM, Usman Bhatti wrote:
>
> hello ttnhoa,
>
> do you mind if discuss on the topic on Moose-dev list so that others can
> benefit too?
>
>
>
> On Sun, May 5, 2013 at 7:05 PM, <ttnhoa(a)ifi.edu.vn> wrote:
>
>> Good evening Usman Bhatti,
>> I'am a vietnamese master student working in Ha Noi, Viet Nam
>> on epidemiological model visualization. The idea of my work is to be
>> able to build some browser in order to navigate inside these kind of
>> models and also with the help of Glamour-Seaside, Eye-See, we want to
>> provide the same interface on the web.
>> Basically each model is define by a set of parameters (name -> float)
>> and a set of equations.
>> The workflow is quite simple : 3 panes, one to select a model, one to
>> visualize a model, the last one to be able to visualize some graphical
>> simulation of a model.
>>
>> I see your discussion at fervrier with le subject:
>> 'stuck in Glamour-Merlin flow and update doesn't help'
>> And you works with outils EyeSee, Glamour. I try the code that you
>> registre in forum and its runs very well.
>> You continue to work in this topic (Glamour, EyeSee)?
>>
>
> yes.
>
>
>> You know how to display data (from a model to EyeSee), update the data
>> (from a form, parameters ---> model --> update, visualise graphique of
>> model on EyeSee) ?
>>
>
> Have a look at GLMExamples class in glamour. you have most of the
> scenarios with examples.
>
> regards,
> usman
>
>
>>
>>
>> Thanks in avance,
>> ttnhoa
>>
>> _____________________________________
>> Sent from http://forum.world.st
>>
>>
>
>
> --
> Cordialement,
> ttnhoa
>
>
>
> --
> Cordialement,
> ttnhoa
>
>
Juraj
did you look at Distribution Map because we should really improve it.
For example introducing an API to control label is important in all the visualization based on top of roassal
removePrefix: 'Seaside*'
removePrefixes: #('SW*' 'Seaside*')
removePostFix: '*Test'
removePostFixes: #('*Tests' '*Test')
contractUpTo: 6
I think that we are quite poor with the customisation of the visualizations we produce.
We do them but after the last 10% are not done. So we end up with ugly distributionMap and other just because of
that.
We did Konkrator just as a step to improve the situation but nobody uses it :).
Stef
Hi
I was working on translating the center of the radial tree at
the middle of the window and I faced a problem.
I had already faced it
when working on the ForceBasedLayout.
How does the layout access to
his view to get informations ? (Basically it could be very useful to
access to the camera to have size informations...)
Regards
Mathieu
Hi
I was wondering how to give different senses to different edges, so have
a look at edgeDrivenLayout and subclasses.
It seems that there are 2 sets of edges ( edges and userDifinedEdges )
and then we face a problem:
- How do we do if we want to represent more than two kinds of edges ?
Is Roassal able to draw dotted line ? (I haven't found it)
Regards
Mathieu