Search Results

Forums » Opera Community » Search » Results

Post Author Forum Thread Posted Relevance
new posts Post #14377492

You could try Settings ->Preferences -> Advanced -> Security > Updates [Do not check for updates], but I doubt it will work, and you will disable updates of the browser itself in the process.…

For_d Opera extensions extension automatic update Fri at 7:16 0 percent
new posts Post #14367522 [author]

We're noticing quite a lot of errors coming from using the Convert button on the site, but it's hard to see from the logs sometimes what the context is. If anyone could share their experience, tha ...…

For_d Opera extensions Errors when using the "Convert" button? Jun 12 at 10:21 0 percent
new posts Post #14363232

It's the "Supported APIs" part here: http://dev.opera.com/extension-docs/tut_architecture_overview.html…

For_d Opera extensions ActiveTab permission Jun 11 at 15:04 0 percent
new posts Post #14362652

We've seen this, and we're trying to get them as soon as possible. Sorry for the inconvenience.…

For_d Opera extensions Help!!! I accidentally deleted my extension from the catalog - Can someone please restore it?>?? Jun 11 at 12:58 0 percent
new posts Post #14358342

We've seen this request. We'll try to get it restored, hopefully tomorrow. We're also looking into the making the UI here better. Very sorry for the inconvenience. …

For_d Opera extensions I accidentally deleted my extension from the catalog Jun 10 at 15:26 0 percent
new posts Post #14344192

Sorry. The documentation page is incorrect in this case. We do not support declarativeWebRequest. A fix that will land soonish on the web site should show a better error message.…

For_d Opera extensions Permission 'declarativeWebRequest' is unknown Jun 7 at 12:52 0 percent
new posts Post #14076722

Sorry about this. There is a bug in our system where packages don't get deleted in some cases when all versions of it are deleted. I have deleted your package completely now, which should free up ...…

For_d Opera extensions HELP!! Deleted my extension. Can't upload new version of the file anymore. Apr 4 at 12:29 0 percent
new posts Post #13651232

Ahem. Yes, thank you. Sorry for the late reply, but was fighting an editing bug. I've now marked the FAQ to be of historical interest only. As a former widget docs writer, thanks for staying with ...…

For_d Opera Widgets sticky FAQ - Frequently Asked Questions about Opera Widgets Jan 9 at 15:36 0 percent
new posts Post #13433112

Ratings are based on a Bayesian formula, which relates the ratings of each extension to the average on the entire site. It takes a few ratings to raise or lower the computed rating of each extensi ...…

For_d Opera extensions How's this possible? / Extensions average rates incorrent Nov 21 2012 0 percent
new posts Post #11715172

I see now that you did, I just didn't read carefully enough, sorry. You'll have to unzip the widget and dig into the JS code to find where it's actually rendering the feed content. It sounds as th ...…

For_d Opera Widgets Problems rendering RSS feed in widget Feb 27 2012 0 percent
new posts Post #11666262

As you say, it seems the HTML source code isn't being rendered as such, but just displayed as pure text. It's a bit hard to advise you without knowing if you made the widget yourself, or made one ...…

For_d Opera Widgets Problems rendering RSS feed in widget Feb 20 2012 0 percent
new posts Post #8551742

Opera's handling of the RSS feed is broken. My most recent entry in it (though this is true for every entry) has this URL at the bottom for me to click on: https://addons.opera.com/addons/exten ...…

For_d Opera extensions sticky Help us improve the Opera extensions catalog Feb 3 2011 0 percent
new posts Post #7573062

Make sure that the filename and location of the script matches the actual name and path in the script element. You call it "Calc.Js" in your code quote, but I assume the extra "." is a mistake. If ...…

For_d Opera Widgets Can't figure this out Nov 3 2010 0 percent
new posts Post #7562402

Take a look in the Error Console or in Dragonfly to see if there are any JS errors occurring.…

For_d Opera Widgets Can't figure this out Nov 2 2010 0 percent
new posts Post #7482752

Sort by newest is now implemented and will go live with the next deployment. Don't know exactly when that will be yet.…

For_d Opera extensions sticky Help us improve the Opera extensions catalog Oct 26 2010 0 percent
new posts Post #4889481

Open the config.xml of the widget. You should find the version there, if the author has not included it in the widget view itself.…

