The periodic energizing required to maintain the contents of computer memory, screen, etc. It can refer also to the update of a display to show the latest version of the data.
Questions tagged [refresh]
5342 questions
1
vote
0 answers
Changing the code of specific component doesn't trigger fast refresh
I have a component hierarchy like this:
Dashboard -> inside it:
- Table -> inside it:
- RowTable
The problem here is whenever I change the code of the Dashboard or the table, everything is working fine and the application is being refreshed, but…

REVERSI
- 59
- 5
1
vote
1 answer
IOS How to refresh a running app when user selects a different theme (i.e. force view controllers to reload with different nib files)
If your app supports multiple UI themes by having multiple nib files for it's view controllers, then when the user changes the theme through a settings menu in the app, what are your options for causing the running app's view controllers to reload…

kris
- 2,516
- 25
- 29
1
vote
2 answers
IE7 - meta refresh inside an HTTPS IFRAME causes mixed content warning
I have an ASP.NET application that implements keep-alive by using a hidden IFRAME with a refresh header (or meta refresh tag in the page).
For many - but not all - instances of Internet Explorer (reproduced so far on IE7 and IE8 beta - but not for…

crb
- 8,132
- 6
- 37
- 48
1
vote
1 answer
asp.net DropDownList
Currently I have a drop downlist as follows:

Nick
- 13
- 3
1
vote
0 answers
Spyder Refreshing Variable Explorer from within the IPython console
Is it possible to "click" the refresh button on the variable explorer using some function within the IPython console in Spyder? I wanted the explorer to refresh when a certain condition was met. This naturally leads to the broader question: is it…

David M. Sousa
- 123
- 6
1
vote
0 answers
Xamarin CarouselView throws OutOfRangeException when ItemsSource changes and Positon is not 0
I have a Xamarin Forms App with a Carousel View and my plan is to filter the result by the Priorities shown in a Bottom Tap Bar.
When the View is on the first card, everything works fine, but if you hit one of the filters from a different card, then…

TS71M
- 33
- 1
- 6
1
vote
0 answers
PHP Location header
I'm running into the apparently somewhat common "IE losing the session when the page redirects" problem. In the Codeigniter docs it says with regards to using refresh vs location in header redirects "Location is faster, but on Windows servers it…

Osan
- 187
- 1
- 3
- 13
1
vote
1 answer
react js user gets redirected to another page on refresh
I have a react js app with react-router-dom v6 to handle the routes. The routes functionality worked just fine before i added firebase firestore, but now for some reason when i'm in the seeker page and i reload it, the home page gets rendered. It's…

alexgarciaalcuadrado
- 178
- 2
- 16
1
vote
1 answer
Asynchronous auto-refresh using asp.net MVC 3
I've written a simple program that gathers some information from the WMI database such as the current CPU usage.
I perform these operations in the homecontroller file, with an ActionResult Index function. Then I return the View and display these…

Slethron
- 143
- 1
- 4
- 11
1
vote
0 answers
Why "refresh" method is not calling in "UIRefreshControl" for tableview bottom in Swift
I am using CCBottomRefreshControl frame work for tableview pagination
code: with this code i am able to show only 10 records.. here if i put break point on refresh its not calling.. why? how to refresh tableview after every 10 records
import…

learn_swift
- 83
- 6
1
vote
1 answer
How to auto refresh html table fields rendered with a for loop in flask?
Snippet from the function in Flask.
I'm generating a list of all positions and then sending them over. Then using jinja and the for loop I'm populating the table.
@app.route("/")
def table_list():
position_list=["a","b","c","d"]
return…

Mr.Cisco
- 31
- 6
1
vote
0 answers
How SetState parent class inside child class by BLOC Pattern, Flutter?
I'm using the BLOC pattern to get the events and build my listview. I'm also using animation to appears each list.
When I go to the child class, ItemEffect, I can't refresh parent class using BLOC method. In another word, when I go to ItemEffect…

Reza Asgharian
- 61
- 5
1
vote
1 answer
CLion forces files refresh after build, which takes too long
When I build a project in CLion, it also refreshes all of my project files (after the build, actually) - and if I have a lot of them, mounted from a remote server via a slow(ish) network, that can take some time. Can I avoid this refresh somehow?

einpoklum
- 118,144
- 57
- 340
- 684
1
vote
0 answers
Refreshing ad manager ads on SPA (single page application)
If I have a SPA pages (single page application)
So when the user go from one page to another , the page doesn't benign refreshed (while the URL is changing)
If it was a regular html website , on every new page all the ads will benign queried and…

roiroi
- 11
- 1
1
vote
2 answers
With in Graphical Installer & NSIS, the text of Label overlapped when I changed it dynamically
I created a custom page which contains a label and two buttons to control the label's contents.
I suppose to set the text of the label within callbacks of the buttons, as the following codes:
Function FuncShowNewFeature
; ...
; Add Controls
…

fajir moin
- 99
- 8