Hi again,
I've just test your program, here are some remarks:
1. probably a mistake, in struct  unsigned short bfType;, bfType is an integer, 
you assign a ??, not a char and not int : hf_bmp.bfType='MB'; with simple 
quote: a char but MB are two.
2. The save is a bmp format how to reload it to complete it for example
3. I you add anything in the box out the oevrlay it is not stored.
  For example if you add a input widget and you input the word  "OK", the word 
"OK" is not saved, even you enclose it in the selection rectangle.
you get only the lines you 've drawn,  So you don't save the whole rectangle, 
you save only a layer

4. for an electronic circuit you place objects and need their track (in a list 
for example) to reload it later or complete it.

Anyway it is a good trial, may be needs improvement
thanks again
bela



_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to