> I have found some of my FLTK codes will crash when I enter > control+v. This can be annoying when trying to paste data > into input fields. Does anyone know why this is happening? > I do not see any reference to control+v in the Programming > Manual or mentioned in the forums.
Don't know of any reason why this would happen - can you run the code under gdb (or equivalent) and provide a backtrace of what happened leading up to the failure? Ctrl-V is associated with paste actions in text widgets, so it may be some sort of cut/paste interaction, at a guess... > I use FLTK 1.1.6. That's *old* - can you rebuild against a more recent version, please, and see what happens? 1.1.10 is current. SELEX Galileo Ltd 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

