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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to