[vwnc] embed native Mac OS X Panels in VW windows

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

[vwnc] embed native Mac OS X Panels in VW windows

Rob Vens-2
Has anyone done this? I have done it often in Windows, but I am currently at a loss on how to achieve this under Mac OS X.
Essentially I would love to embed a Cocoa widget in a Smalltalk wrapper in a Smalltalk window, and access this embedded element; through the Objective C interface I guess would be easiest.
Is this possible, and has anyone done this? Could you send me some example code for it?

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] embed native Mac OS X Panels in VW windows

Antony Blakey-2

On 03/10/2009, at 10:54 PM, Rob Vens wrote:

> Has anyone done this? I have done it often in Windows, but I am  
> currently at a loss on how to achieve this under Mac OS X.
> Essentially I would love to embed a Cocoa widget in a Smalltalk  
> wrapper in a Smalltalk window, and access this embedded element;  
> through the Objective C interface I guess would be easiest.
> Is this possible, and has anyone done this? Could you send me some  
> example code for it?

I have embedded WebKit as a codeTool in the browser. It is very easy,  
and although it involved some external Objective-C code, you should be  
able to do the same thing purely in-image using the Objective-C  
support now available in VW.

Alas, I no longer have the code, although Thomas Brodt <[hidden email]
 > had some of my code, so maybe he can forward it to you if he still  
has it.

Antony Blakey
-------------
CTO, Linkuistics Pty Ltd
Ph: 0438 840 787

In anything at all, perfection is finally attained not when there is  
no longer anything to add, but when there is no longer anything to  
take away.
   -- Antoine de Saint-Exupery


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc