Core Irrlicht GUI Element Design Questions

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

isnt there already a slider??

Post by buhatkj »

it was in the gui demo in 0.4, to adjust the transparency. or did you mean something else?

I am definitely looking forward to 0.5, my screen mockups have a lot of stuff i had been thinking id just have to hack together, but with editboxes and drop-downs available from irrlicht the job gets easier, and the code gets cleaner :-) all good things :-)

the other thing that puzzled me saigumi was did you mean a grid layout manager as in java or tk, or is there some other sort of grid widget?

-Ted
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

The "slider" that you are thinking of is a horizontal scrollbar. The Windows Control called slider is a verticle pointing bar on a horizontal line with hardset locations to slide the control to.

http://www.saigumi.net/images/sliders.jpg

As for a grid, your thinking of a grid-bag layout. Grid is just the original term for Table.

Being able to specify that you want a specified-number column, "infinite" row table that holds text, image, or a checkbox would be nice.
Crud, how do I do this again?
buhatkj
Posts: 444
Joined: Fri Dec 12, 2003 4:53 am
Contact:

was just thinking like tk...

Post by buhatkj »

ah okies, i think the closest thing in tk is called "scale". i usually use either tk or the java gui toolkit for gui apps so im not too familiar with windows widget sets. yeh grid bag is what i meant. and you are right, tables would be cool :-)
-Ted
My irrlicht-based projects have gone underground for now, but if you want, check out my webcomic instead! http://brokenboomerang.net
Post Reply