> I want to copy the image content (image drawned by using X & > Yco-ordinates) > of box A1, A2, A3 under tab Aaa group to B1, B2, and B3 under tab Bbb.
Where do the images that are in buttons A1:A3 come from? If they are being read from a file, for example, can you not simply use Fl_Shared_Image and use the same image on the B* boxes? Or are the images being created synthetically by your program at runtime? In which case, can you not use the same image data? Reading back an image composited on the screen is very rarely the correct way to handle images in a GUI design - there are too many other things that can corrupt the screen image outside the control of your program. Perhaps if you could explain more about what you are trying to achieve, someone here will be able to tell you a better way to do that. 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

