> > > I have found some of my FLTK codes will crash when I enter=20 > > control+v. This can be annoying when trying to paste data=20 > > into input fields. Does anyone know why this is happening? =20 > > I do not see any reference to control+v in the Programming=20 > > Manual or mentioned in the forums.=20 > > 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 SS= > 14 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. > ******************************************************************** >
Thanks for your reply Ian. After running my code through gdb as you suggested I more accurately found where my error was, in our table class, and made the correction. Thanks for your help. Richard _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

