Questions tagged [refresh]

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.

Source: http://en.wiktionary.org/wiki/refresh

5342 questions
1
vote
1 answer

windows form refresh - how can i make it smoother?

I draw a small labyrinth on a windows-form and re-draw it with every keydown-event. How can i make it smoother? The drawing durates approx. one second and when you enter the arrow buttons you can see a short flickering on the form. public…
Hias
  • 45
  • 6
1
vote
0 answers

While implementing refresh token mechanism, actual call executed before getting the refresh token

I am try to implement refresh token in angular, the problem is the subscribe method of api get executed before getting the refresh token from the api if the token is expired. Here is the snapshot of my code. I don't understand what's wrong i am…
Rashid
  • 51
  • 1
  • 4
1
vote
2 answers

Java swing sort visualization

i'm new in java programming and i'm trying to make a sort visualization. How you can see top the window (in the link) there is a JTextArea, here i can put my array and pressing enter the programm will build a matrix of buttons. The program will…
1
vote
0 answers

Background task in iOS 13+

I have question regarding to iOS Background Tasks or Process. I have an application which should inform you by local notification every 15 minutes if you have new email -> if you do not have any, nothing happen. I have found lot of tutorials for…
Peter Hlavatík
  • 117
  • 1
  • 1
  • 11
1
vote
1 answer

JSF: Unwanted page refresh on action call

Sometimes, if I click a commandButton that calls an action method, it will just do a page refresh without actually calling the method! I set a breakpoint in that method and if this behavior takes place, the method is not called. What is also strange…
geeehhdaa
  • 822
  • 5
  • 17
  • 30
1
vote
1 answer

Updating a jLabel

I have a simple GUI that has a jTextField that waits for the user to put in something. After a button is clicked, the program: reads the input, saves it in a String variable; opens a new GUI (that is in a separate class file), which contains an…
Haanthid
  • 13
  • 4
1
vote
1 answer

Refreshing error stating Memory not enough in Power BI

Im getting refreshing error stating that there is not enough memory to load the rows.My file size is 208 MB and i cannot figure it out why this is happening every time while refreshing.I have tried refreshing with unticking auto date/time under…
Mishi
  • 55
  • 1
  • 2
  • 12
1
vote
0 answers

Preload (refresh) tableau workbook(sheet) with python

i would like to preload(refresh) tableau public workbook (sheet) in background with python API everyday , in order to load data (connect live) into tableau as a cache for user opening it faster (because some workbooks load lot time), below is my…
Naturehigh
  • 21
  • 4
1
vote
1 answer

Import static data into Power Bi from a csv file

I what to import into a Power Bi Desktop report a CSV file with static data (data that will not be refreshed) from my machine. The report has data from an Azure SQL DB and I need to schedule refresh for that once the report is published. The problem…
Avaldes
  • 73
  • 6
1
vote
1 answer

How can I refresh a data source from an R package automatically? Specifically the coronavirus CRAN package data

I am working with the Johns Hopkins coronavirus R package, but I haven't yet figured out how to get it to provide me with the underlying updated data each day. I have restarted R and reloaded the package, but it seems as though the data is static…
donkeyshark
  • 111
  • 1
  • 8
1
vote
1 answer

Setting Incremental Refresh for Every 30 Minutes

I have a question about incremental refresh procedure. I have a table and I'm setting up incremental refresh on it. But I can only choose refresh rows as minimum 1 day. I want to set this specialty as for every 30 minutes. Is that possible? I…
Beyza
  • 149
  • 1
  • 11
1
vote
0 answers

Data is not refreshing on update Angular

Hi I have a code where everything works as expected, for a page where i can update some fields(Day of week, open time and closing time). I can update it successfully by clicking the update button (in the logs the data is sent to server side as well)…
Kerk
  • 283
  • 1
  • 4
  • 24
1
vote
1 answer

failed to refresh DIV with JavaScript

I want to auto-refresh of certain DIV (darksky widget id="1") in 10 seconds. I tried many times but failed. please see below and comment what is logical wrong. here my poor code. function autoRefresh_sample_div2() { var currentLocation2 =…
1
vote
1 answer

Update form from form closing event on another form

I am trying to update a datagridview on my 'switchboard' to solve a concurrency issue. The switchboard has many checkboxes to check off when certain processes are done. When I click a checkbox on a record that has been edited I get a concurrency…
korrowan
  • 563
  • 2
  • 15
  • 37
1
vote
0 answers

Carousel in angular does not work unless I click refresh

I am doing a small project using angular with api and part of the project is to display images using carousel. Basically, I have a page "Gallery" with a list of places, and once the user clicks on a certain place, all the images of that place are…
Rick Astley
  • 125
  • 1
  • 11