In my installation new screens go to background. How to change this behavior?
*This post is locked for comments
Daniel,
We're on DAX R2 CU7 on Windows Server 2008 in a test environment. I just tried the steps you laid out for replicating the issue but even with a 20 second sleep the new form would load on top of the calling form. I even modified one of the standard forms with the sleep statement but got the same results. Do you know if there's a timeout value which controls this behavior?
Thanks in advance.
I tested the fix in AX2012 R3 with the client running on Windows 8.1.
To simulate the form loading issue, I just created an new empty form and overrode the run method to:
public void run()
{
sleep(10000);
super();
}
This simulates a slow-loading form that gets kicked to the background when loading.
Daniel, thank you for the response.
I just wanted to verify this is a possible fix for 2012 R2? We don't have this behavior in our test environments so is it known what may trigger this issue as I would like to replicate the behavior in a non-production environment where I can test this fix? Thanks in advance.
I've tested the solution proposed in http://blogs.msdn.com/b/axsupport/archive/2014/06/21/forms-opening-up-with-focus-in-background.aspx and it does work. It is also a central change in the AX application code, so easier to deploy, but use care when implementing and testing since it modifies core behavior.
Does anyone know if there's been a fix for this behavior? Our AX installation has been live for over a year, then within the last week we've started experiencing this. I was hoping there's a hotfix or solution, aside from the registry change which I've read in other postings may not work. Thanks very much!
It worked for our installation fine. Issue is resolved. Thank you.
I agree André.
The post is rater old (from 2012), so it should have been fixed by now.
Maybe mgrin35@hotmail.com could tell us a bit about the buildnumbers of the installation!?
Hi Palle,
Thanks for sharing. Interesting to try out. The question is if it is manageable within large global organizations. Or it has to be changed for every single person and per machine or the IT department should do something magic... I don't see this as a final solution.
Please have a look at this article, which may be helpfull: blogs.msdn.com/.../dynamics-ax-2012-forms-on-opening-hide-behind-in-the-back.aspx
/Palle
Hi,
Unfortunately this is behaviour that cannot be changed in an installation currently. This should be solved by Microsoft in the kernel.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,188 Super User 2024 Season 2
Martin Dráb 230,030 Most Valuable Professional
nmaenpaa 101,156