Re: [Pharo-project] question about Issue 207: ImageSegment discoverActiveClasses strange error

2009-09-06 Thread sheridan
On Sep 5, 2009, at 10:46 , St?phane Ducasse wrote: > On Sep 5, 2009, at 3:10 AM, sheri...@sheridan-mahoney.com wrote: [...] > >> I have found a report that seems quite interesting, and have done >> some digging into the issue described here: >> http://code.google.com/p/pharo/issues/detail?id

Re: [Pharo-project] Impossible launc/use Lumiere

2009-09-06 Thread nullPointer
Do you know WPF? http://www.youtube.com/watch?v=4-T-yF3tXCc Oks, forget a moment that it is of Mocosoft :) I will like create something similar; nice 2d widgets and possibility of show, obviously, 3d I do not know even if to obtain it is possible, but i like will try :) Fernando olivero

Re: [Pharo-project] Debugger fixes was Re: Getting Pharo 1.0 released

2009-09-06 Thread Michael Roberts
Ok, i am updating the tracker on progress. cheers, Mike On Sun, Sep 6, 2009 at 5:16 PM, Stéphane Ducasse wrote: > I added >        addRepository39ToAllPackages to the latest scriptLoader version > so that when you add the squeak trunk you can merge > > Now the problem is that eliot was working on

Re: [Pharo-project] Building a VM and/or plugins

2009-09-06 Thread Schwab,Wilhelm K
Ken, That's interesting, and might be particularly so to anyone who cares about doing things efficiently on Windows. I say that because there is some perhaps dated literature from the NT days that dismantled the conventional wisdom that native threads always beat green threads. Basically, the

Re: [Pharo-project] CLFramework-UIBuilder

2009-09-06 Thread Rob Rothwell
Heh. With very little effort I created a window with a button, pushed the button, and got a nice "Hello World" in the Transcript... I always thought this was just what "Squeak" needed...regardless of the windowing framework (Morphic, Native, etc...). Take care, Rob On Sun, Sep 6, 2009 at 5:22

[Pharo-project] CLFramework-UIBuilder

2009-09-06 Thread nullPointer
i published the CLFramework package http://www.squeaksource.com/CLFramework.html Is totally alpha version, not valid for serious apps.The set of widgets of Polymoprh adapteds to designer is limited, and don´t works with normal mechanism as MorphicModel, else with events. I´m continue working in

Re: [Pharo-project] Impossible launc/use Lumiere

2009-09-06 Thread nullPointer
I released the package: http://www.squeaksource.com/CLFramework.html Not is a stable version; the code is ugly.And many things must be added and enhanced. I added new features; can be viewed here: Inlaying a view into another http://www.youtube.com/watch?v=L0dSuunKbEM Adding external files (i

[Pharo-project] Building a VM and/or plugins

2009-09-06 Thread Ken.Dickey
> "Schwab,Wilhelm K" ... > The question then becomes whether to connect to OpenSSL via FFI/Alien or to > make a plugin.  One absolute requirement is that the image not turn to > stone when an address is wrong, a peer crashes, or a router gets unplugged > w/o warning.  The most obvious solution to

[Pharo-project] [ann] PharoCore-1.0-10439-BETA

2009-09-06 Thread Marcus Denker
http://gforge.inria.fr/frs/download.php/23084/PharoCore-1.0-10439-BETA.zip -- Marcus Denker - http://marcusdenker.de PLEIAD Lab - Computer Science Department (DCC) - University of Chile ___ Pharo-project mailing list Pharo-project@lists.gforg

Re: [Pharo-project] [Esug-list] ESUG Pictures

2009-09-06 Thread Tudor Girba
Where exactly are they? :) Doru On 6 Sep 2009, at 20:53, Hernan Wilkinson wrote: > And here are the ones I took... > > On Sun, Sep 6, 2009 at 5:49 AM, James Foster > wrote: > http://picasaweb.google.com/WeybridgeWay/ESUG2009InBrestFrance# > > (Sorry for the cross-posting). > > Feel free to re

[Pharo-project] [update] #10439

2009-09-06 Thread Marcus Denker
10439 - Issue 606: Problem with FreeType set to HintingNormal Issue 1068: Mac: Quit from host menu not working anymore Issue 1167: Failing test: TraitTest>>testPrinting reports tagged Milestone-1.0 is down to 19! http://code.google.com/p/pharo/issues/list?q=milestone%3D1.0 --

Re: [Pharo-project] [squeak-dev] some thoughts on coding practices.

