oliver munz
oliver munz
thanks a lot. `set line_width 2` does change also all lines (like the name implies :) but i only want to change the to little dots. the lines are visible...
thanks. there is one more thing i would like: a simple notification if there is a **simulation sub-process** running. at the moment i open the `Simulation::List running sub-processes` window and...
great! i use 3... about the process-list question. in principle the coloring of the `Simulate-button` does something like this. but it is updated at ending of every simulation process. so...
thanks, the simulation command in the launcher does this. but i try to show the number of running simulations outside of it. i think i will use the `proc get_running_cmds...
would it make sense to change `tctx::[xschem get current_win_path]_simulate_id` from a value to a list? then it would be easy to manage many concurrent running simulations. this could be interesting...
now i try to customize the `processlist-dialog` in a `launcher.sym`. 1. it should show the schematics its connected to: ``` proc list_running_cmds {} { ... wm title .processlist [file rootname...
i wasnt aware, that if i over-write `insert_running_cmds` it will also called from the event-procedures... so my problem is solved :) but may be You will change the title of...
my way of using Xschem is at the moment, there are typical more then one Xschem processes running. every one with an other schematic or version. the simulations are started...
yes the `launcher.sym` code You made work long time ago, is still working perfect. my current topic is only monitoring the simulations, seeing, what simulation has problems, or needs long...
thanks. one question. is the title updated if the schematics is "saved as"? i would like to have the title updated, even if "started from" isnt correct then. i would...