Hi! I have the following problem with FLTK 1.1.9 : (It's a bit a long explanation, but maybe this helps to better understand what the problem is :-) )
I have my "main window" which covers the whole screen. Then I have some input fields where I can type in some values. As soon as I click on an input field, a keyboard appears on the screen (because I have a touchscreen), when i press the "enter" key the keyboard dissapears. This keyboard is a seperate process, so its no FLTK-Keyboard (I know it would be possible to make my own and I know ercos example which is great, but I have reasons to use this other keyboard) OK, as soon as I complete the last input field, there is a check if the values in the fields are valid. If not, a popup appears which informs about the invalid value. AND THIS POPUP IS A SEPERATE WINDOW -> IMPORTANT :-) Know, if I reopen the keyboard-process (by clicking on an input field again), the input fields don't get the keyboard events (or maybe they do, but the characters don't appear in the field) any longer... It seems that the main window has lost its keyboard-focus... :-( Has anybody an idea what the problem could be? I use the Nano-X Window System (Version 0.91) and Linux 2.6.24. I have no clue where the problem is! .... Thanks for every hint! _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

