|
Rank: Member Groups: Member
Joined: 7/9/2007 Posts: 10
|
Using the dialog with multiple dialogs open at once we have two issues:
How do we control that a window is allways on top, like the windows task manager?
How can we control that when we use dialog.show that the dialog appear above all other dialogs? Currently the show-action display the dialog sometimes on top sometimes under all other dialogs.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Tomas,
Internally we have a BringToTop method that is not made public. So I think we will need to make that public and of course, also call it during show().
I do not think we support always on top. I'll see if we can add that.
Thanks
|
|
Rank: Member Groups: Member
Joined: 7/9/2007 Posts: 10
|
Hi,
When will you release a version that have these two features?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have already implemented the first one (not released yet), the second one is not implemented yet. Hopefully we can release an update within two weeks and at most within the month.
Thanks
|
|