There is a bug in there some where. Some people report it work, it works here, but then sometimes it does not work. I'll devote some time to it later tonight.
I'f you saw Stéphane comment: > /Applications/Squeak/Squeak500b96432.app/Contents/MacOS/Squeak > PharoCore-1.0-10503rc1.1.image test.st > 2010-01-03 11:40:32.135 Squeak[46852:903] Can't open input server > /Library/InputManagers/Inquisitor > 2010-01-03 11:40:32.139 Squeak[46852:903] openFile state 1 with file > PharoCore-1.0-10503rc1.1.image > 2010-01-03 11:40:32.139 Squeak[46852:903] openFile state 0 with file test.st The 2010-01-03 11:40:32.139 Squeak[46852:903] openFile state 1 with file PharoCore-1.0-10503rc1.1.image 2010-01-03 11:40:32.139 Squeak[46852:903] openFile state 0 with file test.st are debug messages I have in the VM to print what is going on. The VM is given documents to open when it launches and later when you do things like drag and drop, or double-cllick an image. It has to open the first image it sees, it has to pass on other documents for processing by the startup logic or drag or drop. Or it has to decide the document is an image file and we've one open already so we need to launch another virtual machine process to open the image the guy want's open. On 2010-01-04, at 9:48 AM, Mariano Martinez Peck wrote: > > > On Mon, Jan 4, 2010 at 3:33 PM, Simon Michael <[email protected]> wrote: > John, thanks for the more precise directions (yesterday I gave up in > confusion). To encourage other mac users to switch, here's the exact url: > > ftp://ftp.smalltalkconsulting.com/experimental/64bit/32bitImage*64bitVM/Squeak%2064-32%205.2b2.app.zip > > I've made this my default vm and so far so good (I can open and operate a > bunch of my images). > > But at the same time??? I cannot open more than one image at the same time > with this version. When I try to open the second one, it is not open and even > more, no matter what OS windows I have focus, it goes to the first image. It > is like if it thinks that it has already opened the image. > > Cheers > > Mariano > > > I'm looking forward to apple-Q, apple-H etc working. > > Thanks for the shiny new vm! > -Simon > > > > -- =========================================================================== John M. McIntosh <[email protected]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ===========================================================================
_______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
