I'm XUL script in my command folder that works but the "oncommand"
attribute does not work with functions I create myself in my JSFL file.

It seems only functions that belong to the JSFL API work but not with
user-created functions that are scoped within the JSFL file.

<button id="browserfolder_button" label="Browse Folder"
oncommand="myFunction();"/>


How can I get "oncommand" to run my User-created functions?
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to