Hi,
Is there any documentation about algorithms available in Moose-Algos-Graph?
It looks interesting but there is no class comment ...
Thanks,
Christophe.
Hi everyone,
I’m playing with glamour, and I’m trying to construct a list that can be edited e.g. you can add items, edit them and remove and for adding and editing you have a custom popup written again in glamour. So first question is how can I dead with basic actions? Is the GLMActionListPresentation way to go, or I should look on the other things. Another question is how do you open a modal window with glamour and how do you get the result from it.
I’ll be very thankful for any reply.
Cheers.
Uko
The inspector is so cool because one can get feedback for each step. I was
working with a text list, and going in very small steps because I wasn't
quite sure what I wanted to do, so I:
1. Pasted into playground:
'lineOne
...
lastLine'
cmd-g
2. self lines sort
cmd-g
3. self asSet asOrderedCollection sort
Then I thought (although the above is a bad example for this), since GT
encourages to take these small steps, it would be cool to have a command to
assemble the code from all the workspaces into one statement, so 1, 2, and 3
above would become: "aString lines sort asSet asOrderedCollection sort".
Again, not a great example, but I know this would've been useful other
times...
-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/GT-Inspector-Assemble-Statement-tp4814849.html
Sent from the Moose mailing list archive at Nabble.com.
Hi,
On March 31, we will have a one day of Pharo in Bern:
10:15 - 11:00 Talk by Alain Plantec on Bloc: Reinventing Morphic
Registration:
https://www.eventbrite.com/e/bloc-reinventing-morphic-choose-talk-tickets-5…
11:00 - 17:00 Working session on the Pharo IDE
Registration:
https://www.eventbrite.com/e/pharo-ide-choose-working-session-tickets-16283…
The event will be held at the Software Composition Group:
Schützenmattstrasse 14, Room 107, Bern
The event is sponsored by CHOOSE a subgroup of the Swiss Informatics
Society and hosted by the Software Composition Group at the University of
Bern. They are primarily organized for CHOOSE and SI members, but the
events are open for other students and professionals as well.
Cheers,
Doru
--
www.tudorgirba.com
"Every thing has its own flow"
Hi!
> If you're heading to make "Roassal the best visualizing engine of the Universe" then what are your intentions with connecting it to the outer world ?
This is a rather broad question :-)
While our visualizations are meant to run in a standard Smalltalk environment, they are exportable to HTML. Interaction are also preserved. Here are two simple examples:
https://dl.dropboxusercontent.com/u/31543901/TMP/memoryBlueprintExample.html <https://dl.dropboxusercontent.com/u/31543901/TMP/memoryBlueprintExample.html>
https://dl.dropboxusercontent.com/u/31543901/online/WebReport/seisms.html <https://dl.dropboxusercontent.com/u/31543901/online/WebReport/seisms.html>
And a larger and more complex example is in the file
https://dl.dropboxusercontent.com/u/31543901/TMP/ExampleReport.zip <https://dl.dropboxusercontent.com/u/31543901/TMP/ExampleReport.zip>
check the file Example.pillar.html
> Will it remain a multiplatform toolbox ? Or are you heading towards a BI desktop or Web app ?
Roassal will remain closely linked to Smalltalk (VisualWorks & Pharo).
Cheers,
Alexandre
>
> Regards,
>
> Maarten MOSTERT
>
>
>
> 28 Av Alphonse Denis
> 83400 Hyères, France
> +33 676411296
> http://stakepoint.com/ <http://stakepoint.com/>
>
>
>
> > "Alexandre Bergel" <alexandre.bergel(a)me.com> |
>
> Dear all,
>
> As many of you know, Grapher is a über-cool charting engine, part of Roassal.
> For people who do not know what Grapher is, here is a (compelling we hope) example:
> <855A292C-DE42-4FF5-83ED-49477CDAA250.png>
> Which is obtained by the following script:
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> | b colors points ds pts dec lb |
> b := RTGrapher new.
> colors := Array with: Color red with: Color blue.
> points := OrderedCollection new.
>
> colors do: [ :c |
> ds := RTStackedDataSet new.
> pts := ((1 to: 100) collect: [ :i | 50 atRandom - 25 ]) cumsum.
> points add: pts.
> ds points: pts.
> dec := RTDevVarDecorator new.
> dec moveBehind;
> desviation: 0.5;
> color: (c alpha: 0.3);
> points: pts.
> ds connectUsing: (RTLine new color: (c alpha: 0.5); width: 1 ).
> b add: ds.
> b addDecorator: dec.
> ].
>
> b axisX; axisY.
> b build.
>
> lb := RTLegendBuilder new.
> lb view: b view.
> colors doWithIndex: [ :c :i |
> lb addColor: c text: 'Series ', i printString ].
> lb build.
> b view @ RTZoomableView.
> b view
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
>
> In our grand vision of making Roassal the best visualizing engine of the Universe (we also know to be modest time to time, but not today :-), Grapher will play a very important role. We would like to stabilize Grapher and make it sure it happily fits everybody needs. You can help on it:
>
> - When you are tempted to look at the dark side of the planet (this is where R, JFreeChart, gnuplot, D3 and all their friends live), let us know. We will make sure to make you are happy again.
>
> - Share your wishlist with us. We already have a long todo list, but your opinion does matter and will take it seriously
>
> - we are open to contributions, which could be financial, bug fixe, enhancement, or simply encouragement.
>
> I am very happy to be surrounded by very smart engineers. Your encouragement are making them happy :-)
>
> Cheers,
> Alexandre, in the name of the Object Profile Team
> NB: sorry for the cross-list posting, but this email is very important for us, and for you we hope.
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu <http://www.bergel.eu/>
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
> <855A292C-DE42-4FF5-83ED-49477CDAA250.png>
Hi all,
I had not updated to the last version of PetitParser for some weeks, now I did and the following rule breaks because PPInputEnds disappeared. Can anybody tell me how to update my rule? If I replace it by PPEndOfInputParser I get a DNU, so I guess I need to do something else.
endOfComment
^ PPInputEnds new / lineTerminator
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry
PLEIAD lab - Computer Science Department (DCC) - University of Chile
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 1114 by sean.p.d...(a)gmail.com: RTStackedDataSet should have a
class comment
https://code.google.com/p/moose-technology/issues/detail?id=1114
... differentiating from RTDataSet
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Hi,
Here, it's my hive plot package. This is not finish at all. But this is a
first version and that give to you one way to create hive plot.
I will continue to work on and improve it. What will I add soon :
- Add generic constructor and lot of possibilities (out-going and in-going
dependencies)
- Add several examples.
- Create curve (directed) edges for mondrian.
- Add automatic colors.
One question, it's possible to curve edges with "directed" in
RTGraphBuilder but this doesn't exists with RTMondrian.
How can I get directed edges with RTMondrian ?
Can you check it and give me some feedback ?
My smalltalkhub project :
http://smalltalkhub.com/#!/~JonathanWadin/HivePlot
Cheers,
Jonathan.
I've updated the configuration to use #development of PetitParser.
Then I run into the problem that PetitSmalltalk is broken.
Can the same version of PetitSmalltalk work on both Pharo3 & 4?
It looks like the compiler API changed.
Stephan