[interfacekit] Broken TextControl
- From: "Ingo Weinhold" <bonefish@xxxxxxxxxxxxxxx>
- To: "Interface Kit" <interfacekit@xxxxxxxxxxxxx>
- Date: Fri, 20 Jun 2003 02:03:43 +0200 CEST
Howdy,
can someone (Marc?) please fix TextControl.cpp or remove it from the
build as long as it doesn't compile. I added the missing includes to
Box.cpp and TextInput.cpp, but here seems to be a bit more missing:
C++ objects/x86.R1/kits/TextControl.o
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp: In
method `BTextControl::BTextControl(class BRect, const char *, const
char *, const char *, class BMessage *, long unsigned int = (_rule_(0,
2, 0, 2) | _rule_(1, 0, 1, 0)), long unsigned int = 570425344)':
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp:50:
no matching function for call to `BTextControl::InitData (const char *&
, const char *&)'
/boot/home/develop/obos/current/headers/os/interface/Control.h:121:
candidates are: BControl::InitData(BMessage *)
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp: In
method `BTextControl::BTextControl(class BMessage *)':
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp:76:
no matching function for call to `BTextControl::InitData (const char *,
NULL, BMessage *&)'
/boot/home/develop/obos/current/headers/os/interface/Control.h:121:
candidates are: BControl::InitData(BMessage *)
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp: In
method `void BTextControl::Draw(class BRect)':
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp:224:
warning: unused variable `class BRect bounds'
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp: At
top level:
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp:531:
no `void BTextControl::CommitValue()' member function declared in class
`BTextControl'
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp:536:
no `void BTextControl::InitData(const char *, const char *, class
BMessage *)' member function declared in class `BTextControl'
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp: In
method `void BTextControl::InitData(const char *, const char *, class
BMessage *)':
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp:544:
`fPrevWidth' undeclared (first use this function)
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp:544:
(Each undeclared identifier is reported only once
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp:544:
for each function it appears in.)
/boot/home/develop/obos/current/src/kits/interface/TextControl.cpp:545:
`fPrevHeight' undeclared (first use this function)
CU, Ingo
- Follow-Ups:
- [interfacekit] Re: Broken TextControl
- From: Marc Flerackers
Other related posts:
- » [interfacekit] Broken TextControl
- » [interfacekit] Re: Broken TextControl
- » [interfacekit] Re: Broken TextControl
- [interfacekit] Re: Broken TextControl
- From: Marc Flerackers