Yes, as stated above, you can pause. but I am pretty sure that you are not able to hide the model behind windows. I am pretty sure this program always lands on top.(Happy Birthday @sjaakie !)
Why stil there's no such option, or am I missing it? Video output currently is going over all other windows, but i want to pause clip and hide it behind other windows thus being able to resume clip playback later😢
You Can't Pin scripts to the Start Menu or to the TaskBar
But here is a Trick to Get around this Limitation.
How to Use a Python Script so you can Pin it to the Start or Pin it to the Task Bar.
Send your Script to the Desktop ( it creates a link to the Script file )
then go to the TaksBar and Edit the Properties of the Link
The Tarket will be someting like this
E:\Is\Data\VGHD_Send_to_BackGround.py
Change the Target so that it Begins with the name of the Process used to Run the Script.
In this example Python.exe is the Process.
Python.exe "E:\Is\Data\VGHD_Send_to_BackGround.py"
Then Save this Updated Link
Since the Link is Now to an Executable Process
It can Be Pinned to Start
or
It can Be Pinned to the Task Bar.
You will Need to have Python Installed
you can open a CMD prompt as an Administrator and use Curl to install Python.curl -o python-installer.exe https://www.python.org/ftp/python/3.12.0/python-3.12.0-amd64.exe
Then Install it Silentlystart /wait python-installer.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0
Finally check the version installledpython --version
and you Also need these dependency filespip install pywin32 psutil
Como usuario gratuito iStripper, no se te permite responder a un tema en el foro o crear un nuevo tema
Pero podrás acceder a las categorías y conceptos básicos y ponerte en contacto con nuestra comunidad.!