setDrawBorder Error

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
giuseppegam
Posts: 39
Joined: Thu Jan 11, 2007 2:45 am

setDrawBorder Error

Post by giuseppegam »

Hi,I have a problem

Code: Select all

IGUIEditBox* login;
login=guienv->addEditBox(L"gam",rect<s32>(421, 566, 672, 578), true, 0, 1);
login->setDrawBorder(false);
Error:

Code: Select all

24 C:\Dev-Cpp\Projetos\quiz 3.0\room\principal.h 'class irr::gui::IGUIEditBox' has no member named 'setDrawBorder' 
IrrLicht 1.3
arnir
Competition winner
Posts: 154
Joined: Sat Jan 20, 2007 4:36 pm
Location: Czech Republic

Post by arnir »

irrlicht 1,31 documentation:
irr::gui::IGUIButton::setDrawBorder( bool border )

in 1,3 isnt this function for editbox
Post Reply