2009-09-06 Thread Stéphane Ducasse
> (2) I wanted to make a subclass, but then discovered RFBServer which I need actually hard codes a reference to InputEventSensor versus saying InputEventHandler defaultClass (or something) >> >> -> yes not hardcoding class is a good design and it should be >> re

Re: [Pharo-project] question about Issue 207: ImageSegment discoverActiveClasses strange error

2009-09-06 Thread Stéphane Ducasse
Sheridan if you want you can commit in the pharoTaskForces project. Like that your work is not mixed with the incoming flow of the inbox that I try to keep as clean as possible. > > >> On Sep 5, 2009, at 3:10 AM, sheri...@sheridan-mahoney.com wrote: > > [...] > >> >>> I have found a report that se

Re: [Pharo-project] [Esug-list] ESUG Pictures

2009-09-06 Thread Hernan Wilkinson
And here are the ones I took... On Sun, Sep 6, 2009 at 5:49 AM, James Foster wrote: > http://picasaweb.google.com/WeybridgeWay/ESUG2009InBrestFrance# > > (Sorry for the cross-posting). > > Feel free to reuse, comment, or contact me as needed :) > > James Foster >

Re: [Pharo-project] [squeak-dev] some thoughts on coding practices.

2009-09-06 Thread John M McIntosh
On 6-Sep-09, at 8:54 AM, Stéphane Ducasse wrote: >>> (2) I wanted to make a subclass, but then discovered >>> RFBServer which >>> I need actually hard codes a reference to InputEventSensor versus >>> saying >>>InputEventHandler defaultClass (or something) > > -> yes not hardco

[Pharo-project] Finding unpackaged methods

2009-09-06 Thread Schwab,Wilhelm K
Hello all, Are there any existing tools that will, for example, find all methods marked with a specific author and not in a given list of packages? At least I _think_ that's what I want :) I have been extending an install script that I used to initially create the image I am using, and it mig

Re: [Pharo-project] question about Issue 207: ImageSegment discoverActiveClasses strange error

2009-09-06 Thread Adrian Lienhard
On Sep 5, 2009, at 10:46 , Stéphane Ducasse wrote: > On Sep 5, 2009, at 3:10 AM, sheri...@sheridan-mahoney.com wrote: [...] > >> I have found a report that seems quite interesting, and have done >> some digging into the issue described here: >> http://code.google.com/p/pharo/issues/detail?id=207

Re: [Pharo-project] Debugger fixes was Re: Getting Pharo 1.0 released

2009-09-06 Thread Stéphane Ducasse
I added addRepository39ToAllPackages to the latest scriptLoader version so that when you add the squeak trunk you can merge Now the problem is that eliot was working on an old 3.9 image or croquet 3.8 and that we fixed a lot of things already. So merging his changes will not be that eas

Re: [Pharo-project] How do I get the user directory?

2009-09-06 Thread David T. Lewis
On Sun, Sep 06, 2009 at 02:11:01AM +0200, Damien Pollet wrote: > On Fri, Sep 4, 2009 at 11:02, John M > McIntosh wrote: > > you could set the SqueakTrustedDirectory to ~ in the info.plist > > > > I'm not sure how you would resolve ~ to the user's directory. Any > > takers? > > I think ~ is a notat

[Pharo-project] Fwd: [ANN]

2009-09-06 Thread Stéphane Ducasse
- Issue 1177: [Squeak] Simple orderedCollection creation support by n.cellier - Adding gradient example to BorderMorph - Issue 1096: Polymorph-Tools-Diff-nice.25 - Adding SimpleSwitchMorph in MorphicWidgets ___ Pharo-project mailing list Pharo-p

Re: [Pharo-project] Impossible launc/use Lumiere

2009-09-06 Thread Fernando olivero
I apologize for not answering sooner, i was offline after returning from the ESUG. I'm fixing now problems related to Lumiere, mostly regarding the texture folder missing. Tomorrow i'l send an email to the list, officially presenting lumiere, a brief description, tutorials and the of

[Pharo-project] OpenSSL

2009-09-06 Thread Schwab,Wilhelm K
Stef, Esteban, I would be very open to FFI but them immediately start to wonder about OS threads. From what I remember of the OpenSSL non-blocking calls, somebody else can do that part - I'll use threads. Dolphin has what are called overlapped calls that are made on a separate thread. Origin

Re: [Pharo-project] Issue with DisplayText and InterpreterSimulator

