Forum Discussion
dsanghamitra
12 years agoContributor
Hi Tanya,
One more issue just want to post here regarding Information message and Confirmation message in XE 5 with Test complete 10.
Testcomplete 10:
Confirmation message Object-
Sys.Process("MT32").Window("#32770", "Warning", 1).Window("DirectUIHWND", "", 1).Window("CtrlNotifySink", "", 7).Window("Button", "OK", 1)
Information Message
Sys.Process("MT32").Window("#32770", "Information", 1).Window("DirectUIHWND", "", 1).Window("CtrlNotifySink", "", 7).Window("Button", "OK", 1)
Instead of the above mention Object is there any option to get like the below mentioned Object?
Sys.Process("MT32").Window("TMessageForm", "Warning", 1).VCLObject("OK")
Please do the needful to resolve the same.
One more issue just want to post here regarding Information message and Confirmation message in XE 5 with Test complete 10.
Testcomplete 10:
Confirmation message Object-
Sys.Process("MT32").Window("#32770", "Warning", 1).Window("DirectUIHWND", "", 1).Window("CtrlNotifySink", "", 7).Window("Button", "OK", 1)
Information Message
Sys.Process("MT32").Window("#32770", "Information", 1).Window("DirectUIHWND", "", 1).Window("CtrlNotifySink", "", 7).Window("Button", "OK", 1)
Instead of the above mention Object is there any option to get like the below mentioned Object?
Sys.Process("MT32").Window("TMessageForm", "Warning", 1).VCLObject("OK")
Please do the needful to resolve the same.