Re: [Pharo-users] [Pharo-dev] [Moose-dev] Re: Feature for request for GraphET?

2014-01-08 Thread Tudor Girba
Hi Daniel, Good work! But, there is still something I do not quite understand. Take a look at the produced image. Why is it that in the first red bar appears behind the gray one, and the rest appear in front of the corresponding gray bars? Related to the GapFraction: Could you describe what make

Re: [Pharo-users] World to Morph Local Co-ordinates

2014-01-08 Thread Sean P. DeNigris
Markus Schlager-2 wrote > http://lists.pharo.org/pipermail/pharo-users_lists.pharo.org/2013-September/008493.html Interesting thread - thanks! - Cheers, Sean -- View this message in context: http://forum.world.st/World-to-Morph-Local-Co-ordinates-tp4735247p4735265.html Sent from the Pharo

Re: [Pharo-users] World to Morph Local Co-ordinates

2014-01-08 Thread Igor Stasenko
On 8 January 2014 19:54, Sean P. DeNigris wrote: > I'm sure this must be addressed somewhere, but searching the archives for > "morph local point" didn't produce anything helpful… > > I have a PasteUpMorph that represents a scaled down world. So when a morph > sets its position to e.g. 0@0, I wan

[Pharo-users] World to Morph Local Co-ordinates

2014-01-08 Thread Sean P. DeNigris
I'm sure this must be addressed somewhere, but searching the archives for "morph local point" didn't produce anything helpful… I have a PasteUpMorph that represents a scaled down world. So when a morph sets its position to e.g. 0@0, I want to set it to the topLeft corner of the pasteUp. I can use

Re: [Pharo-users] [Moose-dev] Re: [Pharo-dev] Feature for request for GraphET?

2014-01-08 Thread Daniel Aviv Notario
So, attending to the request Doru made, here's something similar to the example he provided in EyeSee... All the methods were already implemented but most of them didn't have a clear accesor to modify them. So, if you just load the last version of GraphET and do this: builder := GETDiagramBuild

Re: [Pharo-users] Converting TF-Login to use Fuel (rather than ReferenceStream)

2014-01-08 Thread sergio_101
that ended up being the case.. i ended up using FileReference's fullName to get the pathname, and appended that to the file name.. works fine now.. now, the 'finder' methods need to be updated, so that they return a FLMaterializer root. will take a look at that tonight.. On Tue, Jan 7, 2014

Re: [Pharo-users] ScriptManager Deprecated in Pharo3?

2014-01-08 Thread Robert Shiplett
Bruce Hope you won't be discouraged from posting to this user mail list, regardless. :-) Maybe add a post to the "tips" mail list regarding Thorsten B. advice on ui icons ? best regards robert a Pharo user On 7 January 2014 18:00, Bruce Prior wrote: > I tried to load my ScriptManager pac

[Pharo-users] ScriptManager Deprecated in Pharo3?

2014-01-08 Thread Torsten Bergmann
Hi Bruce, your subject is very confusing: it sounds as if ScriptManager does not work in Pharo 3.0 which is not the case!!! For instance in a fresh and clean Pharo3.0 image (latest #30678 build from today) it works without a problem. Just go to "Tools" -> "Configuration Browser" and load the pa