[Iup-users] MultiLine editor and beeping

Jeremy Cowgar jeremy at cowgar.com
Sat Dec 8 20:46:20 GMT+3 2007


Antonio Scuri wrote:
>   Hi,
>
>  Can you test the following code in your computer?
>
>  When I press "i" in my computer the beep is not sound. I would like to
> check if the situation is the same.
>   

Antonio,

Your program as is does not produce beeping, but, if you add:

if (c == K_cA)
  return IUP_IGNORE;

right below the K_i check in either k_any or mlaction, then it beeps. 
So, it seems that the Control key is causing the problem?

Jeremy




More information about the iup-users mailing list