1.7.1 GUI-Editor: No scrollbar in toolwindow

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
whisp
Posts: 17
Joined: Sat Jan 09, 2010 1:58 pm

1.7.1 GUI-Editor: No scrollbar in toolwindow

Post by whisp »

The bug is related to the GUI-Editor provided in the Irrlicht 1.7.1 package.

There's no vertical scrollbar in the toolwindow of the GUI-Editor. Thus it's not possible to edit all properties of a selected element. Beside the Element-Register it's also relevant for the Env-Register.
qwertyCoder
Posts: 40
Joined: Wed May 07, 2008 4:37 pm
Location: Asheville, NC, USA

Post by qwertyCoder »

has this been addressed yet?
---------------------------------------

Code: Select all

int main()
{
	if (bCodeDoesntWork)
	{
		int res = AttemptFix(this);
		if (failed(res))
		{
			PullHair();
		}
	}
}
---------------------------------------
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

It's been mentioned in the past, but no-one added it to the bugtracker so far. I would appreciate it if someone does that.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Don't know if anyone is still working with this editor. Unless bitplane comes back one day, I guess this has to wait for someone else to take over his job. I won't, as I don't have any use for this so far.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

hybrid wrote:Don't know if anyone is still working with this editor. Unless bitplane comes back one day, I guess this has to wait for someone else to take over his job. I won't, as I don't have any use for this so far.
Similar problem here - I haven't used it so far and it takes time getting into the code and so I prefer investing the time in the GUI-System itself. So you are probably right and no-one is working on that right now.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Ghus
Posts: 13
Joined: Wed May 12, 2010 5:42 pm

Post by Ghus »

hi

you can try this

IGUIScrollBar* scrollbarRotUP = irrGUI->addScrollBar(false,rect<s32>(100, 100, 110, 200), 0);

it creates a vertical scroll bar :)
Post Reply