Python Forum
Problem keeping the window up
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem keeping the window up
#9
Thanks for all the reply's
I think it might people to understand what I want, if they understand my long game in asking this question.

I have written a media backup program for my media system. it works great.

It is actually Two programs one is the backend, it runs invisibly in the back ground, the other is the front end, you open this up just to make changes to setting, or to check the log file, and a few other things. when you're done you close it down and the back end continues running in the back ground. As things work now you have to first open the backend then open the front end when you first fire the program up, or after a system shut down, or the like.

What I would like to do is have it so that when you fire up the frontend it will look to see if the backend is running and if its not, then it would start it, leaving the backend running after the frontend has been closed.

So I want to be able to start one completely separate program from with in another and leave it running after ending the first.
Reply


Messages In This Thread
Problem keeping the window up - by benlyboy - Jan-22-2020, 02:31 AM
RE: Problem keeping the window up - by michael1789 - Jan-22-2020, 02:47 AM
RE: Problem keeping the window up - by benlyboy - Jan-22-2020, 10:33 AM
RE: Problem keeping the window up - by michael1789 - Jan-22-2020, 07:29 PM
RE: Problem keeping the window up - by benlyboy - Jan-23-2020, 12:00 PM
RE: Problem keeping the window up - by michael1789 - Jan-23-2020, 01:50 PM
RE: Problem keeping the window up - by benlyboy - Jan-23-2020, 05:10 PM
RE: Problem keeping the window up - by benlyboy - Jan-23-2020, 11:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there a way to call and focus any popup window outside of the main window app? Valjean 6 1,857 Oct-02-2023, 04:11 PM
Last Post: deanhystad
  Keeping up with IDEs and Virtual Environments... bytecrunch 7 2,585 Sep-05-2022, 08:04 PM
Last Post: snippsat
  Pyspark Window: perform sum over a window with specific conditions Shena76 0 1,197 Jun-13-2022, 08:59 AM
Last Post: Shena76
  Keeping a value the same despite changing the variable it was equated to TheTypicalDoge 2 1,481 Mar-13-2022, 10:50 PM
Last Post: Yoriz
  merging lists, dedup and keeping order, in older pythons Skaperen 3 3,192 Oct-19-2018, 01:30 AM
Last Post: ODIS
  Keeping Intersection of an Image Only Anysja 4 2,989 Aug-15-2018, 09:47 PM
Last Post: Anysja
  help with keeping score W3BL3Y 2 6,294 Apr-29-2018, 01:12 PM
Last Post: W3BL3Y

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020