|
From: John P. <joh...@an...> - 2019-02-01 00:02:03
|
Hi Mark Apologies for the delay in my reply. I 'recently' removed that interval.c stuff from trunk as part of my attempt to clean up libascend and increase the test suite coverage, forgetting that it was used in the Tcl/Tk GUI. However rather than deleting the files, I moved them to the 'disused/compiler' folder. I should perhaps copy them back from there back into trunk/ascend/compiler in order to preserve file history. http://code.ascend4.org/ascend?view=revision&revision=3408 Regarding the Tcl/Tk GUI, that GUI still compiles/runs in trunk using regular Tcl/Tk (not TkInter), when building with SCons. Did you try that route? The starting point is the script tcltk/asc4dev, which will be built by SCons if all required dependencies are met. It's very interesting that you were able to run the GUI via Python and TkInter, but I am wondering what you feel would be the benefit would be of maintaining such an approach, as opposed to the Python-free Tcl/Tk GUI that is currently built (although rarely testing, I have to admit, as evidenced by the missing interval.c file that you noticed). Cheers JP On 26/12/18 9:26 pm, mar...@di... wrote: > 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 > > > _______________________________________________ > Ascend-sim-users mailing list > Asc...@li... > https://lists.sourceforge.net/lists/listinfo/ascend-sim-users |