Re: [Pharo-project] Networking on images running on 64 bit OSes.

2009-08-23 Thread Miguel Enrique Cobá Martinez
El dom, 23-08-2009 a las 18:40 -0500, Miguel Enrique Cobá Martinez escribió: > Is someone working on issues: > > http://code.google.com/p/pharo/issues/detail?id=1031 > http://code.google.com/p/pharo/issues/detail?id=961 > http://code.google.com/p/pharo/issues/detail?id=794 > > Without them fixed

[Pharo-project] Networking on images running on 64 bit OSes.

2009-08-23 Thread Miguel Enrique Cobá Martinez
Is someone working on issues: http://code.google.com/p/pharo/issues/detail?id=1031 http://code.google.com/p/pharo/issues/detail?id=961 http://code.google.com/p/pharo/issues/detail?id=794 Without them fixed the in-image network doesn't work. CPU: intel CPU arch: x86 OS: Debian GNU/Linux i386 OS a

Re: [Pharo-project] Recursion - should there be a limit?

2009-08-23 Thread Michael van der Gulik
On Sun, Aug 23, 2009 at 4:50 AM, Schwab,Wilhelm K wrote: > Hello all, > > I (stupidly) created a runaway recursion that happened to be in a Seaside > app that uses LDAPLayer, and that is currently using drives shared over a > pre-production vpn from a 64 bit Ubuntu system. Hopefully you won't thi

Re: [Pharo-project] over bloated image workaround

2009-08-23 Thread Igor Stasenko
2009/8/23 Stéphane Ducasse : > the goal of pharo is also to avoid VW runtime packager (because the > package tries to statically find how to reduce > image size which is ***really*** difficult in a dynamic language. > Now Pavel got a 2mb image based on pharo: I imagine that we will be > able to sta

Re: [Pharo-project] Offscreen drawing...

2009-08-23 Thread John M McIntosh
Lawson, the browswer plugin logic does this type of interaction. The x11 unix running as a separate process draws to the X11window of the browser process, and uses pipes to coordinate data, movement of UI commands file upload/ download requests. The Window's version does a similar things I bel

Re: [Pharo-project] [BUG]NewInspector(Object)>>doesNotUnderstand: #extent:

2009-08-23 Thread Damien Cassou
On Sun, Aug 23, 2009 at 11:41 AM, wrote: > I opened a Pharo1.0-10418-BETAdev09.08.2 image, opened a class browser, > right-clicked the title bar of the System Browser, and selected Inspect. > An inspector opens (successfully), as well as a DNU that NewInsecptor > does not understand the message 'e

Re: [Pharo-project] over bloated image workaround

2009-08-23 Thread Esteban Lorenzano
+1 On 2009-08-23 10:55:01 -0300, Stéphane Ducasse said: > the goal of pharo is also to avoid VW runtime packager (because the > > package tries to statically find how to reduce > image size which is ***really*** difficult in a dynamic language. > Now Pavel got a 2mb image based on pharo: I ima

Re: [Pharo-project] over bloated image workaround

2009-08-23 Thread Stéphane Ducasse
the goal of pharo is also to avoid VW runtime packager (because the package tries to statically find how to reduce image size which is ***really*** difficult in a dynamic language. Now Pavel got a 2mb image based on pharo: I imagine that we will be able to start from this one to build up pharo

Re: [Pharo-project] over bloated image workaround

2009-08-23 Thread Adrian Lienhard
On Aug 23, 2009, at 03:14 , Carlos Crosetti wrote: > Mariano, Ivery value those scripts! > > My image is small, but anyway I couldn't resist the challenge and > tried so > far, > I got my image shrunk down from 20.7mb to 18.2mb. > > This is probably a candidate for extending something I may > ca

[Pharo-project] [BUG]NewInspector(Object)>>doesNotUnderstand: #extent:

2009-08-23 Thread roel . wuyts
I opened a Pharo1.0-10418-BETAdev09.08.2 image, opened a class browser, right-clicked the title bar of the System Browser, and selected Inspect. An inspector opens (successfully), as well as a DNU that NewInsecptor does not understand the message 'extent:'. Browsing around a bit shows that it exp

[Pharo-project] VMMakerTool >>DoesNotUnderstand ModalFolderSelector

2009-08-23 Thread jean baptiste arnaud
Hi, I would like use VMMaker on Pharo. I resolve all dependency for the VMMaker Package : -FFI,(ScriptLoader loadFFI.) -Speech find in "Unstable Squeak" package from squeaksource -Finally i install VMMaker from squeaksource VMMaker seems work correctly but not this UI. When load the VMMakerTool,

[Pharo-project] Offscreen drawing...

2009-08-23 Thread Lawson English
Is there a way to render into an offscreen buffer where the actual host hardware's address is specified? I realize that at the level of implementing the hooks for the VM, this must be possible, but is it [easily] possible to redirect the memory space that Squeak renders to at runtime, rather th