Issue Details (XML | Word | Printable)

Key: TWITTERFX-21
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: sherod
Reporter: sherod
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
twitterfx

Provide error feedback on network issues

Created: 03/Jan/09 03:09 AM   Updated: 05/Jan/09 10:22 AM
Component/s: None
Affects Version/s: 0.13
Fix Version/s: 0.15

Time Tracking:
Not Specified

Tags:


 Description  « Hide
Currently, there is no error handling for network issues besides system.out.println.

This needs to be improved with a visual indicator of problems, perhaps an Icon of some sort with an error message.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
sherod added a comment - 04/Jan/09 10:27 PM
Added the icon in version 1.14, but need to add the error text / warning error.

sherod added a comment - 05/Jan/09 10:22 AM
Now we extract all the HTTP response codes from Twitter as well as capture a couple of Java related network exceptions.

Very odd behaviour from JavaFX tho - onResponseCode doesn't get called when onException is triggered.