checkout/implement :
http://qooxdoo.org/contrib/project#dialog
and add these line to ur application.js file
window.alert = function(msg){ if(msg==null) msg ="null";
> dialog.Dialog.alert(GetWrapedText(msg.toString())); };
> window.confirm = dialog.Dialog.confirm;
> window.error = dialog.Dialog.error;
> window.warning = dialog.Dialog.warning;
On Mon, Jun 24, 2013 at 1:26 PM, tedi tedi <[email protected]> wrote:
> I saw that qooxdoo discourages the use of alert(). Does it offer another
> alternative function?
> I know i can suppress or ignore the warning, or use the debug feature (and
> F7 console) I also know that I can create an instance of a window, and add
> text to it, and a OK button.
> But I was wondering if I have to create this function that creates a
> window, and all that. Maybe someone created it before, and it's somewere in
> the framework, and I don't know of it.
> If there is no such function, why is that no one built it?
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel