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

[TIMOB-5996] add removeview function #5235

Conversation

bijupmb
Copy link
Contributor

@bijupmb bijupmb commented Jan 17, 2014

@hieupham007
Copy link
Contributor

The ticket suggests that the problem is for ScrollableView, not ScrollView. Your fix is for ScrollView. Please do this for ScrollableView, update the test case and documentation.

@hieupham007
Copy link
Contributor

Code reviewed. Please address comments.

@bijupmb
Copy link
Contributor Author

bijupmb commented Mar 6, 2014

ok. will correct it

@negupta
Copy link
Contributor

negupta commented Apr 17, 2014

@hieupham007 Your comments were addressed over a month ago. Please review this PR and bring it to a closure.

@bijupmb
Copy link
Contributor Author

bijupmb commented Apr 18, 2014

Already modified
bijupmb@b3b5da1

@negupta
Copy link
Contributor

negupta commented Apr 28, 2014

@hieupham007 - Please review this PR.

public void removeView(Object viewObject)
{
TiMessenger.sendBlockingMainMessage(getMainHandler().obtainMessage(MSG_REMOVE_VIEW), viewObject);
public void removeView(Object viewObject) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This implementation is on the wrong thread. Please do this on the main thread via messaging. See MSG_REMOVE_VIEW for more details.

@hieupham007
Copy link
Contributor

Code reviewed. Please address comments

@bijupmb
Copy link
Contributor Author

bijupmb commented Apr 30, 2014

ok start working

@skypanther
Copy link
Contributor

@hieupham007 Can you review the code changes please

@ingo
Copy link
Contributor

ingo commented Feb 13, 2015

Closing PR. Does not work as expected.

@ingo ingo closed this Feb 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants