From: <mar...@di...> - 2018-12-26 10:52:01
|
Dear all, I found some time and wrapped the legacy tcl code with TkInter to relive the old ASCEND interface. I made a wiki page for this: http://ascend4.org/TkInter_wrapper_for_tcl/tk_GUI There was an issue with tktable which I couldn't fix and also found this bug report which might actually not be resolved: http://bugs.ascend4.org/view.php?id=254 see also: https://github.com/nbro/tktable/issues/3 Also the trunk branch was missing the interval.c and interval.h files in ascend/compiler/. I copied the files over from the Python3 branch and then the issue was solved In line 138 in solver.tcl the - bitmap {feet} and -bitmap{stop} options couldn't find the bitmaps in ascend/tcltk/tk/bitmaps. Cheers, mark |