Re: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor

2019-10-12 Thread Serkan Taş
Hi Harbs, Today I after updating the repo, I can say that I can not see the exception in my console anymore. Still the layout is awful but no exception at all :) I am going to work on to figure out what is going with layout. If you and/or Alex like to have a look to the application, I can

Re: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor

2019-10-02 Thread Harbs
The problem appears to be on line 44. “non-simple” MXML entires should be an array, but your case is an empty array. I’ve seen this happen when the wrong type is used in the MXML. What are you specifying for the itemRenderer? Is it a string instead of a reference? I’ve created an issue that we

Re: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor

2019-10-01 Thread serkan . tas
Reply-To: "users@royale.apache.org" Date: Monday, September 30, 2019 at 12:27 PM To: "users@royale.apache.org" Subject: Re: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor Hi Alex, It is related with TabBar. I am going to work on simplify the case for sp

Re: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor

2019-09-23 Thread Serkan Taş
I tried removing "excludeFrom" but failed with the same error Harbs. Here is the debug view of the step which throws exception : data array content : 23.09.2019 10:33 tarihinde Harbs yazdı: A likely cause of the problem is the “excludeFrom” piece. Definitely try to narrow that down.

Re: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor

2019-09-22 Thread Alex Harui
Yes, that’s how I knew what the call stack was. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Sunday, September 22, 2019 at 10:46 PM To: "users@royale.apache.org" Subject: Re: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor Thanks A

Re: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor

2019-09-22 Thread Serkan Taş
, -Alex *From: *Serkan Taş *Reply-To: *"users@royale.apache.org" *Date: *Sunday, September 22, 2019 at 10:24 PM *To: *"users@royale.apache.org" *Subject: *EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor Hi, I am getting the error below. Here is

Re: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor

2019-09-22 Thread Alex Harui
t 10:24 PM To: "users@royale.apache.org" Subject: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor Hi, I am getting the error below. [cid:image001.png@01D57196.B75EE3E0] Here is the code piece while debugging (cls is undefined and throwing exception) : [cid:image002.p

EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor

2019-09-22 Thread Serkan Taş
Hi, I am getting the error below. Here is the code piece while debugging (cls is undefined and throwing exception) : Call stack : When I comment the line(in red) below, not throw exception : excludeFrom="loggedOutState, dummyState">                     paddingRight="0"