Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
the 'act' command
#10
ok thanks 
from my test function you can see that i could only get act child(F"{fileName}") to work by activating the parent window

str fileName=F"{chn} {cn} {pn}"
this doesn't work . is there a way to format fileName so it works in act child(F"{fileName}")
could figure it out. had to do either
act child(F"{chn}" F"{cn}" F"{pn}")
or
fileName=F"{chn}"
act child(F"{fileName}" "SysTreeView32" "Quick Macros")
or
activate parent window 
fileName=F"{chn}"
act child(F"{fileName}")
then would work


Messages In This Thread
the 'act' command - by [email protected] - 07-20-2018, 10:26 PM
RE: the 'act' command - by Kevin - 07-20-2018, 11:23 PM
RE: the 'act' command - by Gintaras - 07-21-2018, 04:42 AM
RE: the 'act' command - by [email protected] - 07-21-2018, 11:57 AM
RE: the 'act' command - by Gintaras - 07-21-2018, 12:39 PM
RE: the 'act' command - by [email protected] - 07-21-2018, 03:01 PM
RE: the 'act' command - by Gintaras - 07-21-2018, 03:51 PM
RE: the 'act' command - by Kevin - 07-24-2018, 07:01 PM
RE: the 'act' command - by Gintaras - 07-24-2018, 07:11 PM
RE: the 'act' command - by Kevin - 07-24-2018, 07:31 PM
RE: the 'act' command - by Gintaras - 07-24-2018, 07:43 PM

Forum Jump:


Users browsing this thread: 5 Guest(s)