Dear Svenn,

> I wonder how much work it is to make it possible to perform the
> parameter editing inside the widget instead of posting another entry
> widget. Reason for the question is that the dialogs pop up at random
> places on my computer screen, causing a lot of head movement when
> working on a dual monitor system. Maybe this can be worked around if
> the entry dialog always pops up very close to the parameter editing
> window without covering it. Maybe I could play around with some code
> if I got an indication in which source file to look for this.

Yes, I have the same problem.  The annoyance is that the Tk list
widget doesn't allow editing inside the lists, which is why I have
the obnoxious 2-window solution.  I was thinking of writing a modified
version of the list widget that would allow the entries to be widgets
instead of just text, but I haven't gotten around to doing it.  The
C code for the Tk listbox widget is 3500 lines long.  It might be
possible to hack a temporary solution by overlaying the text edit
widget as an unbordered child widget of the list box frame, positioned
directly over the listbox entry.  I'll try playing around with that
solution to see if it can be made to work.

                                        ---Tim

+--------------------------------+-------------------------------------+
| Dr. R. Timothy Edwards (Tim)   | email: [EMAIL PROTECTED]     |
| MultiGiG, Inc.                 | web:   http://www.multigig.com      |
| 100 Enterprise Way, Suite A-3  | phone: (831) 621-3283               |
| Scotts Valley, CA 95066        | cell:  (240) 401-0616               |
+--------------------------------+-------------------------------------+
_______________________________________________
Xcircuit-dev mailing list
[email protected]
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev

Reply via email to