NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) Burndvdx2 and Skiptool v
« Previous 1 2 3 Next »
Skiptool steals focus

 
  • 0 Vote(s) - 0 Average
Skiptool steals focus
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#1
2008-03-11, 12:57 PM
Ok, not exactly skiptool. When I run the queue or transcode, the DOS windows that popup running mencoder or whatever don't go away unless I go to the mouse an click on pvrx2 which is now in the background.

Short of installing that plugin (I forgot the name) that grabs focus back every 10 seconds, is there another way around this? I am running VMR9 custom maximized.

Thanks.

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#2
2008-03-11, 03:48 PM (This post was last modified: 2008-03-11, 04:02 PM by pastro.)
gazoo Wrote:Ok, not exactly skiptool. When I run the queue or transcode, the DOS windows that popup running mencoder or whatever don't go away unless I go to the mouse an click on pvrx2 which is now in the background.

Short of installing that plugin (I forgot the name) that grabs focus back every 10 seconds, is there another way around this? I am running VMR9 custom maximized.

Thanks.


I thought I started it minimized, but I'll look into it again.


Here's how it starts any program it runs which seems to look like it would start hidden.
It might be once you call stattik's batch file, that part isn't hidden.

pi.CreateNoWindow = true;
pi.ErrorDialog = false;
pi.UseShellExecute = false;
pi.WindowStyle = ProcessWindowStyle.Hidden;
Process p = Process.Start(pi);
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#3
2008-03-11, 06:32 PM
I believe it is during statik's scripts.

Anyway to alleviate that?

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#4
2008-03-11, 07:16 PM
I looked at Stattik's scripts, and it seems like he runs everything minimized as well. You see a window popup, not just loose focus, correct?
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#5
2008-03-12, 05:52 AM
yes, window + lost focus to that window

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#6
2008-03-12, 12:16 PM
Ok, I just figured out what it was. It is the queueit script that is stealing the focus. I normally do it via queueing, but when I wasn't doing that I was running transcode right away. I can't remember now, but I think when I ran it right away I saw 2 windows. However, the normal mode of operation for me is to use the queue. So, the queueit kick off script is the one that stays up in this mode.

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#7
2008-03-12, 04:19 PM
gazoo Wrote:Ok, I just figured out what it was. It is the queueit script that is stealing the focus. I normally do it via queueing, but when I wasn't doing that I was running transcode right away. I can't remember now, but I think when I ran it right away I saw 2 windows. However, the normal mode of operation for me is to use the queue. So, the queueit kick off script is the one that stays up in this mode.


I'll check that. My PVR isn't working right now, so I didn't get a chance to look at this last night as I was scrambling to get it going again.


EDIT: You're right. It starts normal not hidden. I'll get an update out.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#8
2008-03-12, 04:32 PM
Try this dll.
Unzip the file and put it in the gbpvr\plugins\skiptool dir
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
gazoo
Offline

Posting Freak

Posts: 781
Threads: 118
Joined: Jan 2008
#9
2008-03-12, 05:53 PM
Thanks. Will try tonight.

[SIZE="1"]Server rebuild:GIGABYTE GA-MA78GM-S2H, CPU AMD X2 4850e 2.5GHz 45W,2GB RAM,500GB HD,Hauppauge HVR-1600,Vista Ultimate SP1,IN WIN BK623 Mini case
Client:ASUS AMD M3A78-EMH HDMI motherboard,CPU AMD64 X2 3800+,2GB RAM,200GB HD,ATI HD3200 integrated graphics, WIN XP SP2 Pro,MCE303 case, 2x16 VFD, Irtrans MCE remote [/SIZE]
[SIZE="1"] How to Build your own GB-PVR HTPC computer[/SIZE]
[SIZE="1"]GB-PVR in action on YouTube[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Skiptool: how to add an entry? jactry 5 8,446 2009-05-19, 03:09 PM
Last Post: pastro
  Skiptool trouble gazoo 1 6,023 2009-02-13, 05:31 PM
Last Post: gazoo
  Can I set up SkipTool to transcode to Divx? mkenyon2 5 7,687 2009-01-29, 05:52 AM
Last Post: -stattik-
  BurndvdX2 and skiptool navigation problem pastro 0 5,340 2009-01-15, 04:49 AM
Last Post: pastro
  Navigation problem in Skiptool leaded1 6 8,347 2009-01-15, 04:19 AM
Last Post: leaded1
  Skiptool not listing DVR-MS files tasan 4 4,223 2008-09-11, 01:54 AM
Last Post: JonnyCam
  Skiptool locking up on entry gazoo 2 3,276 2008-06-09, 08:19 PM
Last Post: pastro
  burndvdx2 and skiptool updated on wiki pastro 0 2,871 2008-05-31, 05:43 AM
Last Post: pastro
  SkipTool locks the GBPVR database mkenyon2 1 3,113 2008-05-02, 03:32 PM
Last Post: pastro
  SkipTool transcode to MovieWiz, sound works, video doesn't. mkenyon2 9 7,706 2008-04-13, 12:22 PM
Last Post: mkenyon2

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

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

Linear Mode
Threaded Mode