Actions
Bug #1041
closed
JH
setHidden and WAnimation
Bug #1041:
setHidden and WAnimation
Start date:
10/26/2011
Due date:
% Done:
0%
Estimated time:
Description
Hi,
you have changed setHidden() to use WAnimation.
Please overload this function to
I can use
but it is useless to define noAnimation for a such thing.
best regards
Jan Hrubes
KD Updated by Koen Deforche almost 15 years ago
JH Updated by Jan Hrubeš almost 15 years ago
Hi,
compiler's (g 4.6.1) opinion is
../rrHome.cpp: In member function 'Wt::WWidget* rrHome::mBridge()':
../rrHome.cpp:388:30: error: no matching function for call to 'Wt::WComboBox::setHidden(bool)'
../rrHome.cpp:388:30: note: candidate is:
/usr/local/include/Wt/WFormWidget:60:16: note: virtual void Wt::WFormWidget::setHidden(bool, const Wt::WAnimation&)
/usr/local/include/Wt/WFormWidget:60:16: note: candidate expects 2 arguments, 1 provided
make: *** [rrHome.o] Error 1
regards,
Jan
JH Updated by Jan Hrubeš almost 15 years ago
KD Updated by Koen Deforche almost 15 years ago
Hey,
Oops!
There was indeed a bug in WFormWidget's specialization of setHidden(). Will be fixed with next git push.
And the doc fix too ...
Regards,
koen
KD Updated by Koen Deforche almost 15 years ago
- Status changed from Feedback to Resolved
- Target version set to 3.2.0
KD Updated by Koen Deforche almost 15 years ago
- Status changed from Resolved to Closed
Actions