NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 163 164 165 166 167 … 433 Next »
Norton Security 2015 steals focus

Norton Security 2015 steals focus
kamares
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Oct 2014
#1
2015-09-26, 08:49 AM
Hi Sub,

Win 7 Home edition.

Upgraded to Norton Security 2015 from NIS this week and "Always on top" now loses focus at 2 mins and again at 3 mins from reboot.

If Norton is disabled, focus stays with NPVR – no problems.

Solved it – not elegantly – by putting two files in Windows/Start/All Programs/Startup as below:
(Stay on top box is ticked with this bat file.)
=========
REM .. Start.bat
c:
cd\program files (x86)\NPVR\
start nextpvr.exe -ontop & start nextpvr.exe –updateepg
==========

AND - second file:

==========
; Remark - Autohotkey file – NPVR.ahk

#WinActivateForce #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

;

Timethen= %A_Now%
EnvAdd, Timethen, 2
Timethen += 3, m

start:

if (A_Now >= Timethen)
{
goto done

}
else

#WinActivateForce
IfWinExist, NextPVR
WinActivate ; use the window found above
goto start

done:
exitapp

=======
The += 3, m is set to 3 mins but can be anything longer than the loss of focus.

I know this is not elegant – can it be done within NPVR ? Or, am I missing the obvious ??
(Alternatively – stop using Norton, I guess ..)

Regards
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Loss of focus on second NextPVR launch wwhenderson 5 1,712 2020-01-31, 10:29 PM
Last Post: wwhenderson
  Web streaming security bisonfan 13 4,250 2019-11-06, 01:58 PM
Last Post: mvallevand
  Green/MCE button starts NPVR without focus hmc 5 1,929 2019-06-15, 06:08 AM
Last Post: hmc
  FFMPEG - 2015 Version? BrianGGG 2 1,268 2018-02-10, 05:14 PM
Last Post: sub
  NextPvr steals in use Tuner for scheduled recordings jmooremcc 5 2,055 2017-11-14, 04:10 PM
Last Post: jmooremcc
  Nextpvr security Sharpy420 6 1,945 2017-08-29, 08:08 PM
Last Post: mvallevand
  Kernel Security Check Failure ChrisJBuchanan 3 2,154 2016-06-18, 02:10 AM
Last Post: johnsonx42
  XMLTV via SchedulesDirect update failing starting 2/10/2015 JavaWiz 0 1,415 2015-02-13, 05:45 AM
Last Post: JavaWiz
  NTRAY.exe detected by AVG 2015 as vurus?? ffury10 3 3,697 2014-12-20, 07:55 PM
Last Post: cbgifford
  NextPVR not the app in focus when launched from the 'Green Button' on an MCE remote digidad 8 2,871 2014-05-04, 11:35 PM
Last Post: ceandra

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode