On Thursday 25 February 2010 03:49:13 pm Jozef Šiška wrote: > > On Thursday 25 February 2010 01:14:58 pm Duncan wrote: > >> Randy Kramer posted on Thu, 25 Feb 2010 10:22:41 -0500 as excerpted: > >> > I'd like to find a way to set the Panel to Hide > >> > Automatically in fractions of a second-- > >> Interesting question. The kind I might find myself asking. =:^) > > ---< good stuff involving strace snipped >--- > > Now I'm googling for AutoHideDelay to find out if there is some way > > to set it in increments of less than 1 second (that is, short of > > modifying the code and recompiling). > I'm afraid not, looking at the code, the AutoHideDelay property is > defined as Int with the default "3" [1]. > > And btw, it seems that 0 also isn't really 0 [2]: > > if (m_settings.autoHideDelay() == 0) > { > _autohideTimer->start(250); > } > else > { > _autohideTimer->start(m_settings.autoHideDelay() * 1000); > } Jozef, Thanks very much! That explains why I got 3 seconds when trying to set to 0.1. I guess I need more than 250 msecs., then ;-) But, if I want to modify the code, I know exactly where to do it now ;-) Thanks again! Randy Kramer BTW: AFAIK, the latest release of kde3 was 3.5.10, but apparently parts of 3.5.10 are still labeled 3.5.9 (iiuc). > I looked at the 3.5.9 tag in svn... don't know what the latest > release of kde3 was... > [1] > http://websvn.kde.org/tags/KDE/3.5.9/kdebase/kicker/kicker/core/exten >sionSettings.kcfg?view=markup [2] > http://websvn.kde.org/tags/KDE/3.5.9/kdebase/kicker/kicker/core/conta >iner_extension.cpp?revision=774532&view=markup ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.