Andreas Krinke wrote: (Fri, 23 Oct 2009 11:58:04 -0700) > You can fetch a webpage by using:
> local url = wx.wxURL("http://www.google.com";) > local stream = url:GetInputStream() > while stream:CanRead() do > print(stream:Read(78)) > end Thankyou, that looks comprehensible to me, though I got errors. (First had to remove the semicolon, then saw 'stream' reported as nil on line 3). I don't know how much context this needs, but it does look like it needs something else to make it work. THis is most important to me. I'll spend weeks picking things apart and learning, testing, trying stuff and not bothering anyone the whole time, but I can only do this if it works to start with, because that's the only way I'll ever know which errors are mine, and which are inherited and likely unsolvable. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users