Re: How to determin wich control has focus

2004-04-24 Thread Joe Guo
Sometimes when you dialog controls, the last OK button added to the front panel has the focus turned on by default. You can right click on the control and select Customize Key Navigation and select None in the list. It seems you have a different problem and are using event structure. Nomally we

Re: How to determin wich control has focus

2004-04-20 Thread Joe Guo
For each control and indicator there is a property, Focus. When it is True, the control / indicator has the key focus. -Joe

How to determin wich control has focus

2004-04-20 Thread vlipje
I'm using arrow keys to drive an external device. I catch the main vi key events and act on it. On this vi is also a textinput. When I navigate true is input with arrow keys the main vi events are also fired. That of course should not happen. Is there a way to distinguis between such events. Thus