Posted 19 years ago
by Ty Oh
-
AgileSoftware
Hi,
We are really excited to be using UIStudio as our foundation for the LookAndFeel of our upcoming products. In my personal view, congratulations for making the best.
We are creating document windows as needed as workitems are appropriately distribtued to users.We were wondering if there's a way to create document windows (additional tabs) without stealing focus. Typical users may be busy working on another document and would not appreciate being jumped to the newly created document window.
Cheers.
We are really excited to be using UIStudio as our foundation for the LookAndFeel of our upcoming products. In my personal view, congratulations for making the best.
We are creating document windows as needed as workitems are appropriately distribtued to users.
DocumentWindow documentWindow = new DocumentWindow(dockManager1, key, text, image, userControl);
documentWindow.Activate();
Cheers.