This is the mail archive of the insight@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Input box does not accept input when I use insight


On Tue, 20 Feb 2007 09:56:24 -0800, Richard Quan <rquan@InnoMedia.com> wrote:
> I built insight 6.4 and 6.0 on Fedora 6, when I run it and open the "target
> selection" window, after I select Target "Remote/TCP", I can modify
> "Hostname", but can not modify port number, it does not accept input at all.
> I find I cannot input on some other input boxes too, like "set breakpoint
> at", "command to issue ..." on the same window, and some on other windows. I
> don't know whether it is a system problem, or insight problem. 

Is this solved?

I see exactly same problem and found that disabling
TK_USE_INPUT_METHODS in tk/generic/tk.h can be used as an workaround.

Though I do know what is wrong, it seems all key event on the "Port:"
entry is filtered out by XFilterEvent() in tk/generic/tkEvent.c ...

---
Atsushi Nemoto


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]