How do FExplorer view files?

Login to reply to this topic.
Sun, 2006-05-07 04:21
Joined: 2005-11-30
Forum posts: 29
FExplorer is an amazing application, I wonder how it view files from browser view: User select an audio/video/image/or other files, application will try to find an appropriate program to view the selected file, how can it do this?
Besides this, Fexplorer will return to previous view after closing the view screen.

Sun, 2006-05-07 07:17
Joined: 2004-11-29
Forum posts: 1246
Re: How do FExplorer view files?
The finding of appropriate program is built into symbian, so FExplorer doesn't really have to do anything but tell symbian to lauch the file/app/etc.

Mon, 2006-08-07 14:49
Joined: 2005-11-30
Forum posts: 29
Re: How do FExplorer view files?
How to do this?what is the API exactly?

Thank you!
Mon, 2006-08-07 15:35
Joined: 2005-08-08
Forum posts: 88
Re: How do FExplorer view files?
RApaLsSession.StartDocument() : "Finds and launches an application to handle the document contained in the specified file."  from Symbian SDK
Tue, 2006-08-08 02:46
Joined: 2005-11-30
Forum posts: 29
Re: How do FExplorer view files?
Thank you!
  • Login to reply to this topic.