POV-Ray : Newsgroups : povray.windows : Is there an commandline/INI-Option to "Run POV 3.5 minimized" ? Server Time
1 Jul 2024 02:28:36 EDT (-0400)
  Is there an commandline/INI-Option to "Run POV 3.5 minimized" ? (Message 1 to 4 of 4)  
From: Theo Gottwald *
Subject: Is there an commandline/INI-Option to "Run POV 3.5 minimized" ?
Date: 14 Aug 2002 01:23:25
Message: <3d59e94d@news.povray.org>
Minimized e-g- that the POV- window just starts,
goes minimized  to the Taskbar, does its bussiness and the leaves.

Someone who works on that PC , would not even have to see that its running.

(If I am right the old AMIGA-POV had that Option :-).)

--Theo

---------------
currently rendering with 6.4 GHz AMD-Intel distributed CPU :-).


Post a reply to this message

From: Andrew Wilcox
Subject: Re: Is there an commandline/INI-Option to "Run POV 3.5 minimized" ?
Date: 14 Aug 2002 12:37:28
Message: <3d5a8748$1@news.povray.org>
We already had this conversation a couple of weeks ago.  I'm trying to solve
the same problem you are.  Right now, I'm working on a POV GUIEXT, so I can
start render's without POV coming to the front each time.

--
#macro Q(A,E,W)box{-A/2,A/2pigment{rgb 9*W}translate E*A+W/1000}#end#macro
M(D,E)#local A=1/pow(3,D);#if(D<3)#local C=D+1;union{M(C,1)M(C,x+y)M(C,x+z)
M(C,y+z)M(C,x+y-z)M(C,x+z-y)M(C,y+z-x)M(C,x-y)M(C,z-x)M(C,y-z)M(C,y-x)M(C,
x-z)M(C,z-y)M(C,x-y-z)M(C,y-x-z)M(C,z-x-y)translate A*E}#else Q(A,E,x)Q(A,E
,y)Q(A,E,z)#end#end union{M(0,0)rotate<45,145,0>translate z*2}//Andrew


Post a reply to this message

From: Theo Gottwald *
Subject: Re: Is there an commandline/INI-Option to "Run POV 3.5 minimized" ?
Date: 14 Aug 2002 12:44:40
Message: <3d5a88f8$1@news.povray.org>
If I had known that this option is not there,

it does not seem to be heavy to look for a window with that title,

and if you find it, you "Post it a message" it shall minimize.

I think we can solve this problem.

I thought there is a commandline switch /silent or like that.

Ok, if its not I'll solve the problem diffrent.

If your POVQuiet.exe is ready, I would like to try it.

Currently it would be a good Add-On for my SMPOV Add-On.

Hopefully it does not need any installation ... ?

--Theo

"Andrew Wilcox" <awi### [at] unpuzzledcom> schrieb im Newsbeitrag
news:3d5a8748$1@news.povray.org...
> We already had this conversation a couple of weeks ago.  I'm trying to
solve
> the same problem you are.  Right now, I'm working on a POV GUIEXT, so I
can
> start render's without POV coming to the front each time.
>
> --
> #macro Q(A,E,W)box{-A/2,A/2pigment{rgb 9*W}translate E*A+W/1000}#end#macro
> M(D,E)#local A=1/pow(3,D);#if(D<3)#local
C=D+1;union{M(C,1)M(C,x+y)M(C,x+z)
> M(C,y+z)M(C,x+y-z)M(C,x+z-y)M(C,y+z-x)M(C,x-y)M(C,z-x)M(C,y-z)M(C,y-x)M(C,
> x-z)M(C,z-y)M(C,x-y-z)M(C,y-x-z)M(C,z-x-y)translate A*E}#else
Q(A,E,x)Q(A,E
> ,y)Q(A,E,z)#end#end union{M(0,0)rotate<45,145,0>translate z*2}//Andrew
>
>


Post a reply to this message

From: Theo Gottwald *
Subject: The code ...
Date: 15 Aug 2002 02:23:26
Message: <3d5b48de$2@news.povray.org>
That does it !
Render-Agent 2 is on its way ...

SUB MinimizeWindow(a AS LONG)
   LOCAL WindowHandle AS LONG,c$,b&,d$
   c$="Pov35MainWinClass"+CHR$(0)
   WindowHandle = FindWindow(BYCOPY c$,BYVAL %NULL):' FN
   ShowWindow WindowHandle, %SW_MINIMIZE
   END SUB

--Theo

"Theo Gottwald *" <The### [at] t-onlinede> schrieb im Newsbeitrag
news:3d5a88f8$1@news.povray.org...
> If I had known that this option is not there,
>
> it does not seem to be heavy to look for a window with that title,
>
> and if you find it, you "Post it a message" it shall minimize.
>
> I think we can solve this problem.
>
> I thought there is a commandline switch /silent or like that.
>
> Ok, if its not I'll solve the problem diffrent.
>
> If your POVQuiet.exe is ready, I would like to try it.
>
> Currently it would be a good Add-On for my SMPOV Add-On.
>
> Hopefully it does not need any installation ... ?
>
> --Theo
>
> "Andrew Wilcox" <awi### [at] unpuzzledcom> schrieb im Newsbeitrag
> news:3d5a8748$1@news.povray.org...
> > We already had this conversation a couple of weeks ago.  I'm trying to
> solve
> > the same problem you are.  Right now, I'm working on a POV GUIEXT, so I
> can
> > start render's without POV coming to the front each time.
> >
> > --
> > #macro Q(A,E,W)box{-A/2,A/2pigment{rgb 9*W}translate
E*A+W/1000}#end#macro
> > M(D,E)#local A=1/pow(3,D);#if(D<3)#local
> C=D+1;union{M(C,1)M(C,x+y)M(C,x+z)
> >
M(C,y+z)M(C,x+y-z)M(C,x+z-y)M(C,y+z-x)M(C,x-y)M(C,z-x)M(C,y-z)M(C,y-x)M(C,
> > x-z)M(C,z-y)M(C,x-y-z)M(C,y-x-z)M(C,z-x-y)translate A*E}#else
> Q(A,E,x)Q(A,E
> > ,y)Q(A,E,z)#end#end union{M(0,0)rotate<45,145,0>translate z*2}//Andrew
> >
> >
>
>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.