Computer Science Canada I don't know what this error means |
Author: | topgunprogrammer [ Wed Apr 08, 2009 8:20 am ] |
Post subject: | I don't know what this error means |
Output from "Mouse.Where" cannot sent to a text window. I am trying to use the mouse function but for some reason it isn't letting me :S Does anyone know what this error means? |
Author: | DemonWasp [ Wed Apr 08, 2009 1:18 pm ] |
Post subject: | RE:I don\'t know what this error means |
It sounds like you've set your window to be in "text" mode with View.Set() or setscreen(). In text mode, the window functions exactly like a console - which isn't aware of any mouse or other GUI conventions. That's why it's not available. If you're going to use a mouse, you need to have the window in "screen" or "graphics" mode. |
Author: | BigBear [ Wed Apr 08, 2009 1:42 pm ] |
Post subject: | RE:I don\'t know what this error means |
What version of turing are you using? |