Forum Discussion

paul_igoe's avatar
paul_igoe
Contributor
10 years ago

Refresh() vs RefreshMappingInfo()

Hi,

 

We are testing a dynamic web application (Sencha Ext JS) and are getting a lot of Object Not Found errors when the script tries to access a new object in the object tree (e.g click on a combo-box instantiates the pop-up grid object).

We get more problems when we run in a (slower) VM, so seems to be a timing issue.

I'm thinking adding calls to Refresh() and/or RefreshMappingInfo() might help, but I dont really know which would be more appropriate in this context (we do use aliases). Do I need to call both?

 

Thanks in advance.

Paul