Search found 2 matches

by mig
Fri Dec 15, 2023 3:23 pm
Forum: The GUI
Topic: Programmatic GUI control (pressing buttons, etc.)
Replies: 3
Views: 18043

Re: Programmatic GUI control (pressing buttons, etc.)

In popular Python GUI packages like Tkinter there is an invoke() method which allows activation of GUI elements. If an equivalent existed in NEURON it would be really great and I am sure many enough folks would find it useful. I know I would. Also, my guess is that it might make automated testing of...
by mig
Fri Dec 08, 2023 1:25 pm
Forum: The GUI
Topic: Programmatic GUI control (pressing buttons, etc.)
Replies: 3
Views: 18043

Programmatic GUI control (pressing buttons, etc.)

I have a fairly complex and fluid HOC wrapper around NEURON with a bunch of dynamic windows, menus, radio buttons, values, etc. I need to be able to automatically test that the wrapper operates correctly and output results match correct/expected values. And test this for a variety of menu choices an...