Trigger Window Redraw
I have a window with a number of buttons on it representing players, laid out at set positions. On the click of a separate button, the players get rotated; I'm changing their positions by changing the...
View Articlereload and repaint not refreshing webview in simulator
Hi I have a web view, which I wish to change the url of and refresh, so: var webview = Titanium.UI.createWebView({url:'http://www.google.com'}); // i call the following on a button press...
View ArticleAndroid MapView does not redraw the map when I move/zoom the map
Hi, I run my MapView in the Android emulator. When I move/zoom the map, it only redraw the image like 2 times, and never redraw after that. I get the gray color grid background for the places not being...
View ArticleAndroid repaint webview
I have a webview. I set an url, and execute a webview.evalJS function. But when I do this, I got a strange border. When I turn my screen the webview repaints and the strange border is gone. I know the...
View Article