Ben:

Try creating a DynDocument for each frame and use those to target where
you want your toolbars:

Example:

leftFrame = new DynDocument(top.frames["left"]);
rightFrame = new DynDocument(top.frames["right"]);

leftFrame.addChild(navToolBar);

... and so on.  You should be able to do this for any window or frame,
even pop-up windows (not sure about IFrames, though).

Also, check your ToolBar code and make sure the constructor is creating
a unique ID for each toolbar when you don't specify an ID in the
constructor arguments.

scottandrew
-- 
scott andrew lepera
-----------------------------------
web stuff:     www.scottandrew.com
music stuff:   www.walkingbirds.com
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help

Reply via email to