We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Loading CCControlButton from ccbi failed
Loading CCControlButton from ccbi failed
Bug #1409 [Closed]
Just fixed it.
So the problem is that:
# The current test suite didn’t cover DISABLED state of CCControlButton
# CocosBuilder v2.0 always generate “4” for CCControlButton::DISABLED state, while the ccb & ccbi file in test suite is manually modified to “3”
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:86e3070d6a6ce813e96f916e9275dd31f074d443.
- Status changed from Resolved to Closed
Status: | Closed | |
---|---|---|
Start date: | 2012-07-29 | |
Priority: | Normal | |
Due date: | ||
Assignee: | walzer@cocos2d-x.org | |
% Done: | 100% |
|
Category: | all | |
Target version: | cocos2d-2.0-x-2.0.2 |
Reported and fixed at http://www.cocos2d-x.org/boards/6/topics/12662
It seems the enum value from CCControl.h and CCControlButtonLoader.cpp mismatched.