Thanks for the reply sreerajvr! :D
Yeah, I realized that was a way to do it. In the end, it was my use of children for extracting the nodes that was causing the problem :)
Type: Posts; User: jpalz; Keyword(s):
Thanks for the reply sreerajvr! :D
Yeah, I realized that was a way to do it. In the end, it was my use of children for extracting the nodes that was causing the problem :)
I already solved it out.
The thing is, at least the N8 will NOT accept elements like childElementCount or children. I saw it worked mainly with childNodes instead of children. Just a heads up so...
OK, it's not necessarily the nodeValue expression, but here's the thing:
1- There's an XML file with a <DRINKS> tag as a root and three children <DRINK>, which have four children as well.
2- I...
Hi!
I'm trying to parse an XML file for a widget planned for the Nokia N8.
I tried to do the read the value of a certain node by using nodeValue. It works just fine in Firefox and the WRT...
Hi!
I´m using Platform Services 1.0 in a widget (for the N8) to recognize the double tapping on the screen. However, I haven't been successful.
This is what I do:
1- so =...
In particular, I'm looking for ways in which a widget can recognize whether a user has tapped (or double-tapped) on the screen or not. So far, I've tried with the 1.0 API and I'm totally stuck...