[Gambas-user] RSSReader fix?
Ron
ron at ...1740...
Fri Sep 12 16:11:08 CEST 2008
Hi,
wanted to build the gambas rss reader from:
http://www.beanizer.org/site/index.php/en/Articles/First-steps-with-Gambas-I.html
Used is an textview object, is that replaced by an textedit object by
any chance?
Can't find a textview object even though I have gb.qt.ext enabled.
And, when you run it you get this error :
"Invalid Object"
in the last line below, anybody has got it working?
Thanks, have a nice weekend.
Regards,
Ron_2nd.
SUB parseNode(node AS XmlNode)
DIM t, t1 AS Integer
DIM node1 AS XmlNode
DIM buf AS String
DIM title, description, item_link AS String
FOR t = 0 TO node.Children.Count - 1
node1 = node.Children[t]
IF node1.name = "item" THEN
More information about the User
mailing list