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
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;
>
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?
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
2014/1/7 Benjamin :
> cmd+w
What does it does?
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
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
>
I have this highlander error message popping over.
Any suggestion on how to kill it?
Esteban A. Maringolo
<>
labelMorph := Morph new.
"labelCenteringMorph := Morph new
beTransparent;
hResizing: #spaceFill;
changeTableLayout;
listDirection: #leftToRight;
listCentering: #center;
addMorph: labelMorph;
yourself."
Morph new
color: Color
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
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
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
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
> 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
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
15 matches
Mail list logo