On 30.03.2008, at 11:44, pushparaj muthu wrote: > I want to display one bmp image on button before button has been > pressed > Later on I want to display another bmp image on the same button when > button > is pressed > > > How to do in fluid ?
FLUID has no such function. It only supports one image per label. You must write your own code that loads the BMP files and them sets the imge() of your widget. You can put that code into the FLUID "Extra Code" widget then. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

