The reload tag has no wiki summary.
0
votes
2answers
25 views
reloading dependent modules in Python
Let's say I have a Python script main.py that imports othermodule.py. Is it possible to write a reload(othermodule) in main.py so that when I make changes to othermodule.py, I can still just ...
1
vote
1answer
24 views
MVC3 reloading part of page with data razor
I have a table with my data from base and 3 buttons to delete, create and update which return PartialViews.
I want to update the part of my page with data after clicking the submit button in the ...
1
vote
2answers
28 views
How to reload the youtube video in my HTML every time the page is run?
I have a youtube video embedded, just like this:
<object width="640" height="360">
<param name="movie" value="https://www.youtube.com/v/M7lc1UVf-VE?version=3"></param>
...
2
votes
2answers
86 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 ...
1
vote
1answer
15 views
How to reload a changing file?
I am making a script that looks for changes in a file using python. It is being pushed using FTP to the server but I cannot make the script reload a file with the same name and get new data from that.
...
1
vote
2answers
69 views
How to pass variables through the same page to javascript a page reload?
Say I want to have a text box in my html code that the user enters height and width of a map.
and I want my javascript code to processes the passed variables and generate a map based on the values.
...
1
vote
2answers
35 views
JTable reload data
I have the following JTable in code:
String[] columnNames = {"Name", "Category", "Seller", "Sell Price", "Current Bid", "End Date", "Open"};
Object[][] data = GetAuctionTableData();
final JTable ...
0
votes
1answer
21 views
Reload location after sending a form with JSON
I have a contact form. What I want to do, is when the user filled in the form and it passed all the checks (see if the field not empty, if the email is in fact an email etc...), it should display a ...
1
vote
1answer
23 views
Trigger.io: can I force a reload for all files and/or reset the reload history?
Let me explain a little bit:
I'm currently using a CDN to push reloads, due to some issues I've had with Trigger's reload infrastructure. For some reason, the latest reloads I'm pushing don't seem to ...
0
votes
1answer
49 views
using jQuery to dynamicly reload or switch external js file
I have a webpage where I have an external js file that animates some divs. I want to place a button on the page that reloads the js file from the start so it stops the function and starts from the ...
0
votes
0answers
34 views
Reload JFrame with JLabel
I have a Jframe which contains a JLabel which I use to display an image as the background of the Jframe. The path to that image is a JavaBean that is changing constantly, this is controlled by an ...
0
votes
1answer
41 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.
...
1
vote
2answers
42 views
Execute code if page doesn't load
I want to create a code that reloads a part of the page every 10 seconds and if it fails to reload (because of connection issue), then it plays a sound.
Is such thing possible using ajax and how? I ...
1
vote
2answers
21 views
location.reload() behaving differently in chrome vs ff on page arrived at by POST
For non-negotiable reasons unique to the legacy system I am doing work on, a POST query is used to switch between tabs of a particular web interface.
On occasion, I need to trigger a refresh of the ...
0
votes
2answers
22 views
What happens when python's reload() does not find the module file?
I generate code at runtime for my application and therefore I need to reload some of my modules so as not to re-launch.
My generated package may contain new files or have files deleted (just to be ...
0
votes
1answer
26 views
Detect when <iframe> parent element changes from hidden to shown
How can I detect when an iframe is shown from hidden element ?
HTML :
<div style="display:none">
<iframe></iframe>
</div>
So when I show the <div> by jQuery via ...
0
votes
1answer
28 views
How would you create an auto-updating newsfeed without a reload?
How would I go around creating an auto-updating newsfeed? I was going to use NodeJS, but someone told me that wouldn't work when I got into the thousands of users. Right now, I have it so that you ...
-3
votes
0answers
14 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
0answers
35 views
Sencha 2 store reload
Currently I have a store that I am loading in my app.js at runtime:
I need to reload my store after the login ( Because i need to pass headers ). my store code is as follows
var loginStore = ...
0
votes
0answers
51 views
How to refresh Cart using PHTML file with AJAX Magento?
In following File, there is a file "reload.php"
But i want to use "myajaxcart.phtml" in Magento, How ??
Is it possible to use .phtml there, as magento doesn't allow direct access to .phtml files ??
...
1
vote
0answers
26 views
Unity - GetCurrentAnimatorStateInfo () returns null after a scene is destroyed then relaoded
I am having an issue with the Unity animation controller. The controller is working when the scene is first loaded. The scene is destroyed and when loaded again I receive a NullReferenceException at:
...
0
votes
2answers
27 views
Navigate through website without page-reload + url change
So I've been searching for a while to find myself the solution to the idea.
I've been inspired by this website: http://www.colorz.fr/#!/services/
Navigate through the website and you get the idea of ...
3
votes
1answer
54 views
Reload div after select combination
I have got two dropdownlists (select, option). If I change one of these, it should show a differant image immediately.
<select id="1" class="selectpicker show-tick">
...
0
votes
2answers
43 views
Check html page every x seconds
I'm programming an app that will display the result of a team. I'd like notify the user when there's a goal. To do this, I created a service where I'll take the score and put it in a String every 30 ...
0
votes
1answer
55 views
Reload PHP page where <body> tag is set in seperate PHP include
I have a page built of several seperate PHP includes. One page writes the information and another writes the content of the page. The page with content has hyperlinks on it that are all set to open ...
0
votes
1answer
44 views
jquerymobile, update dynamically a page and reset scroll position
I'm trying to dynamically update the content of a page with jquery mobile ( $('#testpage').page('destroy').page(); ), and reset the scroll position ( $.mobile.silentScroll(0); ).
It works but for a ...
2
votes
1answer
40 views
Android Fragment and reload application
I have my FragmentActivity :
public class FragmentActivity extends FragmentActivity
{
// ...
protected void onCreate(Bundle savedInstanceState) {
if (savedInstanceState != null) {
...
4
votes
1answer
63 views
Rails is not reloading my models in development mode
I'm using Rails 3.2.13
In development.rb, I have config.cache_classes = false
The problem occurs when I'm using either Unicorn or Webrick
I have a really weird behavior. Let's say I output ...
2
votes
3answers
36 views
jquery ajax item can not be clicked after reload
I am using django
In the body block
<div id="tag_like">
{% if liked %}
<img id="unlike" title="unlike" src="{{ STATIC_URL }}pic/bad.png" />
{% else %}
<img ...
-2
votes
0answers
35 views
Bullet-proof crossbrowser (JS/JQUERY) URL change without reloading
I am currently using AJAX on page, when user clicks on links, it changes the content without reloading but the URL remains the same. I would like to change the URL accordingly, but WITHOUT realoading ...
0
votes
1answer
28 views
close uitableview and reload another uitableview
i have problem.
I have CityViewController.m
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
UIStoryboard *storyboard = [UIStoryboard ...
0
votes
1answer
58 views
GWT: Cyclically loading an Image
I try to implement kind of a Videostream that relays on simple JPEG Files.
On my server, a JPEG is being created cyclically by an external Camera.
And I just want to include this Picture in my GWT ...
0
votes
1answer
46 views
How to load a redis database after
I understand how to save a redis database using bgsave. However, once my database server restarts, how do I tell if a saved database is present and how do I load it into my application. I can ...
0
votes
0answers
60 views
Tomcat AccessLogValve Pattern Reload without Restart
Is it somehow possible to reload the changes in the server.xml without restarting Tomcat?
I want to make several changes to my access_log format (in org.apache.catalina.valves.AccessLogValve -> ...
1
vote
0answers
58 views
Redirecting to a page without reloading
I've got an Angular.js app that follows quite closely the default seed app:
app.js
angular.module('wegush', ['wegush.filters', 'wegush.services', 'wegush.directives', 'wegush.controllers', ...
0
votes
0answers
69 views
access denied error while using window.location.reload
I have made one application that used the java script.There are various windows in my application and each window has one common icon.The functionality of that icon is to refresh the current window.
...
0
votes
0answers
15 views
How to strip iframe src and add it back (for dynamic load)
This may seem redundant but I have a serious problem. I need to reference outside links to fill a container, thus iframe. The problem is, I can't have the iframes loading all at once. They are tucked ...
5
votes
2answers
176 views
Preventing the browser from reloading the page when a user hits Back
I seem to have the opposite problem from most SO users. I have a static page that changes rarely, and I want the browser not to reload that page when the user navigates back to it quickly. I have not ...
3
votes
2answers
85 views
how to run an onchange function when page is loaded if the selected box is already selected
Im running into a problem where i have an ajax driven page that is drawn when a user selects something from a simple drop down:
<select id = "selectdepartment">
<option id = ...
0
votes
1answer
54 views
Reload vaadin table
I have a Vaadin table in a View. There is a button to create a new row in the table, a subwindow opens which allows you to specify the new item and create it.
Once created a notification tells you it ...
0
votes
2answers
154 views
document.location.reload(true) not working in ie9
I'm forcing a page to reload from the server with document.location.reload(true); and it all works fine in Chrome but for some reason it doesn't in internet explorer. The page refreshes but it stills ...
0
votes
0answers
28 views
EXT JS Reload store goes into wrong grid
Like the title says.
I have 2 grids, 2 stores and 2 views with all non identical names. When i reload store A it goes into grid B and grid A goes empty.
What i do:
storeA.reload();
0
votes
1answer
203 views
xcode reload data tableview doesn't work
Sorry I'm new in programing in Xcode:
I have this in my home tableViewController:
-(void)viewDidAppear:(BOOL)animated
{
[super viewDidAppear:animated];
//fetch the devices from persistent ...
0
votes
3answers
302 views
How to reload form in c# when button submit in another form is click?
I have a combo box in my C# which is place in form named frmMain which is automatically fill when I add (using button button1_Click) a product in my settings form named frmSettings. When I click the ...
0
votes
1answer
143 views
Ajax Jquery change div value itself
I have a page that call some google chart graphs. Each of these graphs have it's own filters:
Chart 1: Selling: per month, per year;
Chart 2: Customers: type of products ...);
So i call ...
1
vote
1answer
41 views
isinstance behavior with module reload
Given the following two .py files:
aclass.py
class A(object):
pass
main.py
def importer(klass):
"""
Used to import classes from there python qalname
"""
import_ = lambda m, k: ...
0
votes
2answers
62 views
Responsive, jQuery and .resize
I want different functionality depending on size, and this:
$(window).resize(function() {
checkWidth();
location.reload();
});
doesn't seem to be working.
var windowsize = ...
0
votes
2answers
20 views
Remember active class on reload
I am creating a single page website - where the menu items change class to "active" when the user is on the current section of the page - this works out fine, but the browser "forgets" which menu-item ...
0
votes
1answer
58 views
ajax causing to stop further actions on php page
I have a page which generates tables by utilizing a for loop. (the syntax works fine in my php file, this is just a copy paste, so disregard syntax errors as this is like a prototype)
<form ...
1
vote
1answer
46 views
Closing a Trigger.io forge mobile app via javascript (Android / iOS) - in order to apply Reload
Is it possible to ask a Trigger.io Forge mobile app to close itself through the forge JS api?
We're seeing users having problems with reloads:
We pop up a message when a reload is available, but it's ...



