Hello neeohw,
that's hard to describe in general. Maybe you can explain what you want to achieve in more detail. If you could attach some example code, it would be even better.
Do you want to have a menu and when you click on one item another menu is displayed?
Then your approach by using childwindows is reasonable. In the onClick handler of the first menu you call show() on the childwindow containing the other menu. We are using this method a lot.
As I said, when you describe your idea more detailled, we can come up with some example code as well.
Best regards,
Matthias
|