I just upgraded to the SVN tip and this no longer happens.
-deech

On Thu, Jul 28, 2011 at 1:11 PM, aditya siram <[email protected]> wrote:
> It seems as though .../demobrowser/source/script/demobrowser.js is
> generated entry point into the demobrowser application.
>
> I surrounded the generated function with a try/catch like so:
>
> try {
>
>  (function(){
>    ...
>  }
>  qx.$$loader.init();
> }
> catch (err) {
>  alert(err);
> }
>
> Stil the same behavior and no alert boxes come up.
> -deech
>
> On Thu, Jul 28, 2011 at 12:30 PM, Derrell Lipman
> <[email protected]> wrote:
>> On Thu, Jul 28, 2011 at 13:06, aditya siram <[email protected]> wrote:
>>>
>>> I just tried surrounding the "main" function of my local demo browser
>>> with a try/catch [1]. There is no error thrown and the behavior is the
>>> same.
>>
>> No, that wasn't actually what I meant. What I suggested was putting
>> try/catch around the entirety of the *generated* JavaScript file that's in
>> source/script or build/script (demobrowser.js). There is lots of stuff that
>> happens before it ever gets to your program's main() function, so what
>> you've shown is that something happens before it gets to that point.
>> Derrell
>>
>> ------------------------------------------------------------------------------
>> Got Input?   Slashdot Needs You.
>> Take our quick survey online.  Come on, we don't ask for help often.
>> Plus, you'll get a chance to win $100 to spend on ThinkGeek.
>> http://p.sf.net/sfu/slashdot-survey
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>
>

------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to