Hi, I have a <dialog> object, but as HTMLDialogElement is something new, I don't have this API available so I think I only can have this kind of declaration right?
COMPILE::JS private var dialog:HTMLElement; //HTMLDialogElement; but now my problem is how to call the method "showModal()". I try call. -> showModal.call(dialog) and brackets dialog['showModal']() but nothing works Whats the way to do this in FlexJS? Thanks -- Carlos Rovira http://about.me/carlosrovira