2009-09-06 Thread Andrey Larionov
Yes, i'm using pharo. On Sun, Sep 6, 2009 at 14:35, Adrian Lienhard wrote: > Without looking at the VMMaker code I guess that this is a DNU of the > message between:and: (the currentClass in lookupMethodClass: has > pointer 4, which is the nil object, so it seems the lookup failed). To > debug thi

Re: [Pharo-project] latest Pharo-dev... where are the refactoring tools?

2009-09-06 Thread Stéphane Ducasse
We hope that david will be able to offer a new compatible with OB package browser. stef On Sep 6, 2009, at 12:10 PM, Esteban Lorenzano wrote: > Hi, > I downloaded latest pharo dev (since a few versions ago), and I noted > the changes in the browsers, to O2Browser, and droping OBEnhancement > (wh

Re: [Pharo-project] Issue with DisplayText and InterpreterSimulator

2009-09-06 Thread Adrian Lienhard
Without looking at the VMMaker code I guess that this is a DNU of the message between:and: (the currentClass in lookupMethodClass: has pointer 4, which is the nil object, so it seems the lookup failed). To debug this, I would look what the receiver class is (i.e., 1171660) and then why it d

[Pharo-project] latest Pharo-dev... where are the refactoring tools?

2009-09-06 Thread Esteban Lorenzano
Hi, I downloaded latest pharo dev (since a few versions ago), and I noted the changes in the browsers, to O2Browser, and droping OBEnhancement (which was too slow, I think). The change is cool, we have faster browsers, but now I lost all those wonderful refactoring tools... Is there a way I can

Re: [Pharo-project] Building a VM and/or plugins

2009-09-06 Thread Esteban Lorenzano
+1 for Alien on the VM :) On 2009-09-06 04:49:14 -0300, Stéphane Ducasse said: > Hi > > I was discussing with john at esug and I think that FFI or Alien > should be in the image by default. > So I imagine that it would help you to get openSLL. > This way we could get platform widgets access (w

[Pharo-project] Debugger fixes was Re: Getting Pharo 1.0 released

2009-09-06 Thread Michael Roberts
Ok Eliot has applied them to the squeak trunk. I'm not near a big enough machine so I'll look later tonight but if anyone is keen please make a start. Cheers mike On Sunday, September 6, 2009, Stéphane Ducasse wrote: > good idea! > would be nice that 1.0 got them > Stef > > On Sep 5, 2009, at 11

Re: [Pharo-project] ESUG'09 photos

2009-09-06 Thread Damien Pollet
On Sun, Sep 6, 2009 at 09:59, Stéphane Ducasse wrote: > your pictures are really really cool! > I would like to have some of them of me and related :) Just take them, they are under the same license as SBE / PBE. Or ask me for the raw files, but that's 10MB each :) > On Sep 6, 2009, at 1:59 AM,

[Pharo-project] ESUG Pictures

2009-09-06 Thread James Foster
http://picasaweb.google.com/WeybridgeWay/ESUG2009InBrestFrance# (Sorry for the cross-posting). Feel free to reuse, comment, or contact me as needed :) James Foster ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.

Re: [Pharo-project] ESUG'09 photos

2009-09-06 Thread Stéphane Ducasse
damien your pictures are really really cool! I would like to have some of them of me and related :) Stef On Sep 6, 2009, at 1:59 AM, Damien Pollet wrote: > Hi all, > > My photos of the conference should be online and fully uploaded to > Flickr at > http://www.flickr.com/photos/damienpollet/col

Re: [Pharo-project] [squeak-dev] some thoughts on coding practices.

2009-09-06 Thread Stéphane Ducasse
>> (a) I need really to extend or subclass InputEventSensor >> >> (1) I'm not really sure how to best add instance variables to >> InputEventSensor via MC. > > Monticello unfortunately doesn't support that. I discussed with goran because deltastream supports that. And indeed in smalltalk the

Re: [Pharo-project] Getting Pharo 1.0 released

2009-09-06 Thread Stéphane Ducasse
good idea! would be nice that 1.0 got them Stef On Sep 5, 2009, at 11:02 PM, Michael Roberts wrote: > Hi Stef, I am waiting... he suggested I bug him ;-) which I will do > > cheers, > Mike > > On Fri, Sep 4, 2009 at 8:51 AM, Stéphane > Ducasse wrote: >> Did eliot issue them? >> >> >> >>> on the d

Re: [Pharo-project] Building a VM and/or plugins

2009-09-06 Thread Stéphane Ducasse
Hi I was discussing with john at esug and I think that FFI or Alien should be in the image by default. So I imagine that it would help you to get openSLL. This way we could get platform widgets access (with as fallback FileList and others). We should really think about that for 1.1 Of course