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
ionic 4 same page after refresh without going to login page
Hi I'm new to cordova and ionic 4. I'm developing app with ionic 4 and angular. Every time I do small change in the code "Ionic serve" just logout of the application. I Just want to remain in the same page like web because it's very annoying the…

kavi
- 13
- 1
1
vote
0 answers
Oracle - Materialized Views not refreshing with Overnight Procedure
I built a report for a customer 2 years ago that uses an overnight stored procedure to refresh the MVs associated with the report. This report is built off of very large scope of data/calculations, so there are multiple materialized views…

KassieB
- 135
- 8
1
vote
0 answers
Pannellum in iFrame suddenly stopped working
I have a simple "360 Tours" page on a client's Opencart website, using an iFrame on an info page. The page opens with an outside view, the visitor can then select other areas to view by clicking links below. The viewer code pannellum.htm and all the…

Gordo
- 11
- 2
1
vote
0 answers
Pull to refresh SwiftUI SwiftUIRefresh / Sticky Scroll View
I'm trying to keep my scroll view working as expected.
When I implement .pullToRefresh on my StateArrayView and the view is presented, pull to refresh works, but the scrolling feel changes. It stops right when you lift your finger.
I've tried to…

Mdoyle1
- 121
- 1
- 12
1
vote
3 answers
Refresh page and conserve the post
i want to refresh my webpage automatically and conserv my post variable value.
My only problem is the conservation of my post variable.
I thought about a session but i don't know how to do it.
heres my code..
session_start();
if (…

ThorDozer
- 104
- 2
- 12
1
vote
0 answers
Bootstrap Table Hard Refresh Remove Some Cookies but not Others
Hard refresh removes the search cookie:
cookieId.bs.table.searchText
All other cookie values are maintained including filter values.
Using the refresh button keeps the cookie value. My main issue is the following:
Why does the value get removed…

user13770782
- 11
- 2
1
vote
1 answer
Glyphish Icons display in jQuery Mobile
To start let me just say that I am new to jQuery as well as jQuery Mobile.
I'm using the following CSS in the header.
.nav-glyphish-example .ui-btn .ui-btn-inner {
padding-top: 40px !important;
}
.nav-glyphish-example .ui-btn .ui-icon {
width:…

lirons
- 15
- 1
- 6
1
vote
0 answers
PHP after header location do something
I need help, how can I do anything after I sent header?
When I sent data, then I would like to refresh or redirect page.
Maybe something check if printing finished...
header("Location: quickprinter://" . $textEncoded );
After this it stay on the…

Slyrfecso
- 33
- 5
1
vote
1 answer
Force JPA to reload entity from database
I have a Foo entity that's linked to a Status entity in a one-by-one relationship:
@Entity
@NamedQueries({
@NamedQuery(name = "Foo.findById", query = "select o from Foo o where o.fooId = :fooId")
})
public class Foo implements Serializable {
…

Álvaro González
- 142,137
- 41
- 261
- 360
1
vote
1 answer
DevExtreme refresh grid
form: {
labelLocation: "left",
items: [
{
dataField: "PART_CODE",
dataType: "string",//Accepted Values: undefined (Default) | 'string' | 'number' | 'date' | 'boolean' |…

Minsung Choi
- 39
- 1
- 7
1
vote
1 answer
How to make a JWT token refreshable in plugin AAM in Wordpress?
I'm using the AAM plugin (Version 6.5.2) in Wordpress in order to connect users from a node server with JWT tokens.
No problem to use the plugin to authenticate, validate or revocate tokens, but I can't refresh them, because they are... not…

raf-prag
- 31
- 3
1
vote
1 answer
spring boot actuator/refresh does not refresh custom properties defined in bootstrap.properties using liberty server
I have a microservice that runs using the liberty server. I have set of configuration properties that are not being used directly using @Value or @ConfigurationProperties or @Configuration.
Properties Structure:
I have application.yml as…

Reetesh Kumar
- 11
- 2
1
vote
4 answers
PHP header and refresh not working
My server running in PHP 5.2.9, When I using refresh and header functions it's not working. Here is my code
header("location: index.php");
header( "Refresh: 0;" );
Previously I'm working in a different server, It's working correctly. How can I…

Sasindu H
- 1,538
- 7
- 24
- 43
1
vote
1 answer
Angular - On browser refresh, the root component is displayed instead of the one defined in routes
I'm having issues with browser refresh on my Angular app.
When I reload the page, either by refreshing the browser or typing a URL, the app always goes to the "/" route.
I've tried many things but none worked.
The problem happens either when I'm on…

Julien Russo
- 13
- 2
1
vote
3 answers
How can I refresh a web page with Selenium in c#?
I don't know how to fix the error, can somebody help?

Frederic Gologan
- 23
- 4