Questions tagged [reloading]
99 questions
0
votes
1 answer
Reloading in javascript
I have a facebook game application that is released at facebook platform at the following link :
FaceBookGameApplication
and i am using iframe and the problem now that after answering the question in the game i reload the page from javascript code…

Ahmy
- 5,420
- 8
- 39
- 50
0
votes
3 answers
Recompiling the object during runtime
I am developing a project in java in which ,after running main file , some java files get altered and if i run that file again during the same execution the output does not show the changes done in the java file
For example there are 2 files.…

Himanshu Goel
- 3
- 1
-1
votes
4 answers
How can i reload my page every time i am on it on my flutter app?
Assume that I'm on page-A now. I navigate to page-B. When I pop the page-B and come back to page-A, currently nothing happens. How can I reload page-A and load the new API data from the init state of page-A? Any Ideas?

Vignesh Jagannadhan
- 15
- 2
-1
votes
2 answers
How can I fix "Change tab after reloading page ."
I am using AntDesign for tab in my UI.
When i am reloading my page tab automatically change, i have implement some common solutions but still not working. this problem ruins my ui
code :
const [key, setKey] = useState("1");
const callback = (k) =>…

Samad ullah
- 9
- 2
-1
votes
1 answer
Angular2 - loading the same router with other parameter does not load new view
I'm at page /offers/(offerID)
At the page I have the offer details and 5 last added other offers.
current page - /offers/(offerID)
at the page there is a code
other offer
when I click on the link, page…

elzoy
- 5,237
- 11
- 40
- 65
-1
votes
1 answer
I am trying to create a chat feature for a web page and it keeps reloading when I hit enter. Can anyone tell me why this might be happening?
This is the main body of the code. Basically I am trying to write the client side page for a chat server. Assuming the server interaction is correct the page will never be able to take the messages sent back from the server because the page…

Skywatermelon
- 7
- 6
-1
votes
1 answer
Class Loading in Java using custom class loader
There is a class A, which calls a methods of class B.
Now, I am generating class B dynamically, and every time when new class B is generated, A should call the newer version of class B. Now, I am loading class B using custom class loader, but class…

sunny patel
- 13
- 1
-3
votes
1 answer
PHP Reloading data on interval, not refresh
i have a php script that scrapes data from a bunch of websites and stores them in a db. What i want to happen is instead of having the php load at every connection, i want to set it on a 10 minute interval that then stores the data it gets into a DB…

JamesTP
- 1
-5
votes
2 answers
Dynamic class creation - Java
Is there a way to dynamically create a class having a string containing the code of the class or maybe adding a method in the same way to an existing class previously created?
Use case scenario: A student is doing an exam in which he has to write…

giku93113
- 13
- 1
- 1
- 4