I want to delete settinglist in my app on a event and create/display another list in same container. when i try to delete list like this "delete iList" my app get crash
but same "delete iList" works fine in destructor...
You can put some break points to see where exactly that code is called. And it's ok using some flags to see with what controls are you working on.
What i'm trying to say is that after you delete your list you try to use it somewhere else . A simple debuging of your code will show where exactly this is happening.
Forum posts: 183
Reagrds,
Issey
Forum posts: 982
Almost for sure from there is the problem
pirosl
Reagrds,
Issey
i dont want to refill , actually my first list is settingitem list(with radio) and second is siglegraphicsstyle.
Or may be resizing both of them as/when needed wil help me?
Almost for sure from there is the problem
when does this "CountComponentControl " is called?
how should this method look like in my situation?
simply changing their size is working fine for me
Forum posts: 982
What i'm trying to say is that after you delete your list you try to use it somewhere else
pirosl