Languages

Menu
Sites
Language
Application crashing while deleting control

Hello,

Does any body have an answer for this.

I wonder why the application is crashing while i deleting panel.

I have some radio button which i added to pannel, application crash while deleting panel.

very funny.

 

Thanks.

Simoun

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
muditha murthy
seems strange, if possible can you post ur code snippet.
simoun finch
Hi murty, you are not going to get me, i have pop-up, in pop-up i have three to four radio button, i delete the pop-up and radio button.the application crashing.
muditha murthy
If you want to explicitly remove a control, use the RemoveControl() method instead of delete. Otherwise the platform tries to delete the control a second time when the parent Container is being destroyed. I guess this might be the cause for crash.