[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-03 Thread Ned Deily
Ned Deily added the comment: One more time: "Further, when opening yet edit window" should be "Further, when opening yet another edit tab (in the same IDLE window)" -- ___ Python tracker

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-03 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg326994 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-03 Thread Ned Deily
Ned Deily added the comment: "Further, when opening yet edit window" should be "Further, when opening yet edit tab (in the same IDLE window)" -- ___ Python tracker ___

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-03 Thread Ned Deily
and then one uses the cursor to resize the window (grabbing the bottom right hand corner), the cursor location info reappears and then seems to behave as expected: disappears when selecting the shell tab and reappears when selecting the edit tab. Further, when opening yet edit window, the cursor info

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-03 Thread Tal Einat
Tal Einat added the comment: Confirmed on macOS High Sierra 10.13.6, with "Prefer tabs when opening documents" set to "Always". See attached screenshot with the macOS tabs; indeed the bottom bar is missing. -- Added file: https://bugs.python.org/file47846/with tabs.png

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-01 Thread Andy Harrington
Andy Harrington added the comment: This appears to be a system settings option in Mac OS Sierra set under the Dock, "prefer tabs when opening documents". With that choice, when there is the tab bar in an Idle edit window (more than one window superimposed, with tabs) the the whole bottom

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: I do not see this 64-bit 3.7.1rc1 (see #34863) on 10.13.6 with, I believe, default settings. Are you reporting multiple tabs as a bug, or a feature resulting from intentional settings? If the latter, this may be something the tcl/tk does not support

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-01 Thread Andy Harrington
with cursor location disappear versions: Python 3.7 ___ Python tracker <https://bugs.python.org/issue34864> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

Re: Cursor Location

2005-10-21 Thread Tim Roberts
Samantha [EMAIL PROTECTED] wrote: Is there any code that would allow a person to click a location on the screen and have that location saved for a future use? For example to imbed a watermark on an image or text, etc. Getting the point is easy. If you are using wxPython, your EVT_LEFT_UP

Cursor Location

2005-10-20 Thread Samantha
Is there any code that would allow a person to click a location on the screen and have that location saved for a future use? For example to imbed a watermark on an image or text, etc. S -- http://mail.python.org/mailman/listinfo/python-list