|
slicertool Magician
Joined: 09 Oct 2003 Posts: 459 Location: USA
|
Posted: Mon Nov 20, 2006 6:25 am
[1.15] Status Bar following Window Focus |
A constantly updating status bar (like on that has a timer that updates once a second) moves to the window with the current focus.
If I click on the main window, it appears there. If I click on a child window, it loads there and disappears from the main window. If I click back on the main window, the status bar follows back. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Nov 20, 2006 3:45 pm |
Can you give me a specific script example of the status bar definition that is causing this problem so I can test it here?
|
|
|
|
slicertool Magician
Joined: 09 Oct 2003 Posts: 459 Location: USA
|
Posted: Mon Nov 20, 2006 11:34 pm |
Code: |
#st {hp: @hppercent% cash: @cash exp: @exp | exp change: @expchange | smug: @pillvl jedi: @jedilvl dip: @diplvl | idle: %eval( 59 - %eval( @timeridle/ 60000))m %eval( 59 - %eval( %mod( @timeridle, 60000)/1000))s}
#alarm snooze {+60:00} {#say test}}
#alarm recheck {*1} {timeridle = %alarm(snooze)}
|
|
|
|
|
|
|