Thanks for the reply; I've done as you said and I have the customize toolbars dialog open. Menu Bar IS checked, and is for some reason greyed out and I can't uncheck/recheck it. I tried pressing the Reset button to see if that changed anything but it did not.
F10 doesn't do anything, nor does Alt.
Search found 3 matches
- Sat Jan 06, 2024 6:31 pm
- Forum: General
- Topic: My menu bar vanished
- Replies: 4
- Views: 4082
- Sat Jan 06, 2024 12:57 am
- Forum: General
- Topic: My menu bar vanished
- Replies: 4
- Views: 4082
My menu bar vanished
Menu bar vanished. How do I get it back? I tried all the function keys, and I couldn't find anything in the preferences.
Using version 9.3.
Using version 9.3.
- Thu Feb 25, 2010 9:58 pm
- Forum: General
- Topic: Clicking filenames in output window doesn't open file
- Replies: 1
- Views: 284
Clicking filenames in output window doesn't open file
I'm trying to click on the error messages in the output window to go that line with the error in the Python file. This is what the line in the output window looks like: File "H:\Database\Python\read-from-text.py", line 91 And this is my RegExp to match the output: File "(.+)", line (.+) And it works ...