Tagged Questions
The yahoo-widgets tag has no wiki summary.
5
votes
2answers
3k views
How to select the nth item in xpath 1.0?
I have some XML and an XPath query. I'm using Yahoo! widgets, so I'm using XPath 1.0.
Here's the gist of my XML...
<root>
<cat num="SOURCE">
<movie>
...
3
votes
3answers
521 views
How do I install a Yahoo! Connected TV Widget on a TV so I can test it?
I am developing a Yahoo! Connected TV Widget (using tools including the simulator provided by Yahoo!) How can I install my widget on a real TV so that I can test it?
2
votes
1answer
119 views
Yahoo! Connected TV playback events
I'm trying to subscribe to onTimeIndexChanged mediaplayer event. It works fine, as long as view that I'm subscribing in stays focused. When I press back button, or widgets button, my view gets blurred ...
1
vote
2answers
209 views
Processing dynamic MP3 URL using Yahoo Media Player
I am using Yahoo Media Player for playing MP3 songs on my website.
I have put some static mp3 links on site.
For e.g.
Song1
Song2
And I have put the YMP JS API code also.
Now, I want to load the ...
1
vote
1answer
178 views
What means “An internal error has occurred” on yahoo comments? [closed]
When i post a comment with the yahoo comments component this one throw me that error...
I will appreciate some help with this...
Best Regards...
1
vote
1answer
228 views
How to remove insert image button from Yahoo Rich text editor
Hey Guys,
I am using ThickBox 3.1 one one page.
Now, there is one problem,
i am using one form to open thickbox on the button click event.
And i am using yahoo text editor on that form.
And in ...
1
vote
2answers
926 views
Google Desktop Gadgets vs. Yahoo Widgets
I am trying to figure out which widget development platform is superior. I want a cross-browser widget and so I a thought either the Google or Yahoo solution will be best. They both seem to be using ...
1
vote
3answers
359 views
How do I get my widget not to crash if there is no value in a xml node?
I'm getting an xml file and want to get data from it.
The source of the xml doesn't really matter but what I;ve got to get a certain field is:
tracks = xmlDoc.getElementsByTagName("track");
variable ...
0
votes
0answers
38 views
Sync calenders with google and yahoo calenders
I have used jQuery calender widget in my web application and I want to sync the calender with google calender and yahoo calender.
Is there widget which already exists like this.
Can refer any links ...
0
votes
1answer
23 views
why is link generated in YUI javascript failing to render in rails?
Using YAHOO.widget.treeview to generate a table with three levels of data: module, submodule, and detail. If there is an image associated with a detail row the javascript generates a link:
...
0
votes
1answer
133 views
Monitoring secure traffic from a Yahoo widget
I'm trying to log all traffic from a Yahoo widget that uses a secure connection. Right now I'm using Fiddler with both "Capture HTTPS CONNECTs" and "Decrypt HTTPS traffic" enabled. Now, when I do ...
0
votes
2answers
128 views
When using building my yahoo widget getElementsByTagName returning elements not nodes
I can see that itemNodes is a DOM nodelist containing the same number of entrys as number of titles. I want to access the information inside the title node. I have tried using ...
0
votes
1answer
309 views
yahoo widgets and importing rss/xml feed using javascript
I'm playing about creating an RSS reader widget using Konfabulator/Yahoo. At the moment I'm
pulling in the RSS using
var xmlDoc = COM.createObject("Microsoft.XMLDOM");
...
0
votes
2answers
571 views
Using JSON in a Yahoo! widget
Haaylp!
The Yahoo! Widgets spec says I can parse JSON objects using JSON.parse(). When I actually try this, and here is what I tried...
var parsed = JSON.parse('{"key": "value"}');
print (parsed);
...
0
votes
3answers
487 views
How to use Xpath in Yahoo! Widgets to traverse a tree?
I'm creating a Yahoo! Widget and have done this before without any problems (creating a widget).
I'm getting a xml document via a weblink and want to get all the nodes intro a tree. I'm doing this:
...
0
votes
1answer
144 views
no DOM for Yahoo! Widgets web objects?
I have a Yahoo! Widgets Web object and I'd like to access elements inside of it when it's done loading. I'm already handling everything wonderfully via the WebEvents Y!W provides, but there's one ...
0
votes
1answer
271 views
Yahoo Widget appending Image
I'm developing a Yahoo Widget. Using Javascript I'm attempting to append an image to the current viewing window. The image is not displaying. Interestingly enough I added a few alert statements to ...