2013.1260 - runtime error in _manageRowLifeCycle

Hi Rob,

Thanks for the info. I have been rigorous and removed the widget altogether. :slight_smile:

The app I’ve been working on has already got a huge code base and dates from 2011. It originally was created with a very very old version of CL and I have been able to gradually update to build 2162. But I foresee massive rework if I ever need to upgrade it to later builds and using graphics 2.0. Anyway, it is working now so let´s try to get it on the app store. :slight_smile:

Best regards,

`Rob

Hello Rob,

                I am facing same error when i hide an overlay from a tableview scene even i use latest build 2014.2576. here is the url of the screenshot of the bug.

file:///Users/BKPANARA/Desktop/Screen%20Shot%202015-04-02%20at%2012.00.35%20pm.png

Thank you

The URL is a file local to your computer so no one can see it.

The bug this forum post is about has been fixed fr some time.  You don’t happen to have a local copy of the widget library in your app’s folder do you?

Yes rob, i have a widget library in my app folder and i am running the project in 2014.2511 build. i also uploaded the bug screenshot below.

Hi @divakarjoshi257,

You shouldn’t have a local copy of the widget library in your app folder. It’s built into the core, so just require() it.

Brent

Following up with what Brent said.  If you at one point downloaded the widget library to provide your own localized changes, it’s up to you to stay up to date with other changes.

Rob

Hello Rob,

                I am facing same error when i hide an overlay from a tableview scene even i use latest build 2014.2576. here is the url of the screenshot of the bug.

file:///Users/BKPANARA/Desktop/Screen%20Shot%202015-04-02%20at%2012.00.35%20pm.png

Thank you

The URL is a file local to your computer so no one can see it.

The bug this forum post is about has been fixed fr some time.  You don’t happen to have a local copy of the widget library in your app’s folder do you?

Yes rob, i have a widget library in my app folder and i am running the project in 2014.2511 build. i also uploaded the bug screenshot below.

Hi @divakarjoshi257,

You shouldn’t have a local copy of the widget library in your app folder. It’s built into the core, so just require() it.

Brent

Following up with what Brent said.  If you at one point downloaded the widget library to provide your own localized changes, it’s up to you to stay up to date with other changes.

Rob

Thankyou FarAndSoft! Was having same problem (tableView loaded into a scrollView, deleted the scrollview without first deleting the tableView, which caused the problem. Deleting the tableView first solved it). 

Thanks for posting this… you have saved my sanity!

Thankyou FarAndSoft! Was having same problem (tableView loaded into a scrollView, deleted the scrollview without first deleting the tableView, which caused the problem. Deleting the tableView first solved it). 

Thanks for posting this… you have saved my sanity!