> > I am using flnx version. just i ported to FLNX, nxlib to my > embedded > > platform. I can able to view the widgets ( buttons, etc ). > But i try > > to set the xpm image as a button label it not displayed. > > > > any one have view or idea about this, pls post it to me. > > > FLNX is a port of FLTK by a different group of developers. I > am afraid > that the core FLTK team can not help you here. Maybe one of > the users > has an idea. But it would be best to contact the FLNX people directly.
Yes, I think there are maybe a few FLNX users around here, but you'd get more relevant answers from the FLNX devs directly, I think. That said, it's at this point that I (usually) pitch in with my anecdote about FLNX, so here goes: A few years ago we built a demo prototype (hand held ARM device, running linux) and we were trying to get FLNX running for the display. But we just couldn't get it working robustly. In the end, we just ran a "full" xf86 server and used straight fltk. Worked like a charm. So, do you *really* need nxlib/FLNX at all? It made sense back in the day, when X was a "big" program and CPU power was short, but by modern standards X is no longer a big program, and even simple low power devices can run it very easily. Your best solution is probably just to run a full X server (e.g. xf86 or xorg) and use fltk (and other tools) directly, rather than trying to struggle by with cut-down versions, when you do not have to. SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

