Example of browseForFile();

Forums » General Opera topics » Opera Widgets

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

3. June 2010, 19:39:32

turbos11

Banned user

Example of browseForFile();

Can you know any widget that use opera.io.filesystem.browseForFile()?
I have problem with this. I add this line
<feature name="http://xmlns.opera.com/fileio"> <param name="folderhint" value="home" /> </feature>
to config.xml.
I have problem with alert("dd"). In html it work in widged don't work. It is normal?
Any trick in development/debugging widget? Im new opera user.

3. June 2010, 21:16:17 (edited)

WebSinner

Widgets of Master

Posts: 881

Look here http://files.myopera.com/WebSinner/widget/oBoobs.wgt for save

Here for load http://widgets.opera.com/widget/14982/

here for load http://widgets.opera.com/widget/18252/

Official demo http://dev.opera.com/libraries/fileio/FileIO-examples.zip

Official doc's http://dev.opera.com/libraries/fileio/FileIO.zip


^ I have problem with alert("dd")
Use console error and

opera.postError('Message')

<widget file="yes" network="public">

</widget>

Forums » General Opera topics » Opera Widgets