Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
ajensen
2 discussion posts
Hello. Im trying to open 1 webpage + 2 Outlook calendars with DF. I'm having trouble moving the last of the 2 Outlook calendars. I have been searching the discussion, but can't seem to find any solution. I have given up on opening specific calendars from Outlook, since it does not seem to be possible.

I have included the current script as a.txt. You can see the different waits I have experienced with to see if it could fix it. Maybe it should be said, that the screen is split into 3 windows with DF Screen Settings

Hope anybody can help :)
• Attachment: C:\Users\n1jakj\Documents\webpage_outlooks.txt [1,262 bytes]
Feb 14, 2018 (modified Feb 14, 2018)  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Does the last calendar window get focus when it opens? If so, I would try changing the last line from:

Code

BFS.Window.MoveToMonitorMaximized(103, windowHandle);


To

Code

BFS.Window.MoveToMonitorMaximized(103, BFS.Window.GetFocusedWindow());
Feb 15, 2018  • #2
User Image
ajensen
2 discussion posts
The code you suggested seems to help with the problem. Thank you!
Feb 21, 2018  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)