supadodger 0 Posted November 21, 2010 if i am typing in notepad and my autoit traytip comes on it deactivates the notepad window... Share this post Link to post Share on other sites
PsaltyDS 39 Posted November 22, 2010 I'm not seeing that: Run("notepad.exe") For $n = 1 To 10 Sleep(3000) TrayTip("Test", "Test: " & $n, 2) Next Do you get that running this, or can you modify it to reproduce your symptom? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites