> Assume it there were image in boxes 1, 2, 3 (just like paint > drawing drawn > by using mouse event X and Y co -ordinates - fl_lines). > > Now I want to copy the image content of box A1, A2, A3 under tab Aaa > group to B1, B2, and B3 under tab Bbb while change the tab. > > > > My doubt is while moving to tab Bbb. Tab A1, A2, and A3 boxes are not > exposed to window. Now is it possible to capture image in box > under TabAaa > > Could you please help me to do this?
I really think you would be better compositing your image in some offscreen context, then blitting that to either box A* or box B* as appropriate. Compositing your image on-screen then copying that to another context is very rarely a good idea, as other things outside your program can alter the screen context... 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

