Oferv
13 years agoSuper Contributor
How can i use "WaitAliasesChild" method on WPF object?
Hi,
I'm have a lot of use with "WaitAliasesChild" but, now I need to wait for a child object that is a WPF 's object.
Aliases["FusionDesktop"]["HwndSource_MainWindow"]["MainWindow"]["Grid"]["WPFObject"]("BusyMessageControl")["WPFObject"]("LayoutRoot")
for example,how can i make sure "BusyMessageControl" display on the screen? in regular case i would use:
Aliases["FusionDesktop"]["HwndSource_MainWindow"]["MainWindow"]["Grid"]["WaitAliasChild"]("BusyMessageControl",1000)
but,in this cases where i have the ["WPFObject"] addition before the object name what's the way of making sure the object display before moving on?
I'm stuck :(
Thanks
I'm have a lot of use with "WaitAliasesChild" but, now I need to wait for a child object that is a WPF 's object.
Aliases["FusionDesktop"]["HwndSource_MainWindow"]["MainWindow"]["Grid"]["WPFObject"]("BusyMessageControl")["WPFObject"]("LayoutRoot")
for example,how can i make sure "BusyMessageControl" display on the screen? in regular case i would use:
Aliases["FusionDesktop"]["HwndSource_MainWindow"]["MainWindow"]["Grid"]["WaitAliasChild"]("BusyMessageControl",1000)
but,in this cases where i have the ["WPFObject"] addition before the object name what's the way of making sure the object display before moving on?
I'm stuck :(
Thanks