Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dmc_buttons: _initComplete not being called. #11

Open
BoarK opened this issue Oct 2, 2013 · 2 comments
Open

dmc_buttons: _initComplete not being called. #11

BoarK opened this issue Oct 2, 2013 · 2 comments
Assignees
Labels

Comments

@BoarK
Copy link

BoarK commented Oct 2, 2013

Using dmc_buttons radio group.

Problem: Initial state of the button's active/inactive modes are not set. In my case the button's active image is showing underneath the inactive image since they are of different sizes.

Details:
img_data.active.isVisible = false is not being called in BinaryButton:_initComplete() since BinaryButton has __isIntermediate set on the object for being a child class of ButtonBase.

@BoarK
Copy link
Author

BoarK commented Oct 3, 2013

_initComplete is called in CoronaBase:new(). When creating a Radio button the new function in BinaryButton Class is used and CoronaBase:new() is never called.

@dmccuskey
Copy link
Owner

thanks for the good info ! i'll check it out.

@ghost ghost assigned dmccuskey Dec 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants