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

2014-01-07 Thread Sean P. DeNigris
bprior wrote > How do I find/use Smalltalk ui icons? Change the offending method in the debugger from "[receiver] smallLeftFlushIcon" to "Smalltalk ui icons smallLeftFlushIcon" - Cheers, Sean -- View this message in context: http://forum.world.st/ScriptManager-Deprecated-in-Pharo3-tp4735

Re: [Pharo-users] Submorph centering

2014-01-07 Thread Nicolai Hess
wrapCentering: #center; instead of cellPositioning:#center; I don't understand anything of this Morphic Layout stuff. This is just what have seen in MenuMorph code Nicolai 2014/1/7 Sean P. DeNigris > labelMorph := Morph new. > > "labelCenteringMorph := Morph new > beTransparent; >

[Pharo-users] ScriptManager Deprecated in Pharo3?

2014-01-07 Thread Bruce Prior
I tried to load my ScriptManager package from SmalltalkHub into a new Paro3 image. I got this error: "The method UITheme>>smallLeftFlushIcon has been deprecated. You need to use Smalltalk ui icons" How do I find/use Smalltalk ui icons?

[Pharo-users] Querying most recent value with GLORP

2014-01-07 Thread Esteban A. Maringolo
I'm resending this mail to Pharo-Users with the hope somebody will reply (I got no single reply in the GLORP mailing list) I want to retrieve the most recent values using GLORP. Ej: myTable dateentity_id 1/6/13 1 1/10/13 1 1/7/13 2 1/1/14 2 SELECT * FROM myTable WHERE (entity_id, da

Re: [Pharo-users] Unwind error during termination

2014-01-07 Thread Esteban A. Maringolo
2014/1/7 Benjamin : > cmd+w What does it does? Esteban A. Maringolo

Re: [Pharo-users] Unwind error during termination

2014-01-07 Thread Esteban A. Maringolo
Easy self answer: 1. Open Process Browser: 2. Select the offending process. 3. Clic resume 4. Clic terminate 5. Gone. Esteban A. Maringolo 2014/1/7 Esteban A. Maringolo : > I have this highlander error message popping over. > > Any suggestion on how to kill it? > > Esteban A. Maringolo

Re: [Pharo-users] Unwind error during termination

2014-01-07 Thread Benjamin
cmd+w Ben On 07 Jan 2014, at 15:37, Esteban A. Maringolo wrote: > I have this highlander error message popping over. > > Any suggestion on how to kill it? > > Esteban A. Maringolo >

[Pharo-users] Unwind error during termination

2014-01-07 Thread Esteban A. Maringolo
I have this highlander error message popping over. Any suggestion on how to kill it? Esteban A. Maringolo <>

[Pharo-users] Submorph centering

2014-01-07 Thread Sean P. DeNigris
labelMorph := Morph new. "labelCenteringMorph := Morph new beTransparent; hResizing: #spaceFill; changeTableLayout; listDirection: #leftToRight; listCentering: #center; addMorph: labelMorph; yourself." Morph new color: Color

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

2014-01-07 Thread sergio_101
sorry.. the TF-Login is an authentication package located here: http://www.squeaksource.com/@jTrN1y3NPwL4Sngs/3CBaWLky for some reason, i am missing the path when it saves.. it might be something to do with the the step where it builds the full filename. let me go down that route .. thanks! On

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

2014-01-07 Thread Mariano Martinez Peck
On Tue, Jan 7, 2014 at 2:28 AM, sergio_101 wrote: > > I am currently converting TF-Login to use Fuel, so i can use it in Pharo 2. > > What is TF? > One issue i am currently stuck on.. > > How do i go about serializing an object to a file using a path? it seems > like all the files are dumped in

Re: [Pharo-users] [Pharo-dev] Two videos to explain what we do when integrating a fix.

2014-01-07 Thread Luc Fabresse
2014/1/7 Benjamin > I do not want that end users to get expose to > >> git on the command-line with different platforms. We should keep the > simplicity of Pharo. > >> > > Having an integration process based on git will expose only > core-developpers ton git :) > yes. For example, I really like

Re: [Pharo-users] [Pharo-dev] Two videos to explain what we do when integrating a fix.

2014-01-07 Thread Benjamin
I do not want that end users to get expose to >> git on the command-line with different platforms. We should keep the >> simplicity of Pharo. >> Having an integration process based on git will expose only core-developpers ton git :) Not the end-users ;) Ben

Re: [Pharo-users] [Pharo-dev] Two videos to explain what we do when integrating a fix.

2014-01-07 Thread Stéphane Ducasse
> Thanks, Stef, I will have a look in the coming days. > Now I won’t have many excuses not to try ;-) except a slow network :) I will add one of these days a rollback behavior because from home I get regular problems to be point I will simply stop even trying anymore. Stef

Re: [Pharo-users] [Pharo-dev] Two videos to explain what we do when integrating a fix.

2014-01-07 Thread Sven Van Caekenberghe
Thanks, Stef, I will have a look in the coming days. Now I won’t have many excuses not to try ;-) On 06 Jan 2014, at 16:18, Stéphane Ducasse wrote: > Hi guys > > I produced two videos to show how simple is an integration now (It could be > better see below). > This can influence some of you t