For_d Opera Widgets How do I find out what version of a widget I have? Mar 29 2010 0 percent
new posts Post #4885841

You generally cannot -put- a widget into landscape mode, but you can make the widget react if the phone supports changing orientation. The resolution event is fired on the widget object when the d ...…

For_d Opera Widgets Hide soft keys/ Landscape mode Mar 29 2010 0 percent
new posts Post #4885721

* Cross-origin fetching of data, i.e., you can do Ajax to other places than the host the Web page is served from. * Application-like behavior: Separate window with chrome, startable from the star ...…

For_d Opera Widgets Can widgets access Opera data like open tabs / locations? Mar 29 2010 0 percent
new posts Post #4152681 [author]

Opera Widgets are made using Web standards, the same technology used to build Web pages. This ensures that they work on all platforms and operating systems, as well as providing developers with a ...…

For_d Archived Article Discussions The Opera Widget runtime for Desktop Feb 9 2010 0 percent
new posts Post #4151791 [author]

This article shows you how to debug widgets running on your mobile phone. Using Opera Dragonfly, you can view, stop and step into code in widgets running on the device from the desktop instance. ...…

For_d Archived Article Discussions Remote debugging of widgets on mobile devices Feb 9 2010 0 percent
new posts Post #4147171 [author]

Widget control buttons ensure that a consistent set of basic controls – Move, context menu, Minimize and Close – are available in all widgets in “Widget” mode. See the top-right of Figure 1 for an ...…

For_d Archived Article Discussions Widget control buttons Feb 9 2010 0 percent
new posts Post #3950371

I honestly don't know. I've asked for tips, but haven't gotten any.…

For_d Opera Widgets google translator freezes ubuntu (karmic) Jan 22 2010 0 percent
new posts Post #3933061

Whatever the browser version supports. See http://www.opera.com/docs/specs/.…

For_d Opera Widgets Opera Widgets Compatibility Jan 20 2010 0 percent
new posts Post #3931581

Let me be more specific: An Opera version that supports widgets, i.e. Opera Mobile, is not available on IPhone. :-)…

For_d Opera Widgets Widgets on iPhone Jan 20 2010 0 percent
new posts Post #3908751

I'm trying this: http://widgets.opera.com/widget/6580/ I can reproduce my problem, but not yours. May be worth looking through X logs to see what may be the problem.…

For_d Opera Widgets google translator freezes ubuntu (karmic) Jan 18 2010 0 percent
new posts Post #3883621

Sorry for the mis-quote. There is no standard CSS for this. The - prefix in itself means it's proprietary/for testing. It's a feature of Apple Dashboard widgets. Back in the day when Opera Widge ...…

For_d Opera Widgets How to prevent widget from moving on click+drag Jan 15 2010 0 percent
new posts Post #3883041

By using control regions in CSS: -apple-dashboard-region:dashboard--region(control rectangle 0px 0px 0px 0px); The pixels are "padding" on the element where there are no control-regions.…

For_d Opera Widgets How to prevent widget from moving on click+drag Jan 15 2010 0 percent
new posts Post #3881001

I've seen an issue where clicking a combo box "freezes" the Opera UI in the sense that you can only navigate in the combo box with the arrow keys and enter to confirm a choice, after doing so, I c ...…

For_d Opera Widgets google translator freezes ubuntu (karmic) Jan 15 2010 0 percent
new posts Post #3862761

Good idea! :-) I plan to fix it up, just have a lot to do right now.…

For_d Opera Widgets downloading images from a webpage Jan 13 2010 0 percent
new posts Post #3842571

Thanks. I've raised this with the relevant people internally.…

For_d Opera Widgets Must opera.io.filesystem.browseForDirectory() return a dir if called with onMouseMove? Jan 11 2010 0 percent
new posts Post #3840821

SpShut: Which version are you trying this on?…

For_d Opera Widgets Must opera.io.filesystem.browseForDirectory() return a dir if called with onMouseMove? Jan 11 2010 0 percent
new posts Post #3803891

If you visit http://widgets.opera.com with the browser on your phone, you should get served widgets that are suitable for your phone.…

For_d Opera Widgets widgets- opera mobile Jan 7 2010 0 percent
new posts Post #3781621

