program alert

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • txguy
    New Member
    • Aug 2007
    • 22

    program alert

    we have a js routine that is triggered by various other mouse and keyboard actions ... this js routine runs in the background at completion exits, all without the user knowing it is running ... we would like to find a routine to load that would watch for this js routine and when the js routine starts an on screen alert (maybe a simple red x) would appear at say screen location 10/10 while the js routine is running .

    any suggestions??
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    hi ...

    couldn't you change the called routine to show that hint, a div with absolute positioning and you red x ... so it is irrelevant from where the method is called simply relevant that it is running ...

    post your code and what you have tried in case you have problems with it ...

    kind regards

    Comment

    • txguy
      New Member
      • Aug 2007
      • 22

      #3
      yes, could change the routine ... but then everyone would know it waas running. dont want that. want a routine that I can start to check and then alert if the routine is running.

      any suggestions?

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5390

        #4
        how would you want to observe it? may be you give the function an optional parameter and pass that parameter in case you want to watch it ... or do you want to watch it for debug purposes only?

        kind regards

        Comment

        Working...