Thank you.

I just had a quick look at the examples you gave...
I don't have/use the DynCore stuff.  Just the DynAPI.  I hadn't planned to
get the other 'mods'.
Plus, I'm sure that what I want to do, can be done with the DynAPI modules
themselves.  I just need a quick example of using the list.js.

also, how should I handle the Resizing of the window.  I need to recalc the
width/position of the floating bar, et. al, when the window is resized.

>  when using the .add function in CorePopup the syntax
> for adding a sub menu is like this:
> tmp=myPopUp.add('Item1.1')
> tmp.SubMenu=mySubPop
> the add function returns the item just created to the
> variable "tmp" "SubMenu" is a variable assigned to the
> item you just created. Then use tmp.SubMenu= another
> popup menu you have created. ie
> myPopUp = new PopUp(null,100,100,100);
> mySubPop = new PopUp(null,100,100,100);
>



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

Reply via email to