Re: [Pharo-users] Roassal2 Composite Shape

2014-07-11 Thread Juraj Kubelka
I think you should make a new composite shape. But first check how the width and height is computed, because the shapes somehow share the same (biggest) size. Cheers, Jura -- Juraj Kubelka > El 11/07/2014, a las 17:05, Peter Uhnák escribió: > > Hi > > I'm trying to draw an ellipse inside an

Re: [Pharo-users] [Article] Elegant Pharo Code

2014-07-11 Thread Sven Van Caekenberghe
On 09 Jul 2014, at 17:04, Buddha Buck wrote: > > On Wed, Jul 9, 2014 at 10:13 AM, Sven Van Caekenberghe wrote: > > I don't know how this could be useful besides doing many things: "Split a > > string on dashes, reverse the order of the elements and join them using > > slashes". If you could

[Pharo-users] Roassal2 Composite Shape

2014-07-11 Thread Peter Uhnák
Hi I'm trying to draw an ellipse inside another ellipse but to no avail. I've tried using RTCompositeShape but that just expands the size of the smaller shape. Is there something else I'm missing (like fixing dimensions so they won't get updated) or should I subclass RTAbstractCompositeShape and t

Re: [Pharo-users] How to download Pharo40?

2014-07-11 Thread Damien Cassou
Le 9 juil. 2014 21:52, "Tim Mackinnon" a écrit : > > Hey Uko - just tried Pharo launcher and its actually pretty good. I already > have a few ideas for little tweaks so maybe I may be able to contribute > something when I get a bit better. I love when people contribute to the launcher . Please do

Re: [Pharo-users] Package Dependencies Analyzer

2014-07-11 Thread Esteban A. Maringolo
Cool! It reminds me the package dependency analyzer of Dolphin Smalltalk. :) Esteban A. Maringolo 2014-07-11 13:42 GMT-03:00 Baptiste Quidé : > Hello Pharo users, > > let me introduce a new tool that I developed in the RMOD team: package > dependencies analyzer. > > This project provides a too

Re: [Pharo-users] Working with timezones

2014-07-11 Thread Esteban A. Maringolo
2014-07-11 13:30 GMT-03:00 Paul DeBruicker : > Additionally I think its helpful to remember that timezones are political > constructs and so are completely arbitrary and open to change based on the > whims of political leaders e.g. > > https://en.wikipedia.org/wiki/Time_in_Russia#Daylight_saving_ti

[Pharo-users] Package Dependencies Analyzer

2014-07-11 Thread Baptiste Quidé
Hello Pharo users, let me introduce a new tool that I developed in the RMOD team: package dependencies analyzer. This project provides a tool able to analyze Smalltalk project packages and detect dependencies to other packages. It enables automatic dependency analysis to detect wrong project desc

Re: [Pharo-users] Working with timezones

2014-07-11 Thread Paul DeBruicker
Additionally I think its helpful to remember that timezones are political constructs and so are completely arbitrary and open to change based on the whims of political leaders e.g. https://en.wikipedia.org/wiki/Time_in_Russia#Daylight_saving_time So best keep them out of your code, near the pres

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-11 Thread Tim Mackinnon
Nicolai - your instructions worked perfectly (thanks - I'm a smaller step closer to contributing). I tried the slice in a fresh image and hit some strange problems (might not be related to your fix, although its only when I load that I see them). I've put it in the FobFubgz and reassigned it back

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-11 Thread Tim Mackinnon
Phil - I think your message ended up in the wrong thread? You should try and attend ESUG though - its a great conference. I found a cheap hotel on Booking.com - but I bet there might a YMC or something in Cambridge that might make it more affordable (I recall people doing something similar in t

Re: [Pharo-users] Voyage: default class to collection mapping

2014-07-11 Thread Esteban Lorenzano
you also can change the collection name without overriding the method, you just need to declare a method: MyClass class>>#mongoContainer ^ VOMongoContainer new collectionName: ‘myname’; yourself the purpose of the method is, as Gaston says,

Re: [Pharo-users] Voyage: default class to collection mapping

2014-07-11 Thread Gastón Dall' Oglio
Hi Torsten. May not be the case, but I've seen do that elsewhere (in Pier I think) and the reason is simply remove (sanitize) the namespace of the class (the first two letters in uppercase). Best. 2014-07-09 17:12 GMT-03:00 Torsten Bergmann : > Voyage by default provides this: > > voyageColl

Re: [Pharo-users] Using FFI

2014-07-11 Thread Annick Fron
Actually the problem was I had forgotten to put the right number of arguments in the Smalltalk method … Too bad … Le 10 juil. 2014 à 11:54, Esteban Lorenzano a écrit : > > On 10 Jul 2014, at 02:32, Andres Valloud > wrote: > >> On 64 bit Windows a long is 32 bits and pointers are 64 bits, so

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-11 Thread p...@highoctane.be
I'd like to come but hotel/accomodation rates looked prohibitive to me. Are there affordable options ? Phil On Fri, Jul 11, 2014 at 12:47 PM, Nicolai Hess wrote: > > > > 2014-07-11 12:15 GMT+02:00 Tim Mackinnon : > >> Nicolai - I have just seen that you have a fix for one of the Nautilus >> i

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-11 Thread Nicolai Hess
2014-07-11 12:15 GMT+02:00 Tim Mackinnon : > Nicolai - I have just seen that you have a fix for one of the Nautilus > issues > I raised (awesome). > > Forgive me - but I don't yet know how to load up a slice and test it (but > am > willing to learn, so I can perhaps help more in the future). > > I

[Pharo-users] FFI on Linux

2014-07-11 Thread Annick Fron
What should be the name of the module in FFI on Linux ? For instance, if there is a shared lib under /usr/lib named gstreamer-1.0 should it be the name of the shared lib or of a module like libgstreamer-1.0.so ? Do I need to put the full path to the lib or is /usr/lib understood by the call ?

Re: [Pharo-users] Working with timezones

2014-07-11 Thread Sven Van Caekenberghe
Exactly ! On 11 Jul 2014, at 11:26, Stephan Eggermont wrote: > Esteban wrote: >> Anyhow this is too much to add to my app without giving it proper thinking. >> So let's KISS. > > If you only work with a single server/all servers in the same timezone that > translates to: > - Do everything in

Re: [Pharo-users] Should I be reporting bugs in Pharo 3.0?

2014-07-11 Thread Tim Mackinnon
Nicolai - I have just seen that you have a fix for one of the Nautilus issues I raised (awesome). Forgive me - but I don't yet know how to load up a slice and test it (but am willing to learn, so I can perhaps help more in the future). I've loaded up the latest Pharo 4.0 image - luanched monticel

Re: [Pharo-users] Working with timezones

2014-07-11 Thread Stephan Eggermont
Esteban wrote: >Anyhow this is too much to add to my app without giving it proper thinking. So >let's KISS. If you only work with a single server/all servers in the same timezone that translates to: - Do everything in local time or UTC, have one place where you know your zone, - Store all time/