Input Dialog not getting Focus

I don’t recall experiencing this before but my input dialog is not receiving the focus as I have to click on it first. How can this be changed?

Can be done using the Parallel activity combining the Input dialog activity and a Set focus activity.InputDialogPasswordTest.xam

I tried that but it didn’t work in my context. I added an open browser before the parallel activity and the input does not have the focus. Please tell me what happens if you try it.

Hi @AlienV,

Use this xaml file to Focus the input dialog box
Main (7).xaml (7.5 KB)

Regards,
Arivu

Thank you kindly sir. Do you understand the dynamics behind that? I changed some things around with what you gave me and found out that it still works by purely activating the browser window, removing the attach.

Main.xaml (6.3 KB)