It looks like you're new here. If you want to get involved, click one of these buttons!
local function onProgress(event) print(event.bytesLoaded .. " of " .. event.bytesTotal .. " bytes loaded") end local loader = UrlLoader.new("<a href="http://east.cherryhill.k12.nj.us"" rel="nofollow">http://east.cherryhill.k12.nj.us"</a><img class="emoji" src="https://forum.gideros.rocks/resources/emoji/wink.png" title=";)" alt=";)" height="20" /> loader:addEventListener(Event.PROGRESS, onProgress) |
Comments
Likes: ndoss
btw, I always get "63226 of 63226" on desktop player. Which platform did you try on? Because every platform (desktop, iOS and Android) has different implementation.
Also can you add these lines:
I see. At first, I suspected from wine and did some test with mint 12 + wine and couldn't catch any errors.
If possible, can you download this program http://dl.dropbox.com/u/684866/urlloader.zip and run it? This and gideros desktop player use the same way to download urls. Output of this program can help me to understand what's going wrong. (after running you should click go once and wait a little)
thank you
Thank you for testing it out. (I'm glad you already have Qt toolchain ) Then most probably it's a problem of wine. But I don't know why my wine works and yours doesn't. It may be a combination of your hardware, network and wine version. (btw, I'm using wine 1.3.28)
Likes: atilim