Questions tagged [reloading]
99 questions
0
votes
1 answer
Flash reloading on first click to any link (default prevented) only in Firefox
I'd been following several answers to similar problems with no luck at all, so i decided to try asking by myself:
I have a page with several links that have to load data via Ajax using jquery and put the response inside a div. The main "tab" is a…

kaspar
- 58
- 1
- 5
0
votes
1 answer
DLL swapping in c, am I doing it wrong?
So I would like to be able to change the behaviour of my application during runtime without using any external scripting languages. In order to achive that I tried using DLLs. I have something like:
begin program;
load dll and function…

AcarX
- 289
- 2
- 10
0
votes
0 answers
Grails 3.0.7 GSP auto reloading in Production mode
I have a Grails 3.0.7 war file that i am deploying on a Tomcat. I have a few GSP views that i would like the users to change the font/css etc (similar to changing html in a deployed web application). I am using Bootstrap as well in the views and…
0
votes
1 answer
how can i reload (or) refresh the uiview?
HI,
I'm very new to iphone development.I'm doing one application in that app having more than one uiview.one uiview having uislider and uilabel.uislider is used to show the song timings and uilabel is used to shows the song count.while the timer…
Renya
0
votes
2 answers
reloading section of UITableView in ios
I have 4 sections in tableview.
I am reloading section using :
[self.tableview reloadSections:[NSIndexSet indexSetWithIndex:1] withRowAnimation:UITableViewRowAnimationNone];
What happens, when i observe cells in section 2 and my code runs to…

Saggy
- 465
- 5
- 18
0
votes
2 answers
webgl texture image source updating
I make a small project in webgl, I have a texture drawn on a cube, for the moment no problem :)
But the fact is, that the image is periodly updated keeping the same name.
And what I'd like to do, it's to update the texture when the image update…

lamourette jean-baptiste
- 133
- 8
0
votes
1 answer
Java Servlet Reloading
How to turn on servlet reloading so you don’t have to stop and restart Tomcat every time you want to change and test a servlet? Any help will be greatly appreciated. Thank you.
0
votes
1 answer
How to reduce Grails' reload check interval
Whenever I touch (save) a groovy class, in Grails development mode, there's a noticeable interval (around 10 seconds) before I start seeing Compiling 1 source files messages.
Is there a setting to reduce (speed up) the interval between checks?
Is…

Tobia
- 17,856
- 6
- 74
- 93
0
votes
1 answer
grails custom development environment
I would like to create a custom grails environment which combines the on-the-fly recompilation feature of the 'development' environment with the persistent database feature of the 'production' environment. However, I do not wish to alter either the…

spierepf
- 2,774
- 2
- 30
- 52
0
votes
1 answer
Tracking item and monster positions
I've been working on a libtcod/C++ roguelike, and I've run into a small problem.
When the player goes between floors, the items from the previous floor stay on the new map, ending up in the walls, and each time I go between floors, more items…

Graham Fielding
- 51
- 5
0
votes
2 answers
AspNet Web Application - Some values are Null on Wake
We recently converted a web site to web application. Everything works perfectly when we deploy. If we allow the application to shut down (i.e. no one uses it for 1 hr), then when we go back to it, the Login page loads fine, but then calls to Web…

Ken Lassesen
- 21
- 3
0
votes
1 answer
Java Framework with Service Dependencies?
Is there a Java framework that allows reloading on components (like OSGi) and allows services to have start / stop dependencies (like init scripts)?
OSGi seemingly allows the following operations:
install
start / stop
uninstall
However, the stance…

Eero Aaltonen
- 4,239
- 1
- 29
- 41
0
votes
1 answer
How to prevent reloading after clicking on a link?
I'm using a script to use AJAX on my blogger (https://github.com/swook/jquery-ajaxify-plugin) so users can listen music via the music player without interruption while they're navigating through differents pages.
Everything works except the random…

Julien
- 25
- 1
- 8
0
votes
3 answers
How to prevent from refreshing after submitting?
I got this code right here which executes the function validate() when submit is clicked. The function changes some of the text in the page. But I can't see the effect because the page automatically refreshes after submission:
0
votes
1 answer
UITableView reloading data using NSTimer while scrolling table
I have a simple UITableView containing a few rows. Every row contain a countdown timer represented by UITextLabel. When row is selected, countdown starts. Countdown fire date is set by localNotification. Time to fire date is displayed in…

Ivan
- 371
- 1
- 3
- 8