ray_mosley
13 years agoFrequent Contributor
Object Spy results not usable
When I record these actions:
1) select new icon, which pops up a menu of two items
2) select one of the items
Then I get the following statements:
Aliases.topsSchedule1.fmAPPSelectResource.sbFltNew.Click(27, 18);
Aliases.topsSchedule1.fmAPPSelectResource.pnTool.pnNew.PopupMenu.Click("Equipment / Service");
If I try to use the Object Spy Point and Fix to get the full object path, I get only:
Sys.Process("topsSchedule").Window("#32768", "", 1)
Why can't Object Spy return the fullname of "Aliases.topsSchedule1.fmAPPSelectResource.pnTool.pnNew.PopupMenu"?
1) select new icon, which pops up a menu of two items
2) select one of the items
Then I get the following statements:
Aliases.topsSchedule1.fmAPPSelectResource.sbFltNew.Click(27, 18);
Aliases.topsSchedule1.fmAPPSelectResource.pnTool.pnNew.PopupMenu.Click("Equipment / Service");
If I try to use the Object Spy Point and Fix to get the full object path, I get only:
Sys.Process("topsSchedule").Window("#32768", "", 1)
Why can't Object Spy return the fullname of "Aliases.topsSchedule1.fmAPPSelectResource.pnTool.pnNew.PopupMenu"?