Posts by David Ricardo • 25 points
4 posts
-
-1
votes2
answers80
viewsA: Progress bar does not update with ftp download
The progress bar does not update because the total bytes of a file downloaded by ftp is read as -1 by the system.. You have to read the total size and put in the formula to get the percentage [Edit]…
-
0
votes2
answers80
viewsQ: Progress bar does not update with ftp download
Hello, so here’s the thing i have a function that downloads the desired file from http, and as it downloads, it updates the progress bar (being increased from 0% little to 100% when finished).…
-
1
votes0
answers26
viewsQ: ns_error_not_available when placed on the web server
I made a mini game on the localhost and everything was working perfectly.. Then I uploaded it to the web server and the game started crashing with the error "NS_ERROR_NOT_AVAILABLE:". ... var…
-
0
votes0
answers35
viewsQ: Image deforms when changing page
Hello, I made a first index.html file in which you have a footer with some information and small images. Then I created other secondary pages with the same footer ( exactly the same ) only the…