scrolling in gui elements

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Serg Nechaeff
Posts: 162
Joined: Wed Nov 26, 2003 5:24 pm
Location: Europe

scrolling in gui elements

Post by Serg Nechaeff »

It seems like scrolling is not working correctly in listbox, opendialog etc. when I press the scrolling buttons (up and down). It is scrolling very slowly, like one pixel per click.
http://www.javazing.com
P-III-950, WinXP, GeForce FX5600 128 MB ForceWare 52.16, DX9, Eclipse IDE, JRE 1.6
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

It'll be fixed in the next version. If you want to change it by yourself in the current version, change the SmallStep-value in CGUIScrollBar.
Serg Nechaeff
Posts: 162
Joined: Wed Nov 26, 2003 5:24 pm
Location: Europe

Post by Serg Nechaeff »

Niko, you are the coding GOD!
http://www.javazing.com
P-III-950, WinXP, GeForce FX5600 128 MB ForceWare 52.16, DX9, Eclipse IDE, JRE 1.6
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

hehe 8)
patlecat
Posts: 27
Joined: Wed Feb 18, 2004 11:19 am
Location: Switzerland

Post by patlecat »

If I may add the wish that scrolling behaves more like we're used to in window systems? I mean like when I stay pressed on the scroll button then it should scroll continually and when I click into the bars background it should page down or up. The bar size ist also not fully correct when it comes to adjusting its size to the content. It readjusts its size when scrolling, so with the Meshviewer it happens that the scrollbar blobs when scrolling.
Rat
Posts: 51
Joined: Wed Mar 10, 2004 7:05 am

Post by Rat »

If your adding to a wish list of scrolling, how about mouse wheel support like intele mouse scrolling? :D
Post Reply