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
0 answers

How do I refresh Widgets in SwiftUI with JSON

I am trying to display data from an api. When I try to do it on the app it works but once I move the code to the widget it doesn't work the onAppear or Button. I need help on how to refresh the json when the decoder loads it. I think my decoder…
geethsg7
  • 205
  • 2
  • 11
1
vote
1 answer

Webpage does not updated while setting getElementById

I am trying to generate a simple webpage will generate a random value. Right now I am able to select a button and it will select a value out of my list, but I wanted to try to make the webpage look like it was cycling through the items in the list…
OAR617
  • 79
  • 9
1
vote
2 answers

Data Source Credentials and Scheduled Refresh greyed out in Power BI Service

I have a problem: I have a PBI file containing three data sources: 2 SQL Server sources + 1 API call. I have separate queries for each respective data source and an additional query that combines all three queries into a single table. Both SQL…
Toots
  • 11
  • 1
  • 2
1
vote
2 answers

React(Hooks): Have to manually refresh page to see user

So ive been scratching my head over this one. When i login the user is not immediately displayed and i still see login and signup even though the user was successfully logged in but when i refresh the page manually the user and logout gets displayed…
1
vote
2 answers

Excel vba - Refresh automatically a label on an excel sheet

I'm trying to update automatically a label located directly in an Excel sheet (not containing a form) via an vba script. My Excel sheet contain a lot of text and steps to do for the job to do. Each step has it own button and label. That's why I…
coeurdange57
  • 715
  • 1
  • 8
  • 29
1
vote
1 answer

(PHP) Is there a way to access refresh token from access token?

I am using console.cloud.google. I generated client id and secret, saved it to json but it seems I can't access refresh token. /** * @Route("/oauth2callback", name="oauth2-callback") * @Method("GET") */ public function index(Request $request) { …
John Smith
  • 75
  • 1
  • 11
1
vote
1 answer

Refresh Leaflet Map with another research

I'm trying to refresh the Leaflet map! I read the documentation and look on the internet but I can't find the solution ... I tried a lot of method like map.remove () or map.viewreset or other solution read here or on the documentation. I would…
d3LTa7
  • 51
  • 7
1
vote
1 answer

Power Query Refresh Background Query property of queries

Not such much a question as a summing up and request for views, experiences and opinion of others. I, or, more accurately, my colleagues, were having a problem reliably and without drama (that's to say calling me) refreshing the data of a workbook…
androo235
  • 11
  • 4
1
vote
1 answer

Update IMPORTHTML result by copying formula from cell and back using GoogleScript

I want to make a portfolio tracker that takes the info from the web and updates every minute (time trigger) plus - by a button (this part is not very relevant I suppose). Here is the example Sheet with some example…
Povi1as
  • 25
  • 4
1
vote
1 answer

When i refresh a VueJS page with opened modale i loose CSS style

I have a little problem, a little "classic" question, but I can't find an answer to this one... Let me explain. When I have a page with a modal component, and when I just want to refresh the page of my browser, the page refreshes but I lose all my…
Christophe
  • 389
  • 1
  • 6
  • 23
1
vote
1 answer

Generate unique code every six hour with wordpress rest api

I want to generate 12 digit unique code with wordpress rest api which refresh every six hours. I didn't find any code or method for my requirement. Example URL: ....domainname.com/wp-json/astra-sites/v1/get-last-unique-code Json code on above…
MaxCode
  • 13
  • 3
1
vote
1 answer

ASP.NET 3.5.1 GridView in Update Panel requerying on row select?

I have a GridView that is bound to an ObjectDataSource, and I am handling the full row select using the standard solution provdided all over of putting this line in the OnRowDataBound(): e.Row.Attributes["onclick"] =…
John
  • 13
  • 1
  • 3
1
vote
1 answer

Refreshing an ExpandableListView from within the adapter on Android

I'm having trouble on how to refresh an ExpandableListView from within one of its childViews. The listView contains a list of files, and I want to offer a possibility to delete those files. But after a deletion is performed, the ExpandableListView…
Dennis Winter
  • 2,027
  • 4
  • 32
  • 45
1
vote
1 answer

SwifUI ForEach List keeps modified values when reloading a @Published array inside ObservableObject

I have a SwiftUI List populated using a ForEach loop binded to a @Published array inside an ObservableObject Elements in the list can be modified with an on/off flag. When the list is cleared out all items seems removed from the UI but when the data…
all.herranz
  • 115
  • 7
1
vote
1 answer

How do i refresh the label in python with Tkinter

i'm pretty new to python and i just created a small code to make sort of a click counter with the interface being made in Tkinter. My problem is that each time i press the button with the coin it adds 1 to the coin counter underneath, that's what it…
JayEngel
  • 45
  • 2