| Ticket UUID: | 1013942 | |||
| Title: | blocking of wheel-scrolling in demo:File sel.dialog | |||
| Type: | Bug | Version: | obsolete: 8.4.7 | |
| Submitter: | mkolesn | Created on: | 2004-08-22 20:29:22 | |
| Subsystem: | 76. Widget Tour | Assigned To: | dkf | |
| Priority: | 5 Medium | Severity: | ||
| Status: | Closed | Last Modified: | 2004-09-11 03:49:08 | |
| Resolution: | Fixed | Closed By: | dkf | |
| Closed on: | 2004-09-10 20:49:08 | |||
| Description: |
Linux Widget Demonstration Demo: Common Dialogs -> File selection dialog option: Use Motif Style Dialog blocks wheel-scrolling in the whole demo application. Even when the example window is closed it sets the global variable 'tk_strictMotif' unblocking is possible by running again the example and unchecking the option for me worked this line (in the file 'filebox.tcl'): bind $w <Destroy> "+set tk_strictMotif 0" !but it is called 15 times per 'close' | |||
| User Comments: |
dkf added on 2004-09-11 03:49:08:
Logged In: YES user_id=79902 Binding that script to $w.strict instead is more elegant. Fixed in HEAD and 8.4 branch tip hobbs added on 2004-09-08 03:25:11: Logged In: YES user_id=72656 pushing to Donal, the Demo Man. | |||