Fwd: [Pharo-users] [ ANN ] Pharo Days 2016
by Tudor Girba
> Begin forwarded message:
>
> From: Sven Van Caekenberghe <sven(a)stfx.eu>
> Subject: [Pharo-users] [ ANN ] Pharo Days 2016
> Date: December 9, 2015 at 9:52:09 AM EST
> To: Any question about pharo is welcome <pharo-users(a)lists.pharo.org>, Pharo Development List <pharo-dev(a)lists.pharo.org>, Pharo Business <pharo-business(a)lists.pharo.org>
> Reply-To: Any question about pharo is welcome <pharo-users(a)lists.pharo.org>
>
> Dear fellow Pharoers,
>
> Mark your calendars: on Thursday March 31 & Friday April 1 we are organising the Pharo Days 2016. This year we moved the location to Namur, Belgium, just a bit south of Brussels, at the very beautiful location of the ‘Cercle de Wallonie’ overlooking the river Meuse.
>
> We’ll update the following page moving forward.
>
> https://medium.com/concerning-pharo/pharo-days-2016-c52fe4d7caf
>
> You can ask questions on any of the Pharo mailing lists or you can email the Pharo Board.
>
> Let's make this another success, together ! We hope to see as many of you as possible.
>
>
--
www.tudorgirba.com
"We are all great at making mistakes."
2 months, 3 weeks
C/Cpp parser
by Nicolas Anquetil
Synectique is openning the source code for a C/C++ parser based on
Eclipse CDT.
https://github.com/Synectique/VerveineC-Cpp.git
The parser was developed as an Eclipse (Mars release) plugin and is
under MIT licence.
nicolas
--
Nicolas Anquetil -- MCF (HDR)
Project-Team RMod
5 years, 7 months
Right-justified table column?
by Luke Gorrie
Is there an easy way to make a GLM table column right-justified?
I have some numeric columns and I think they would be easier to read if
right-justified.
I am also still looking for a way to use a fixed-width font for various
glamorous components like lists, tables, and text. This would help me to
present semi-structured data that doesn't *quite* fit into uniform columns
in a readable way. Is there a way to do that?
Thanks!
-Luke
5 years, 8 months
Error dialog?
by Luke Gorrie
Hoi!
Suppose that my GTInspector extension method fails for some interesting
reason. How should I present an error message to the user?
I'm am especially thinking of cases where I am spawning a Unix command
behind the scenes and I want to show the (possibly long) output of the
command to the user. Could happen either in an inspector extension method
or also in a "Go" action of the inspector.
Tips would be much appreciated :).
5 years, 8 months
RTHistorgramSet does not implement xScale/yScale
by Brennan Cleveland
Hi,
The 'histogram' method on SequenceableCollection added by Roassal2 fails due to xScale/yScale not being implemented on RTHistogramSet.
I added implementations of both as:
^ RTLinearTransformation instance.
to RTHistogramSet which at least gets a histogram working. I'm not sure what the proper fix actually is. I thought maybe adding this implementation on RTAbstractDataset would be the right thing to do...
Thanks,
Brennan
5 years, 8 months
[Glamour] default selection in ListPresentation
by Cyrille Delaunay
Hello,
Is there a way to set a default selection to a list presentation? so that
when I open the browser, the morphic list has already a value selected.
I tried that:
|tmpBrowser|
tmpBrowser := GLMTabulator new.
tmpBrowser row: #list.
tmpBrowser transmit to: #list; andShow: [:a |
a list
display: [:input | input];
selection: #a;
yourself
].
tmpBrowser openOn: #( b c d v a d f r).
but the list still open with nothing selected
5 years, 8 months
Bug issues
by Stéphane Ducasse
Hi guys
We started to have a look at the bug entries of Moose on github.
We will start to migrate Moose to github. We will have to think how to manage this.
Projects
Subprojects
Baseline migration
I would like to enforce the following:
- the feature todos should not be managed in the bug tracker. Trello is good for this.
- Now todo related to current situation: such as remove empty class, split package should at least the entry should be tagged with todo.
- close any bug entry that does not have a description how to reproduce it.
Stef
--------------------------------------------
Stéphane Ducasse
http://stephane.ducasse.free.fr
http://www.synectique.eu / http://www.pharo.org
03 59 35 87 52
Assistant: Julie Jonas
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley,
Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
Villeneuve d'Ascq 59650
France
5 years, 8 months
How to add a pane to the Moose Panel
by Stéphane Ducasse
Hi
I added a pane to gt so that when I inspect a model is get a special visualisation for packages.
It works well.
Now I would like to do the same for the Moose Panel (I thought it was but it does not).
I found the mooseFinder extensions on Object and I added one
mooseNameMetaIn: composite
<moosePresentationOrder: 1000>
(self mooseInterestingEntity packageViewIn: composite)
Now how can I control that it should only be displayed on FAMIXPackage and FAMIXPackageGroup?
I saw that there are when clauses too.
Stef
--------------------------------------------
Stéphane Ducasse
http://stephane.ducasse.free.fr
http://www.synectique.eu / http://www.pharo.org
03 59 35 87 52
Assistant: Julie Jonas
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley,
Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
Villeneuve d'Ascq 59650
France
5 years, 8 months
who is klaranosan? :)
by Tudor Girba
Hi klaranosan,
First, welcome!
Second, thanks for the work on the issues.
Third, would you like to introduce yourself? :)
Cheers,
Doru
--
www.tudorgirba.com
www.feenk.com
"To lead is not to demand things, it is to make them happen."
5 years, 8 months