Greetings,
I'm attempting to match an application by window title, which also happens to be a web application, and in doing so, it removes any efforts to resize or reposition the icon.
XML snippet is as follows:
<AppDef wtitle="Enter.*Voucher.*-.*Payment.*Information - Internet Explorer" pname="iexplore" wclass="IEFrame" woffset="-1686,134,45,45" enabledrag="true">
This method of matching wtitle is taken from another Answer's post.
The woffset and enabledrag properties do not appear to register as regardless of their values it remains in the default size and location.
Any help or explanation is greatly appreciated.
Cheers,
Carl