Support #3722
closedAddWidget freezes
0%
Description
Hi,
I'm adding the wt library to my project. It is a big project and it has a very big tree of heritance. The problem is that in one of the classes, I need to add one WContainerWidget to other, but when te code runs, it stops exactly in the line where I try to add it. I thougth It happened just in that class but then I tried to create 2 WContainerWidget ( Nothing to do wit my code, just for testing but insime my code) and add one to othe, but it happens the same thing, it just stops there.
Any Idea?
Updated by Wim Dumon almost 10 years ago
- Status changed from New to Feedback
Do you have a stacktrace at the moment of the freeze?
Best regards,
Wim.
Updated by Johann Gonzalez almost 10 years ago
I think what was the problem. I was trying to create all the content and after that make the call of the methos WRUN and I thinsk that is not possible. But now I have an other problem. There is any way to make that the mathor applicationcreatos (createApplication) recieves more parameters.
I have a program, that creates the application but its content depend of other process then, the application is not always the same. I have tried making something but I cannot compile it. The only thing I have found, and it seems could work is to create the application and with a thread, update the content of the application after that.
Thanks very much.
Updated by Koen Deforche almost 10 years ago
- Tracker changed from Bug to Support
- Status changed from Feedback to Resolved
Updated by Koen Deforche over 9 years ago
- Status changed from Resolved to Closed