🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

PyFlux: Display progress bar

User: "Romain B"
Altair Community Member
Updated by Romain B

Hi all, 

I'd like to know what's the PyFlux command to display the progress bar when solving.

I'm not quite sure why, but when I launch my script that opens a project and solves it, the pop-up window with the progress bar of the solving process does not show up.

 

Thanks!

Romain

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Alejandro Rodríguez"
    Altair Employee
    Updated by Alejandro Rodríguez

    Hello Romain,

    Unfortunately, I think there is not such command in PyFlux.

    I think you are not able to see the solving pop-up because you are probably running your script in batch mode. A solution to see this windows and its progression bar is to launch your script in direct mode instead. This mode is more time consuming but it allows to see all the displays at real time.

    Best regards,

    User: "Romain B"
    Altair Community Member
    OP
    Updated by Romain B

    Hi Alejandro, 

     

    Alright, thanks for the info!

    The thing is, my script does loads of things and I wouldn't like to slow it down by executing all of it in direct mode. I'll do some tests to see if there's a workaround.

    Regards, 

    Romain