From: "Arms, Mike" <[EMAIL PROTECTED]>
> Jenda Krynicky ([EMAIL PROTECTED]) write:
> > Mike Arms writes:
> > > Normally we just want to to just start our browsing for
> > > a directory from a given start point (e.g. last save dir,
> > > current dir, some arbitrary app dir, etc.) but let the user
> > > fully navigate the full file system.
> > 
> > I've reviewed the docs and it seems the only way to do this is to
> > pass the SHBrowseForFolder call a callback that will respond to a
> > BFFM_INITIALIZED message, respond with BFFM_SETSELECTION and path of
> > the folder to select. Awfull. And currently AFAIK not possible with
> > Win32::API. I guess I'll have to use FFI instead of Win32::API for
> > this.
> > 
> > Did anyone already try to convert Win32::API calls to FFI? It seems
> > that it should be easy.
> 
> What is FFI? I am not familiar with it.

Something like Win32::API.
http://search.cpan.org/author/PMOORE/FFI-1.00/FFI.pm

It should allow me to specify the callback.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to