April 14, 2016
6:39 a.m.
The documentation is on github under PharoProgress people should issues pull requests Le 14/4/16 01:15, Ben Coman a écrit :
On Wed, Apr 13, 2016 at 10:04 PM, Rob Rothwell <r.j.rothwell@gmail.com> wrote:
# Usage
WebBrowser openOn: 'http://www.pharo.org'
Fantastic...this is a nice example of using UFFI to call a LibC command, and since it is just using open(1), you can also do something like:
WebBrowser openOn: '/users/rob/desktop/enterprisepharo.pdf'
To generically open a file!
Take care,
Rob btw, the might be good for the UFFI documentation to list a few reference projects using it. cheers -ben