[Seaside] Problems with FFI and desktop

Torsten Bergmann astares at gmx.de
Sun Feb 21 09:40:40 UTC 2010


FFI is and ever was working in Pharo. Unfortunately last week an
mcz was removed from the original repo so an older FFI version
for Metacello was broken. 


So Pharo just use Metacello to load FFI:

  Gofer new
     squeaksource: 'MetaSource';
     package: 'ConfigurationOfFFI';
     load.

  ((Smalltalk at: #ConfigurationOfFFI) project version: '1.2') load


>By the way, I am not able to access desktop from File Browser; is it 
>correct?  

If you mean the Desktop as a folder on Windows:

The Desktop as a root in the Windows Explorer tree is only a fake -
typically it is a normal folder in the filsystem hierarchy. For instance
on Vista you could go to

  C:\Users\MyLoginName\Desktop


-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01


More information about the seaside mailing list