This question is locked. New answers and comments are not allowed.
Hello,
I found out on some forum threads that you had to work around the silverlight limitations when it comes to windows and Zindexes.
As a consequence, I have a strange behavior with BrongToFront() and Loaded() methods in some cases, and I would like to seek your advice.
My scenario is this:
-Parent window (P0) opens the child window (C0).
-C0 window opens yet another child window (C01).
-C0 window closes.
Now I have just P0 and C01 opened, but would like to have C01 in front.
What happens in reality is that sometimes P0 is in front and sometimes C01 is in front.. I have noticed that I cannot predict which Loaded() event fires first.
I taught of some communication between these windows, but I would like to avoid this if possible and go for the generic solution.
Can you give me any advice on how to make sure that a child window is in front?
Thanks :)
I found out on some forum threads that you had to work around the silverlight limitations when it comes to windows and Zindexes.
As a consequence, I have a strange behavior with BrongToFront() and Loaded() methods in some cases, and I would like to seek your advice.
My scenario is this:
-Parent window (P0) opens the child window (C0).
-C0 window opens yet another child window (C01).
-C0 window closes.
Now I have just P0 and C01 opened, but would like to have C01 in front.
What happens in reality is that sometimes P0 is in front and sometimes C01 is in front.. I have noticed that I cannot predict which Loaded() event fires first.
I taught of some communication between these windows, but I would like to avoid this if possible and go for the generic solution.
Can you give me any advice on how to make sure that a child window is in front?
Thanks :)