Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Problem displaying using TURTLE (Problem displaying docking windows using TURTLE)
Re: Problem displaying using TURTLE [message #43182 is a reply to message #43174] Fri, 30 May 2014 08:20 Go to previous messageGo to previous message
Slade is currently offline  Slade
Messages: 10
Registered: February 2013
Promising Member
Thank you Mirek,

If you do not mind, could you please just check the code you added to Turtle.cxx. How many '=' characters are used in the event.keyCode compare. The code I have got seems a bit odd. Thank you.


canvas.addEventListener("wheel", MouseWheel); // IE9 needs addEventListener...

document.onkeydown = function(event)
{
event_queue += "K " + event.keyCode + " " + event.which + key_flags(event);
ScheduleSend();
if(event.ctrlKey || event.altKey || event.keyCode === 8 || event.keyCode == 9) {
event.stopPropagation();
event.preventDefault();
}
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Zip all files in a directory
Next Topic: How to disable the sort of the gridctrl with respect a given column
Goto Forum:
  


Current Time: Thu May 09 00:12:19 CEST 2024

Total time taken to generate the page: 0.02304 seconds