I would like to know if it is possible to embed a browser in Smalltalk version 4.5?
Thanks,
Ted
Sun, 03 Apr 2005 15:10:01 GMT
Gerald Zinck #2 / 3
Smalltalk version 4.5 and browser
Ted, it depends on which Smalltalk you mean. Squeak already contains a browser (although not full featured). I once embedded a third-party browser OCX in an IBM Smalltalk program (worked well). I also think that it must be possible to integrate MSIE as an OLE object into a VAST window.
regards Gerald
Quote:
> I would like to know if it is possible to embed a browser in Smalltalk version 4.5?
> Thanks,
> Ted
Tue, 05 Apr 2005 05:54:48 GMT
Marten Feldtman #3 / 3
Smalltalk version 4.5 and browser
You can integrate the OCX of MSIE or Mozilla within VAST/Windows. The OCX of Mozilla has to be registered manually after installation of Mozilla, but uses the same "API-interface" as the MSIE.
Marten
Gerald Zincke schrieb:
Quote:
> Ted, > it depends on which Smalltalk you mean. > Squeak already contains a browser (although not full featured). > I once embedded a third-party browser OCX in an IBM Smalltalk program > (worked well). > I also think that it must be possible to integrate MSIE as an OLE object > into a VAST window.
> regards > Gerald
>> I would like to know if it is possible to embed a browser in Smalltalk >> version 4.5?