wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
477 stars 98 forks source link

view menu disappears atop a wxmaxima session #1534

Open zmth opened 3 years ago

zmth commented 3 years ago

build_info(version="5.43.0",timestamp="2019-06-01 18:55:31",host="x86_64-w64-mingw32",lisp_name="SBCL",lisp_version="1.4.14",maxima_userdir="C:/Users/zmth/maxima",maxima_tempdir="C:/Users/zmth/AppData/Local/Temp",maxima_objdir="C:/Users/zmth/maxima/binary/5_43_0/sbcl/1_4_14",maxima_frontend="wxMaxima",maxima_frontend_version="19.05.7")

view menu disappears atop a wxmaxima session. so no way to know what file you are working on anymore and impossible to get help other than the f1 help which is only wxmaxima and NOT maxima etc. If i press alt-v then view should come up but all it does is put a 'v' in a new input code cell. The only ;thing left atop is the little pictures. The top line with the wxMaxima .... that is whatever version) and the particular filename you are working on is gone and so is the 2nd line that reads: File Edit View Cell Maxima .....................Help. All those are GONE and no way to get them back so all u can do is have to start all over again.

daute commented 3 years ago

That version is very old. Can you update to a more recent version?

gunterkoenigsmann commented 3 years ago

That looks like a bug in wxidgets to me, as wxMaxima never touches the view menu and never disable the toolbar without reason. As no-one has reported that one yet we perhaps need to find the trigger for the problem before we can solve it, though.

Just for interest: Would it be possible for you to post us a screenshot?

And the idea from @daute is good: We tend to update wxWidgets shortly after every wxWidgets release. Perhaps this problem has been resolved in the meantime by doing so...

Kind regards,

    Gunter.