On May 22, 2007, at 2:48 PM, wangzhipeng wrote: > I finished installing microwindows(0.91) + nxlib(0.44) + fltk > (1.1.3) on my Linux(red hat 9.0) . > When I execute fltk`s fluid.exe , I found I can not use > keyboard to input anything( except ESC to exit ) . > But running microwindows` demos keyboard can input rightly.
The port to microwindws and nxlib is not part of the official FLTK release. Currently, none of the core developers has a setup similar to this (AFAIK), so it is quite hard to help you out. I recommend that you compile and run the "test/keyboard" demo to see which events go through. It is likely though, that microwindows, or the combination of the underlying software may have an issue here. I can also imagine that there are focus issues in FLUID as it is a multi-window application. Maybe another active window (for example the toolbox or the codeview) has keyboard focus, but is located somewhere off-screen. Also, we do nt support 1.1.3 anymore. The current version of FLTK is 1.1.7, soon to be replaced by 1.1.8. It is likely though that adaptions will be needed to make it run under Microwindows. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