Every widget you've tried has this behavior? Are there any message in the error console? (Tools > Advanced > Error console, clear the console before installing). How are you installing the widgets ...…

For_d Opera Widgets broken widgets on opera 9.01 Jan 5 2010 0 percent
new posts Post #3772151

Widgets are currently not supported on Opera Mini.…

For_d Opera Widgets widgets for mobile Jan 4 2010 0 percent
new posts Post #3559341

This means that the embedded object can only reference URLs that are allowed by the security policy. But if you haven't actually added a security element to config.xml, the default security model ...…

For_d Opera Widgets Embed videos without Flash Dec 14 2009 0 percent
new posts Post #3558961

Opera is not available on the IPhone.…

For_d Opera Widgets Widgets on iPhone Dec 14 2009 0 percent
new posts Post #3558681

This is possible on the T-Mobile Web'n'Walk platform. There are also JIL System APIs on some Vodadone handsets available to widgets. Beyond this, there is a W3C Device API working group working on ...…

For_d Opera Widgets Is it possible to make phone calls and send SMS using mobile's capabilities? Dec 14 2009 0 percent
new posts Post #3530121

In theory, you should be able to use and like you do in any Web page.…

For_d Opera Widgets Embed videos without Flash Dec 11 2009 0 percent
new posts Post #3529131

Please make a proper post, rather than post in a random thread.…

For_d Opera Widgets sticky FAQ - Frequently Asked Questions about Opera Widgets Dec 11 2009 0 percent
new posts Post #3415681

I'll give it a review and update it. There's probably more stuff that should be mentioned now with the Alpha of the Desktop WRT. If anyone have suggestions for Q&As to add, feel free to suggest.…

For_d Opera Widgets sticky FAQ - Frequently Asked Questions about Opera Widgets Dec 1 2009 0 percent
new posts Post #3230832

Guys, We're aware of the backlog. It's a combo of new people, a large internal event, some swine flu, and some increased interest in development. We're going to put extra resources on the appro ...…

For_d Opera Widgets Approval please? Nov 19 2009 0 percent
new posts Post #3196472

Can you describe this notion of a "family of widgets" a bit more? I'm assuming you don't mean updates of the same widget?…

For_d Opera Widgets Launch widget from app Nov 16 2009 0 percent
new posts Post #3182504

K, we've confirmed this as a bug. Hoping to get a fix in newer public builds with Unite.…

For_d Archived Opera Unite Development Discussions opera.io.webserver.addEventListener('dir/item', …, …) not working Nov 13 2009 0 percent
new posts Post #3181365

Is the event ignored when you don't have a _request handler?…

For_d Archived Opera Unite Development Discussions opera.io.webserver.addEventListener('dir/item', …, …) not working Nov 12 2009 0 percent
new posts Post #3178260

If this comes from native system APIs, then these are not available in widgets, I'm afraid.…

For_d Opera Widgets Can I get WMI information with an Opera widget? Nov 9 2009 0 percent
new posts Post #3173100

A widget cannot set up a tunnel, it can't interact with your network hardware as such. I haven't tried this, but I expect this to work: Set up a VPN with, for example, Cisco, adding network="priva ...…

For_d Opera Widgets Widget and VPN tunnels and Encrypted communication Nov 4 2009 0 percent
new posts Post #3172228

It's unique on the user's system. It's not unique across computers.…

For_d Opera Widgets Click Tracking Nov 3 2009 0 percent
new posts Post #3170768

You can serve your widget on your Web site (se Packaging and deploying your widget in the Opera Widgets SDK), but this will download a new instance. There is no native update mechanism in place ...…

For_d Opera Widgets Launch widget from app Nov 2 2009 0 percent
new posts Post #3170766

network="public" is not required on T-Mobile handsets, but I recommend adding it to make your widget somewhat compatible with other platforms. You don't have to add a host, as all hosts are availa ...…

For_d Opera Widgets Click Tracking Nov 2 2009 0 percent
new posts Post #3163080

Do you want to simply include a -link- somewhere in the UI of the widget? If so, you use a regular tag. You need to enable network access to the widget by including a network="public" attribute i ...…

For_d Opera Widgets Need help in making my FIRST WIDGET Oct 26 2009 0 percent

Icon guide: new posts New posts no new No new friend post Friend author You are the author replied You have replied poll Poll sticky Sticky locked Locked