multiline editbox enabled

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

nickak2003
Just popping in
Just popping in
Posts: 4
Joined: Sun Apr 09, 2006 08:17

multiline editbox enabled

Postby nickak2003 » Mon Apr 24, 2006 22:49

Is there a simple way to disable a multiline editbox from accepting input but allowing the scrollbar to move? For instance, a chat-history box, should not accept direct typing, but should be scrollable.

Rackle
CEGUI Team (Retired)
Posts: 534
Joined: Mon Jan 16, 2006 11:59
Location: Montréal

Postby Rackle » Tue Apr 25, 2006 12:21

You may have tried to disable the entire multi line edit box when you should have instead set it to read only: MultiLineEditbox::setReadOnly(true);

nebukadnezzar
Just popping in
Just popping in
Posts: 7
Joined: Sun Jul 09, 2006 10:42
Contact:

Postby nebukadnezzar » Fri May 25, 2007 15:50

if i use MultiLineEditbox::setReadOnly(true);

the MultiLineEditbox can still be activated...
is there a way to suppress that the MLEB can get the focus.

(I've got a console with the MLEB as output and an editbox as input,
i wan't the MLEB to be scrollable, but not to have the focus)


Return to “Help”

Who is online

Users browsing this forum: No registered users and 22 guests