For those who require it, see attachement.
bye
Torsten
--
Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
<>___
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http
>Thanks! It's now up on http://squeakvm.org/win32/custom.html (also
>linked directly from http://squeakvm.org/win32/).
>
>Cheers,
> - Andreas
Hi Andreas,
Thanks for uploading! If your time permits it would be nice if
you can include a short section on how to catch cmd/. to provide
a login dial
Good
On Jul 24, 2009, at 1:44 AM, Torsten Bergmann wrote:
> Hi Andreas and all,
>
> as requested and as I promised to deliver in [1] I wrote a short
> tutorial on
> how to build a custom application using squeak Smalltalk for windows
> based systems (including building a custom VM and up to
so may be you can comment that in the blog :)
On Jul 23, 2009, at 10:58 PM, Torsten Bergmann wrote:
> Stef wrote:
>> so we were already fast
>
> Good. I've just seen Edgars comment on the planetmisc.squeak.org
> feed and had no time to check the changes. Thank you.
>
> Bye
> Torsten
>
>
>
> --
>
2009/7/23 nullPointer
>
>
> >could you report them because lukas was using that to save pier object.
>> >Now lukas is on vacation.
>>
>> >Stef
>>
>
> Im very much newbie. Is correct report the bug in
> http://code.google.com/p/pharo/issues/list ??
>
yes it is :)
You can read that here: http://w
Thanks, Torsten.
This is very useful tutorial!
2009/7/24 Torsten Bergmann :
> Hi Andreas and all,
>
> as requested and as I promised to deliver in [1] I wrote a short tutorial on
> how to build a custom application using squeak Smalltalk for windows
> based systems (including building a custom VM
Hi Andreas and all,
as requested and as I promised to deliver in [1] I wrote a short tutorial on
how to build a custom application using squeak Smalltalk for windows
based systems (including building a custom VM and up to the final setup).
Maybe this helps people building apps with Squeak, Cuis o
2009/7/23 Douglas Brebner :
> Igor Stasenko wrote:
>> 2009/7/23 Stéphane Ducasse :
>>
>>> Juan pointed to me the following CUIS fixes that could interest us.
>>> Now I feel not able to check that.
>>> Is there somebody good (SIG for example :)) that could spend some time
>>> on that?
>>>
>>>
>> Ste
On 22.07.2009, at 09:23, Stéphane Ducasse wrote:
> marcus here it is
>
Ok, I edited the fileout to make it compatible. The .st file attached
to the bugreport now
fixes the problem:
http://code.google.com/p/pharo/issues/detail?id=977
This reminds me that we need to actually use the ho
>could you report them because lukas was using that to save pier object.
> >Now lukas is on vacation.
>
> >Stef
>
Im very much newbie. Is correct report the bug in
http://code.google.com/p/pharo/issues/list ??
Regards
--
View this message in context:
http://n2.nabble.com/Persist-a-morph-in-a
Stef wrote:
>so we were already fast
Good. I've just seen Edgars comment on the planetmisc.squeak.org
feed and had no time to check the changes. Thank you.
Bye
Torsten
--
Neu: GMX Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl02
but the pharo version looks like this
passivate
"Make me unable to respond to mouse and keyboard"
super passivate.
self setStripeColorsFrom: self paneColorToUse.
model modelSleep.
"Control boxes remain active, except in novice mode"
self lockInactiv
> | myMorph |
>> myMorph := MyMorph new.
>> myMorph layout: blablahblah..
>> myMorph label: blabla...
>
>> ^ myMorph
>
>
> Perhaps that is the more hard way for me, but perhaps is the more
> correct
> too :| is readable, and easy of modify externally to designer.
>
> Yesterday i probe the mse s
I found it
passivate
"Make me unable to respond to mouse and keyboard"
self setStripeColorsFrom: self paneColorToUse.
model modelSleep.
"Control boxes remain active, except in novice mode"
self submorphsDo: [:m |
m == labelArea ifFalse:
>| myMorph |
>myMorph := MyMorph new.
>myMorph layout: blablahblah..
>myMorph label: blabla...
> ^ myMorph
Perhaps that is the more hard way for me, but perhaps is the more correct
too :| is readable, and easy of modify externally to designer.
Yesterday i probe the mse serialize, but
Thanks nicolas for your analysis of the code!
This is because of this kind of behavior that I like this community.
Thanks.
On Jul 22, 2009, at 11:35 PM, Stéphane Ducasse wrote:
> Juan pointed to me the following CUIS fixes that could interest us.
> Now I feel not able to check that.
> Is there
> I, personally, vote for the complete delete of initials code
> mentioned before.
+1
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
___
P
For some reason one of my bug fixes didn't make it
into the version of FastSets I released. The fix is there now.
The bug is in MethodDictionary so it's a must have for anybody
using FastSets.
Ralph Boland
___
Pharo-project mailing list
Pharo-project@l
torsten
I spent some time to find what would be this great improvement but I
could not identify it.
If you find it let me know
Stef
On Jul 22, 2009, at 11:02 PM, Torsten Bergmann wrote:
> comment from Morphic-Windows-edc.2.mcz in http://source.squeak.org/trunk
>
> "Adds a nice speedup to window
You'd better ask in seaside mailing list
On Thu, Jul 23, 2009 at 1:42 PM, Schwab,Wilhelm K wrote:
> Hello all,
>
> Have there been any changes to the way Seaside behaves? I recall two
> things: (1) using it caused my image to bloat up by an additional 30+MB; (2)
> I could safely use #startOn: an
Hello all,
Have there been any changes to the way Seaside behaves? I recall two things:
(1) using it caused my image to bloat up by an additional 30+MB; (2) I could
safely use #startOn: and #stop to control whether or not it was running.
Now I am finding the bloat is not nearly so bad as befor
I imagine that this is this one
spyEvery: millisecs at: spyPriority on: aBlock
"Create a spy and spy on the given block at the specified rate."
| myDelay startTime time0 observedProcess |
(aBlock isMemberOf: BlockClosure)
ifFalse: [self error: 'spy needs a
it seems that
PackageOrganizer instVarNamed: 'default' put: nil.
ScriptLoader new allCurrentPackages
do: [:each | PackageInfo named: each package name]
is cleaning
(PackageOrganizer default instVarNamed: 'packages') keys
PackageInfo allPackages = PackageInfo allInstances
still not tru
Igor Stasenko wrote:
> 2009/7/23 Stéphane Ducasse :
>
>> Juan pointed to me the following CUIS fixes that could interest us.
>> Now I feel not able to check that.
>> Is there somebody good (SIG for example :)) that could spend some time
>> on that?
>>
>>
> Stef, i wish i could have more tha
On 23.07.2009, at 03:50, Stéphane Ducasse wrote:
> Yes marcus was trying to fix that when his graphic card fall apart
> dead burn.
>
Yep... now I have an iMac at the university. Of course, this means no
laptop
for evenings/morning/weekend. (but it´s amazing how well an ipod touch
works
for r
> That's a good usability idea. I will let you know when it's ready,
> right now with the latest OmniBrowser, I see no protocol for
> changing the foreground color of a node in the OBNode hierarchy.
> Perhaps another OB user could tell how to do it?
Easy, just override the method #backgroun
> Yes but I mean, in a clean core image, on first method save it asks
> for the initials,
> this is stored on the initials inst var of the singleton Author.
Yes. But better would be to ask for the name of the author instead of
its initial.
> But on the World Menu, the set author name, it stores
Juan I fixed it in the subsequent release but could you have a look
and if necessary I will remove it.
Stef
On Jul 20, 2009, at 8:54 PM, Juan Vuletich wrote:
> stephane ducasse wrote:
>> Hi
>>
>> I spent some time looking at the enh of juan and the results are
>> really cool.
>> Thanks Juan
even cooler
PackageInfo allInstances
contains a lot of old references
FFI
SIXX
Tweak!
an Array(a PackageInfo(SMBase) a PackageInfo(SMLoader) a
PackageInfo(Kernel) a PackageInfo(Collections) a PackageInfo(Graphics)
a PackageInfo(Files) a
On Thu, Jul 23, 2009 at 4:35 AM, Igor Stasenko wrote:
> this message is never sent.
> In fact, one should answer true to #handlesMouseDown:
> to receive mouseUp events as well.
http://code.google.com/p/pharo/issues/detail?id=971
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Lambdas ar
On Wed, Jul 22, 2009 at 10:02 PM, Torsten Bergmann wrote:
> comment from Morphic-Windows-edc.2.mcz in http://source.squeak.org/trunk
>
> "Adds a nice speedup to window activation by removing a bit of code intended
> as optimization but actually causing significnt slowdowns when opening new
> wind
On Wed, Jul 22, 2009 at 10:35 PM, Stéphane
Ducasse wrote:
> Juan pointed to me the following CUIS fixes that could interest us.
> Now I feel not able to check that.
> Is there somebody good (SIG for example :)) that could spend some time
> on that?
http://code.google.com/p/pharo/issues/detail?id=9
>>
> Stef, i wish i could have more than a single life on that :)
Me too :)
> My current list of employment:
> - work on paid project(s)
> - work on own small project (will announce soon)
> - finish work on VM+Image Process Scheduling refactoring
gwenael could be interested in that since he is w
Yes all that should be filtered :)
Stef
On Jul 23, 2009, at 11:09 AM, Douglas Brebner wrote:
> Stéphane Ducasse wrote:
>> no space in names
>> sorry for van Neumann -> vanNeumann
>>
>>
> Also beware of non-letters like - and ' (dash and apostrophe) which
> can
> and do appear.
>> On Jul 23, 2
Stéphane Ducasse wrote:
> no space in names
> sorry for van Neumann -> vanNeumann
>
>
Also beware of non-letters like - and ' (dash and apostrophe) which can
and do appear.
> On Jul 23, 2009, at 12:58 AM, Douglas Brebner wrote:
>
>
>> Miguel Cobá wrote:
>>
>>> On Wed, Jul 22, 2009 at 2:
Yes marcus was trying to fix that when his graphic card fall apart
dead burn.
Stef
On Jul 23, 2009, at 9:47 AM, Damien Cassou wrote:
> There is a problem with this image: some packages are dirty (they have
> unsaved changes in Monticello).
>
> --
> Damien Cassou
> http://damiencassou.seasideh
On Jul 23, 2009, at 12:20 AM, Miguel Cobá wrote:
> On Wed, Jul 22, 2009 at 4:32 PM, Stéphane
> Ducasse wrote:
>>>
>>> Yes but I mean, in a clean core image, on first method save it asks
>>> for the initials,
>>> this is stored on the initials inst var of the singleton Author.
>>>
>>> But on the W
no space in names
sorry for van Neumann -> vanNeumann
Stef
On Jul 23, 2009, at 12:58 AM, Douglas Brebner wrote:
> Miguel Cobá wrote:
>> On Wed, Jul 22, 2009 at 2:53 PM, Stéphane
>> Ducasse wrote:
I can unify all the message sends to Author in the core image,
also I
can unify th
There is a problem with this image: some packages are dirty (they have
unsaved changes in Monticello).
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry
___
I would not add a license on a method level.
Stef
On Jul 22, 2009, at 11:38 PM, Miguel Cobá wrote:
> Also, check this bug in mantis
>
> http://bugs.squeak.org/view.php?id=6993
>
> It can be added to the author class also and unify them in a single
> place.
>
>
> On Wed, Jul 22, 2009 at 4:35 PM
I made a start on changing this class but didn't finish it. One thing
you should do is separate asking the developer for his name to
encoding it. So there should be a form with multiple input fields.
Then only internally do you apply the convention e.g. _ between
fields. Second the initials string
On Jul 22, 2009, at 23:59 , Nicolas Cellier wrote:
> This is what I get during the update:
>
> ThirtyTwoBitRegister doesNotUnderstand: #load:
>
> This is triggered by:
>
> MD5NonPrimitive>>initialize
> "MD5 initialize"
>
> "Obscure fact: those magic hex numbers that are hard to type i
42 matches
Mail list logo