Pushed Cocoa Macintosh VM Squeak 64-32 5.7b1

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Pushed Cocoa Macintosh VM Squeak 64-32 5.7b1

johnmci
Squeak 64-32 5.7b1.app.zip

Follow the macintosh link from http://www.squeakvm.org/index.html

This VM is built using the current (June 15th, 2010 version of VMMaker.
This VM is setup to run in 32bit mode with a 32bit image.
This VM uses the same plugins (excluding the 32/64bit FT2Plugin) as the 4.2.5b1 VM.

I would suggest people take it for a spin, observe menu handling, drawing, sockets, file i/o, drag and drop, cmd line interface & sound.
I'd like to move away from the 4.x.x VM to 5.x.x as we move towards getting things running on the iPad.
So your help is needed to shake out the bugs.

I've set the get Info to say to launch in 32bit Mode. This lets us use the existing plugins.

If you really want to flip to 64bit execution mode you can uncheck the box.  You will get a dialog at startup, and only the FT2Plugin is certified to work in 64bit mode. Things will run slower but maybe you'll think it's faster...

Features:
On resize we mangle the window bits (oh well). No doubt some more reading is required.
We don't support 8bit video mode, oh likely only 32bit works.  
--
===========================================================================
John M. McIntosh <[hidden email]>   Twitter:  squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================







smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Pushed Cocoa Macintosh VM Squeak 64-32 5.7b1

Bert Freudenberg

On 16.06.2010, at 09:19, John M McIntosh wrote:

> Squeak 64-32 5.7b1.app.zip
>
> Follow the macintosh link from http://www.squeakvm.org/index.html
>
> This VM is built using the current (June 15th, 2010 version of VMMaker.
> This VM is setup to run in 32bit mode with a 32bit image.
> This VM uses the same plugins (excluding the 32/64bit FT2Plugin) as the 4.2.5b1 VM.
>
> I would suggest people take it for a spin, observe menu handling, drawing, sockets, file i/o, drag and drop, cmd line interface & sound.
> I'd like to move away from the 4.x.x VM to 5.x.x as we move towards getting things running on the iPad.
> So your help is needed to shake out the bugs.

I'm going to use it for now.

Does it support the browser plugin too? The next Etoys is going to be released in September, feature freeze in July. If this made the plugin work in 64 bit Safari, that would be a good reason to update. Although maybe the plugin is unrelated?

> I've set the get Info to say to launch in 32bit Mode. This lets us use the existing plugins.
>
> If you really want to flip to 64bit execution mode you can uncheck the box.  You will get a dialog at startup, and only the FT2Plugin is certified to work in 64bit mode. Things will run slower but maybe you'll think it's faster...
>
> Features:
> On resize we mangle the window bits (oh well). No doubt some more reading is required.
> We don't support 8bit video mode, oh likely only 32bit works.  

Yes only 32 bit works.

The draggable image icon in the title bar should be removed, IMHO.

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: Pushed Cocoa Macintosh VM Squeak 64-32 5.7b1

Bert Freudenberg

On 16.06.2010, at 15:11, Bert Freudenberg wrote:

>
> On 16.06.2010, at 09:19, John M McIntosh wrote:
>
>> Squeak 64-32 5.7b1.app.zip
>>
>> Follow the macintosh link from http://www.squeakvm.org/index.html
>>
>> This VM is built using the current (June 15th, 2010 version of VMMaker.
>> This VM is setup to run in 32bit mode with a 32bit image.
>> This VM uses the same plugins (excluding the 32/64bit FT2Plugin) as the 4.2.5b1 VM.
>>
>> I would suggest people take it for a spin, observe menu handling, drawing, sockets, file i/o, drag and drop, cmd line interface & sound.
>> I'd like to move away from the 4.x.x VM to 5.x.x as we move towards getting things running on the iPad.
>> So your help is needed to shake out the bugs.
>
> I'm going to use it for now.
>
> Does it support the browser plugin too? The next Etoys is going to be released in September, feature freeze in July. If this made the plugin work in 64 bit Safari, that would be a good reason to update. Although maybe the plugin is unrelated?
>
>> I've set the get Info to say to launch in 32bit Mode. This lets us use the existing plugins.
>>
>> If you really want to flip to 64bit execution mode you can uncheck the box.  You will get a dialog at startup, and only the FT2Plugin is certified to work in 64bit mode. Things will run slower but maybe you'll think it's faster...
>>
>> Features:
>> On resize we mangle the window bits (oh well). No doubt some more reading is required.
>> We don't support 8bit video mode, oh likely only 32bit works.  
>
> Yes only 32 bit works.
>
> The draggable image icon in the title bar should be removed, IMHO.
>
> - Bert -

Just noticed drag-and-drop does not work. While dragging a text file over the Squeak window, the line dragged from the Finder moved sluggishly, as if it tried to check something. The window did not get its familiar black border though. And after letting go, it rejected the drop, the line slid back to the Finder.

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: Pushed Cocoa Macintosh VM Squeak 64-32 5.7b1

johnmci

On 2010-06-18, at 10:27 AM, Bert Freudenberg wrote:
> Just noticed drag-and-drop does not work. While dragging a text file over the Squeak window, the line dragged from the Finder moved sluggishly, as if it tried to check something. The window did not get its familiar black border though. And after letting go, it rejected the drop, the line slid back to the Finder.
>
> - Bert -

Ok, what is the full name of the file including extensions, and what type of file is it?  'foo.txt'  an ascii text file  'foo.text' a utf8 textual data file?


--
===========================================================================
John M. McIntosh <[hidden email]>   Twitter:  squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================







smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Pushed Cocoa Macintosh VM Squeak 64-32 5.7b1

Bert Freudenberg

On 18.06.2010, at 19:44, John M McIntosh wrote:

>
> On 2010-06-18, at 10:27 AM, Bert Freudenberg wrote:
>> Just noticed drag-and-drop does not work. While dragging a text file over the Squeak window, the line dragged from the Finder moved sluggishly, as if it tried to check something. The window did not get its familiar black border though. And after letting go, it rejected the drop, the line slid back to the Finder.
>>
>> - Bert -
>
> Ok, what is the full name of the file including extensions, and what type of file is it?  'foo.txt'  an ascii text file  'foo.text' a utf8 textual data file?

kMDItemContentCreationDate     = 2010-06-18 18:50:06 +0200
kMDItemContentModificationDate = 2010-06-18 18:50:06 +0200
kMDItemContentType             = "dyn.ah62d4um4ge81g7a"
kMDItemContentTypeTree         = (
    "com.apple.traditional-mac-plain-text",
    "public.plain-text",
    "public.text",
    "public.data",
    "public.item",
    "public.content"
)
kMDItemDisplayName             = "Collection-ifEmpty.st"
kMDItemFSContentChangeDate     = 2010-06-18 18:50:06 +0200
kMDItemFSCreationDate          = 2010-06-18 18:50:06 +0200
kMDItemFSCreatorCode           = "R*ch"
kMDItemFSFinderFlags           = 0
kMDItemFSHasCustomIcon         = 0
kMDItemFSInvisible             = 0
kMDItemFSIsExtensionHidden     = 0
kMDItemFSIsStationery          = 0
kMDItemFSLabel                 = 0
kMDItemFSName                  = "Collection-ifEmpty.st"
kMDItemFSNodeCount             = 0
kMDItemFSOwnerGroupID          = 501
kMDItemFSOwnerUserID           = 501
kMDItemFSSize                  = 248
kMDItemFSTypeCode              = "TEXT"
kMDItemKind                    = "Plain text document"
kMDItemLastUsedDate            = 2010-06-18 18:50:54 +0200
kMDItemUsedDates               = (
    "2010-06-18 00:00:00 +0200"
)


- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: Pushed Cocoa Macintosh VM Squeak 64-32 5.7b1

Bert Freudenberg
In reply to this post by johnmci
One more issue:

PgUp/PgDown keys do not generate their proper stroke code (11/12) but act like arrow up/down keys.

- Bert -