For info, the following function seems do do the job...

DynAPI.getDocument(windowname).all[id]

where :
windowname is your window or frame name (string)
id is the id of the searched DynAPI element

It returns either a reference to the element or "undefined"

Reply via email to