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.
-1
votes
1answer
11 views
How to show UIRefreshControl above search bar?
Is there a way to show the UIRefreshControl above a search bar I have in a view in my app?
0
votes
1answer
15 views
How to refresh or reload data
Ciao,
I would like to refresh any 60 sec only the values given back from the following code inside a widget, without reload the entire page:
<?php
// display Who's Online
if ...
0
votes
1answer
28 views
Refreshing TextView in setOnClickListener
I have a TextView and a button i implemented a setOnClickListener method. I want to click on the button and update the TextView, unfortunately It just happens in the first click.
As you can see i used ...
0
votes
0answers
10 views
HTML disable attribute saves on refresh
So one thing I quickly noticed when I first started messing around with disabling and enabling HTML elements is that for some reason if you disable an element, the element will still be disabled on ...
2
votes
2answers
54 views
Auto refresh a specific div blogger javascript
I use a Javascript widget on a blogspot. It include a div with some javascripts that get some "non-statical" strings from a server and print them on the page. Until here everything works fine, the ...
0
votes
1answer
5 views
How to refresh UITableView (or any UIView) after UIActionSheet action
I spent hours tackling this, tried different solutions online but to no avail.
Regardless of using
[tableview reloadData]
[tableview setNeedsDisplay]
viewDidLoad
etc...
Things weren't being ...
2
votes
1answer
20 views
jQuery Mobile listview refresh after redirection
The page feed.html works fine when its called from browser but when it is called from another page via a href="feed.html" page loads but the listview inside doesn't show up.
The script that works for ...
0
votes
0answers
11 views
sencha touch returns duplicats on refresh
i created a View/Store/Model for my app.
in my Main.js i have the following config:
config : {
autoDestroy : false,
xtype : 'tabpanel',
tabBar : {
docked : ...
-1
votes
0answers
11 views
make ajax content auto refresh after every 20 second
After doing a lot of efforts i am posting it here bocz i got no solution.
See this code
<script type="text/javascript">
//To include a page, invoke ajaxinclude(files_array, "ROTATETYPE") in ...
0
votes
1answer
22 views
Excel formula not updating for 1 column (works in the rest)
I was not able to find the solution anywhere so maybe someone would be able to think of something.
I have a spreadsheet where one of the tabs is build from the cell values from another ones. This is ...
0
votes
2answers
33 views
UIView does not clear (Refresh) when we reDraw String
I am trying to draw a char array on a UIView. The problem is that the view is not refreshing automatically and hence the chars are not displayed. When we touch the screen here and there then it gets ...
1
vote
6answers
81 views
how to create refresh button in UITableView
I want to create one application that read many data from json and show them in tableview.
I want to create one button that when to click on it this page for a second time to be refresh and take data ...
0
votes
0answers
9 views
How to refresh Twitter Feed Android App
I am trying to design an app which allows users to subscribe to twitter feeds. After a user has subscribed, he can view the feed. When he opens the app at any time after that he should be able to ...
0
votes
0answers
13 views
Do the timer Countdown reset in the masterpage in the each event call in the childpage, how?
this is my first post here, sorry for my bad grammar in English.
I made this timer "defaultCountdown.js" shown in this below:
$(function () {
shortly = new Date();
...
1
vote
1answer
41 views
Countdown -> Redirect -> Reset
I tried to make a countdown that when finishes redirects to another url (even if i'm not online on page, this page i want to redirect to, does something) then resets countdown.
Here is the countdown:
...
0
votes
1answer
10 views
Pause ad refresh admob ios
How can I pause an ad when the user has selected another tab?
I have a tabbed iOS app, I noticed the ads are refreshing even when the tab in which they are isn't visible.
I've looked all over the ...
0
votes
1answer
21 views
Refreshing an ASP.Net GridView if an ASP.Net button and the GridView are in different asp:Content blocks
We would like to refresh an ASP.Net GridView if an ASP.Net button and a GridView are in different asp:Content blocks
In a working ASP.Net web form we had a DataSource, GridView, DetailsView, various ...
0
votes
0answers
11 views
Tablet browser(s) refreshing when restored from minimization
I have an application to make that will be used on a tablet, in a browser. What it has to do is to save some inputs (numbers) to a file, but this only after a day is done. The problem is that on the ...
0
votes
1answer
51 views
Java Auto-“Refresh” Function
I am changing the color of a JPanel using a setColor and getColor method.
Now I want to change it so you don't have to click the getColor Button in a function which is calling the getColor all 100ms.
...
0
votes
1answer
52 views
AsyncTask textview redrawing
I am a little bit beginner with Android, and I cannot explain one things with my code.
I have a TextView and a Button on my activity. On a button Click I start my AsyncTask child class giving my ...
0
votes
1answer
33 views
massive memory leak in ios uIwebview
looking for mem leaks elsewhere in our system, I created a 20 MB web page with a meta refresh tag. the idea was to move a lot data through our datapath code to confirm mem stability.
<html>
...
0
votes
0answers
26 views
How do you animate ListView top padding in Android?
I'm doing a pull to refresh list view and when the user lifts his/her finger off of the screen, I want the padding to animate back to its original value. Here's what I have from the library I'm using, ...
0
votes
0answers
25 views
White frames between div auto-refresh (only Chrome e IE)
After reading several interesting posts on this site, regarding the auto-refresh of a div containing an image, it works correctly.
Why do I get an empty div between one refresh and another? (in ...
0
votes
0answers
13 views
Detecting when DOM changes after initial page load have been completely rendered
Once a page has been loaded and rendered, what's the best way to determine when a new element injected into the page has been completely rendered. Consider this example:
var parent = ...
-1
votes
1answer
37 views
Calculating all pixels in a frame [closed]
I was doeing some research on computer graphics. I want to build a system that can render frames and display them. Herefor I made an 2D array which acts as a buffer. This way I can fill up all the ...
1
vote
1answer
31 views
Excel chart doesn't refresh
A colleague and I have an issue with the refreshing of charts in excel.
The issue is the chart doesn't update when the source data is changed. It is the first time it happens to me and I checked ...
0
votes
0answers
25 views
Periodic Refresh on Server Side which trigger on database update in php
I want a PHP page which will auto-refresh itself on the server side. This page check if there is a new entry in database and according to which it does an assigned job.
For example, say a user ...
0
votes
2answers
32 views
Leaving a asp.net application then hitting back isn't working
I have an asp.net application and am experiencing a surprising behavior.
Whenever I leave one particular page in the application, The back button starts behaving in the following way:
hitting back ...
0
votes
1answer
29 views
how to change the values in a combobox dynamically in Ruby Tk
The idea is quite simple: I have 2 comboboxes. The second one should refreseh its values depending on the chose from the first one.
# combobox 1:
$shape = TkVariable.new
$combobox_1 = ...
0
votes
1answer
53 views
Table Refresh, Every Second
<html>
<body>
<body bgcolor="33FF00">
<script language = "JavaScript">
//-----------------Created Variables Here------------------
timeLeft = 30 ...
0
votes
0answers
21 views
JqueryMobile: refreshing content data (not listview)
I am able to refresh an listview-page with jqueryMobile by using this code:
$content.html(markup); // put in the content
$page.page();
$page.trigger('create');
$page.find("#" + id).listview();
...
0
votes
1answer
40 views
Python: 'Refresh' specific variables within a script
Alrighty, so I have this python script that copies text from multiple files and pastes it to new files of a different file extension. It's almost done however I have a problem with its refresh button.
...
0
votes
1answer
21 views
jQuery Webshim Lib does not display datalist content updated using javascript
I use JQuery 1.9.1, Modernizr 2.6.2 (Custom Build with yepnope) and the Webshim Library.
I tested on Safari 6.0.4 and Firefox 20.0 on Mac OSX 10.7.5
I have an HTML5 page where I have a datalist ...
0
votes
2answers
23 views
Asp Literal won't disappear after refreshing the page?
I have aspx page with asp Literal.
It's the control page, and literal will show message, when data has been saved to database, (after pressing SAVE button).
It work, but after i have saved and trying ...
2
votes
1answer
49 views
Jquery mobile - radio button widget for dynamic html contents created via ajax
I am new to jQuery mobiles. The radio button widget is properly rendering if I hard code that in a HTML file but the widget is not loading for the same HTML contents which I dynamically created from ...
0
votes
0answers
45 views
ASP NET MVC Session lost at refresh
I am currently using Session["Name"]="a name" in my controller which work. But when I try refresh the page the session gets empty. Anyone know why?
My config file got:
sessionState mode="InProc" ...
0
votes
1answer
49 views
Refresh a local web page using Python
I'm using Python to gather some information, construct a very simple html page, save it locally and display the page in my browser using webbrowser.open('file:///c:/testfile.html'). I check for new ...
-2
votes
0answers
17 views
Submit form without reload page in html [duplicate]
i have a small form chat like this and i want when click submit that form will not make the page refresh.
<form name="form1" method="post" id="formchat" action="forum_add_1313940.xhtml">
...
0
votes
2answers
45 views
Close window jquery
Is it possible to do with jQuery to do something (like alert if I close window) ONLY if the window is closed, because if I refresh the page, or submit a form I always be credited as the page closed.
...
0
votes
1answer
26 views
Refresh partial locally in Rails
I have a partial and a separate selection box.
I want to be able to reload the partial with different hash values every time the selection is changed.
I know there is no such entity 'partial' in ...
0
votes
1answer
14 views
which is the difference betwwen this two ways to refresh the dbContext?
I am using EF 4.4 and I would like to update many entities, but some other user can modified many of the entities that the first user is modified. So I get a concurrency exception. Other case is that ...
0
votes
0answers
63 views
Display more data in an HTML/ASP page without refreshing the page
I've seen other sites do it, but I'm not sure what it's called or where to begin...
I want more content to be displayed on a page, but without having to actually refresh (via the browser refresh ...
0
votes
0answers
20 views
How to refresh item in o popup menu?
i have a popup menu (that comes out when the user uses right click on specified elements), wich items are readed from a list.
I want that when an item is selected, that item is disabled in the ...
1
vote
1answer
91 views
Refresh MS Access Query (VBA Code)
I have a form in MS Access for which I am trying to have a refresh performed every time someone selects a project number from a combo box. Particularly the text fields on the form do not seem to ...
0
votes
1answer
45 views
UITableView dragging distance with UIRefreshControl
I'm having some trouble on implementing a UIRefreshControl on a UITableView.
Everything is working fine except the fact that I have to scroll something like 80% of the screen for the UIRefreshControl ...
0
votes
0answers
47 views
How do I refresh a browser window?
Currently, I'm refreshing the browser window using the following SendInput hack:
void GenerateKey ( int vk , BOOL bExtended)
{
KEYBDINPUT kb={0};
INPUT Input={0};
// generate down
...
0
votes
2answers
28 views
PHP array from cookie info: only shows up after you refresh the page?
So I'm trying to return items from an array that's made out of user inputted info from cookies, and it works fine, except when you first visit the page from the previous page, nothing shows up, and ...
-3
votes
0answers
13 views
Creating Surveys [closed]
I need ton able to create surveys for my website. Each question in the survey will be on different pages, when a visitors completes one question they will need to click previous or next to go to the ...
0
votes
2answers
85 views
Android ListView adapter wont refresh
I'm having a lot of trouble refreshing a list view with a custom adapter. I've been searching online for the past hour and I can't seem to find any solution that will make my list view refresh.
I've ...
0
votes
0answers
47 views
Keeping Focus/SelectedItem after DataGrid ItemsSource change
ive been working on this for a few days, but cant seem to come up with a solution
i have code on a timer that refreshes the DataGrid every few seconds
i tried many refresh options, but in the end ...



