Page 1 of 1

Page change within a macro

PostPosted: Sun Sep 03, 2017 7:30 pm
by liamohanlon
Hello,

I'm having an issue in V6 where I get an error trying to use the "WDPageGoto" command inside of a macro.

The command works just fine inside of a custom script, but when run in a macro the debug logger throws an "Owner/Window not known!" exception. It sounds like I maybe have to declare a window for the change to happen in? If so I couldn't find any documentation on this.

Any ideas? Thanks!

Liam

WD V6 Rev 6322/Win 10 Pro

Re: Page change within a macro

PostPosted: Mon Sep 04, 2017 2:57 pm
by Benni_M
Hi,
you can use a direct command.
My setup:
Window name = Window1
Page Name = nodes

Script:
Window1.PagenName = "nodes"

Is working in a script button and in macros.

Best,
Benni

Re: Page change within a macro

PostPosted: Thu Sep 07, 2017 10:22 pm
by liamohanlon
Thats works! Thanks!