Daniel- Here are the changes I made to get the widgets examples working: 1. change the include line for your file that contains the "button" function from: DynAPI.include('button.js','./') to: DynAPI.include('.package.button.js','.') 2.move "button.js" (or whatever the file containing your "button" function is called) to a subdirectory under your current directory called "package." Given the current implementation of include, you MUST place included files in a separate directory. HTH! Tony Homer _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/mailman/listinfo/dynapi-help

Reply via email to