I hit this link in Mac Safari: http://people.apache.org/~erikdebruin/flexjs/
I turn on JavaScript debugging.
I hit refresh on the address bar.
It halts on MyModel.js line 30.

It doesn't do that for you?


On 3/30/13 10:33 PM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:

> Not at all. But I don't understand. The online example runs fine for me
> with full functionality and no exceptions or anything in the console. I'll
> spend some time on this after the weekend.
> 
> EdB
> 
> 
> 
> On Sunday, March 31, 2013, Alex Harui wrote:
> 
>> I put in an Event and CustomEvent class in the html and got past the
>> exceptions, but it still craps out with another exception later in
>> dispatchEvent.  You would have had to override the dispatchEvent in
>> UIBase.as to ever see this app respond to a change in the dropdownlist.
>> 
>> Do you have strong objections to going back to FlexGlobals so I can get
>> this
>> to run and discuss the event strategy later?
>> 
>> 
>> On 3/30/13 9:33 AM, "Alex Harui" <aha...@adobe.com> wrote:
>> 
>>> No, because I ran the link to your app in the debugger in Safari and I
>> get
>>> the exception.  I don't think the flash.*.* thing is involved in your
>>> version right?
>>> 
>>> If you run http://people.apache.org/~erikdebruin/flexjs/ in the JS
>> debugger
>>> it doesn't send exceptions to the console? And changing the selection in
>> the
>>> dropdownlist changes the label and/or textarea?
>>> 
>>> I'm offline for a bit.  I'll look into it more tonight.
>>> 
>>> 
>>> On 3/30/13 9:16 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>>> 
>>>> Did you try to put the flash.*.* thing back (revert your latest commit)?
>>>> 
>>>> EdB
>>>> 
>>>> 
>>>> 
>>>> On Sat, Mar 30, 2013 at 4:20 PM, Erik de Bruin <e...@ixsoftware.nl>
>> wrote:
>>>>> Or, it might have something to do with your last ASJS commit... remove
>>>>> flash.*.* from implicit imports... If you revert that locally, does
>>>>> FalconJx work? It wasn't there yesterday, so that's the only
>>>>> difference in code between you and me.
>>>>> 
>>>>> We need to set up functional testing for Falcon/FlexJS soon!
>>>>> 
>>>>> EdB
>>>>> 
>>>>> 
>>>>> 
>>>>> On Sat, Mar 30, 2013 at 4:15 PM, Erik de Bruin <e...@ixsoftware.nl>
>> wrote:
>>>>>> Nope, Safari works well for me, and there doesn't need to be the extra
>>>>>> method in the main HTML anymore, I remember. Weird.
>>>>>> 
>>>>>> EdB
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On Sat, Mar 30, 2013 at 4:13 PM, Erik de Bruin <e...@ixsoftware.nl>
>> wrote:
>>>>>>> Maybe I'm doing something wrong... the example on my p.a.o works for
>> you?
>>>>>>> 
>>>>>>> http://people.apache.org/~erikdebruin/flexjs/
>>>>>>> 
>>>>>>> Maybe try Chrome?
>>>>>>> 
>>>>>>> EdB
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> On Sat, Mar 30, 2013 at 4:01 PM, Alex Harui <aha...@adobe.com>
>> wrote:
>>>>>>>> I'm not seeing anything like that in the HTML wrapper.  Safari is
>>>>>>>> definitely
>>>>>>>> throwing on exception on "new Event".  Any idea what I'm doing
>> wrong?
>>>>>>>> 
>>>>>>>> 
>>>>>>>> On 3/30/13 7:54 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:
>>>>>>>> 
>>>>>>>>> I left out FlexGlobals on purpose, I plan to bring the Google
>> Closure
>>>>>>>>> way of dealing with events to FlexJS. The GC way is not dependent
>> on
>>>>>>>>> DOM based events and fits very snugly with the way Flex handles
>>>>>>>>> events.
>>>>>>>>> 
>>>>>>>>> In the mean time I've a method in the "main" HTML that is called
>> Event
>>>>>>>>> and that passes the event through to FlexGlobals for now.
>>>>>>>>> 
>>>>>>>>> EdB
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> On Sat, Mar 30, 2013 at 3:47 PM, Alex Harui <aha...@adobe.com>
>> wrote:
>>>>>>>>>> Hi Erik,
>>>>>>>>>> 
>>>>>>>>>> I finally got time to try to switch over to FalconJX.  It
>> produces js
>>>>>>>>>> files
>>>>>>>>>> and the app shows up, but the console shows an exception and the
>>>>>>>>>> interactivity of the application is mostly broken because the
>> generated
>> 
> 

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to