X
Tap here to go to the mobile version of the site.
Your Firefox is out of date and may contain a security risk! Upgrade Firefox

Support Forum

nglayout.initialpaint.delay

Posted

Hi;my firefox version is 19.0 and i edit nglayout.initialpaint.delay value number i want to know what is number in default value?? tanks.

Helpful replies

Hello masoonic, default is 250, see : Nglayout.initialpaint.delay

you edit or you create the value ? (hey.... that's a joke)


thank you

Go to answer 1
// Initialize the timer.

// Default to PAINTLOCK_EVENT_DELAY if we can't get the pref value.
   int32_t delay = Preferences::GetInt("nglayout.initialpaint.delay", PAINTLOCK_EVENT_DELAY);
// 250ms.  This is actually pref-controlled, but we use this value if we fail
// to get the pref for any reason.
#define PAINTLOCK_EVENT_DELAY 250
Go to answer 1
Post a Reply

Additional System Details

Installed Plug-ins

  • Shockwave Flash 11.6 r602
  • A plugin to detect whether the Adobe Application Manager is installed on this machine.
  • A plugin to detect whether the Adobe Extension Manager is installed on this machine.
  • VLC media player Web Plugin 2.0.2
  • 5.1.10411.0
  • The plug-in allows you to open and edit files using Microsoft Office applications
  • Office Authorization plug-in for NPAPI browsers

Application

  • User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0

More Information

ideato
  • Top 10 Contributor
471 solutions 3252 answers
Posted

Helpful Reply

Hello masoonic, default is 250, see : Nglayout.initialpaint.delay

you edit or you create the value ? (hey.... that's a joke)


thank you

Was this helpful to you? 1
Reply
cor-el
  • Top 10 Contributor
  • Moderator
8461 solutions 79957 answers
Posted

Helpful Reply

// Initialize the timer.

// Default to PAINTLOCK_EVENT_DELAY if we can't get the pref value.
   int32_t delay = Preferences::GetInt("nglayout.initialpaint.delay", PAINTLOCK_EVENT_DELAY);
// 250ms.  This is actually pref-controlled, but we use this value if we fail
// to get the pref for any reason.
#define PAINTLOCK_EVENT_DELAY 250
Was this helpful to you? 1
Reply
Posted

Question owner

This preference does not exist by default. Is it is useful adding or not... what is doing it???!!! tanks.

Was this helpful to you? 1
Reply
ideato
  • Top 10 Contributor
471 solutions 3252 answers
Posted

For me, it is useful, with 0 (zero) value.

thanks

Was this helpful to you? 1
Reply

Post a Reply

You must log in to your account to reply to posts.

Don't have an account? You can create a free account now.