-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it possible to check which command is running on active catia window? #39
Comments
I don't understand this question. Can you provide more information on what it is you're trying to achieve? |
Let us consider, some catia command is active, respecive window also be there. so my question is it, is to possible to fetch that information in pycatia. |
I don't know. Is it possible to do that using the CAA interface? |
I think yes, its possible in CAA |
I'm still struggling to understand the question and usage scenario to be honest. |
Example:
so now here i want press those yes or no button through code, is it possible to do that? |
Think I can understand now. You can disable file alerts. from pycatia import catia
caa = catia()
caa.display_file_alerts = False Does this do what you need? |
I'm closing this as there has been no feedback for several months. If this is still an issue please open a new issue. |
The text was updated successfully, but these errors were encountered: