GLBasic forum

Main forum => Bug Reports => Topic started by: sirber on 2012-Aug-06

Title: ide bug: can't navigate in the code using "down arrow" key
Post by: sirber on 2012-Aug-06
up, left and right works, but not down :S

using latest version.
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: MrTAToad on 2012-Aug-06
Using a Mac ?
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: sirber on 2012-Aug-06
Windows 7 Pro (x64, french). Fresh install, free version.

"down arrow key" (KEY(200)) works in a compiled code though
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: Ian Price on 2012-Aug-06
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?
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: sirber on 2012-Aug-06
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
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: MrTAToad on 2012-Aug-07
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.
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: AmazingJas on 2012-Aug-07
I had this problem with the free version, but when i bought the full version and updated, it went away.
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: r0ber7 on 2012-Aug-07
I had this problem when I spilled water over my keyboard.  :P
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: 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.
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: r0ber7 on 2012-Aug-07
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!
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: kanonet on 2012-Aug-07
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
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: RGR on 2012-Aug-11
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

Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: kanonet on 2012-Aug-11
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).
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: MrTAToad on 2012-Aug-11
The very latest release version is 10.283

Are those having trouble using non-QUERTY keyboards ?
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: Ian Price on 2012-Aug-11
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
Title: Re: ide bug: can't navigate in the code using "down arrow" key
Post by: MrTAToad on 2012-Aug-11
I do indeed!