-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with refresh when host is not found... #3
Comments
Even force quitting and restarting doesn't work? I've never seen a bug like that... The steps to reproduce this are (tell me if I'm correct):
Let me know if this is what you're talking about and I'll look into it. Thanks! - Charlie |
These are the steps I did to recreate the problem. On a laptop with Web Sharing enabled, I point my iPad to the interface If I either turn off web sharing, my IP changes, I switch to a Yes, I'm able to force quit the application and restart it. Is there On Thu, Mar 10, 2011 at 9:40 AM, charlieroberts
Michael Juarez |
OK, great. Yes, there should be a way to handle unreachable IP addresses. |
I can confirm this issue, it looks like we need an error callback on refreshInterface - This is a good place to put some jquery imo, I've toyed with getScript a little in loading interfaces straight into the DOM w/o having to eval.. I'll check this out once I get some of the 1.4 changes over to android |
How do you do it without eval? I guess you could use DOM methods and add a src tag instead, but I don't see what the benefit of that would be... |
In playing with interfaceManager I was able to $.getScript('interface.js', function(data){ Control.interface=data Then I was able to use jquerys error callbacks charlieroberts [email protected] wrote:
|
OK, thanks, I'll look into that. |
I've discovered a bug where Control is unable to recover from. If an interface I'm working on has an address (let's say http://location1.com) that goes down, when I relaunch the program. Control will display a blank black screen with no ability to popup the toolbar to select a new interface.
An ideal operation would be for Control to throw up an error dialog that says, "Unable to connect to host." Then ignore trying to "reload" the interface from the address when the program is restarted.
So far the only way I can get Control working again, is by deleting the application and reinstalling it from the App Store.
The text was updated successfully, but these errors were encountered: