|
From: | Thomas Dickey |
Subject: | Re: Multiple highlighted widgets in CDK |
Date: | Wed, 9 Nov 2005 09:00:30 -0500 (EST) |
On Wed, 9 Nov 2005, Fu Steve X wrote:
Hi, Thomas, There are several input widgets such as buttons or entries on my screen and I use traverseCDKScreen to start the event loop.When the screen first pops up more than one widgets are highlighted although only the upper left one truly has the focus. After tabbing one pass manually then it gets back to normal - only the upper left one is light lighted and focused. Is that any simple way to fix it?
That sounds as if a setFocus() was done without unsetting the focus on the other widgets. traverse.c is supposed to keep that straight... -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net
[Prev in Thread] | Current Thread | [Next in Thread] |