ide bug: can't navigate in the code using "down arrow" key

Previous topic - Next topic

sirber

up, left and right works, but not down :S

using latest version.


sirber

Windows 7 Pro (x64, french). Fresh install, free version.

"down arrow key" (KEY(200)) works in a compiled code though

Ian Price

Quote"down arrow key" (KEY(200)) works in a compiled code though

KEY(200) is up.

KEY(208) is down.

Code (glbasic) Select

WHILE TRUE

IF KEY(200) THEN PRINT "UP",10,10


IF KEY(208) THEN PRINT "DOWN",10,10

SHOWSCREEN

WEND


The down key works fine in full (English) version of Win 7 Home Premium x64 - I wonder if this is a bug that affects only the free versions? It's been reported before, but i can't remember what the outcome was. Have you got the latest version of GLB?
I came. I saw. I played.

sirber

sorry I misread the code. It's 208 :)

Quote from: Ian Price on 2012-Aug-06The down key works fine in full (English) version of Win 7 Home Premium x64 - I wonder if this is a bug that affects only the free versions? It's been reported before, but i can't remember what the outcome was. Have you got the latest version of GLB?

Yes latest SDK. GLBasic IDE, Version: 10.202

MrTAToad

Is this in the IDE or your program ?

If its in your program, then I wonder if the key code for up/down arrows is different for the AZERTY layout - might be worth checking it in the Keytools problem.

if its happening in the IDE then that sounds like a Windows messaging problem for some reason.

AmazingJas

I had this problem with the free version, but when i bought the full version and updated, it went away.

r0ber7

I had this problem when I spilled water over my keyboard.  :P

matchy

Quote from: r0ber7 on 2012-Aug-07
I had this problem when I spilled water over my keyboard.  :P

Smarty. Get off the porn site and finish your game dude.

r0ber7

Quote from: matchy on 2012-Aug-07
Quote from: r0ber7 on 2012-Aug-07
I had this problem when I spilled water over my keyboard.  :P

Smarty. Get off the porn site and finish your game dude.

:D Working on it!

kanonet

Quote from: sirber on 2012-Aug-06Yes latest SDK. GLBasic IDE, Version: 10.202
No this is not the latest SDK (should be about 10.283 or something). The key problem was in older versions (dont remember which) and should be fixed in newer ones. Use  the web updater to update to newest version: web > internet update
Lenovo Thinkpad T430u: Intel i5-3317U, 8GB DDR3, NVidia GeForce 620M, Micron RealSSD C400 @Win7 x64

RGR

The latest IDE version (paid license) I got from the download page is 10.202 and Cursor Down in the IDE does NOT work

Windows 7 - 32Bit


kanonet

Yes it seems to be the latest download version. BUT if you use the webupdate after you installed it, it gets updated to a newer version, that does not have the cursor problems.

Just check: Web -> Internet Update -> Check now manually
( i translated the names of the buttons from my german version, dont know how they are called in the English one, but you should be able to find it)

Latest version is at least 10.283 or newer (i dont know if there is a newer one, since i already switched to V11 beta, 10.283 was the last that i used before).
Lenovo Thinkpad T430u: Intel i5-3317U, 8GB DDR3, NVidia GeForce 620M, Micron RealSSD C400 @Win7 x64

MrTAToad

The very latest release version is 10.283

Are those having trouble using non-QUERTY keyboards ?

Ian Price

Quote from: MrTAToad on 2012-Aug-11
The very latest release version is 10.283

Are those having trouble using non-QUERTY keyboards ?
I presume you mean non-QWERTY keyboards? ;) :P
I came. I saw. I played.