this may give some errors if the DynAPI.getDocument(window) does not return a dyndoc reference.  You will find that it will say null has no properties or something to that effect.

with the latest version of the code, all the DynObjects place themselves in an array that can be used with DynObject.all[id]

this should return any object that has been created based on the DynObject (or any that inherets from it).

Nicolas MASSART wrote:

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"

_______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to