1
vote
1answer
23 views
Continuously redraw wxPython element
Hi, I have a chat client that continuously polls a server and fetches new messages.
From my def __init__() I have:
wx.CallAfter(self.pollServer)
Which is defined:
def pollServ …
0
votes
5answers
320 views
Force a page refresh using Javascript in Firefox
Hi All,
I have a simple request to refresh a page using a Javascript code below:
function tb_closeRefresh() {
window.location.reload(true);
}
This works fine in IE but Fire …
0
votes
1answer
37 views
Python won’t refresh URL to receive new forex ticker data
Hello,
I am trying to save updated Forex ticker data from this website: http://forex.offers4u.biz/TickDBReadDB.php?p=EURUSD
just hit refresh to update the ticker.
when I use my …
0
votes
2answers
9 views
Flex TileList control, image loading issue
I have a flex 3 TileList in wich a load several image (employee's headshot pictures).
The image I'm loading in the TileList are stored in a DataBase (I use the ByteArray class and …
1
vote
2answers
24 views
ObjectContext.Refresh() ???
How to update ALL the dirty entities from the data store, and reset their changed values to the original store value?
The method ObjectContext.Refresh requires as a parameter the …
0
votes
1answer
62 views
VB.NET Browser Auto Refresh
Hi,
I want to make a program in Visual Studio 2008 in Visual Basic. It involves a web browser and I want to make it auto refresh and allow people to choose the time period in whic …
0
votes
1answer
24 views
When is a cached stylesheet refreshed in Rails ?
In a Rails application, if I group several stylesheets into one using caching, will the resulting file be automatically refreshed when one of the stylesheets is updated ?
styleshe …
2
votes
4answers
2k views
How do I reload a page without a POSTDATA warning in Javascript?
I want to reload a page using:
window.location.reload(true);
But I receive the POSTDATA warning because the refresh function want to resend previous POST form data. How can I re …
1
vote
1answer
71 views
Refresh MKAnnotationView on a MKMapView
I'd like to a-synchronically load images for my custom MKAnnotationView; I'm already using the EGOImageView-framework (it goes very well with UITableViews), but I fail to make it w …
0
votes
0answers
13 views
Ajax large screen refresh
Hi Guys,,
I have an Ajax page where a chart and a graph are displayed on the page, say 50% of the page is updated. When the next request is sent off the chart and graph are redr …
0
votes
2answers
575 views
Winforms DataGridView Refresh Problem
Hi Guys,
I have two Datagridviews in a tab and the datasource of the second grid is based on the row selection in first grid. The problem is I cannot get the grid to refresh after …
2
votes
2answers
193 views
asp.net problem with F5 after postback, cuz it does what it should
i have a web form with a detail and a list view on it, the user fill the data in the fields of the detail view presses the "save" button, and everything is ok for the moment,
but
i …
0
votes
4answers
3k views
Force a full Java applet refresh (AWT)
I have a Java Applet that uses AWT. In some (rare) circumstances, the platform does not refresh the screen properly. I can move or minimize/maximize the window and see that my appl …
1
vote
2answers
81 views
IE8 - Flash Issues
Has anyone ever encountered an issue like this with Flash[as3] in IE8?
I've noticed that when I first view my swf with IE8, that it all works and looks proper. However when I c …
4
votes
2answers
97 views
Document.Domain madness
I've spent probably a month researching the internet on this issue and have yet to find the answer to this. My code does the following (all Javascript).
Let's say I have a test.ht …
