Skip to content

Input prompt conflicting with progress bar/message #398

Description

@usai-sylvain

I'm getting funny conflicts between progress bar / message_print and the cadwork prompt.

I'm showing progress bar with uc.show_progress_bar() and message with uc.print_message(), on top of it comes the message prompt from cadwork ec.delete_processes_keep_cutting_bodies([element_id], True).

The prompt can't take input and blocks the entire window. I'm suspecting the message or progress bar comes in conflict with the prompt for input...

Version 2026 (33.0.317.8814)
Build 317, 2026-07-18

Image

to reproduce(you need a beam with machining data calculated) :

def main():

    uc.show_progress_bar()
    uc.print_message("Hello", 0, 0)
    uc.print_message("Michi", 1, 0)

    element_ids = ec.get_active_identifiable_element_ids()

    ec.delete_processes_keep_cutting_bodies(element_ids, True)

    return

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions