Author Topic: Another tweak -- changing "popup dialog time"  (Read 4422 times)

Offline Delta-9

  • Jr. Member
  • **
  • Posts: 35
Another tweak -- changing "popup dialog time"
« on: August 16, 2006, 04:01:12 PM »
I thought the little "popup" (actually pop-down) dialog box was set for a little too long, so I wanted to change the time that message was displayed. I changed the number from 5000 to 1000 and now it is much shorter.

To do this, edit the program/js/app.js file and change the below line:

 this.message_time = 1000;

It was 5000 before. Make the change and test by reloading you browser. Tweak it until you are happy with the length of the dialog.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Another tweak -- changing "popup dialog time"
« Reply #1 on: August 16, 2006, 10:35:28 PM »
This is milliseconds.

1000 milliseconds = 1 second
5000 milliseconds = 5 seconds
500 mlliseconds = 1/2 a second

Nice "tweak" though.