hmm, here's something that's causing a pause for thought!
I have Label object on a login page showing Date/Time [updated every second]. I wanted to move it to a 'menu' page that is inherited by all other pages so it appears on all pages instead of the login page only. Now, of course, it wont work coz the menu page events are not called like other 'shown' pages are. I need a global timer really with
GlobalTimer > Page.Menu.LabelSetText (DateNow .. TimeNow)
I know I can use swf to do this since that will always be running [or should] but didnt really wanna do that.
Is there something i'm missing with this or is it the pain in the butt i think it is?

