The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
108 views

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 ...
1
vote
1answer
372 views

webbrowser not refreshing stylesheet

I post the complete code below, so you can see what I'm doing. Situation: I create a IHTMLDocument2 currentDoc pointing to the DomDocument I write the proper string I close the currentDoc program ...
0
votes
1answer
186 views

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 ...
0
votes
1answer
208 views

Preventing parent page reloading when exiting modal

I have a form that has a popup when a certain button is pressed on the page. If i filled in the form, but have not submitted it for posting yet and I press the popup button, when i go to exit the ...
1
vote
0answers
167 views

Android ListView - Loading new items without reloading the old ones - like in Gmail or Google Play

I've got one issue with otherwise nice working ListView. I want to load new items into the existing listView, just like in Gmail or Google Play app - I show like 15 items and when the user clicks ...
0
votes
0answers
101 views

PHP form that goes thru the day collecting data with a progress bar

I've been solving most of my issue looking at already answered questions, but for this one I couldn't find any, and I don't really know where to start looking. I want to create a page, that collects ...