All of a sudden I started getting an error on Line 168. I tried commenting out the entire block, Made 168 a blank Line, Closed B4A, Emulator, and all windows.
Reopened and reloaded the project and still have same issue. I have searched the forums and haven't been able to find this same issue. What Am I Missing here? I also tried cleaning the Project.
Thanks!
Upoload the project as zip. Use File->Export as zip.
Or at least post the relevant code. The message longer than.... message is probably from one of the LOG lines. Hard to say without seeing/running the code
The Upload File is too large for the server to process. 20.5 mb. I'm guessing it's the 5 Images i'm using. If I can slim them down I'll get that zipped up and out.
You also can put it on dropbox and upload it there and post a link here.
Usually the size is ok using the build in Export as zip method in the ide.
If the images are big then this is probably the reason.
Create a small project without big images (or replace them by smaller ones) and only the relevant code
Is this in debug mode? You actually have a class/module named HttpJob? If not, than it’s complaining about the actual HttpJob class and an issue with it. What above that error message is producing that log output? How about commenting out the webview.loadurl statement?
I stripped down nearly everything not needed (all the global vars, all the global lists).
To be honest; i did not understand anything for what the lists should be.
Looks like you just overcomplicated the needs.
I changed the listview to use addtwonline2 and giving just the map of the item to each of them to access it in the event directly and without all the lists.
I'm rebuilding the project piece by piece and it is being caused by:
' Dim Job As HttpJob
' Job.Initialize("Image", Me)
' 'JobsIndex.Put(Job, links.Size - 1)
' Job.Download(image)
Now I will find out why that's happening.
I think I'm good now.
Thanks So Much!!