Git Product home page Git Product logo

Comments (5)

MScholtes avatar MScholtes commented on August 16, 2024 1

Hello nmpereira,

I will do some research about it, it will take some time for testing.

But PS2EXE programs in NoConsole mode cannot behave like a console program since there is no console.

Greetings

Markus

from ps2exe.

MScholtes avatar MScholtes commented on August 16, 2024

Hello nmpereira,

your request is not really clear. When you close a console window with a Powershell script, the script is forcefully stopped. I guess this is not what you want.

If you find the progress bar window disturbing, please set the following automatic Powershell variable before:

$ProgressPreference = 'SilentlyContinue'

If you want progress bars to reappear, set the variable to its default value 'Continue'.

Greetings

Markus

from ps2exe.

nmpereira avatar nmpereira commented on August 16, 2024

Hello Markus,

My request is specifically to do with 'closing' the progressbar window. I would like to have it show, but would also like the option to force close it. Hence, hiding the progressbar (SilentlyContinue) is not the solution for me.

Currently, there is no way to close the child progressbar window nor the parent gui window (because it wants me to close all child windows before interacting with the parent window). Even if it closes the whole script, to essentially mimic a console window being closed, thats a solid alternative as well.

Right now, the only way to close the script running a progressbar is through task manager, which is not elegant.

from ps2exe.

MScholtes avatar MScholtes commented on August 16, 2024

Hello @nmpereira,

sorry for the late reply. I have done some research, the effort to provide the possibility of closing and also minimising and maximising is very high and is not in any effort to the benefit (I would have to write event handlers for each function, these would also have to be called. The case that a change is to be made to an already closed window must be handled...).

So unfortunately I will not be able to implement the request-.

Greetings

Markus

from ps2exe.

MScholtes avatar MScholtes commented on August 16, 2024

Closed since no response

from ps2exe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.