Hi,
I´m testing a silverlight application.
I have to expand a tree, and used ActiveBrowser.RefreshDomTree();, but it didn't work.
So, I've added [objectName]..Refresh();, that didn't work as well...
The only way to put this working was adding, before these "refreshes", a System.Threading.Thread.Sleep(500);.
So... my question is:
1. what's the main difference between ActiveBrowser.RefreshDomTree(); and [objectName]..Refresh(); ?
2. what kind of implications in these "refreshes", System.Threading.Thread.Sleep(500); have?
Best regards,
Paulo
I´m testing a silverlight application.
I have to expand a tree, and used ActiveBrowser.RefreshDomTree();, but it didn't work.
So, I've added [objectName]..Refresh();, that didn't work as well...
The only way to put this working was adding, before these "refreshes", a System.Threading.Thread.Sleep(500);.
So... my question is:
1. what's the main difference between ActiveBrowser.RefreshDomTree(); and [objectName]..Refresh(); ?
2. what kind of implications in these "refreshes", System.Threading.Thread.Sleep(500); have?
Best regards,
Paulo